Create About Page
- Add bio information - Add contact links
This commit is contained in:
27
Web Pages/about.html
Normal file
27
Web Pages/about.html
Normal 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, shrink-to-fit=no">
|
||||
|
||||
<title>About</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>About</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>
|
||||
My professional and academic interests are in robotics, mechatronics, autonomous systems, and controls.<br>
|
||||
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>
|
||||
</body>
|
||||
|
||||
<footer>
|
||||
© Copyright 2019, Sravan Balaji.
|
||||
</footer>
|
||||
</html>
|
Reference in New Issue
Block a user