rearranged paragraphs on index, removed dynamic 'as of date...' bit
This commit is contained in:
27
index.html
27
index.html
@@ -100,11 +100,14 @@
|
||||
|
||||
<p class="mx2 ml2 h3">Hi, my name is Zev. I'm a full stack web developer living in Burlington, Vermont.</p>
|
||||
|
||||
<p class="mx2 ml2 h3" id="availability">
|
||||
As of <span id="work-availability-date">August 2018</span> I'm available for full-time employment
|
||||
and contracts.
|
||||
<p class="mx2 ml2 h3">I love to help forward-looking businesses solve their worst headaches via technology.
|
||||
<a href="/projects">Here</a> are a few projects I've completed to that effect.
|
||||
</p>
|
||||
|
||||
<p class="mx2 ml2 h3" id="availability">
|
||||
I'm currently available for full-time employment and contracts. My preferred stack is
|
||||
</p>
|
||||
|
||||
My preferred stack is</p>
|
||||
<ul class="h3" style="margin: 0 auto; text-align: left; width: 10%">
|
||||
<li>React.js</li>
|
||||
<li>Python</li>
|
||||
@@ -115,24 +118,10 @@
|
||||
<li>AWS</li>
|
||||
</ul>
|
||||
|
||||
<p class="mt2 mx2 ml2 h3">I love to help forward-looking businesses solve their worst headaches via technology.
|
||||
<a href="/projects">Here</a> are a few projects I've completed to that effect.
|
||||
</p>
|
||||
|
||||
<p class="mx2 ml2 h3" id="contact">You can reach me at
|
||||
<p class="mt2 mx2 ml2 h3" id="contact">You can reach me at
|
||||
<a title="Email Zev Averbach" href="mailto:zev@averba.ch">zev@averba.ch</a>.
|
||||
</p>
|
||||
|
||||
<script>
|
||||
|
||||
const monthNames = ['January', 'February', 'March', 'April', 'May', 'June', 'July',
|
||||
'August', 'September', 'October', 'November', 'December'];
|
||||
workAvailabilityDate = document.querySelector('#work-availability-date');
|
||||
const date = new Date();
|
||||
workAvailabilityDate.innerHTML = `${monthNames[date.getMonth()]} ${date.getFullYear()}`;
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user