Skip to content

Commit

Permalink
rearrange and expand
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffsteward committed Feb 25, 2024
1 parent 08b1943 commit 2871a95
Showing 1 changed file with 34 additions and 17 deletions.
51 changes: 34 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,37 @@
<img src="/assets/images/satellite.png" class="rounded mx-auto d-block img-fluid" title="Our satellites are monitoring all transmissons." alt="A grayscale drawing of a communications satellite">
</header>

<section class="mb-4">
<section class="mb-4 pb-1">
<p class="h3">
Go forth into the ether&hellip;
About &#8628;
</p>
<div class="ps-4">
<p>Hello. I'm <a href="https://www.linkedin.com/in/jeffsteward/" target="_blank">Jeff</a>. I make websites. I write software. I visualize data. I dream of fantastic futures, then attempt to build them.</p>
<p>I try to make these things fun, enjoyable, and thought-provoking. Sometimes I build physical interfaces to make interacting with data tangible and a bit more special.</p>
<p>Every once in a while I get to talk about my work at conferences and such.</p>
</div>
</section>

<section class="mb-4 pb-1">
<p class="h3">
Connect &#8628;
</p>
<ul class="list-unstyled ps-4">
<li class="mb-3">
<a href="https://www.linkedin.com/in/{{ site.linkedin_username }}/"><img class="icon me-3" src="/assets/images/linkedin.svg" alt="Link to LinkedIn account">linkedin.com/in/{{ site.linkedin_username }}</a>
</li>
<li class="mb-3">
<a href="https://github.com/{{ site.github_username }}"><img class="icon me-3" src="/assets/images/github-mark.svg" alt="Link to GitHub account">github.com/{{ site.github_username }}</a>
</li>
<li class="mb-3">
<a href="mailto:{{ site.email }}"><img class="icon me-3" src="/assets/images/envelope.svg" alt="Link to email address">{{ site.email }}</a>
</li>
</ul>
</section>

<section class="mb-4 pb-1">
<p class="h3">
Websites &#8628;
</p>
<ul class="list-unstyled ps-4">
<li>
Expand All @@ -36,9 +64,9 @@ <h4 class="media-heading">Mock Yacht Rock</h4>
</ul>
</section>

<section class="mb-4">
<section class="mb-4 pb-1">
<p class="h3">
Projects&hellip;
Projects &#8628;
</p>
<ul class="list-unstyled ps-4">
{% for project in site.projects %}
Expand All @@ -54,9 +82,9 @@ <h4 class="media-heading">{{ project.title }}</h4>
</ul>
</section>

<section class="mb-4">
<section class="mb-4 pb-1">
<p class="h3">
Talks&hellip;
Talks &#8628;
</p>
<ul class="list-unstyled ps-4">
{% for talk in site.data.talks %}
Expand All @@ -72,14 +100,3 @@ <h4 class="media-heading">{{ talk.title }}</h4>
{% endfor %}
</ul>
</section>

<section>
<p class="h3">
Connect&hellip;
</p>
<p class="ps-4">
<a href="https://github.com/jeffsteward"><img class="icon me-2" src="/assets/images/github-mark.svg"></a>
<a href="https://www.linkedin.com/in/jeffsteward/"><img class="icon me-2" src="/assets/images/linkedin.svg"></a>
<a href="mailto:[email protected]"><img class="icon me-2" src="/assets/images/envelope.svg"></a>
</p>
</section>

0 comments on commit 2871a95

Please sign in to comment.