-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
113 lines (97 loc) · 3.99 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
<!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>VEXcode; Learn more!</title>
<link
rel="icon"
type="image/x-ico"
href="https://www.fi.ncsu.edu/wp-content/themes/hillsborough/assets/img/favicon.ico"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<link
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<h1>Hello!</h1>
<div class="container">
<h2>Thank <i>you</i>.</h2>
<h3>
To all of our students, staff, and friends at Mariam Boyd Elementary
School,
</h3>
<p>
We <b class="rainbow">loved</b> teaching your class some of the basic
concepts of programming & robotics using
<a href="https://vr.vex.com/">VEXcode</a>.
</p>
<p>
But if you're interested in learning more about programming, vex, or
just have a question for us, please email me (<b
><a href="mailto:[email protected]">Mike</a></b
>!), <b><a href="mailto:[email protected]">Hamid</a></b
>, or <b><a href="mailto:[email protected]">Jenn</a></b> (click on our
names there to quickly make an email!). We would
<b class="rainbow">love</b> to hear from you<b>!!</b>
</p>
<div class="center">
<div class="captioned-image">
<img
class="image-large"
src="assets/super-mario-ending-screen.gif"
alt=""
/>
<span class="subtitle signature">
- Mr. Mike, Mr. Hamid, Mrs. Jenn &
<img class="ncsu" src="assets/ncsu.png" alt="" />
</span>
</div>
</div>
<hr />
<h4>P.S...</h4>
<p>
All of you guys are
<span class="super-mario">
<img src="assets/mario-hat-3d.png" alt="" />
<span>super</span>
</span>
students. If you'd like your rubber ducky, email us! We'll try to get it
to you as soon as possible.
<img class="rubber-duck" src="assets/rubber-duck.png" alt="" />
</p>
<div class="center">
<img class="image-small" src="assets/rubber-duckys.png" alt="" />
</div>
</div>
<div class="container">
<h2>Gallery 🎨</h2>
<p>If you'd like to see your picture here, let us know!</p>
<div class="center">
<div class="captioned-image">
<img class="image-large" src="assets/IMG_1072.jpeg" alt="" />
<div class="subtitle">
Thank you
<span class="rainbow">Kerria</span>!!!
</div>
</div>
<div class="captioned-image">
<img class="image-large" src="assets/thanks.gif" alt="" />
<div class="subtitle">
The code used to create the robot images shown in class (and
above!) can be found by clicking
<a href="https://github.com/mkbabb/vexcode">this link here</a>.
In case you're interested.
</div>
</div>
</div>
</div>
</body>
</html>