-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
116 lines (116 loc) · 4.36 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Help fund my Masters in Data Science</title>
<meta
name="description"
content="Help me get my Masters Degree in Data Science from UCT"
/>
<meta property="og:title" content="Help fund my Masters in Data Science" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.fundmymasters.com" />
<meta
property="og:image"
content="https://www.fundmymasters.com/dom-picture-meta.jpg"
/>
<meta
property="twitter:title"
content="Help fund my Masters in Data Science"
/>
<meta
property="twitter:description"
content="Help me get my Masters Degree in Data Science from UCT"
/>
<meta
property="twitter:image"
content="https://www.fundmymasters.com/dom-picture-meta.jpg"
/>
<meta property="twitter:url" content="https://www.fundmymasters.com" />
<link rel="stylesheet" href="styles.css" />
<link rel="icon" type="image/png" href="favicon.png" />
</head>
<body>
<h1>Help me get a Masters Degree</h1>
<h2>We got through the coursework!!!! With an average of 79.3% overall WOOP WOOP!</h2>
<img src="results.png" class="results" />
<article>
<h3>The Person</h3>
<img src="dom-picture.jpg" class="dom-picture" />
<p>Howdy I'm Dom</p>
<p>I would like to express my sincerest gratitude to the following donators for
supporting me on my journey to getting my masters!
</p>
</article>
<h2>The Wall of Gratitude</h2>
<h3>
A massive shout out to everyone who contributed, your support really took my breathe away <3!
</h3>
<div class="wall-of-gratitude">
<div class="wall-of-gratitude-card">
<img src="mom.jpg" class="wall-of-gratitude-image" />
<p>"I mean seriously"- Mom</p>
</div>
<div class="wall-of-gratitude-card">
<img src="adrian.png" class="wall-of-gratitude-image" />
<p>TBC - Adrian Bunge</p>
</div>
<div class="wall-of-gratitude-card">
<img src="ninja.jpg" class="wall-of-gratitude-image" />
<p>Unnamed Hero</p>
</div>
<div class="wall-of-gratitude-card">
<img src="sebby.png" class="wall-of-gratitude-image" />
<p>"Google it" - Sebastian Collins</p>
</div>
<div class="wall-of-gratitude-card">
<img src="mike.png" class="wall-of-gratitude-image" />
<p>"This to shall pass" - Mike Scott</p>
</div>
<div class="wall-of-gratitude-card">
<img src="stacy.png" class="wall-of-gratitude-image" />
<p>"Go be that PrawnStar" - Stacy Malgarte</p>
</div>
<div class="wall-of-gratitude-card">
<img src="lior.png" class="wall-of-gratitude-image" />
<p>"I told you not to do your Masters" - Lior Neu-Ner</p>
</div>
<div class="wall-of-gratitude-card">
<img src="oz.png" class="wall-of-gratitude-image" />
<p>"Kill it!" - Oskar Wijers</p>
</div>
<div class="wall-of-gratitude-card">
<img src="nadia.png" class="wall-of-gratitude-image" />
<p>TBC - Nadia Solomon</p>
</div>
<div class="wall-of-gratitude-card">
<img src="ninja.jpg" class="wall-of-gratitude-image" />
<p>Mysterious Hero</p>
</div>
<div class="wall-of-gratitude-card">
<img src="nicholas.png" class="wall-of-gratitude-image" />
<p>TBC - Nicholas Lazarides</p>
</div>
<div class="wall-of-gratitude-card">
<img src="lindo.png" class="wall-of-gratitude-image" />
<p>TBC - Lindo Khubeka</p>
</div>
</div>
</article>
<article>
<h2>What now?</h2>
<p>All that is left is the dissertation which will be completed in 2022.
I will update the site with the final overall mark when this is complete :)</p>
</article>
<article>
<div class="faq-card">
<h2 class="question">The dance of gratitude!</h2>
<video width="300" height="400" controls>
<source src="dancing-video.mp4" type="video/mp4" />
</video>
</div>
</article>
</body>
</html>