-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
100 lines (82 loc) · 1.6 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
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html>
<body style="background-color:white;">
<head>
<meta charset="utf-8">
<title>My profile</title>
<style type="text/css">
.profilebox{
left:30px;
position:fixed;
height:70%;
width: 360px;
margin:40px;
padding:20px;
background:black;
box-shadow: black;
}
.rightbox{
position: absolute;
margin:20px;
left:470px;
top:130px;
width:50%;
height:300px;
margin:20px;
border: black 2px solid;
padding:30px;
}
.tinybox{
position: absolute;
margin:20px;
left:470px;
top:30px;
padding:30px;
background:black;
width:50%;
height:20px;
}
</style>
</head>
<body>
<div class="profilebox">
<center>
<h1><p style="color:white">Hi I'm Georgiaaaaaaaaaaa</p></h1>
<img src="profile.jpg" height="150" alt="profile pic">
<p> (random pic i found)</p>
<p>
<p style="color:white">
Hey i'm Georgia and i am very very confused in this class.
</p>
</p>
</center>
</div>
<div class="rightbox">
<h3>The websites i visit the most</h3>
<ol>
<li><a href="htpps://are.na">are.na</a></li>
<li><a href="htpps://youtube.com">youtube</a></li>
<li><a href="https://canvas.newschool.edu">Canvas</a></li>
</ol>
<h4> A poem i read recently</h4>
<p>Bilibili Balalalalal<br>
 Lalla
lalalalalla
 bilabi
</p>
<dl>
<dt><b> My favourite food</b></dt>
<dd>Ice cream</dd>
<dt><b> Favourite spot in NY</b></dt>
<dd>Home</dd>
</div>
<div class="tinybox">
</div>
<footer>
<a href="https://hsharriman.github.io">
Link to next profile!
</a>
</dl>
</body>
<!--ni shi da sha gua-->
</html>