-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.html
More file actions
372 lines (363 loc) · 23 KB
/
project.html
File metadata and controls
372 lines (363 loc) · 23 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tanish's projects</title>
<link rel="icon" href="/favicon.ico">
<link rel="stylesheet" href="project/project.css">
<link href="https://unpkg.com/nes.css@2.3.0/css/nes.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
<script src="https://cdn.tailwindcss.com"></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=Press+Start+2P&display=swap" rel="stylesheet">
<script src="config.js"></script>
<script src="https://cdn.jsdelivr.net/npm/locomotive-scroll@4.0.6/dist/locomotive-scroll.min.js"></script>
</head>
<body class="flex flex-col min-h-screen overflow-hidden">
<header class="w-full">
<nav class="navbar">
<div class="hidden md:flex items-center justify-between w-full">
<div class="flex items-center space-x-4">
<a class="nav-item" href="blog.html">Blog</a>
<a class="nav-item" href="project.html">Projects</a>
</div>
<a href="/index.html" class="flex items-center justify-center">
<img src="indexbg/logo.png" alt="logo" class="h-8 img">
</a>
<div class="flex items-center space-x-4">
<a class="nav-item" href="about.html">About</a>
<a class="nav-item" href="contact.html">Contact</a>
</div>
</div>
<!-- Hamburger menu -->
<div class="md:hidden flex items-center justify-between w-full">
<a href="/index.html" class="flex items-center justify-start">
<img src="indexbg/logo.png" alt="logo" class="h-8 img">
</a>
<button id="menu-toggle" class="flex items-center justify-end">
<svg class="w-6 h-6 text-black" fill="none" stroke="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M4 6h16M4 12h16m-7 6h7">
</path>
</svg>
</button>
</div>
<div id="mobile-menu" class="hidden absolute top-0 right-0 bg-black w-full mt-14 z-50">
<a class="block py-2 px-4 text-white" href="index.html">Home</a>
<a class="block py-2 px-4 text-white" href="blog.html">Blog</a>
<a class="block py-2 px-4 text-white" href="project.html">Projects</a>
<a class="block py-2 px-4 text-white" href="about.html">About</a>
<a class="block py-2 px-4 text-white" href="contact.html">Contact</a>
</div>
</nav>
</header>
<div class="scroll-container" id="scrollContainer">
<div class="section-wrapper" id="sectionWrapper">
<div class="section">
<div class="box w-2/3">
<div class="content fonty tracking-wider md:text-[60px] mt-4">
<p>My</p>
<p>Projects</p>
</div>
<div class="corner top-left"></div>
<div class="corner top-right"></div>
<div class="corner bottom-left"></div>
<div class="corner bottom-right"></div>
</div>
</div>
<div class="section">
<div class="container mx-auto w-11/12 md:w-11/12 z-50">
<div class="grid grid-cols-1 md:grid-cols-2 gap-2 md:gap-0">
<div class="order-2 flex flex-col items-center justify-center gap-4 ">
<div
class="row-span-1 flex flex-col p-1 border-2 md:border-4 border-black w-full md:w-3/4 text-[10px] lg:text-[14px] text-white bg-black bg-opacity-50">
<p class="desctext">
ReviewReward uses advanced AI to detect and remove fake online reviews, ensuring
authenticity. It
features a responsive interface with Next.js and Tailwind CSS, secure user
authentication via Google
Authentication and Firebase, and stores reviews efficiently in Firebase. Reviews
undergo rigorous
authenticity checks with machine learning models and Cohere, enhancing trust in user
feedback for
informed decision-making.
</p>
</div>
<div class="row-span-1 flex justify-around w-full">
<a data-project="reviewReward" data-link-type="github">
<img src="logo/github.png" alt="githublogo" class="w-10" />
</a>
<a data-project="reviewReward" data-link-type="live">
<img src="logo/linkredirect.gif" alt="linkredirect" class="w-10" />
</a>
</div>
</div>
<div class="order-1 flex justify-center items-center">
<div class="box h-[70px] md:h-[70px] lg:h-[150px] w-fit md:w-2/3 mb-4 lg:mb-0">
<div class="content fonty text-[25px] lg:text-[40px] tracking-wider px-10 lg:px-5 mt-2">
Review Reward
</div>
<div class="corner top-left"></div>
<div class="corner top-right"></div>
<div class="corner bottom-left"></div>
<div class="corner bottom-right"></div>
</div>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container mx-auto w-11/12 md:w-11/12 z-50">
<div class="grid grid-cols-1 md:grid-cols-2 gap-2 md:gap-0">
<div class="order-2 flex flex-col items-center justify-center gap-4 ">
<div
class="row-span-1 flex flex-col p-1 border-2 md:border-4 border-black w-full md:w-3/4 text-[10px] lg:text-[14px] text-white bg-black bg-opacity-50">
<p class="desctext">
Tamely is a modern task management web application built with Next.js, React, and Firebase. It enables users to create, track, and manage tasks through a clean, intuitive dashboard. With real-time updates, secure authentication, and project logging, Tamely helps users stay organized and boost productivity across personal or professional projects.
</p>
</div>
<div class="row-span-1 flex justify-around w-full">
<a data-project="tamely" data-link-type="github">
<img src="logo/github.png" alt="githublogo" class="w-10" />
</a>
<a data-project="tamely" data-link-type="live">
<img src="logo/linkredirect.gif" alt="linkredirect" class="w-10" />
</a>
</div>
</div>
<div class="order-1 flex justify-center items-center">
<div class="box h-[70px] md:h-[70px] lg:h-[150px] w-fit md:w-2/3 mb-4 lg:mb-0">
<div class="content fonty text-[25px] lg:text-[40px] tracking-wider px-10 lg:px-5 mt-2">
Tamely
</div>
<div class="corner top-left"></div>
<div class="corner top-right"></div>
<div class="corner bottom-left"></div>
<div class="corner bottom-right"></div>
</div>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container mx-auto w-11/12 md:w-11/12 z-50">
<div class="grid grid-cols-1 md:grid-cols-2 gap-2 md:gap-0">
<div class="order-2 flex flex-col items-center justify-center gap-4 ">
<div
class="row-span-1 flex flex-col p-1 border-2 md:border-4 border-black w-full md:w-3/4 text-[10px] lg:text-[14px] text-white bg-black bg-opacity-50">
<p class="desctext">
Rashtriya TV is a news blogging website developed by a team of four using Next.js
for the frontend and Node.js for the backend. It features an admin panel for easy
content management, allowing admins to add, update, or remove news blogs. This
project highlights our collaborative skills and expertise in modern web development.
</p>
</div>
<div class="row-span-1 flex justify-around w-full">
<a href="https://github.com/bogusdeck/rashtriyatv-news">
<img src="logo/github.png" alt="githublogo" class="w-10" />
</a>
<a href="https://rashtriyatv-news.vercel.app/">
<img src="logo/linkredirect.gif" alt="linkredirect" class="w-10" />
</a>
</div>
</div>
<div class="order-1 flex justify-center items-center">
<div class="box h-[70px] md:h-[70px] lg:h-[150px] w-fit md:w-2/3 mb-4 lg:mb-0">
<div class="content fonty text-[25px] lg:text-[40px] tracking-wider px-10 lg:px-5 mt-2">
Rashtriya TV
</div>
<div class="corner top-left"></div>
<div class="corner top-right"></div>
<div class="corner bottom-left"></div>
<div class="corner bottom-right"></div>
</div>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container mx-auto w-11/12 md:w-11/12 z-50">
<div class="grid grid-cols-1 md:grid-cols-2 gap-2 md:gap-0">
<div class="order-2 flex flex-col items-center justify-center gap-4 ">
<div
class="row-span-1 flex flex-col p-1 border-2 md:border-4 border-black w-full md:w-3/4 text-[10px] lg:text-[14px] text-white bg-black bg-opacity-50">
<p class="desctext">
This web application, built with Django, Django REST Framework, and Tailwind CSS,
allows administrators to add tasks with points. Users earn points by downloading the
app and uploading a screenshot. The project showcases efficient task management and
user engagement.
</p>
</div>
<div class="row-span-1 flex justify-around w-full">
<a data-project="taskTreasury" data-link-type="github">
<img src="logo/github.png" alt="githublogo" class="w-10" />
</a>
<a data-project="taskTreasury" data-link-type="live">
<img src="logo/linkredirect.gif" alt="linkredirect" class="w-10" />
</a>
</div>
</div>
<div class="order-1 flex justify-center items-center">
<div class="box h-[70px] md:h-[90px] lg:h-[150px] w-fit md:w-2/3 mb-4 lg:mb-0">
<div
class="content fonty text-[25px] lg:text-[40px] tracking-wider px-10 lg:px-5 mt-2 text-center">
TaskTreasury
</div>
<div class="corner top-left"></div>
<div class="corner top-right"></div>
<div class="corner bottom-left"></div>
<div class="corner bottom-right"></div>
</div>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container mx-auto w-11/12 md:w-11/12 z-50">
<div class="grid grid-cols-1 md:grid-cols-2 gap-2 md:gap-0">
<div class="order-2 flex flex-col items-center justify-center gap-4 ">
<div
class="row-span-1 flex flex-col p-1 border-2 md:border-4 border-black w-full md:w-3/4 text-[10px] lg:text-[14px] text-white bg-black bg-opacity-50">
<p class="desctext">
This Python bot is designed to enhance your Discord server by providing a warm
welcome to new members. The bot sends a personalized welcome message to users as
they join your server, creating a friendly and inviting atmosphere.
</p>
</div>
<div class="row-span-1 flex justify-around w-full">
<a href="https://github.com/bogusdeck/Discord-welcome-bot">
<img src="logo/github.png" alt="githublogo" class="w-10" />
</a>
<a href="https://discord.gg/7GBTuQmXAX">
<img src="logo/linkredirect.gif" alt="linkredirect" class="w-10" />
</a>
</div>
</div>
<div class="order-1 flex justify-center items-center">
<div class="box h-[70px] md:h-[90px] lg:h-[150px] w-fit md:w-2/3 mb-4 lg:mb-0">
<div
class="content fonty text-[25px] lg:text-[40px] tracking-wider px-10 lg:px-6 mt-2 text-center">
Discord Welcome Bot
</div>
<div class="corner top-left"></div>
<div class="corner top-right"></div>
<div class="corner bottom-left"></div>
<div class="corner bottom-right"></div>
</div>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container mx-auto w-11/12 md:w-11/12 z-50">
<div class="grid grid-cols-1 md:grid-cols-2 gap-2 md:gap-0">
<div class="order-2 flex flex-col items-center justify-center gap-4 ">
<div
class="row-span-1 flex flex-col p-1 border-2 md:border-4 border-black w-full md:w-3/4 text-[10px] lg:text-[14px] text-white bg-black bg-opacity-50">
<p class="desctext">
E-commerce Flask App is an e-commerce website built with Flask and Tailwind CSS. It
features login and signup authentication, purchasing logic, and SQL database
management, demonstrating secure authentication and a responsive user interface.
</p>
</div>
<div class="row-span-1 flex justify-around w-full">
<a href="https://github.com/bogusdeck/e-commerce-flask-app">
<img src="logo/github.png" alt="githublogo" class="w-10" />
</a>
<a href="https://flaskecommerce.vercel.app/">
<img src="logo/linkredirect.gif" alt="linkredirect" class="w-10" />
</a>
</div>
</div>
<div class="order-1 flex justify-center items-center">
<div class="box h-[70px] md:h-[90px] lg:h-[150px] w-fit md:w-2/3 mb-4 lg:mb-0">
<div
class="content fonty text-[25px] lg:text-[40px] tracking-wider px-10 lg:px-5 mt-2 text-center">
Flask Ecom website
</div>
<div class="corner top-left"></div>
<div class="corner top-right"></div>
<div class="corner bottom-left"></div>
<div class="corner bottom-right"></div>
</div>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container mx-auto w-11/12 md:w-11/12 z-50">
<div class="grid grid-cols-1 md:grid-cols-2 gap-2 md:gap-0">
<div class="order-2 flex flex-col items-center justify-center gap-4 ">
<div
class="row-span-1 flex flex-col p-1 border-2 md:border-4 border-black w-full md:w-3/4 text-[10px] lg:text-[14px] text-white bg-black bg-opacity-50">
<p class="desctext">
The goal of the Text Review Authenticity Checker project is to develop a system that
distinguishes between computer-generated reviews (spam or fake) and genuine
user-generated reviews. This model is designed to be beneficial for online platforms
and e-commerce websites by filtering out fake reviews and maintaining the
credibility of their review systems.
</p>
</div>
<div class="row-span-1 flex justify-around w-full">
<a href="https://github.com/bogusdeck/Text-Review-authenticity-checker">
<img src="logo/github.png" alt="githublogo" class="w-10" />
</a>
<a href="https://reviewreward-production.up.railway.app/">
<img src="logo/linkredirect.gif" alt="linkredirect" class="w-10" />
</a>
</div>
</div>
<div class="order-1 flex justify-center items-center">
<div class="box h-[70px] md:h-[120px] lg:h-[150px] w-fit md:w-2/3 mb-4 lg:mb-0">
<div
class="content fonty text-[25px] lg:text-[32px] tracking-wider px-10 lg:px-5 mt-2 text-center">
Review Authenticity checker
</div>
<div class="corner top-left"></div>
<div class="corner top-right"></div>
<div class="corner bottom-left"></div>
<div class="corner bottom-right"></div>
</div>
</div>
</div>
</div>
</div>
<div class="section relative">
<img id="castleImg" src="project/castle.png" alt="Castle"
class="castle lg:w-64 lg:h-64 md:w-48 md:h-48 w-64 h-64" />
</div>
</div>
</div>
<div class="hills"></div>
<div class="floor"></div>
<div class="character">
<img id="characterImg" src="project/mario.png" alt="Character"
class="lg:w-32 lg:h-32 md:w-20 md:h-20 w-24 h-24" />
</div>
<div id="muteButton" class="mute-button muted"></div>
<audio id="backgroundSound" src="project/sounds/mariobgm.mp3" preload="auto" autoplay loop volume="0.5"></audio>
<audio id="sectionAppearSound" src="project/sounds/smb_coin.wav" preload="auto"></audio>
<audio id="characterDisappearSound" src="project/sounds/smb_stage_clear.wav" preload="auto"></audio>
<div id="modal-bg" class="hidden fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center z-50">
<div id="mobile-menu-modal" class="bg-white nes-container with-title is-centered">
<a href="/index.html" class="block px-4 py-2 text-black hover:underline hover:tracking-widest">Home</a>
<a href="/about.html" class="block px-4 py-2 text-black hover:underline hover:tracking-widest">About</a>
<a href="/blog.html" class="block px-4 py-2 text-black hover:underline hover:tracking-widest">Blog</a>
<a href="/contact.html" class="block px-4 py-2 text-black hover:underline hover:tracking-widest">Contact</a>
<a href="/project.html" class="block w-full mt-4 bulbula px-4 py-2 text-white bg-red-500 shadow">Close</a>
</div>
</div>
<footer class="z-50 w-full flex items-start justify-start md:items-center md:justify-center absolute bottom-0 ">
<div class=" bg-gray-900 bg-opacity-50 w-fit ">
<p class="text-white max-[320px]:text-[8px] text-[10px] lg:text-[14px] mr-2">Copyright © 2024 --<a
href="mailto:tanishvashisth@"
class="text-white max-[320px]:text-[8px] text-[10px] lg:text-[14px] underline">tanishvashisth</a>
</p>
</div>
</footer>
<script src="project/project.js"></script>
</body>
</html>