-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfuture.html
More file actions
71 lines (71 loc) · 3 KB
/
future.html
File metadata and controls
71 lines (71 loc) · 3 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
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Andy Smart - Galvanize - Build Your First Website</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Quicksand|Sedgwick+Ave|Shadows+Into+Light" rel="stylesheet">
</head>
<body>
<header>
<div class="banner">
<div>
<h1 class="sedgwick">Future</h1>
</div>
<div class="menu">
<a href="index.html">
<div class="button">
<p class="shadows button">HOME</p>
</div>
</a>
<a href="galvanize.html">
<div class="button">
<p class="shadows button">GALVANIZE</p>
</div>
</a>
<a href="future.html">
<div class="button">
<p class="shadows button">FUTURE</p>
</div>
</a>
</div>
</div>
</header>
<main>
<div class="main">
<div class="gifdiv">
<img class="gif" alt="giphy" src="https://media.giphy.com/media/t1i8KZ7momVs4/giphy.gif">
<p class="shadows1">FREEDOM</p>
<img class="gif" alt="giphy" src="https://media.giphy.com/media/l0Ex6kAKAoFRsFh6M/giphy.gif">
<p class="shadows1">MO' MONEY</p>
<img class="gif" alt="giphy" src="https://media.giphy.com/media/VuvfJNRg2UnXW/giphy.gif">
<p class="shadows1">FLEXIBILITY</p>
</div>
<p>My number one goal for my future as a web developer is currently to get into affiliate marketing. I ultimately want to sell other people's products and services for commission on clicks and conversions. I plan on getting my portfolio started here at galvanize and exanding it throughout my first few jobs. I am committed to learning new technologies throughout this process to expand and diversify my portfolio.</p>
<p>I hope to be able to gain the financial and scheduling fexibility to allow me to:</p>
<ul>
<li>Dedicate myself more to music and teaching</li>
<li>Take a vacation more than once a year</li>
<li>Take Cordelia to Disneyland or Disney World once a year</li>
<li>Have a few weeks each year to freelance for <a href="https://livestream.com">Livestream</a> production (FUN WORK & MO' MONEY!!)</li>
<li>MO' MONEY!!!</li>
</ul>
<div class="gifdiv">
<img class="gif" alt="giphy" src="https://media.giphy.com/media/Xia2V7AsIJV3a/giphy.gif">
<p class="shadows1">DISNEYLAND</p>
<img class="gif" alt="giphy" src="https://media.giphy.com/media/14wXMGbHjXK2k0/giphy.gif">
<p class="shadows1">TRAVEL</p>
<img class="gif" alt="giphy" src="https://media.giphy.com/media/NU8tcjnPaODTy/giphy.gif">
<p class="shadows1">MUSIC</p>
</div>
</div>
</main>
<footer>
<div class="footer">
<div>
<h5 class="sedgwick">© 2017 Andy Smart</h5>
</div>
</div>
</footer>
</body>
</html>