Initial Web Page Commit

- Added documentation.html
- Added index.html
- Added resume.html
This commit is contained in:
Sravan Balaji
2019-12-25 16:08:30 -05:00
parent 51e47a6baa
commit cc03c88936
3 changed files with 75 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!--Required meta tags-->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrinkg-to-fit=no">
<title>Documentation</title>
</head>
<body>
<h1>Documentation</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>
on U of M servers, read this guide.<br><br>
All necessary information can be found on the <a href="http://www.umich.edu/~umweb/how-to/homepage.html">UMICH Information and Technology Services website</a>.<br>
To get started, you have 2 options:
<ol>
<li>Personal Site hosted by Google</li>
<li>UM Web Page hosted on U of M Servers</li>
</ol>
This website was created via option 2 because I wanted to learn how to make my own HTML pages.<br>
<h2></h2>
</p>
</body>
</html>

19
Web Pages/index.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!--Required meta tags-->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrinkg-to-fit=no">
<title>Sravan Balaji</title>
</head>
<body>
<h1>Sravan's Personal Website</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.
</p>
<h1>About</h1>
</body>
</html>

27
Web Pages/resume.html Normal file
View File

@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!--Required meta tags-->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrinkg-to-fit=no">
<title>Resume</title>
</head>
<body>
<h1>Resume</h1>
<h2>Education</h2>
<h3>University of Michigan, Ann Arbor</h3>
<p>
BSE in Mechanical Engineering and Computer Science<br>
GPA: 3.72<br>
September 2016 - December 2020<br>
</p>
<h2>Professional Experience</h2>
<h2>Research</h2>
<h2>Projects</h2>
</body>
</html>