-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (49 loc) · 2.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pacer Club | Hack Club</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<section class="hero">
<div class="badge">Hack Club</div>
<h1>Welcome to <span class="logo">Pacer</span>!</h1>
<h2>where we <span class="text">hack</span> & <span class="text">create</span>.</h2>
<div class="arrow">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6">
<path stroke-linecap="round" stroke-linejoin="round" d="m9 12.75 3 3m0 0 3-3m-3 3v-7.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" />
</svg>
</div>
</section>
<section class="section-content" id="mission">
<h2>Our Mission</h2>
<div class="mission-content">
<img src="assets/images/mission1.jpg" alt="Students collaborate on coding project beside a TV.">
<div>Welcome to <span class="strong">Pacer Club</span>, where we support each other. We are dedicated to <span class="strong">coding, programming, building, and hacking</span>. Join us to <span class="strong">collaborate</span>, share knowledge, and <span class="strong">grow together</span>!</div>
</div>
</section>
<section class="section-content" id="joinus">
<h2>Join Us</h2>
<div class="joinus-text">If you're passionate about any of the activities mentioned below, we invite you to join our <span class="strong">thriving community</span>! Together, we <span class="strong">collaborate</span>, share knowledge, and grow in the <span class="strong">dynamic and ever-evolving world of technology</span>. Let's <span class="strong">innovate and succeed together</span>!</div>
<div class="joinus-container">
<div class="box">
<img src="assets/images/joinus1.jpg" alt="A group of people coding using their computers">
<p>Code & Hack</p>
</div>
<div class="box">
<img src="assets/images/joinus2.png" alt="A group of teenagers building a FTC robot with a TV showing the CAD at the back">
<p>Engineer & Build</p>
</div>
<div class="box">
<img src="assets/images/joinus3.webp" alt="A group of young teenagers running marathon">
<p>Marathon</p>
</div>
</div>
</section>
<footer>
<p>© 2024 <a href="https://pacer.org.cn">Pacer Club</a> & <a href="https://zigao.wang/" target="_blank">Zigao Wang</a>. All rights reserved.</p>
</footer>
</body>
</html>