-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (40 loc) · 1.13 KB
/
index.html
File metadata and controls
43 lines (40 loc) · 1.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Jeaninne</title>
<!-- <link rel="stylesheet" type="text/css" href="reset.css"> -->
</head>
<body>
<h1>Student Bio</h1>
<h2>Jeaninne!!!</h2>
<img
src="https://www.netclipart.com/pp/m/42-421739_person-icon-person-icon-clipart-image-from-our.png"
alt="This is not me"
style="width:200px;height:200px"
/>
<p>
My name is Jeaninne. I'm excited to be in this class. But I can tell that it's going to cut into my precious time for sleeping. I really like to sleep.
</p>
<p>
I also enjoy knitting, but I have no time for it. *le sigh*
</p>
<p>
Is it time to go home yet?
</p>
<ul>
<li>first item</li>
<li>second item</li>
<li>last item</li>
</ul>
<h2>
Contact Info
</h2>
<ul><b>
<li>Email:<a href="mailto:thisisnotarealemail@example.com">Not a real email address</a></li>
<li>Git Hub:<a href="https://github.com/Jeaninney" target="_blank">Jeaninney</a></li>
<li>Portfolio: Coming Soon</li>
</b>
</ul>
</body>
</html>