Skip to content

Commit cb1ab9c

Browse files
authored
Update index.html
1 parent fae6e8d commit cb1ab9c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,13 @@
4747
<ul class="snip1168">
4848
<li class="current"><a href="#" data-hover="Home">Home</a></li>
4949
<li><a href="#about-page" data-hover="About Us">About</a></li>
50-
<li><a href="#" data-hover="Blog">Resume</a></li>
51-
<li><a href="#" data-hover="Services">Blog</a></li>
52-
<li><a href="#" data-hover="Products">Projects</a></li>
50+
<li><a href="#" data-hover="Resume">Resume</a></li>
51+
<li><a href="#" data-hover="Blog">Blog</a></li>
52+
<li><a href="#projects" data-hover="Projects">Projects</a></li>
5353
<li><a href="#" data-hover="Contact">Contact</a></li>
5454
</ul>
5555
</nav>
56+
5657
<!-- Landing page ––––––––––––––––––––––––––––––– -->
5758
<section class="hero">
5859
<div id="wrapper">
@@ -62,7 +63,6 @@ <h1 class="title"> meredith hoo </h1>
6263
<div>
6364
</section>
6465

65-
6666
<!-- About ––––––––––––––––––––––––––––––––– -->
6767
<section id="about-page"class="about">
6868
<h1 id="about_title" class="title"> Meredith Hoo </h1>
@@ -79,8 +79,8 @@ <h1 id="about_title" class="title"> Meredith Hoo </h1>
7979

8080
</section>
8181

82-
<!-- Main Menu ––––––––––––––––––––––––––––––––– -->
83-
<section id="menu-page"class="menu">
82+
<!-- Projects ––––––––––––––––––––––––––––––––– -->
83+
<section id="projects"class="menu">
8484
<h1 class="title"> Menu </h1>
8585
<button id="return_button" class="button">return</button>
8686
<nav class="pure-g">

0 commit comments

Comments
 (0)