-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevent.html
68 lines (56 loc) · 2.12 KB
/
event.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>built w/ care</title>
<link rel="shortcut icon" href="img/m.png"/>
<script src="https://kit.fontawesome.com/222493b4df.js" crossorigin="anonymous"></script>
<!-- For other browser behavior -->
<link rel="stylesheet" href="https://cdns.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css">
<!-- Google fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<!-- Source Code Pro -->
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:400,900|Source+Sans+Pro:300,900&display=swap" rel="stylesheet">
<!-- Noto Sans HK -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+HK&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+HK:wght@900&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div class="center">
<a href="./index.html">
<img class="logo1" src="img/minimal_logo.png">
</a>
<h1>a typical event</h1>
<!-- <p class="text">
our first ever event is on May 14th, 2022. we hope that there many more to come. if you want to host your own "built with care" at your school, this is the schedule that we follow.
<br>
<br>
--- -->
</p>
<p class="text">
<span>9:00 am</span> - presentations
<br>
<br>
<span>10:00 am</span> - unboxing
<br>
<br>
<span>10:30 am</span> - building
<br>
<br>
<span>12:00 pm</span> - lunch!
<br>
<br>
<span>12:30 pm</span> - building pt. 2
<br>
<br>
<span>2:00 pm</span> - booting and installing
<br>
<br>
<span>3:00 pm</span> - giving the computer away
</p>
</div>
</html>