-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (28 loc) · 1.17 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
<head>
<title>Michael Ramuta's Webpage</title>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css">
<meta charset = "UTF-8">
</head>
<body>
<div id="header">
<h1>Michael Ramuta's Webpage</h1>
</div>
<div id="left-side">
<a href="#">About Me</a><br>
<a href="blog/blog_index.html">Blog</a><br>
<a href="mailto:michaelramuta@gmail.com">Contact</a><br>
<a href="#">Projects</a><br>
<a href="resume.pdf">Resume</a>
</div>
<div id="main-section">
<img src="my_photo.jpg" />
<div id="welcome"><p>Hello! My name is Michael Ramuta and I'm an aspiring web developer. Take a look around at my projects that I've completed in DevBootcamp.</p>
<p>I graduated from the University of Wisconsin-Madison in 2013, with a major in Astronomy-Physics and certificates in Physics and Mathematics. I'm looking to use my mathematics skills, creativity, and passion for problem solving and apply them to the world of web development.</p></div>
</div>
<div id="footer">
Michael Ramuta ©2015
</div>
</body>
</html>