This repository was archived by the owner on Nov 3, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (50 loc) · 1.75 KB
/
index.html
File metadata and controls
59 lines (50 loc) · 1.75 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
<title>HackPHS</title>
<!-- <link rel="icon" href="static/icon.png"> -->
<link rel="icon" href="static/icon.svg">
<link rel="stylesheet" href="styles.css">
<script src="index.js" defer></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap"
rel="stylesheet">
<script src="https://kit.fontawesome.com/73bd27aadc.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="top">
<!-- bg should be like a grassy field -> can see mountain in background (v cinematic) -->
<div id="title">
<div id="top-contents">
<h1>HackPHS 2025</h1>
<h2>November 8-9th</h2>
<button>Register <i class="fa-solid fa-arrow-right"></i></button>
</div>
</div>
</div>
<div class="section bg-1">
<div>
<h2>What is HackPHS?</h2>
</div>
</div>
<div class="section bg-2">
<div>
<h2>What is a Hackathon?</h2>
</div>
</div>
<div class="section bg-3">
<div>
<h2>Our Team</h2>
<p>
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quisquam harum quasi quas similique debitis
omnis
amet, non repudiandae suscipit et temporibus quod vitae totam voluptatem impedit quam inventore ad.
Veniam.
</p>
</div>
</div>
</body>
</html>