From cc03c889361e65d732a0428db2000c2edcdb5a80 Mon Sep 17 00:00:00 2001
From: Sravan Balaji
Date: Wed, 25 Dec 2019 16:08:30 -0500
Subject: [PATCH] Initial Web Page Commit
- Added documentation.html
- Added index.html
- Added resume.html
---
Web Pages/documentation.html | 29 +++++++++++++++++++++++++++++
Web Pages/index.html | 19 +++++++++++++++++++
Web Pages/resume.html | 27 +++++++++++++++++++++++++++
3 files changed, 75 insertions(+)
create mode 100644 Web Pages/documentation.html
create mode 100644 Web Pages/index.html
create mode 100644 Web Pages/resume.html
diff --git a/Web Pages/documentation.html b/Web Pages/documentation.html
new file mode 100644
index 0000000..0b861f2
--- /dev/null
+++ b/Web Pages/documentation.html
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+ Documentation
+
+
+
+ Documentation
+
+ This website is hosted on U of M Servers. If you are a UMICH student
+ and you are interested in creating and hosting a personal website
+ on U of M servers, read this guide.
+
+ All necessary information can be found on the UMICH Information and Technology Services website.
+ To get started, you have 2 options:
+
+ - Personal Site hosted by Google
+ - UM Web Page hosted on U of M Servers
+
+ This website was created via option 2 because I wanted to learn how to make my own HTML pages.
+
+
+
+
+
\ No newline at end of file
diff --git a/Web Pages/index.html b/Web Pages/index.html
new file mode 100644
index 0000000..dc3f01d
--- /dev/null
+++ b/Web Pages/index.html
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+ Sravan Balaji
+
+
+
+ Sravan's Personal Website
+
+ Welcome to my personal website! For information on how this website was created and hosted,
+ please see the documentation page.
+
+ About
+
+
\ No newline at end of file
diff --git a/Web Pages/resume.html b/Web Pages/resume.html
new file mode 100644
index 0000000..4d3b7d7
--- /dev/null
+++ b/Web Pages/resume.html
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+ Resume
+
+
+
+ Resume
+ Education
+ University of Michigan, Ann Arbor
+
+ BSE in Mechanical Engineering and Computer Science
+ GPA: 3.72
+ September 2016 - December 2020
+
+
+ Professional Experience
+
+ Research
+
+ Projects
+
+
\ No newline at end of file