From 86ed75baf67e5e8dc54b62f0725ba13e8e19c2b8 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Wed, 25 Dec 2019 19:35:38 -0500 Subject: [PATCH] Add Navigation - Add links to other web pages on home page --- Web Pages/index.html | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/Web Pages/index.html b/Web Pages/index.html index dc3f01d..a7af2f0 100644 --- a/Web Pages/index.html +++ b/Web Pages/index.html @@ -3,17 +3,39 @@ - + Sravan Balaji

Sravan's Personal Website

+ +
+ +

Welcome

Welcome to my personal website! For information on how this website was created and hosted,
- please see the documentation page. + please see the documentation page.

+ + This website is currently a work in progress (as you can probably tell from the complete lack of style).
+ Updates will be made as I find time. You can follow development and make suggestions on GitHub.

-

About

+ +
+ +

Navigation

+

    +
  1. About
  2. +
  3. Resume
  4. +
  5. Product Recommendations
  6. +
  7. Documentation
  8. +

+ +
+ + \ No newline at end of file