-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
74 lines (62 loc) · 3.75 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Dear Paul Jr...</title>
<link rel="stylesheet" href="css/reset.css"/>
<link rel="stylesheet" type="text/css" href="css/jquery.fullPage.css"/>
<link href="https://fonts.googleapis.com/css?family=Baloo+Bhaina" rel="stylesheet">
<link rel="stylesheet" href="css/style.css"/>
</head>
<body>
<div id="fullPage">
<div class="section " id="section0">
<div class="intro">
<h1>Dear Paul Jr,</h1>
<p>you should know this about your dad…</p>
</div>
</div>
<div class="section" id="section1">
<div class="slide" id="slide1" data-anchor="slide1">
<p>...he’s a really smart guy and will be a great Dad, but one time he & some friends burned down a bus. Don’t do that.</p>
</div>
<div class="slide" id="slide2" data-anchor="slide2">
<p>...your Dad is a gentleman of integrity. He's always willing to lend a hand, work hard and get his hands dirty. His only fault is being a Raiders fan, but some would argue that's a feature, not a bug</p>
</div>
<div class="slide" id="slide3" data-anchor="slide3">
<p>… he’s a great person and leader. We’re all lucky to know him!</p>
</div>
<div class="slide" id="slide4" data-anchor="slide4">
<p>… someday you’ll be so mad at your dad for some nonsense or another. Just remember, you got a Dad who makes the world better in all sorts of small ways. That’s better than winning the lottery. That is winning the lottery.</p>
</div>
<div class="slide" id="slide5" data-anchor="slide5">
<p>… in a word, he’s rad! Also: ask to see a photo of him when he had dreadlocks.</p>
</div>
<div class="slide" id="slide6" data-anchor="slide6">
<p>… Junior, I just want to second the piece about the photo with the dreadlocks - this could seriously be an ace in the hole for you. Although just remember that since you are a spawn of Paul you will likely have a picture like this of your own one day. And you will also likely be a kind, funny and intelligent guy.</p>
</div>
<div class="slide" id="slide7" data-anchor="slide7">
<p>….Loves music and obscure bands - trust him when he says a tune in good. He’s also just a top bloke - works hard, takes care of the people around him and has fun.</p>
</div>
<div class="slide" id="slide8" data-anchor="slide8">
<p>...He’s a great dad who’s super proud of you and your brother. He’ll cheer you on at your weekly basketball games, he’ll brag about you to his colleagues, and one day he might event take you to a Phish show.</p>
</div>
<div class="slide" id="slide9" data-anchor="slide9">
<p>… Is such a genuinely good person that people like, trust and turn too. He is committed to making the world a better place for you, your brother and everyone else!</p>
</div>
<div class="slide" id="slide10" data-anchor="slide10">
<p>… I agree with the comment above. Your dad is rad! He loves lists, a good meme, tacos, the lakers, the grateful dead and volkswagens. He is an expert friend and will always have your back. You’re a lucky kid!</p>
</div>
</div>
<div class="section" id="section2">
<div class="intro">
<h1>Congrats, Paul!</h1>
<p>Love, your Moz family.</p>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.fullPage.js"></script>
<script src="js/main.js"></script>
</body>
</html>