Add Dividing Lines
- Added dividing lines to make web pages more readable
This commit is contained in:
@@ -9,7 +9,11 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>About</h1>
|
||||
<h1><a href="index.html">Home</a> → About</h1>
|
||||
|
||||
<hr>
|
||||
|
||||
<h1>Bio</h1>
|
||||
<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 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>
|
||||
</p>
|
||||
|
||||
<h2>Contact Me</h2>
|
||||
<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>
|
||||
<hr>
|
||||
|
||||
<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>
|
||||
|
||||
<footer>
|
||||
|
@@ -9,9 +9,11 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Homepage</h1>
|
||||
<h1><a href="index.html">Home</a> → Documentation</h1>
|
||||
|
||||
<h1>Documentation</h1>
|
||||
<hr>
|
||||
|
||||
<h1>Introduction</h1>
|
||||
<p>
|
||||
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>
|
||||
@@ -26,6 +28,8 @@
|
||||
This website was created via option 2 because I wanted to learn how to make my own HTML pages.<br>
|
||||
<h2></h2>
|
||||
</p>
|
||||
|
||||
<hr>
|
||||
</body>
|
||||
|
||||
<footer>
|
||||
|
Reference in New Issue
Block a user