Add Dividing Lines

- Added dividing lines to make web pages more readable
This commit is contained in:
Sravan Balaji
2019-12-25 19:34:57 -05:00
parent 29f5946528
commit af4de16c59
2 changed files with 17 additions and 5 deletions

View File

@@ -9,7 +9,11 @@
</head> </head>
<body> <body>
<h1>About</h1> <h1><a href="index.html">Home</a> &rarr; About</h1>
<hr>
<h1>Bio</h1>
<p> <p>
I'm a Senior at the <a href="https://umich.edu">University of Michigan</a> pursuing dual B.S.E's in <a href="https://me.engin.umich.edu/">Mechanical Engineering</a> and <a href="https://cse.engin.umich.edu/">Computer Science</a>.<br> I'm a Senior at the <a href="https://umich.edu">University of Michigan</a> pursuing dual B.S.E's in <a href="https://me.engin.umich.edu/">Mechanical Engineering</a> and <a href="https://cse.engin.umich.edu/">Computer Science</a>.<br>
I expect to graduate with both Bachelor's degrees in December 2020 and plan on continuing my education with a Master's in Robotics.<br><br> I expect to graduate with both Bachelor's degrees in December 2020 and plan on continuing my education with a Master's in Robotics.<br><br>
@@ -17,8 +21,12 @@
My personal interests include video games, podcasts, music, cooking, and personal / project management software.<br> My personal interests include video games, podcasts, music, cooking, and personal / project management software.<br>
</p> </p>
<h2>Contact Me</h2> <hr>
<h3><a ref="mailto:balajsra@umich.edu">Email</a> / <a ref="https://www.linkedin.com/in/sravan-balaji/">LinkedIn</a> / <a ref="https://github.com/balajsra">GitHub</a></h3>
<h1>Contact Me</h1>
<h2><a ref="mailto:balajsra@umich.edu">Email</a> / <a ref="https://www.linkedin.com/in/sravan-balaji/">LinkedIn</a> / <a ref="https://github.com/balajsra">GitHub</a></h2>
<hr>
</body> </body>
<footer> <footer>

View File

@@ -9,9 +9,11 @@
</head> </head>
<body> <body>
<h1>Homepage</h1> <h1><a href="index.html">Home</a> &rarr; Documentation</h1>
<h1>Documentation</h1> <hr>
<h1>Introduction</h1>
<p> <p>
This website is hosted on U of M Servers. If you are a UMICH student<br> This website is hosted on U of M Servers. If you are a UMICH student<br>
and you are interested in creating and hosting a personal website<br> and you are interested in creating and hosting a personal website<br>
@@ -26,6 +28,8 @@
This website was created via option 2 because I wanted to learn how to make my own HTML pages.<br> This website was created via option 2 because I wanted to learn how to make my own HTML pages.<br>
<h2></h2> <h2></h2>
</p> </p>
<hr>
</body> </body>
<footer> <footer>