-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (64 loc) · 1.89 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Vision Board Project</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:700%7COpen+Sans&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap" rel="stylesheet">
</head>
<body>
<div class="full-block">
<div id="vision-board">
<div class="third-block-small" id="first-block-left">
<h3>grow</h3>
<h2>learn to design & </h2>
<h1>Code Websites</h1>
</div>
<div class="third-block-small" id="first-block-mid">
<img src="img/flower.png">
</div>
<div class="third-block-small" id="first-block-right">
<h2>html</h2>
<h2>css</h2>
<h2>javascript</h2>
<h2>wordpress</h2>
<h2>python</h2>
</div>
<div class="third-block-big" id="second-block-left">
<h3>freelance</h3>
<h2>make enough side cash to</h2>
<h1>Pay off debt</h1>
<img src="img/piggy.png">
</div>
<div class="third-block-big" id="second-block-mid">
<img src="img/eye.png">
<p>2020</p>
<h2>vision board</h2>
</div>
<div class="third-block-big" id="second-block-right">
<img src="img/plane.png">
<h3>travel</h3>
<h2>plan a trip where i can</h2>
<h1>Work Remotely</h1>
</div>
<div class="third-block-small" id="third-block-left">
<h2>walk dog + + </h2>
<h2>meditate</h2>
<h2>yoga</h2>
<h2>snuggle pup</h2>
</div>
<div class="third-block-small" id="third-block-mid">
<img src="img/doggo.png">
</div>
<div class="third-block-small" id="third-block-right">
<h3>mind & body</h3>
<h2>exercise more <br> & find zen in</h2>
<h1>Challenge</h1>
</div>
</div>
</div>
</body>
</html>