-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
379 lines (322 loc) · 15.7 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
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pod 5 </title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="./sections.css">
<link rel="stylesheet" href="./nav.css">
<link rel="stylesheet" href="magic.css">
<link rel="stylesheet" href="./installing.css">
<link rel="stylesheet" href="footer.css">
<link rel="stylesheet" href="glass.css">
<link rel="stylesheet" href="sidepanel.css">
<link rel="stylesheet" href="./codepen.css">
<link rel="stylesheet" href="terminal.css">
<link rel="stylesheet" href="team-shift.css">
<link rel="stylesheet" href="chatbox.css">
<link rel="icon" href="https://webwiznitr.netlify.app/static/media/logo.cd0dd8f3.ico">
<link href = "https://fonts.googleapis.com/icon?family=Material+Icons" rel = "stylesheet">
<link href='https://unpkg.com/boxicons@2.1.1/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link href="https://fonts.cdnfonts.com/css/mona-sans" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/vanilla-tilt/1.8.0/vanilla-tilt.min.js" defer></script>
<script src="glass.js" defer></script>
<script src="instatyping.js" defer></script>
<script src="darkMode.js" defer></script>
<script src="scripts.js" defer></script>
<script src="nav.js" defer></script>
<script src="team-shift.js" defer></script>
<script src="codepen.js" defer></script>
<script src="scrollanim.js" defer></script>
<script src="magic.js" defer></script>
<script src="chatbox.js" defer></script>
</head>
<body>
<nav class="navbar">
<a href="#" class="nav-branding"> WEBWIZ </a>
<ul class="nav-menu">
<li class="nav-item"> <a href="#" class="nav-link"> <button>Home</button> </a> </li>
<li class="nav-item"> <a href="#codepen" class="nav-link">About Us </a> </li>
<li class="nav-item"> <a href="#meet-team" class="nav-link">Team </a> </li>
<li class="nav-item"> <a href="#event-proj" class="nav-link">Events </a> </li>
<li class="nav-item"> <a href="https://youtu.be/tRVcqnkjjp8" target="_blank" class="nav-link">Sign-in </a> </li>
<li class="nav-item"> <i class= "material-icons dark-mode">dark_mode</i> </li>
</ul>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</nav>
<section class="sec instcont">
<div id="usernm"><span id="usr">pod5@webwiz/hackathon: </span>
<div class="wrapper">
<div class="typing-demo">
npm install
</div>
</div></div>
<p id="instapro1"></p>
<p id="instapro2"></p>
<p id="instapro3"></p>
<div class="w3-container">
<div class="w3-light-grey">
<div id="progBar" class="w3-aqua" style="height:24px;width:0"></div>
</div>
</div>
</section>
<!-- side bar -->
<div class="side-container">
<div class="sidenav">
<a href="#" target="https://www.facebook.com/webwiz.nitr/"><img height="24px" width="24px" src="./images/fblogo-removebg-preview.png" alt=""></a><br>
<a href="https://github.com/Webwiznitr" target="_blank"><img height="24px" width="24px" src="./images/github-mark-white.png" alt=""></a><br>
<a href="https://www.instagram.com/webwiz.nitr" target="_blank"><img height="24px" width="24px" src="./images/instalogo.png" alt=""></a><br>
<a href="https://www.linkedin.com/company/webwiz-nitr/" target="_blank"><img height="24px" width="24px" src="./images//linkedin-24.png" alt=""></a><br>
<a href="https://www.youtube.com/channel/UC9yM_PkV0QIIsPA3qPrp3zw" target="_blank"><img height="24px" width="24px" src="./images/youtubelogo-removebg-preview.png" alt=""></a><br>
</div>
</div>
<!-- first sec -->
<section class="sec first hidden">
<h1 class="head1">The Webwiz Frontend Designed by Pod 5</h1>
<p class="para">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.
If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text.</p>
</section>
<!-- Codepen section -->
<section class="sec hidden" id="codepen">
<div class="codep">
<nav class="tabnav">
<span class="ctab htab"> Made_for_students.py </span>
<span class="ctab csstab"> styles.css </span>
<span class="ctab jstab"> scripts.js </span>
</nav>
<div class="codeblock">
<div class="htm">
<pre>
import matplotlib.pyplot as plt
def draw_scatterplot(x_values, y_values):
plt.scatter(x_values, y_values, s=20)
plt.title("Scatter Plot")
plt.xlabel("x values")
plt.ylabel("y values")
plt.show()
</pre>
</div>
<div class="cssb"></div>
<div class="js"></div>
</div>
</div>
</section>
<section class="sec second hidden">
<h1 class="head1">What is Lorem Ipsum?</h1>
<p class="para">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages,
and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</section>
<!-- project section -->
<section class="sec third hidden" id="event-proj">
<h1 class="head1"> Projects </h1>
<div id="cards">
<div class="card" data-tilt>
<div class="card-content">
<div class="card-image">
<img src="./images/hackologo.png" alt="" width="80px" height="80px">
</div>
<div class="card-info-wrapper">
<div class="card-info">
<div class="card-info-title">
<h3>HackOdisha</h3>
<h4>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quam, veniam!</h4>
</div>
</div>
</div>
</div>
</div>
<div class="card" data-tilt>
<div class="card-content">
<div class="card-image">
<img src="./images/hackologo.png" alt="" width="80px" height="80px">
</div>
<div class="card-info-wrapper">
<div class="card-info">
<div class="card-info-title">
<h3>Daffodil</h3>
<h4>Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellendus, earum.</h4>
</div>
</div>
</div>
</div>
</div>
<div class="card" data-tilt>
<div class="card-content">
<div class="card-image">
<img src="./images/hackologo.png" alt="" width="80px" height="80px">
</div>
<div class="card-info-wrapper">
<div class="card-info">
<div class="card-info-title">
<h3>Clubopedia</h3>
<h4>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Accusamus, consectetur.</h4>
</div>
</div>
</div>
</div>
</div>
<div class="card" data-tilt>
<div class="card-content">
<div class="card-image">
<img src="./images/hackologo.png" alt="" width="80px" height="80px">
</div>
<div class="card-info-wrapper">
<div class="card-info">
<div class="card-info-title">
<h3>Webdev Roadmap</h3>
<h4>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Accusamus, debitis.</h4>
</div>
</div>
</div>
</div>
</div>
<div class="card" data-tilt>
<div class="card-content">
<div class="card-image">
<img src="./images/hackologo.png" alt="" width="80px" height="80px">
</div>
<div class="card-info-wrapper">
<div class="card-info">
<div class="card-info-title">
<h3>Basil</h3>
<h4>Lorem ipsum dolor sit amet consectetur adipisicing elit. Ipsam, placeat.</h4>
</div>
</div>
</div>
</div>
</div>
<div class="card" data-tilt>
<div class="card-content">
<div class="card-image">
<img src="./images/hackologo.png" alt="" width="80px" height="80px">
</div>
<div class="card-info-wrapper">
<div class="card-info">
<div class="card-info-title">
<h3>Ebony</h3>
<h4>Lorem ipsum dolor sit amet consectetur adipisicing elit. Dignissimos, animi.</h4>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Teams -->
<section class="sec hidden teams-sec">
<h1 class="head1"> Our Teams </h1>
<div class="team-container">
<div class="team-cards">
<div id= "secret" class="team-card">
<div class=fakeMenu>
<div class="fakeButtons fakeClose"></div>
<div class="fakeButtons fakeMinimize"></div>
<div class="fakeButtons fakeZoom"></div>
</div>
<div class="fakeScreen">
<p id ="line1" class="line1">$ Our Technical Team consists of the brightest of developers who find the solutions to problems people don't dare to dream.<span class="cursor1">_</span></p>
</div>
</div>
<div class="team-card">
<img src="https://res.cloudinary.com/webwiznitr/image/upload/v1637571888/webwiz-portfolio/others/b38e64c93705e508ecb51751ee551892_wzbdll.webp" alt="" height="300px" width="550px">
</div>
</div>
<div class="team-cards2">
<div id= "secret2" class="team-card">
<div class=fakeMenu>
<div class="fakeButtons fakeClose"></div>
<div class="fakeButtons fakeMinimize"></div>
<div class="fakeButtons fakeZoom"></div>
</div>
<div class="fakeScreen">
<p id ="line1" class="line1">$ Design Team <br> who enchant the eyes and change the tech world one UI at a time. Dive into the world of Designing as an irrefutable part of the club.<span class="cursor1">_</span></p>
</div>
</div>
<div class="team-card">
<img src="https://res.cloudinary.com/webwiznitr/image/upload/v1637571888/webwiz-portfolio/others/70ff7d1030a69df8ff5eaddadaa48f9f_rnxcth.webp" alt="" height="300px" width="550px">
</div>
</div>
<div class="team-cards3">
<div id= "secret3" class="team-card">
<div class=fakeMenu>
<div class="fakeButtons fakeClose"></div>
<div class="fakeButtons fakeMinimize"></div>
<div class="fakeButtons fakeZoom"></div>
</div>
<div class="fakeScreen">
<p id ="line1" class="line1">$ Content Team <br> that is easy to comprehend and tough to forget. Help us make in the mark of everyone that comes across the name Webwiz.<span class="cursor1">_</span></p>
</div>
</div>
<div class="team-card">
<img src="https://res.cloudinary.com/webwiznitr/image/upload/v1637571969/webwiz-portfolio/others/8c03315887b1cea6b8651ae5cbb15a42_srar0k.webp" alt="" height="300px" width="550px">
</div>
</div>
</div>
</section>
<!-- Meet-the-Team -->
<section class="sec hidden" id="meet-team">
<div class="magic-card tiltcard">
<img src="https://res.cloudinary.com/webwiznitr/image/upload/v1628939607/webwiz-portfolio/team-images/team-webwiz/aniket%20pal.jpg" alt="" width="150px" height="150px">
Founder
</div>
<div class="magic-card tiltcard">
<img src="https://res.cloudinary.com/webwiznitr/image/upload/v1628924348/webwiz-portfolio/team-images/team-webwiz/profile_pic_-_Gourab_Nanda_o4xurp.jpg" alt=""
width="150px" height="150px">
President
</div>
<div class="magic-card tiltcard">
<img src="https://res.cloudinary.com/webwiznitr/image/upload/v1628944049/webwiz-portfolio/team-images/team-webwiz/kumar%20shantanu.jpg" alt=""
width="150px" height="150px">
Vice-President
</div>
<a href="https://webwiznitr.netlify.app/team" target="_blank" id="party">Meet the team..</a>
</section>
<!-- Chat box -->
<section>
<div class="chatbox-wrapper">
<div class="chatbox-toggle">
<i class='bx bx-message-dots'></i>
</div>
<div class="chatbox-message-wrapper">
<div class="chatbox-message-header">
<div class="chatbox-message-profile">
<img src="https://www.pngall.com/wp-content/uploads/5/Marvel-Villian-Thanos-PNG-Images.png" alt="" class="chatbox-message-image">
<div>
<h4 class="chatbox-message-name">Jarvis</h4>
<p class="chatbox-message-status">online</p>
</div>
</div>
</div>
<div class="chatbox-message-content">
<h4 class="chatbox-message-no-message">You don't have message yet!</h4>
</div>
<div class="chatbox-message-bottom">
<form action="#" class="chatbox-message-form">
<textarea rows="1" placeholder="Type message..." class="chatbox-message-input"></textarea>
<button type="submit" class="chatbox-message-submit"><i class='bx bx-send' ></i></button>
</form>
</div>
</div>
</div>
</section>
<!--- Footer ---->
<footer>
<div class="foot">
Webwiz. © 2023 All rights <br>
Made with love ❤️ <br>
</div>
<div class="foot2">
<img class="char" src="https://i.pinimg.com/564x/37/6b/c8/376bc86383d369000e76693e3e90371e.jpg" alt="" >Sristy
<img class="char" src="https://m.media-amazon.com/images/I/615yyfXNg1L._AC_SY741_.jpg" alt="" >Prasad
<img class="char" src="https://www.pngfind.com/pngs/m/657-6577079_spiderman-mask-png-transparent-spider-man-homecoming-suit.png" alt="">Aditya
<img class="char" src="https://cdna.artstation.com/p/assets/images/images/060/873/874/large/joeprops3d-1.jpg?1679500496" alt="" > Pratik
</div>
</footer>
</body>
</html>