-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex copy.html
64 lines (57 loc) · 1.11 KB
/
index copy.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<title>
hi, i'm angelina
</title>
</head>
<body>
<h1 class="word_split">hi, i'm angelina.</h1>
<ul class="navigation">
<li><a href="#about">about</a></li>
<li><a href="#current">current projects</a></li>
<li><a href="#completed">completed projects</a></li>
<li><a href="#reach">where to reach me</a></li>
</ul>
<div id="outer-grid">
<div>
<p id="about">
about
</p>
<p id="info">
Hello
</p>
</div>
<div>
<p id="current">
current projects
</p>
<p id="info">
stuff
</p>
</div>
<div id="inner-grid">
<div>pj1</div>
<div>pj2</div>
<div>pj3</div>
<div>pj4</div>
</div>
<div>
<p id="completed">
completed projects
</p>
<p id="info">
stuff
</p>
</div>
<div>
<p id="reach">
reach
</p>
<p id="info">
stuff
</p>
</div>
</div>
</html>