Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebyer authored Jul 4, 2024
1 parent f23ee74 commit 318d374
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,17 +80,29 @@
</head>
<body>
<div class="container">
<header>
<h1>Blake Byer</h1>
</header>
<section>
<header>
<h1>Blake Byer</h1>
<nav>
<ul>
<li><a href="#Home">Home</a></li>
<li><a href="#Blog">Blog</a></li>
</ul>
</nav>
</header>
<section id="Home">
<h2>Home</h2>
<img src="profile.jpg" alt="Profile Photo">
<p>Hello, I'm Blake Byer. I am a student at the University of Kentucky. I study neuroscience, biology, and computer science.</p>
<p>Feel free to browse around!</p>
<a href=https://github.com/blakebyer class="button">Projects</a>
<a href=curriculum_vitae.pdf class="button">Curriculum Vitae</a>
<a href=https://www.memreneuro.org/ class="button">memRE</a>
</section>

<section id="Blog">
<h2>Blog</h2>
<p>Content of your blog goes here.</p>
</section>
<footer>
&copy; Blake Byer <span id="currentYear"></span>
</footer>
Expand Down

0 comments on commit 318d374

Please sign in to comment.