-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
303 lines (301 loc) · 11.9 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
<!DOCTYPE html>
<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" />
<meta property="og:image" content="./images/portfolio.png" />
<meta property="og:url" content="https://suprhulk.com/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="SuprHUlk" />
<meta property="og:description" content="Suprhulk's Portfolio" />
<link rel="stylesheet" href="style.css" />
<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=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Space+Grotesk:wght@300;400;500;600;700&display=swap"
rel="stylesheet"
/>
<script
src="https://kit.fontawesome.com/383cfe2551.js"
crossorigin="anonymous"
></script>
<script src="https://cdn.jsdelivr.net/npm/animejs@3.0.1/lib/anime.min.js"></script>
<script src="script.js" defer></script>
<title>SuprHUlk</title>
</head>
<body>
<button id="nav-toggle-button" type="button">
<span>Menu</span>
<i class="fa-solid fa-bars"></i>
</button>
<div data-visible="false" class="contact">
<div class="wrapper">
<form
action="https://formsubmit.co/780db2cca43056144ce62b75da06b32c"
method="POST"
>
<div class="heading">
<h3>CONTACT ME</h3>
<div class="submit">
<div class="wrapper">
<span id="send">SEND</span>
<i id="close" class="fa-solid fa-xmark"></i>
</div>
</div>
</div>
<hr />
<div class="grid">
<div class="personal-info">
<div class="input-group f_name">
<input
required=""
type="text"
name="first_name"
autocomplete="off"
class="input"
/>
<label class="user-label">FIRST NAME</label>
</div>
<div class="input-group l_name">
<input
required=""
type="text"
name="last_name"
autocomplete="off"
class="input"
/>
<label class="user-label">LAST NAME</label>
</div>
</div>
<div class="work-info">
<div class="input-group email">
<input
required=""
type="text"
name="email"
autocomplete="off"
class="input"
/>
<label class="user-label">EMAIL</label>
</div>
<div class="input-group subject">
<input
required=""
type="subject"
name="subject"
autocomplete="off"
class="input"
/>
<label class="user-label">SUBJECT</label>
</div>
</div>
<div class="message">
<div class="input-group msg">
<input
required=""
type="text"
name="body"
autocomplete="off"
class="input"
/>
<label class="user-label">MESSAGE</label>
</div>
</div>
</div>
</form>
</div>
</div>
<nav>
<div class="logo nav-element">SuprHUlk</div>
<div data-visible="false" id="nav-mobile">
<div class="about nav-element">
<a href="#">ABOUT</a>
<a
href="https://github.com/suprhulk"
target="_blank"
rel="noopener noreferrer"
>WORK</a
>
</div>
<div class="link nav-element">
<a
href="https://www.linkedin.com/in/ayush-kumar-75265024a/"
target="_blank"
rel="noopener noreferrer"
><i class="fa-brands fa-linkedin"></i
></a>
<a
href="https://www.instagram.com/i_m_ayush._/"
target="_blank"
rel="noopener noreferrer"
><i class="fa-brands fa-instagram"></i
></a>
<a
href="https://www.youtube.com/channel/UCWskgF8Ys1DpQ8uUuad99fw"
target="_blank"
rel="noopener noreferrer"
><i class="fa-brands fa-youtube"></i
></a>
</div>
<div class="contact-me nav-element">
<a>CONTACT ME</a>
</div>
</div>
</nav>
<div class="content">
<div class="wrapper-panels content-element">
<div class="panels">
<div class="panel panel-1 current-panel">
<h1>Hello!</h1>
<h2>WELCOME TO MY <span>PORTFOLIO</span></h2>
<p>
I am <span>Ayush Kumar</span>, a Computer Science enthusiast. I am
a pre-final year student, currently enrolled in a B. Tech degree
at <span>Birla Institute of Technology</span>, Mesra. My great
passion in <span>PROGRAM SOLVING</span> has lead me to participate
in several coding contests. I beef up my coding skills by working
on projects. I have hand-on experience on the languages and
technologies stated below.
</p>
</div>
<div class="panel panel-2 common">
<h3>Project #1</h3>
<h2>PROJECT-FLORA</h2>
<div class="img project-1">
<img class="img-1" src="./images/1.gif" alt="" />
<img class="img-2" src="./images/2.gif" alt="" />
</div>
</div>
<div class="panel panel-3 common">
<h3>Project #2</h3>
<h2>ChatGPT From Terminal</h2>
<div class="img project-2">
<img class="img-1" src="./images/3.gif" alt="" />
<img class="img-2" src="./images/4.gif" alt="" />
</div>
</div>
</div>
</div>
<div class="hex content-element"></div>
<div class="wrapper-descriptions content-element">
<div class="descriptions">
<div class="description description-1 current-description">
<h4>Languages</h4>
<p>Java, C, Javascript, Typescript</p>
<br />
<h4>Technologies and Framework</h4>
<p>
HTML, CSS, Angular, SpringBoot, Firebase, MySql, Git, GitHub,
VScode
</p>
</div>
<div class="description common description-2">
<div class="wrapper">
<div class="wrapper-content text">
<h4>Description</h4>
<p>
Flora is a social media web app with a unique concept of
making friends. Simply write a letter and let it float to
someone completely anonymous to you.
</p>
</div>
<div class="wrapper-content show-project">
<h4>Tech Stack</h4>
<p>Angular, Firestore</p>
<br />
<h4>Links</h4>
<p>
<a
id="link-1"
href="https://chatflora.com/"
target="_blank"
rel="noopener noreferrer"
>Website</a
>
<a
id="link-2"
href="https://github.com/Salty-Bear/project-Flora"
target="_blank"
rel="noopener noreferrer"
>Github</a
>
</p>
</div>
</div>
<button class="btn-rotate">
<svg
width="7.5rem"
height="7rem"
viewBox="0 0 97 97"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M3.09944e-06 49.1736L37.7671 49.1736C40.4167 49.2185 42.8866 50.3412 44.6829 52.2722L44.7278 52.3171C46.6588 54.1134 47.7815 56.6282 47.8264 59.2329L47.8264 97H49.1736L49.1736 59.2329C49.2185 56.5833 50.3412 54.1134 52.2722 52.3171L52.3171 52.2722C54.1134 50.3412 56.6283 49.2185 59.2329 49.1736L97 49.1736V47.8264L59.2329 47.8264C56.5833 47.7815 54.1134 46.6588 52.3171 44.7278L52.2722 44.6829C50.3412 42.8866 49.2185 40.3718 49.1736 37.7671L49.1736 3.09944e-06H47.8264L47.8264 37.7671C47.7815 40.4167 46.6588 42.8866 44.7278 44.6829L44.6829 44.7278C42.8866 46.6588 40.3718 47.7815 37.7671 47.8264L3.09944e-06 47.8264V49.1736ZM48.5 44.4583C50.7454 44.4583 52.5417 46.2546 52.5417 48.5C52.5417 50.7454 50.7454 52.5417 48.5 52.5417C46.2546 52.5417 44.4583 50.7454 44.4583 48.5C44.4583 46.2546 46.2546 44.4583 48.5 44.4583Z"
fill="#E1E1E1"
/>
</svg>
</button>
</div>
<div class="description common description-3">
<div class="wrapper">
<div class="wrapper-content text">
<h4>Description</h4>
<p>
Want to search ChatGPT while coding without opening the
website? This CLI tool helps you directly in your terminal,
saving time.
</p>
</div>
<div class="wrapper-content show-project">
<h4>Tech Stack</h4>
<p>Java, ChatGPT API</p>
<br />
<h4>Links</h4>
<p>
<a
id="link-1"
href="https://drive.google.com/file/d/11QMPXWk92ftb4PpacJSNZth3gnEcv88o/view"
target="_blank"
rel="noopener noreferrer"
>Download</a
>
<a
id="link-2"
href="https://github.com/SuprHUlk/chatGPTFromTerminal"
target="_blank"
rel="noopener noreferrer"
>Github</a
>
</p>
</div>
</div>
<button class="btn-rotate">
<svg
width="7.5rem"
height="7rem"
viewBox="0 0 97 97"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M3.09944e-06 49.1736L37.7671 49.1736C40.4167 49.2185 42.8866 50.3412 44.6829 52.2722L44.7278 52.3171C46.6588 54.1134 47.7815 56.6282 47.8264 59.2329L47.8264 97H49.1736L49.1736 59.2329C49.2185 56.5833 50.3412 54.1134 52.2722 52.3171L52.3171 52.2722C54.1134 50.3412 56.6283 49.2185 59.2329 49.1736L97 49.1736V47.8264L59.2329 47.8264C56.5833 47.7815 54.1134 46.6588 52.3171 44.7278L52.2722 44.6829C50.3412 42.8866 49.2185 40.3718 49.1736 37.7671L49.1736 3.09944e-06H47.8264L47.8264 37.7671C47.7815 40.4167 46.6588 42.8866 44.7278 44.6829L44.6829 44.7278C42.8866 46.6588 40.3718 47.7815 37.7671 47.8264L3.09944e-06 47.8264V49.1736ZM48.5 44.4583C50.7454 44.4583 52.5417 46.2546 52.5417 48.5C52.5417 50.7454 50.7454 52.5417 48.5 52.5417C46.2546 52.5417 44.4583 50.7454 44.4583 48.5C44.4583 46.2546 46.2546 44.4583 48.5 44.4583Z"
fill="#E1E1E1"
/>
</svg>
</button>
</div>
</div>
</div>
<div class="buttons content-element">
<button class="btn btn-1">
<i id="arrow-left" class="fa-solid fa-arrow-right"></i>
</button>
<button class="btn btn-2">
<i id="arrow-right" class="fa-solid fa-arrow-right"></i>
</button>
</div>
</div>
</body>
</html>