-
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.
updated menu bar; updated footer; about me page; moved a button
- Loading branch information
Erin Conley
authored
Nov 15, 2023
1 parent
c096ebe
commit 9f455ec
Showing
5 changed files
with
158 additions
and
59 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 |
---|---|---|
@@ -0,0 +1,99 @@ | ||
<!DOCTYPE HTML> | ||
<!-- | ||
Telephasic by HTML5 UP | ||
html5up.net | @ajlkn | ||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) | ||
--> | ||
<html> | ||
<head> | ||
<title>Erin Conley</title> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> | ||
<link rel="stylesheet" href="assets/css/main.css" /> | ||
</head> | ||
<body class="homepage is-preload"> | ||
<div id="page-wrapper"> | ||
|
||
<!-- Header --> | ||
<div id="header-wrapper"> | ||
<div id="header" class="container"> | ||
|
||
<!-- Logo --> | ||
<h1 id="logo"><a href="index.html">Welcome</a></h1> | ||
|
||
<!-- Nav --> | ||
<nav id="nav"> | ||
<ul> | ||
<li> | ||
<a href="#">All of the Things</a> | ||
<ul> | ||
<li><a href="aboutme.html">About Me</a></li> | ||
<li><a href="resume.html">Resume</a></li> | ||
<li><a href="portfolio.html">Portfolio</a></li> | ||
<li> | ||
<a href="blog.html">Blog??</a> | ||
<!-- <ul> | ||
<li><a href="#">Blog post 1</a></li> | ||
<li><a href="#">Archived blog posts</a></li> | ||
<li><a href="#">Specific blog series</a></li> | ||
<li><a href="#">Upcoming blog ideas</a></li> | ||
</ul> --> | ||
</li> | ||
</ul> | ||
</li> | ||
<li><a href="resume.html">Resume</a></li> | ||
<li class="break"><a href="portfolio.html">Portfolio</a></li> | ||
<li><a href="blog.html">Blog??</a></li> | ||
</ul> | ||
</nav> | ||
|
||
</div> | ||
|
||
<!-- Hero --> | ||
<section id="hero" class="container"> | ||
<header> | ||
<h2>About Me</h2> | ||
<br /> | ||
</header> | ||
</section> | ||
|
||
<!-- Main --> | ||
<div class="wrapper"> | ||
<div class="container" id="main"> | ||
|
||
<!-- Content --> | ||
<article id="content"> | ||
<header> | ||
<h2>Elevator pitch here</h2> | ||
</header> | ||
<a href="#" class="image featured"><img src="images/pic06.jpg" alt="" /></a> | ||
<p>Paragraph 1. Grew up in CO. Second generation attendee of CSU; majored in physics and developed an interest in neutrinos.</p> | ||
<p>Paragraph 2. Neutrinos brought me to NC, where I've resided since 2016. Treated me well. Completed my dissertation in May 2023. </p> | ||
<p>Paragraph 3? Maybe what I want to do next?</p> | ||
</article> | ||
|
||
|
||
</div> | ||
</div> | ||
|
||
<!-- Footer --> | ||
<div id="footer"> | ||
<div id="copyright" class="container"> | ||
<ul class="menu"> | ||
<li>© Untitled. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
|
||
<!-- Scripts --> | ||
<script src="assets/js/jquery.min.js"></script> | ||
<script src="assets/js/jquery.dropotron.min.js"></script> | ||
<script src="assets/js/browser.min.js"></script> | ||
<script src="assets/js/breakpoints.min.js"></script> | ||
<script src="assets/js/util.js"></script> | ||
<script src="assets/js/main.js"></script> | ||
|
||
</body> | ||
</html> |
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
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 |
---|---|---|
|
@@ -27,19 +27,18 @@ <h1 id="logo"><a href="index.html">Welcome</a></h1> | |
<li> | ||
<a href="#">All of the Things</a> | ||
<ul> | ||
<li><a href="#">About Me</a></li> | ||
<li><a href="#">Resume</a></li> | ||
<li><a href="#">Portfolio</a></li> | ||
<!-- <li> | ||
<a href="#">Blog??</a> | ||
<ul> | ||
<li><a href="aboutme.html">About Me</a></li> | ||
<li><a href="resume.html">Resume</a></li> | ||
<li><a href="portfolio.html">Portfolio</a></li> | ||
<li> | ||
<a href="blog.html">Blog??</a> | ||
<!-- <ul> | ||
<li><a href="#">Blog post 1</a></li> | ||
<li><a href="#">Archived blog posts</a></li> | ||
<li><a href="#">Specific blog series</a></li> | ||
<li><a href="#">Upcoming blog ideas</a></li> | ||
</ul> | ||
</li> --> | ||
<li><a href="#">Contact</a></li> | ||
</ul> --> | ||
</li> | ||
</ul> | ||
</li> | ||
<li><a href="resume.html">Resume</a></li> | ||
|
@@ -58,9 +57,6 @@ <h2>Erin Conley</h2> | |
<p>Ph.D. in experimental particle physics | ||
<br /> | ||
Dipping my toes into science communication</p> | ||
<ul class="actions"> | ||
<li><a href="resume.html" class="button">Resume</a></li> | ||
</ul> | ||
</section> | ||
|
||
</div> | ||
|
@@ -97,9 +93,16 @@ <h2>A deep interest in science<br /> | |
</ul> | ||
--> | ||
</section> | ||
</div> | ||
</div> | ||
</div> | ||
</div> <!-- row --> | ||
|
||
</br> | ||
<ul class="actions major"> | ||
<li><a href="aboutme.html" class="button">A couple more paragraphs about me</a></li> | ||
</ul> | ||
|
||
</div> <!-- container --> | ||
</div> <!-- wrapper --> | ||
|
||
|
||
<!-- Promo for Portfolio --> | ||
<div id="promo-wrapper"> | ||
|
@@ -146,8 +149,8 @@ <h2>A broad skillset</h2> | |
<div id="footer-wrapper"> | ||
<div id="footer" class="container"> | ||
<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 /> | ||
<h2>If you would like to contact me...</h2> | ||
<p>You could send me a message to my <a href="https://www.linkedin.com/in/erin-conley-83016bbb">LinkedIn account (click in this general vicinity to go to my profile)</a>.<br /> | ||
You may also email me at <a href="mailto:[email protected]">[email protected]</a> </p> | ||
</header> | ||
</div> | ||
|
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
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