Add Navigation

- Add links to other web pages on home page
This commit is contained in:
Sravan Balaji
2019-12-25 19:35:38 -05:00
parent af4de16c59
commit 86ed75baf6

View File

@@ -3,17 +3,39 @@
<head>
<!--Required meta tags-->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrinkg-to-fit=no">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Sravan Balaji</title>
</head>
<body>
<h1>Sravan's Personal Website</h1>
<hr>
<h1>Welcome</h1>
<p>
Welcome to my personal website! For information on how this website was created and hosted,<br>
please see the <a href="documentation.html">documentation</a> page.
please see the <a href="documentation.html">documentation</a> page.<br><br>
This website is currently a work in progress (as you can probably tell from the complete lack of style).<br>
Updates will be made as I find time. You can follow development and make suggestions on <a href="https://github.com/balajsra/personal-website">GitHub</a>.
</p>
<h1>About</h1>
<hr>
<h1>Navigation</h1>
<h2><ol>
<li><a href="about.html">About</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="product_recommendations.html">Product Recommendations</a></li>
<li><a href="documentation.html">Documentation</a></li>
</ol></h2>
<hr>
</body>
<footer>
&copy; Copyright 2019, Sravan Balaji.
</footer>
</html>