Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
make the buttons work; improve the email link
  • Loading branch information
erinecon authored Nov 14, 2023
1 parent eae825f commit c0a59a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h2>Erin Conley</h2>
<br />
Dipping my toes into science communication</p>
<ul class="actions">
<li><a href="#" class="button">Resume</a></li>
<li><a href="left-sidebar.html" class="button">Resume</a></li>
</ul>
</section>

Expand Down Expand Up @@ -109,7 +109,7 @@ <h2>A deep interest in science<br />
<div id="promo-wrapper">
<section id="promo">
<h2>Passionate about communicating data through visuals and text</h2>
<a href="#" class="button">My portfolio</a>
<a href="right-sidebar.html" class="button">My portfolio</a>
</section>
</div>

Expand Down Expand Up @@ -144,7 +144,7 @@ <h2>A broad skillset</h2>
</section>
</div>
<ul class="actions major">
<li><a href="#" class="button">See my full resume</a></li>
<li><a href="left-sidebar.html" class="button">See my full resume</a></li>
</ul>
</section>
</div>
Expand All @@ -155,7 +155,7 @@ <h2>A broad skillset</h2>
<header class="major">
<h2>Contact</h2>
<p>I have an internet presence here and on <a href="https://www.linkedin.com/in/erin-conley-83016bbb">LinkedIn</a>.<br />
You may also email me at [email protected] (MAKE IT USEFUL)</p>
You may also email me at <a href="mailto:[email protected]">[email protected]</a> </p>
</header>
</div>
<div id="copyright" class="container">
Expand Down

0 comments on commit c0a59a3

Please sign in to comment.