-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make the buttons work; improve the email link
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
||
|
@@ -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> | ||
|
||
|
@@ -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> | ||
|
@@ -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"> | ||
|