-
Notifications
You must be signed in to change notification settings - Fork 2
/
location.html
172 lines (168 loc) · 5.69 KB
/
location.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<!DOCTYPE html>
<html lang="en">
<head>
<title>Location</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/ico" sizes="32x32" href="favicon.ico" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link rel="stylesheet" href="css/hackgwinnett.css" />
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<!-- Navbar -->
<nav class="fixed top-0 left-0 right-0 bg-green-600 shadow-md z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex items-center justify-between h-16">
<!-- Logo -->
<div class="flex items-center">
<a href="index.html">
<img
src="images/homelogo.png"
alt="HackGwinnett Logo"
class="h-8 w-auto"
/>
</a>
</div>
<!-- Desktop Menu -->
<div class="hidden md:flex space-x-4 montserrat text-white">
<a
href="q&a.html"
class="hover:bg-green-700 px-3 py-2 rounded-md text-sm font-medium"
>FAQ</a
>
<a
href="location.html"
class="hover:bg-green-700 px-3 py-2 rounded-md text-sm font-medium"
>Location</a
>
<a
href="contact.html"
class="hover:bg-green-700 px-3 py-2 rounded-md text-sm font-medium"
>Contact</a
>
<a
href="https://github.com/hackgwinnett"
target="_blank"
class="hover:bg-green-700 px-3 py-2 rounded-md text-sm font-medium"
>GitHub</a
>
<a
href="git.html"
class="hover:bg-green-700 px-3 py-2 rounded-md text-sm font-medium"
>Tools</a
>
<a
href="bulletin.html"
class="hover:bg-green-700 px-3 py-2 rounded-md text-sm font-medium"
>Bulletin</a
>
<a
href="https://hackgwinnett.github.io/blog"
target="_blank"
class="hover:bg-green-700 px-3 py-2 rounded-md text-sm font-medium"
>Blog</a
>
</div>
<!-- Mobile Menu Button -->
<div class="md:hidden">
<button
id="mobile-menu-button"
class="text-white focus:outline-none"
>
<i class="fas fa-bars fa-lg"></i>
</button>
</div>
</div>
</div>
<!-- Mobile Menu -->
<div id="mobile-menu" class="hidden md:hidden bg-green-600">
<a
href="index.html"
class="block px-4 py-2 text-white hover:bg-green-700"
>Home</a
>
<a href="q&a.html" class="block px-4 py-2 text-white hover:bg-green-700"
>FAQ</a
>
<a
href="location.html"
class="block px-4 py-2 text-white hover:bg-green-700"
>Location</a
>
<a
href="contact.html"
class="block px-4 py-2 text-white hover:bg-green-700"
>Contact</a
>
<a
href="https://github.com/hackgwinnett"
target="_blank"
class="block px-4 py-2 text-white hover:bg-green-700"
>GitHub</a
>
<a href="git.html" class="block px-4 py-2 text-white hover:bg-green-700"
>Tools</a
>
<a
href="bulletin.html"
class="block px-4 py-2 text-white hover:bg-green-700"
>Bulletin</a
>
<a
href="https://hackgwinnett.github.io/blog"
target="_blank"
class="block px-4 py-2 text-white hover:bg-green-700"
>Blog</a
>
</div>
</nav>
<!-- Main Content -->
<main class="my-20 px-4 sm:px-6 lg:px-8">
<!-- Header -->
<header class="text-center mb-12">
<h1 id="title" class="text-4xl font-bold text-gray-800 mb-4">Location</h1>
</header>
<!-- FAQ Section -->
<section class="max-w-3xl mx-auto bg-white shadow-md rounded-lg p-8">
<div class="w-full h-96">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3309.5375651192303!2d-84.06237238478761!3d33.953020080632925!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88f5bcf7c51d0e1b%3A0x666719f592cdc63d!2sGwinnett%20School%20of%20Mathematics%2C%20Science%2C%20and%20Technology!5e0!3m2!1sen!2sus!4v1612230349847!5m2!1sen!2sus"
frameborder="0"
style="border: 0"
allowfullscreen=""
aria-hidden="false"
tabindex="0"
class="w-full h-96"
></iframe>
</div>
</main>
<!-- Footer -->
<footer class="bg-green-600 text-white text-center text-sm py-8">
<div class="flex flex-wrap justify-center">
<a href="q&a.html" class="border-r border-white px-3">FAQ</a>
<a href="location.html" class="border-r border-white px-3">Location</a>
<a
href="https://github.com/hackgwinnett"
target="_blank"
class="border-r border-white px-3"
>GitHub</a
>
<a href="contact.html" class="border-r border-white px-3">Contact</a>
<a href="git.html" class="border-r border-white px-3">Tools</a>
<a href="bulletin.html" class="px-3">Archive</a>
</div>
</footer>
<script>
// Toggle the mobile menu
function toggleMobileMenu() {
const menu = document.getElementById("mobile-menu");
menu.classList.toggle("hidden");
}
</script>
</body>
</html>