-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProfile.html
More file actions
63 lines (52 loc) · 1.16 KB
/
Copy pathProfile.html
File metadata and controls
63 lines (52 loc) · 1.16 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
<!DOCTYPE html>
<title>Valerie Fanelle's Profile</title>
<style>
ol li.m1 {
color: red;
}
</style>
<style>
ol li.m2 {
color: blue;
}
</style>
<style>
img {
border: 19px solid black;
}
</style>
<style>
html {
background-color: darkred;
}
</style>
<style>
ol {
display: inline;
}
</style>
<h1>Valerie Fanelle</h1>
<img src="http://66.media.tumblr.com/b7b6617af835013658cadcfcbd7f7b5a/tumblr_mz5ex1wTi41rrzod4o1_500.gif" width="100" height="100" alt="Photo of Valerie Fanelle">
<h2>Summary</h2>
<p>I live in Sicklerville and work at Google CSSI. I like rowing, Google, and learning.</p>
<h2>Hometown</h2>
Sicklerville, New Jersey
<h2>University</h2>
Georgia Institute of Technology
<h2>Other Profiles</h2>
<ul>
<li><a href="http://plus.google.com/115182601594934760469">Google+</a></li>
<li><a href="http://www.facebook.com/valerie.a.fanelle">Facebook</a></li>
<li><a href="http://twitter.com/valeriefanelle">Twitter</a></li>
</ul>
<h2>My Favorite Movies</h2>
<ol>
<li class="m1">Wedding Crashers</li>
<li class="m2">Easy A</li>
<li class="m3">Dark Knight Rises</li>
</ol>
<h2>My Favorite Color</h2>
<ol>
<li>Blue</li>
<li>Purple</li>
<li>White</li>