-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
322 lines (302 loc) · 18.1 KB
/
index.html
File metadata and controls
322 lines (302 loc) · 18.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TANV</title>
<link rel="icon" href="/favicon.ico">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="bubblechat.css">
<link href="https://unpkg.com/nes.css@2.3.0/css/nes.min.css" rel="stylesheet">
<link href="https://unpkg.com/nes.css@latest/css/nes.min.css" rel="stylesheet">
<link href="https://unpkg.com/nes.css/css/nes-core.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>
</head>
<body>
<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-white" 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="section text-white min-h-screen flex flex-col items-center justify-center z-20">
<img src="indexbg/blast.png" alt="Top Image" class="img top-image lg:hidden">
<div class="img bogusimage h-4/12 w-10/12 md:w-8/12 lg:w-5/12 top-20 z-10" id="image"></div>
<div class="flex flex-col sm:flex-row items-center justify-evenly w-full gap-6 my-5 sm:my-8">
<div class="order-2 sm:order-1 text-center">
<p>Stars<br>Earned</p>
<p id="stars-count">13</p>
</div>
<img id="astronautImage" src="indexbg/astronaut.png" alt="Astronaut"
class="img order-1 sm:order-2 astronaut w-3/6 min-[430px]:w-5/12 sm:w-4/12 md:w-3/12 xl:w-2/12 z-50">
<div class="order-3 text-center">
<p>Total<br>Commits</p>
<div class="text-center">
<p id="total-contributions">648</p>
</div>
</div>
</div>
</div>
<div class="section text-white z-10">
<img src="indexbg/smallplanetleft.png" alt="Left Image"
class="img left-image w-[25%] min-[425px]:w-[20%] md:w-[15%] top-[20%]">
<img src="indexbg/smallplanetright.png" alt="Right Image"
class="img right-image w-[30%] min-[425px]:w-[20%] md:w-[15%] z-50 top-[90%] ">
<div
class="flex flex-col items-center justify-center min-h-screen w-full md:w-3/4 lg:h-full mt-14 lg:mt-5 z-30">
<div class="bg-gray-900 bg-opacity-50 py-3 w-full flex flex-col">
<div class="message flex items-center justify-start">
<img src="indexbg/pixelboyhead.png"
class="h-14 w-14 md:h-16 md:w-16 lg:h-20 lg:w-20 ml-3 mt-2"></img>
<div
class="bubble w-fit left shadow h-[30px] lg:h-[40px] text-[10px] md:text-[14px] lg:text-[20px]">
Hello</div>
</div>
<div class="message flex items-center justify-end">
<div
class="bubble w-fit right shadow h-[30px] lg:h-[40px] text-[10px] md:text-[14px] lg:text-[20px]">
Who are you?</div>
<img src="indexbg/boyheadright.png"
class="h-14 w-14 md:h-16 md:w-16 lg:h-20 lg:w-20 mr-3 mt-2 "></img>
</div>
<div class="message flex items-center justify-start">
<img src="indexbg/pixelboyhead.png"
class="h-14 w-14 md:h-16 md:w-16 lg:h-20 lg:w-20 ml-3 mt-2"></img>
<div
class="bubble w-fit left shadow h-[30px] lg:h-[40px] text-[10px] md:text-[14px] lg:text-[20px]">
I am Tanish</div>
</div>
<div class="message flex items-center justify-start">
<img src="indexbg/pixelboyhead.png"
class="h-14 w-14 md:h-16 md:w-16 lg:h-20 lg:w-20 ml-3 mt-2"></img>
<p class="bubble w-fit left shadow h-[40px] lg:h-[40px] text-[10px] md:text-[14px] lg:text-[20px]">
I am
<span class="typewriter nocaret"></span>
</p>
</div>
<div class="message flex items-center justify-end">
<div
class="bubble w-fit right shadow h-[45px] lg:h-[40px] text-[10px] md:text-[14px] lg:text-[20px]">
Wow thats great</div>
<img src="indexbg/boyheadright.png"
class="h-14 w-14 md:h-16 md:w-16 lg:h-20 lg:w-20 mr-3 mt-2"></img>
</div>
<div class="message flex items-center justify-start">
<img src="indexbg/pixelboyhead.png"
class="h-14 w-14 md:h-16 md:w-16 lg:h-20 lg:w-20 ml-3 mt-2"></img>
<a href="#"
class="bubble w-fit left shadow h-[30px] lg:h-[40px] text-[10px] md:text-[14px] lg:text-[20px]">hire
me !</a>
</div>
</div>
</div>
</div>
<div class="section text-white">
<img src="indexbg/bigplanetwithsmallplanet.png" alt="Left Center Image"
class="img left-center-image w-1/2 min-[425px]:w-[30%] md:w-[25%] xl:w-[20%] top-[20%]">
<div class="flex flex-col md:flex-row min-h-screen">
<div class="flex-1 flex items-center justify-center md:min-h-screen ">
<div class="border-4 border-white w-11/12 h-9/12 m-5 md:my-10 bg-[#5f5fec] text-white">
<p class="bg-black p-1 text-white text-[9px] md:text-[16px] lg:text-[23px] border-b-4 border-white">
About me!</p>
<p class="text-[9px] md:text-[14px] lg:text-[18px] text-start p-1 my-5 headingfont">
Hello! I'm Tanish Vashisth, a passionate developer who finds joy in
both crafting code
and creating art. With a strong foundation in languages like C++, Python, and JavaScript, I
specialize in
frameworks like Django, Flask, Next.js, React.js, Node.js, and database management with MongoDB
and
SQL. My
projects are driven by a purpose, whether it's building web applications, games using Pygame, or
exploring the
intersection of technology and art. When I'm not coding, you'll find me lost in the melodies of
music, fueling
my creativity for the next project. Let's collaborate and bring ideas to life!
</p>
</div>
</div>
<div class="flex-1 flex flex-col items-center justify-center z-30">
<div class="border-r-4 border-l-4 border-t-4 border-white w-11/12 h-2/12 bg-black">
<div class="flex">
<div class="flex items-center justify-start mt-[4px] ml-1 gap-1">
<div class="rounded-full bg-red-600 w-4 h-4"></div>
<div class="rounded-full bg-yellow-400 w-4 h-4"></div>
<div class="rounded-full bg-green-600 w-4 h-4"></div>
</div>
<div class="flex items-center justify-center w-full">
<div class="mt-[6px] text-center text-[14px] text-white">
/home/mypc
</div>
</div>
</div>
</div>
<div id="terminal"
class="p-3 bg-[#282828] border-4 border-white text-[#33FF33] w-11/12 h-[200px] md:h-[300px] text-left text-[10px] md:text-[14px] headingfont">
</div>
</div>
</div>
</div>
<div class="section text-white">
<div class="flex flex-col items-center justify-center min-h-screen" id="skills section">
<div class="grid grid-cols-1 md:grid-cols-4 mt-4">
<div class="col-span-1 order-2 md:order-1 mx-2 my-2 md:my-0">
<div class="flex flex-col w-full h-full border-4 border-white bg-gray-950 bg-opacity-50">
<div
class="text-center headingfont text-[12px] md:text-[16px] mb-2 py-1 border-b-4 border-white w-full text-white bg-black">
Programming Languages</div>
<div
class="word-box flex flex-row md:flex-col flex-wrap gap-4 justify-start md:justify-center md:items-center text-[9px] md:text-[14px] mt-2 ml-4">
</div>
</div>
</div>
<div class="col-span-1 md:col-span-2 order-1 md:order-2">
<div class="border-t-4 border-l-4 border-r-4 border-white w-full max-w-screen-lg mx-auto">
<div class="flex items-center justify-center w-full h-full bg-black">
<div class="text-center headingfont text-xl text-white">
SKILLS.NES
</div>
</div>
</div>
<div
class="w-full max-w-screen-lg mx-auto relative border-4 border-white flex flex-col md:flex-row">
<div class="game-container relative w-full" style="background-color: #63adff;">
<img src="skills.nes/duckhuntbg.png" class="duckhunt-bg h-full w-full object-cover"
alt="Duck Hunt">
<img src="skills.nes/centerimage.gif" class="gameend-bg hidden h-full w-full object-cover"
alt="Game End">
<img src="skills.nes/flyduck.gif"
class="bird hidden absolute w-12 h-12 md:w-20 md:h-20 nes-pointer" alt="Bird">
<button id="start-button" class="bulbula medium buton headingfont nes-pointer">Start
Game</button>
<button id="skip-button" class="bulbula buton headingfont skip-button nes-pointer">Skip
Game</button>
</div>
</div>
</div>
<div class="col-span-1 order-3 md:order-3 mx-2 my-2 md:my-0">
<div class="flex flex-col w-full h-full border-4 border-white bg-gray-950 bg-opacity-50">
<div
class="text-center headingfont text-[12px] md:text-[16px] mb-2 border-b-4 border-white w-full bg-black text-white py-1">
Frameworks</div>
<div
class="word-box-2 flex flex-row md:flex-col flex-wrap gap-4 justify-start md:justify-center md:items-center text-[9px] md:text-[14px] mt-2 ml-4">
</div>
</div>
</div>
</div>
<audio id="loop-sound" src="skills.nes/Intro.mp3" loop></audio>
<audio id="duckinit-sound" src="skills.nes/duckinit.mp3" loop></audio>
<audio id="game-end-sound" src="skills.nes/gameend.mp3"></audio>
<audio id="click-sound" src="skills.nes/shot.mp3"></audio>
<audio id="fly-sound" src="skills.nes/wingFlap20sec.mp3" loop></audio>
<audio id="shot-sound" src="skills.nes/shot.mp3"></audio>
<audio id="fall-sound" src="skills.nes/duckFalling.mp3"></audio>
<script src="skills.nes/hehe.js" defer></script>
</div>
<img src="indexbg/bigbottomrightcropped.png" alt="Bottom Right Image"
class="img bottom-right-image w-[60%] min-[425px]:w-[30%] md:w-[40%] lg:w-[25%] xl:w-[20%] top-[20%] min-[375px]:top-[10%] md:top-[-10%] min-[800px]:w-[30%]">
</div>
<div class="section text-white">
<div class="relative min-h-screen flex flex-col items-center justify-center py-10">
<div class="bg-gray-950 bg-opacity-70 relative w-11/12 md:w-10/12 lg:w-9/12 xl:w-8/12 p-4 md:p-8 z-10 border-4 border-white">
<h2 class="text-center text-2xl md:text-3xl lg:text-4xl mb-8 md:mb-12 headingfont">What People Say</h2>
<div class="flex flex-col md:flex-row gap-5 md:gap-6 justify-center items-center">
<div class="review-card boxxy w-full md:w-1/3 p-4">
<div class="flex flex-col items-center mb-4">
<div class="w-16 h-16 rounded-full bg-blue-500 mb-2 overflow-hidden">
<img src="indexbg/google.png" alt="Reviewer 1" class="w-full h-full object-cover">
</div>
<h3 class="text-lg font-bold">Google</h3>
</div>
<div class="flex justify-center mb-2">
<span class="text-yellow-400">★★★★★</span>
</div>
<div class="flex-grow flex items-center justify-center">
<p class="text-center text-xs">
"We were impressed by your portfolio, but unfortunately, we've decided to move forward with someone else."</p>
</div>
</div>
<div class="review-card boxxy w-full md:w-1/3 p-4">
<div class="flex flex-col items-center mb-4">
<div class="w-16 h-16 rounded-full bg-purple-500 mb-2 overflow-hidden">
<img src="indexbg/roommate.png" alt="Reviewer 2" class="w-full h-full object-cover">
</div>
<h3 class="text-lg font-bold">RoomMate</h3>
</div>
<div class="flex justify-center mb-2">
<span class="text-yellow-400">★★★★★</span>
</div>
<div class="flex-grow flex items-center justify-center">
<p class="text-center text-xs">
"I can't hear another speech about bad Code practices anymore"</p>
</div>
</div>
<!-- Review Card 3 -->
<div class="review-card boxxy w-full md:w-1/3 p-4">
<div class="flex flex-col items-center mb-4">
<div class="w-16 h-16 rounded-full bg-green-500 mb-2 overflow-hidden">
<img src="indexbg/aditya.png" alt="Reviewer 3" class="w-full h-full object-cover">
</div>
<h3 class="text-lg font-bold">Aditya Rajgaria</h3>
<p class="text-sm text-gray-300">Instahyre Ceo</p>
</div>
<div class="flex justify-center mb-2">
<span class="text-yellow-400">★★★★★</span>
</div>
<div class="flex-grow flex items-center justify-center">
<p class="text-center text-xs">
"I m asking Why and you are saying 'Yeah'"</p>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="flex items-center justify-center bg-gray-900 py-4 w-full mt-10">
<p class="text-white max-[320px]:text-[8px] text-[10px] lg:text-[16px] mr-2">Copyright © 2023 --</p>
<a href="mailto:tanishvashisth@"
class="text-white max-[320px]:text-[8px] text-[10px] lg:text-[16px] underline">tanishvashisth</a>
</footer>
<button id="scrollToTop" type="button" class="nes-btn is-error">
↑
</button>
<script src="script.js"></script>
</body>
</html>