forked from MysticalWizard/hakd-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworkshops.html
161 lines (157 loc) · 9.89 KB
/
workshops.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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>HakD 2024: Need For Speed</title>
<link rel="icon" type="image/x-icon" href="assets/img/hakd-logo-2024.svg">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="styles/workshops.css">
</head>
<body>
<!-- Navbar -->
<header id="nav-top" data-bs-theme="dark">
<nav class="navbar sticky-top navbar-expand-md bg-dark">
<div class="container-fluid">
<a class="navbar-brand">
<img src="assets/img/hakd-logo-2024.svg" alt="Tech Ambassador" height=40 class="mx-2">
HakD 2024: Need For Speed
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#nav-collapse" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div id="nav-collapse" class="collapse navbar-collapse flex-row justify-content-end">
<ul class="navbar-nav p-2 mb-md-0 flex-row justify-content-between">
<li class="nav-item">
<a class="nav-link active p-0 ps-2 pe-2" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<div class="vr h-100 mx-lg-1 text-white"></div>
</li>
<li class="nav-item">
<a class="nav-link p-0 ps-2 pe-2" href="https://dcigroupadmin-my.sharepoint.com/:f:/g/personal/daniel_gu25_stu_dulwich_org/EuvTHMkJtVdGtlKXmkJ4NnsBXKTmdlctu04DZLupC3uKcg?e=VnriVt">Resources</a>
</li>
<li class="nav-item">
<div class="vr h-100 mx-lg-1 text-white"></div>
</li>
<li class="nav-item">
<a class="nav-link p-0 ps-2 pe-2" href="#">Workshops</a>
</li>
<li class="nav-item">
<div class="vr h-100 mx-lg-1 text-white"></div>
</li>
<li class="nav-item">
<a class="nav-link p-0 ps-2 pe-2" href="scenarios.html">Scenarios</a>
</li>
</ul>
<a href="https://yoopay.cn/event/21348046" class="nav-link">
<div id="signup-button" class="align-self-stretch d-flex align-items-center m-1 px-2">Sign up</div>
</a>
</div>
</div>
</nav>
</header>
<section id="title-card" class="p-0 bg-primary-subtle">
<div class="container d-flex flex-column align-items-center">
<h1 id="theme-text" class="text-center">Workshops</h1>
</div>
</section>
<section id="workshops-list" class="bg-secondary-subtle">
<div id="cards-container" class="container">
<div class="my-3 justify-content-center">
<div class="card my-3 d-flex flex-lg-row">
<img class="card-img" src="assets/img/workshops/wkshop-chase.jpg" alt="Chase Yiu"/>
<div class="card-body p-5">
<h2 class="card-title">Raspberry Pi Pico and Motion</h2>
<h3>By Chase Yiu</h3>
<p class="card-text">Electronics is more than lighting LEDs up and displaying things on screens. More importantly, they are used to create robots and moving things! In this workshop, you will be using the Raspberry Pi Picos to control motors and put things in motion, like servo motors, driving motors and stepper motors. Unleash your creativity freely in this workshop! Prior knowledge with python is recommended.</p>
<h4>Max Capacity: 10 people</h4>
<h4>Room: A114</h4>
</div>
</div>
<div class="card my-3 d-flex flex-lg-row">
<img class="card-img" src="assets/img/workshops/wkshop-vexiq.jpg" alt="Ronan McFadden"/>
<div class="card-body p-5">
<h2 class="card-title">VEX IQ</h2>
<h3>By Ronan McFadden</h3>
<p class="card-text">There are many types of robots out there – ones that you can design and build yourself, or the ones that can help you with some extremely challenging tasks. VEX IQ is, believe it or not, one of the easier ones out there. In this workshop, you will be experimenting, building and coding the VEX IQ robots and customizing them to your own requirements. Prior coding knowledge is not necessary as we are using block coding.</p>
<h4>Max Capacity: 20 people</h4>
<h4>Room: Workshop A112</h4>
</div>
</div>
<div class="card my-3 d-flex flex-lg-row">
<img class="card-img" src="assets/img/workshops/wkshop-traitor.jpg" alt="Mr. Whitaker"/>
<div class="card-body p-5">
<h2 class="card-title">Arduino and Motion</h2>
<h3>By Mr. Whitaker</h3>
<p class="card-text">In this workshop be prepared to roll up your sleeves and get up close and personal with an Arduino board! You will build and program a small control system that can control sensors, buzzers, LEDs, screens and more. In the process you will learn about analog and digital I/O (input and output) and some Arduino programming fundamentals. Some programming experience is recommended. Please download and install the Arduino IDE from https://arduino.cc/en/software before this workshop if possible.</p>
<h4>Max Capacity: 15 people</h4>
<h4>Room: A111</h4>
</div>
</div>
<div class="card my-3 d-flex flex-lg-row">
<img class="card-img" src="assets/img/workshops/wkshop-mindstorms.jpg" alt="Mr. McFadden"/>
<div class="card-body p-5">
<h2 class="card-title">EV3 Mindstorms</h2>
<h3>By Mr. McFadden</h3>
<p class="card-text">You might have heard some people say, “six LEGO bricks, countless possibilities.” The beauty of LEGO is it’s so simple to put things together and see it in “action”. What’s even better than this? Adding a bit of a robotics element to it. In this workshop, you will be exploring the LEGO EV3 Mindstorms, building your own robots and coding them. Prior coding knowledge is not necessary for this workshop.</p>
<h4>Max Capacity: 20 people</h4>
<h4>Room: A165</h4>
</div>
</div>
<div class="card my-3 d-flex flex-lg-row">
<img class="card-img" src="assets/img/workshops/wkshop-microbit.jpg" alt="Mr. Chermside"/>
<div class="card-body p-5">
<h2 class="card-title">Micro:Bits</h2>
<h3>By Mr. Chermside</h3>
<p class="card-text">Want to learn how to program and interface hardware, but don’t know where to start? Then this workshop is for you! In this workshop, you will meet the BBC Micro:Bits which is a small development board perfectly suited for beginners to experiment with hardware programming. You will be using block coding to blink LEDs, display patterns on screens and even make things move. Prior coding knowledge is not necessary but recommended.</p>
<h4>Max Capacity: 20 people</h4>
<h4>Room: A113</h4>
</div>
</div>
<div class="card my-3 d-flex flex-lg-row">
<img class="card-img" src="assets/img/workshops/wkshop-algorithms.jpeg" alt="Samuel Liu"/>
<div class="card-body p-5">
<h2 class="card-title">Need for Algorithms</h2>
<h3>By Samuel Liu</h3>
<p class="card-text">As we are currently in the age of AI, algorithms are incredibly important in our lives. However, the lack of need for speed in algorithms may lead to algorithms which will require a million years (not exaggerated) to complete. Do you want to learn how to write fast algorithms? Or, on a wider scale, do you want to simply be quick and logical? Then join the “Need for Algorithms” workshop!</p>
<h4>Max Capacity: 15 people</h4>
<h4>Room: A115</h4>
</div>
</div>
<div class="card my-3 d-flex flex-lg-row">
<img class="card-img" src="assets/img/workshops/wkshop-dryankelevich.jpg" alt="Dr Y"/>
<div class="card-body p-5">
<h2 class="card-title">Dash the Robot</h2>
<h3>By Dr Y</h3>
<p class="card-text">Discover the wonderful world of the Wonder Workshop with Dash! Dash is a playful robot designed for easy access to the world of coding and robotics. Dash uses Bluetooth, three microphones, speakers, three processors and sensor fusion, proximity sensors, motors, and LED lights to create a super fun user experience. In this interactive workshop, you will test out Dash’s need for speed in some robot races! Use simple block-based coding to program your Dash to reach the finish line first!</p>
<h4>Max Capacity: 20 people</h4>
<h4>Room: A121</h4>
</div>
</div>
<div class="card my-3 d-flex flex-lg-row">
<img class="card-img" src="assets/img/workshops/wkshop-blender.jpg" alt="Daniel"/>
<div class="card-body p-5">
<h2 class="card-title">Blender</h2>
<h3>By Daniel, Edward, Mila</h3>
<p class="card-text">This is a workshop where we will go through the basics of Blender, a free and open-source 3D modelling software. We will teach you how to use the software to create 3D models of objects, and hopefully help you with your projects! </p>
<h4>Max Capacity: 20 people</h4>
<h4>Room: A116</h4>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="d-flex justify-content-center py-5">
<img src="assets/img/hakd-logo-x48.png" alt="Tech Ambassador" height="48">
<div class="vr mx-3"></div>
<img src="assets/img/tech-ambassadors-x48.png" alt="Tech Ambassador" height="48">
</footer>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-BBtl+eGJRgqQAUMxJ7pMwbEyER4l1g+O15P+16Ep7Q9Q+zqX6gSbd85u4mG4QzX+"
crossorigin="anonymous"></script>
</body>
</html>