This repository was archived by the owner on Feb 6, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdnep.html
More file actions
61 lines (56 loc) · 2.05 KB
/
dnep.html
File metadata and controls
61 lines (56 loc) · 2.05 KB
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
<!DOCTYPE html>
<html lang="en" class="page-dnep">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>Connect | Team Arion</title>
<link href="https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@600&family=Inter:wght@400;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/styles.css">
<script src="assets/js/scripts.js" defer></script>
</head>
<body class="page-dnep">
<main class="embed-root">
<!-- Header -->
<header class="header">
<h1>Connect with Team Arion</h1>
<p>
Follow our journey, competition progress,
and professional collaborations across platforms.
</p>
</header>
<!-- Social links grid -->
<section class="content">
<div class="social-grid">
<article class="social-card">
<img src="assets/img/instqr.png" alt="Instagram QR">
<h2>Instagram</h2>
<p>Competition highlights and engineering visuals.</p>
<div class="social-handle">@arion.racing</div>
</article>
<article class="social-card">
<img src="assets/img/liqr.png" alt="LinkedIn QR">
<h2>LinkedIn</h2>
<p>Professional updates, sponsors, and milestones.</p>
<div class="social-handle">linkedin.com/company/teamarion</div>
</article>
<article class="social-card">
<img src="assets/img/webqr.png" alt="Website QR">
<h2>Website</h2>
<p>Engineering archive and competitive legacy.</p>
<div class="social-handle">www.teamarion.org</div>
</article>
<article class="social-card">
<img src="assets/img/attack.png" alt="Contact QR">
<h2>Contact</h2>
<p>Sponsorships, outreach, and collaborations.</p>
<div class="social-handle">teamarion@apps.singapore.edu.hk</div>
</article>
</div>
</section>
<!-- Footer -->
<footer>
Thank you for supporting Team Arion!
</footer>
</main>
</body>
</html>