better spacing on index
This commit is contained in:
14
index.html
14
index.html
@@ -53,12 +53,12 @@
|
||||
|
||||
<img src="/static/zev.jpeg" class="right mr3 mt1" style="height: 10em;">
|
||||
|
||||
<p>Hi, my name is Zev. I live in Burlington, Vermont, in the United States.</p>
|
||||
<p class="ml2">Hi, my name is Zev. I live in Burlington, Vermont, in the United States.</p>
|
||||
|
||||
<p id="availability">As of August 2018 I'm available for full-time employment as a back-end Flask engineer.
|
||||
<p class="ml2" id="availability">As of August 2018 I'm available for full-time employment as a back-end Flask engineer.
|
||||
My preferred stack is</p>
|
||||
|
||||
<ul>
|
||||
<ul class="ml2">
|
||||
<li>Python</li>
|
||||
<li>Flask</li>
|
||||
<li>Pytest</li>
|
||||
@@ -69,16 +69,16 @@
|
||||
<li>vanilla JavaScript</li>
|
||||
</ul>
|
||||
|
||||
<p>I'm also familiar with Node.js, PHP, and Django.</p>
|
||||
<p class="ml2">I'm also familiar with Node.js, PHP, and Django.</p>
|
||||
|
||||
<p>I love to help small businesses solve their worst headaches via technology. <a href="/projects">Here</a>
|
||||
<p class="ml2">I love to help small businesses solve their worst headaches via technology. <a href="/projects">Here</a>
|
||||
are a few projects I've completed to that effect. You'll notice that most of those projects are businesses
|
||||
unto themselves: I've started a couple of web-based service businesses, so I have an intimate understanding
|
||||
of the challenges entrepreneurs face, and how to strategically apply code and off-the-shelf technology to those challenges.</p>
|
||||
|
||||
<p id="github-timeline">I also love contributing to open source software, as you can see on <a href="https://github.com/zevaverbach/" target="_blank">my Github timeline (external link)</a>.</p>
|
||||
<p class="ml2" id="github-timeline">I also love contributing to open source software, as you can see on <a href="https://github.com/zevaverbach/" target="_blank">my Github timeline (external link)</a>.</p>
|
||||
|
||||
<p id="contact">You can reach me at <a title="Email Zev Averbach"
|
||||
<p class="ml2" id="contact">You can reach me at <a title="Email Zev Averbach"
|
||||
href="mailto:zev@averba.ch">zev@averba.ch</a> I'll get back to you within a day or so.</p>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user