Skip to content

Commit

Permalink
switch to details tags for each chunk of info
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffsteward committed Feb 25, 2024
1 parent c76aea2 commit 8f9e71f
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@
<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 pb-1">
<p class="h3">
About &#8628;
</p>
<details open class="mb-4 pb-1">
<summary class="h3">
About
</summary>
<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>
</details>

<section class="mb-4 pb-1">
<p class="h3">
Connect &#8628;
</p>
<details open class="mb-4 pb-1">
<summary class="h3">
Connect
</summary>
<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>
Expand All @@ -33,12 +33,12 @@
<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>
</details>

<section class="mb-4 pb-1">
<p class="h3">
Websites &#8628;
</p>
<details open class="mb-4 pb-1">
<summary class="h3">
Websites
</summary>
<ul class="list-unstyled ps-4">
<li>
<a href="https://www.whatisjeffbaking.com/">
Expand All @@ -62,12 +62,12 @@ <h4 class="media-heading">Mock Yacht Rock</h4>
</a>
</li>
</ul>
</section>
</details>

<section class="mb-4 pb-1">
<p class="h3">
Projects &#8628;
</p>
<details open class="mb-4 pb-1">
<summary class="h3">
Projects
</summary>
<ul class="list-unstyled ps-4">
{% for project in site.projects %}
<li>
Expand All @@ -80,12 +80,12 @@ <h4 class="media-heading">{{ project.title }}</h4>
</li>
{% endfor %}
</ul>
</section>
</details>

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

0 comments on commit 8f9e71f

Please sign in to comment.