Skip to content

Instantly share code, notes, and snippets.

@Ramona2020
Created April 3, 2015 14:16
Show Gist options
  • Save Ramona2020/e03805929aab60bfc022 to your computer and use it in GitHub Desktop.
Save Ramona2020/e03805929aab60bfc022 to your computer and use it in GitHub Desktop.
Code for index.html
<!DOCTYPE html>
<html>
<head>
<title>Working With GitHub Pages</title>
</head>
<body>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/about">About</a></li>
<li><a href="/syllabus">Syllabus/Assignment</a></li>
<li><a href="/blog">Blog</a></li>
</ul>
</nav>
<div class="container">
<div class="blurb">
<h1>Working With GitHub Pages</h1>
<p>During today's session, we will learn how to build a personal website using GitHub Pages. <a href="/about">Learn about Git, GitHub, and GitHub Pages</a></p>
</div><!-- /.blurb -->
</div><!-- /.container -->
<footer>
<ul>
<li><a href="mailto:ramona.romero@vanderbilt.com">email</a></li>
<li><a href="https://github.com/ramona2020">github.com/ramona2020</a></li>
</ul>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment