-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprog-electric.html
48 lines (42 loc) · 2.25 KB
/
prog-electric.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Team 2408 - The Shrapnel Sergeants</title>
<meta name="description" content="">
<link rel="stylesheet" href="./styles.css">
<script src="https://kit.fontawesome.com/0848c132b0.js" crossorigin="anonymous"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://use.typekit.net/nnx4jnl.css">
<link rel="icon" type="image/png" sizes="32x32" href="./Assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./Assets/favicon-16x16.png">
</head>
<body>
<div class="PAGE_CONTAINER">
<div class="NAVBAR_CONTAINER">
<div class="NAVBAR">
<a href="/index.html"><img src="./Assets/Team Logo 5k x 5k.png" alt="Logo"></a>
<ul id="nav-links">
<li><a href="/about.html">About</a></li>
<li><a href="/members.html">Members</a></li>
<li><a href="/sponsors.html">Sponsors</a></li>
<li><a href="/sponsor-us.html">Sponsor Us!</a></li>
<li><a href="https://x.com/Team2408"><i class="fa-brands fa-x-twitter"></i></a></li>
<li><a href="https://instagram.com/team_2408"><i class="fa-brands fa-instagram"></i></a></li>
<li><a href="https://github.com/shrapnelsergeants2408"><i class="fa-brands fa-github"></i></a></li>
<li><button type="button" data-theme-toggle class="LIGHTSWITCH"></button></li>
</ul>
<button type="button" data-hamburger-toggle class="HAMBURGER_MENU">
<i class="fa-solid fa-bars"></i>
</button>
</div>
</div>
<div class="content">
</div>
</div>
<script src="./Scripts/theme-script.js"></script>
<script src="./Scripts/hamburger-script.js"></script>
<script src="./Scripts/smooth-scroll.js"></script>
</body>
</html>