-
Notifications
You must be signed in to change notification settings - Fork 19
/
index.html
265 lines (255 loc) Β· 8.74 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
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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="shortcut icon"
href="https://cdn.bio.link/uploads/profile_pictures/2023-07-21/UD5Se2WFI2evC3Wd2mgjlfJjeuJ5ePrL.png"
type="image/x-icon"
/>
<title>Hackerspace</title>
<!-- Css Links -->
<link rel="stylesheet" href="./css/style.css" />
<link rel="stylesheet" href="./css/navbar.css" />
<link rel="stylesheet" href="./css/page-one.css" />
<link rel="stylesheet" href="./css/page-two.css" />
<link rel="stylesheet" href="./css/footer.css" />
<link rel="stylesheet" href="./css/image-gallery.css" />
<link rel="stylesheet" href="./css/members-gallery.css" />
<!-- CDN link -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<!-- data aos -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
</head>
<body>
<main>
<!-- navbar section -->
<div class="nav-buttons">
<i class="fa-solid fa-bars"></i>
<i class="fa-solid fa-close"></i>
<div class="navTitle">
<img src="./public/hackerspace.jpg" alt="" />
</div>
</div>
<nav class="nav">
<div class="nav-items">
<a href="#home">Home</a>
<a href="#">Products</a>
<a href="#">Solution</a>
<a href="#">Company</a>
</div>
<div class="user-button">
<a href="https://hackerspace.bio.link" target="_blank">
<button class="button">Join Us</button>
</a>
</div>
<div class="theme-toggle">
<button id="change-theme">Toggle theme</button>
</div>
<div class="nav-links">
<a
href="https://www.instagram.com/_hackerspace_msit_/"
target="_blank"
>
<img src="./public/instagram.png" alt=""
/></a>
<a
href="https://www.facebook.com/profile.php?id=100091680046825"
target="_blank"
>
<img src="./public/facebook.png" alt=""
/></a>
<a href="https://github.com/Hackerspace2023" target="_blank">
<img src="./public/github.png" alt=""
/></a>
</div>
</nav>
<!-- home page -->
<div class="page" id="home">
<div class="page-content">
<div class="left" data-aos="fade-right">
<h2>Welcome To</h2>
<h1>hackerspace</h1>
<h3>Coding Community of MSIT</h3>
</div>
<div class="right" data-aos="fade-in">
<p>
Dive into the realm where lines of code weave dreams into reality
and innovation knows no bounds. Welcome to Hackerspace, your
launchpad to explore, create, and collaborate in the world of
coding like never before.Unleash your imagination, code your way
to the future, and join our community of tech enthusiasts today.
</p>
<div class="search">
<label for="search-input">
<i class="fa-solid fa-search"></i
></label>
<input
type="text"
id="search-input"
name="search"
placeholder="Search"
/>
</div>
</div>
</div>
<img src="./public/background.png" alt="" class="background" />
</div>
<!-- image gallery -->
<div class="page photo-gallery-page">
<div class="members-gallery">
<div class="top" data-aos="fade-up">
<h1>Our <b>Members</b></h1>
<div class="members-gallery-button-section">
<i
id="members-gallery-right-scrolls"
class="fa-solid fa-less-than"
></i>
<i
id="members-gallery-left-scrolls"
class="fa-solid fa-greater-than"
></i>
</div>
<ul
class="members-gallery-item snaps-inline"
data-aos="fade-up"
></ul>
</div>
</div>
<!-- page two -->
<div class="page two">
<div class="left" data-aos="fade-right">
<h1>web development</h1>
<h2>is no more difficult</h2>
<h3>become zero to hero</h3>
<div class="button-section">
<a
href="https://www.instagram.com/_hackerspace_msit_/"
target="_blank"
>
<button class="button">Contact us</button></a
>
<a href="https://hackerspace.bio.link" target="_blank">
<button class="button">Learn More</button></a
>
</div>
</div>
<div class="right">
<img src="./public/circle.svg" alt="circle" class="circle" />
<div class="circle-icons-section">
<img src="./public/html.png" alt="html" class="circle-icons" />
<img src="./public/css.png" alt="html" class="circle-icons" />
<img src="./public/js.png" alt="html" class="circle-icons" />
<img src="./public/react.png" alt="html" class="circle-icons" />
<img
src="./public/typescript.png"
alt="html"
class="circle-icons"
/>
<img src="./public/nodejs.png" alt="html" class="circle-icons" />
<img
src="./public/hackerspace.jpg"
alt=""
class="circle-icons center-icon"
/>
</div>
</div>
</div>
<!-- photo gallary page -->
<div class="page photo-gallery-page">
<div class="photo-gallery">
<div class="top" data-aos="fade-up">
<h1>Photo <b>Gallery</b></h1>
<div class="photo-gallery-button-section">
<i
id="photo-gallery-right-scrolls"
class="fa-solid fa-less-than"
></i>
<h1>Photo <b>Gallery</b></h1>
<i
id="photo-gallery-left-scrolls"
class="fa-solid fa-greater-than"
></i>
</div>
</div>
<div
class="photo-gallery-item snaps-inline"
data-aos="fade-up"
></div>
</div>
</div>
</div>
</main>
<button class="back-to-top hidden-top-btn">
<i class="fa-solid fa-arrow-up fa-xl"></i>
</button>
<script src="./js/scroll-to-top.js" defer></script>
<!-- footer section -->
<footer class="footer" data-aos="fade-in">
<div class="club-div">
<div class="club-card">
<img
src="./assets/hackerspace-logo-bg.png"
alt="hackerspace-logo"
class="logo club-logo"
draggable="false"
/>
<img
src="./assets/msit.jpg"
alt="msit-logo"
class="logo"
draggable="false"
/>
</div>
<div class="club-info">
<h1 id="club-name">Hackerspace</h1>
<p>
The official coding community of <br />
Meghnad Saha Institute of Technology
</p>
</div>
</div>
<div class="social-links">
<div class="footer-links">
<a href="https://github.com/HackerSpace2023" target="_blank">
<i class="fa-brands fa-github"></i> Github
</a>
<a
href="https://www.instagram.com/_hackerspace_msit_/"
target="_blank"
>
<i class="fa-brands fa-instagram"></i> Instagram
</a>
<a href="https://twitter.com/_hackerspace_" target="_blank">
<i class="fa-brands fa-twitter"></i> Twitter
</a>
<a
href="https://www.facebook.com/people/HackerSpace/100091680046825/"
target="_blank"
>
<i class="fa-brands fa-facebook"></i> Facebook
</a>
</div>
</div>
</footer>
<!-- script section -->
<script src="./js/navabar.js"></script>
<script src="./js/photo-gallery.js"></script>
<script src="./js/toggle-theme.js"></script>
<script src="./js/members.js" type="module"></script>
<!-- data aos section -->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init({
offset: 80,
});
</script>
</body>
</html>