Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Home.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
</head>

<body>
<div class="page_container bar" id="home">
<div class="nav">
<section class="page_container bar" id="home">
<nav class="nav">
<ul>
<li><a href='home.html'>Home</a></li>
<li><a href='about.html'>About</a></li>
<li><a href='blog.html'>Blog</a></li>
<li><a href="contactme.html">Contact Me</a></li>
</ul>
</div>
</nav>

<div class="container" id="title">
<h1> Megumi Designs </h1>
Expand Down Expand Up @@ -80,7 +80,7 @@ <h2>Projects</h2>
</section>
</section>
</div>
</div>
</section>
</body>

</html>
Empty file added contactme.css
Empty file.
12 changes: 12 additions & 0 deletions contactme.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="contactme.css">
</head>
<body>

</body>
</html>