-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutme.html
More file actions
73 lines (63 loc) · 1.57 KB
/
Copy pathaboutme.html
File metadata and controls
73 lines (63 loc) · 1.57 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
</script>
<![endif]-->
</head>
<style>
body {
font-family: Verdana,sans-serif;
font-size: 0.9em;
}
div#header, div#footer {
padding: 10px;
color: white;
background-color: black;
}
div#content {
margin: 5px;
padding: 10px;
background-color: lightgrey;
}
div.article {
margin: 5px;
padding: 10px;
background-color: white;
}
body {
font-family: Verdana,sans-serif;
font-size: 0.9em;
}div#menu ul li {
display: inline;
padding: 10px;
margin: 80px;
margin-top: 50px;
}
</style>
<body>
<div class="Header">
<div id="header">
<h1>Anna Benitez</h1>
</div>
<div id="menu">
<ul>
<body link="black">
<li><a href="resume.html">Resume</a></li>
<li><a href="socialmedia.html">Social Media</a></li>
<li><a href="index.html">Experience</a></li>
<li><a href="anita.html">Contact Information</a></li>
</ul>
</div>
</div>
<div id="content">
<h2></h2>
<div class="article">
<p> Soon to be a graduate of the University of Maryland, with a bachelor's degree in Computer Science, I have had internships with startups and established companies. These jobs have provided me the opportunity to work side by side leading developers and learn how companies develop and maintain code. I am looking for a full-time position that provides challenging projects and the chance to work with both old and new programming languages.</p>
</div>
</div>
</body>
</html>