-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
434 lines (429 loc) · 16.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
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
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
<!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" />
<link rel="stylesheet" href="./style.css" />
<script
src="https://kit.fontawesome.com/b094183072.js"
crossorigin="anonymous"
></script>
<script src="https://cdn.tailwindcss.com"></script>
<title>KrishT0</title>
</head>
<body>
<header class="text-gray-600 body-font bg-gray-100">
<div
class="container mx-auto flex flex-wrap p-5 flex-col md:flex-row items-center"
>
<a
class="flex title-font font-medium items-center text-gray-900 mb-4 md:mb-0"
>
<span class="ml-3 text-xl">KRISHNA BISWAL</span>
</a>
<nav
class="md:ml-auto flex flex-wrap items-center text-base justify-center"
>
<a
class="mr-5 hover:text-gray-900 cursor-pointer"
href="https://www.linkedin.com/in/KrishT0"
><i class="fa-brands fa-linkedin fa-lg"></i
></a>
<a
class="mr-5 hover:text-gray-900 cursor-pointer"
href="https://github.com/KrishT0"
><i class="fa-brands fa-github fa-lg"></i
></a>
</nav>
<button
class="inline-flex items-center bg-gray-100 border-0 py-1 px-3 focus:outline-none hover:bg-gray-200 rounded text-base mt-4 md:mt-0"
>
Support
<svg
fill="none"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
class="w-4 h-4 ml-1"
viewBox="0 0 24 24"
>
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</button>
</div>
</header>
<section class="text-gray-400 bg-gray-900 body-font">
<div
class="container mx-auto flex px-5 py-24 md:flex-row flex-col items-center"
>
<div
class="lg:flex-grow md:w-1/2 lg:pr-24 md:pr-16 flex flex-col md:items-start md:text-left mb-16 md:mb-0 items-center text-center"
>
<h1
class="title-font sm:text-4xl text-3xl mb-4 font-medium text-white"
>
Hi I am Krishna Biswal
<br class="hidden lg:inline-block font-semibold" />
A Web developer <i class="fa-solid fa-flask"></i>
</h1>
<p class="mb-8 leading-relaxed text-3xl">
I'm skilled in front end web development and learning backend. I am
consistently working on my problem solving skills and Data
Structures and Algorithms.
</p>
<div class="flex justify-center">
<button
class="inline-flex text-white bg-indigo-500 border-0 py-2 px-6 focus:outline-none hover:bg-indigo-600 rounded text-lg"
>
<a href="./DOCS/Krishna_Resume.pdf" download>DOWNLOAD CV</a>
</button>
</div>
</div>
<div class="lg:max-w-lg lg:w-full md:w-1/2 w-5/6">
<img
class="object-cover object-center rounded"
alt="hero"
src="./IMG/gomku.jpg"
/>
</div>
</div>
</section>
<section class="text-gray-900 bg-gray-100 body-font">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-wrap -m-4 text-center">
<div class="p-4 sm:w-1/2 w-1/2">
<h2
class="title-font font-medium sm:text-4xl text-3xl text-gray-900"
>
06+
</h2>
<p class="leading-relaxed text-2xl">Months experience</p>
</div>
<div class="p-4 sm:w-1/3 w-1/2">
<h2
class="title-font font-medium sm:text-4xl text-3xl text-gray-900"
>
2
</h2>
<p class="leading-relaxed text-2xl">Projects Completed</p>
</div>
</div>
</div>
</section>
<section class="text-gray-400 bg-gray-900 body-font">
<div class="container px-5 py-24 mx-auto">
<h1
class="sm:text-5xl text-5xl font-medium title-font text-center text-white mb-20"
>
My Programmming Skills
<br class="hidden sm:block" />
</h1>
<div
class="flex items-center lg:w-3/5 mx-auto border-b pb-10 mb-10 border-gray-800 sm:flex-row flex-col"
>
<div
class="sm:w-32 sm:h-32 h-20 w-20 sm:mr-10 inline-flex items-center justify-center rounded-full text-indigo-400 bg-gray-800 flex-shrink-0"
>
<i class="fa-solid fa-c fa-4x"></i>
</div>
<div class="flex-grow sm:text-left text-center mt-6 sm:mt-0">
<h2 class="text-white title-font text-5xl font-medium mb-2">C</h2>
<p class="leading-relaxed text-base">
I have completed C language and now learning Data Structure and
Algorithms.
</p>
<a class="mt-3 text-indigo-400 inline-flex items-center"
>Learn More
<svg
fill="none"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
class="w-4 h-4 ml-2"
viewBox="0 0 24 24"
>
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
</div>
<div
class="flex items-center lg:w-3/5 mx-auto border-b pb-10 mb-10 border-gray-800 sm:flex-row flex-col"
>
<div class="flex-grow sm:text-left text-center mt-6 sm:mt-0">
<h2 class="text-white text-5xl title-font font-medium mb-2">
JavaScrpit
</h2>
<p class="leading-relaxed text-base">
Completed 70% of javaScript and done some small projects.
</p>
<a class="mt-3 text-indigo-400 inline-flex items-center"
>Learn More
<svg
fill="none"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
class="w-4 h-4 ml-2"
viewBox="0 0 24 24"
>
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
<div
class="sm:w-32 order-first sm:order-none sm:h-32 h-20 w-20 sm:ml-10 inline-flex items-center justify-center rounded-full text-indigo-400 bg-gray-800 flex-shrink-0"
>
<i class="fa-brands fa-js fa-4x"></i>
</div>
</div>
<div
class="flex items-center lg:w-3/5 mx-auto border-b pb-10 mb-10 border-gray-800 sm:flex-row flex-col"
>
<div
class="sm:w-32 sm:h-32 h-20 w-20 sm:mr-10 inline-flex items-center justify-center rounded-full text-indigo-400 bg-gray-800 flex-shrink-0"
>
<i class="fa-brands fa-css3 fa-4x"></i>
</div>
<div class="flex-grow sm:text-left text-center mt-6 sm:mt-0">
<h2 class="text-white text-5xl title-font font-medium mb-2">
Tailwind css
</h2>
<p class="leading-relaxed text-base">
Completed 80% of Tailwind and trying to make some cool projects
using Tailblocks(Provides various pre-made templates using
tailwind for websites).
</p>
<a class="mt-3 text-indigo-400 inline-flex items-center"
>Learn More
<svg
fill="none"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
class="w-4 h-4 ml-2"
viewBox="0 0 24 24"
>
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
</div>
<div
class="flex items-center lg:w-3/5 mx-auto border-b pb-10 mb-10 border-gray-800 sm:flex-row flex-col"
>
<div class="flex-grow sm:text-left text-center mt-6 sm:mt-0">
<h2 class="text-white text-5xl title-font font-medium mb-2">
HTML
</h2>
<p class="leading-relaxed text-base">
I have completed HTML upto intermediate level and done some basic
projects.
</p>
<a class="mt-3 text-indigo-400 inline-flex items-center"
>Learn More
<svg
fill="none"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
class="w-4 h-4 ml-2"
viewBox="0 0 24 24"
>
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
<div
class="sm:w-32 order-first sm:order-none sm:h-32 h-20 w-20 sm:ml-10 inline-flex items-center justify-center rounded-full text-indigo-400 bg-gray-800 flex-shrink-0"
>
<i class="fa-solid fa-code fa-4x"></i>
</div>
</div>
<div class="flex items-center lg:w-3/5 mx-auto sm:flex-row flex-col">
<div
class="sm:w-32 sm:h-32 h-20 w-20 sm:mr-10 inline-flex items-center justify-center rounded-full text-indigo-400 bg-gray-800 flex-shrink-0"
>
<i class="fa-brands fa-react fa-4x"></i>
</div>
<div class="flex-grow sm:text-left text-center mt-6 sm:mt-0">
<h2 class="text-white text-5xl title-font font-medium mb-2">
ReactJs
</h2>
<p class="leading-relaxed text-base">
I have completed 30% of React.js and now learning new things and
exploring new stuffs in this field..
</p>
<a class="mt-3 text-indigo-400 inline-flex items-center"
>Learn More
<svg
fill="none"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
class="w-4 h-4 ml-2"
viewBox="0 0 24 24"
>
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
</div>
<button
class="flex mx-auto mt-20 text-white bg-indigo-500 border-0 py-2 px-8 focus:outline-none hover:bg-indigo-600 rounded text-lg"
>
Know more about these languages
</button>
</div>
</section>
<section class="text-gray-600 body-font">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-wrap -mx-4 -mb-10 text-center">
<div class="sm:w-1/2 mb-10 px-4">
<div class="rounded-lg h-64 overflow-hidden">
<img
alt="content"
class="object-cover object-center h-full w-full"
src="./IMG/clock.png"
/>
</div>
<h2 class="title-font text-2xl font-medium text-gray-900 mt-6 mb-3">
Clock
</h2>
<p class="leading-relaxed text-base">
Made an analog clock with html, css and javacsript
</p>
<button
class="flex mx-auto mt-6 text-white bg-indigo-500 border-0 py-2 px-5 focus:outline-none hover:bg-indigo-600 rounded cursor-pointer"
>
<a href="https://silver-brioche-a7e6da.netlify.app/"
>See Project</a
>
</button>
</div>
<div class="sm:w-1/2 mb-10 px-4">
<div class="rounded-lg h-64 overflow-hidden">
<img
alt="content"
class="object-cover object-center h-full w-full"
src="./IMG/preview.png"
/>
</div>
<h2 class="title-font text-2xl font-medium text-gray-900 mt-6 mb-3">
Sticky Notes
</h2>
<p class="leading-relaxed text-base">
Developed and deployed a robust full-stack web application using
ReactJS for the front end and Java for the back end, incorporating
user authentication; resulting in a seamless user experience and
increased customer engagement.
</p>
<button
class="flex mx-auto mt-6 text-white bg-indigo-500 border-0 py-2 px-5 focus:outline-none hover:bg-indigo-600 rounded"
>
<a href="https://springnotes0001.firebaseapp.com/"
>See Project</a
>
</button>
</div>
</div>
</div>
</section>
<footer class="text-gray-600 bg-gray-200 body-font">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-wrap md:text-left text-center order-first">
<section class="text-gray-400 bg-gray-900 body-font rounded-xl">
<div
class="container px-5 py-24 mx-auto flex flex-wrap items-center"
>
<div class="lg:w-3/5 md:w-1/2 md:pr-16 lg:pr-0 pr-0">
<h1 class="title-font font-medium text-3xl text-white">
Don't waste your energy trying to change opinions … Do your
thing, and don't care if they like it.
</h1>
<p class="leading-relaxed mt-4"><i>Krishna Biswal</i></p>
</div>
<div
class="lg:w-2/6 md:w-1/2 bg-gray-800 bg-opacity-50 rounded-lg p-8 flex flex-col md:ml-auto w-full mt-10 md:mt-0"
>
<h2 class="text-white text-lg font-medium title-font mb-5">
CONNECT WITH ME
</h2>
<form action="" method="POST" data-netlify="true" name="CTA">
<div class="relative mb-4">
<label
for="full-name"
class="leading-7 text-sm text-gray-400"
></label>
<input
type="text"
placeholder="Enter your name"
id="full-name"
name="full-name"
class="w-full bg-gray-600 bg-opacity-20 focus:bg-transparent focus:ring-2 focus:ring-indigo-900 rounded border border-gray-600 focus:border-indigo-500 text-base outline-none text-gray-100 py-1 px-3 leading-8 transition-colors duration-1000 ease-in-out"
/>
</div>
<div class="relative mb-4">
<label
for="email"
class="leading-7 text-sm text-gray-400"
></label>
<input
type="email"
placeholder="Enter your Email"
id="email"
name="email"
class="w-full bg-gray-600 bg-opacity-20 focus:bg-transparent focus:ring-2 focus:ring-indigo-900 rounded border border-gray-600 focus:border-indigo-500 text-base outline-none text-gray-100 py-1 px-3 leading-8 transition-colors duration-1000 ease-in-out"
/>
</div>
<div class="relative mb-4">
<label
for="email"
class="leading-7 text-sm text-gray-400"
></label>
<input
type="text"
placeholder="What you want to say..."
id="text"
name="text"
class="w-full bg-gray-600 bg-opacity-20 focus:bg-transparent focus:ring-2 focus:ring-indigo-900 rounded border border-gray-600 focus:border-indigo-500 text-base outline-none text-gray-100 py-1 px-3 leading-8 transition-colors duration-1000 ease-in-out"
/>
</div>
<button
type="submit"
class="text-white bg-indigo-500 border-0 py-2 px-8 focus:outline-none hover:bg-indigo-600 rounded text-lg"
>
Submit
</button>
</form>
</div>
</div>
</section>
</div>
</div>
<div class="bg-gray-400">
<div
class="container px-5 py-6 mx-auto flex items-center justify-center sm:flex-row flex-col"
>
<a
class="flex title-font font-medium items-center md:justify-center justify-center text-gray-900"
>
<i class="fa-brands fa-korvue fa-2x"></i>
<span class="ml-3 text-xl">Krishna Biswal</span>
</a>
<p class="text-sm text-gray-500 sm:ml-6 sm:mt-0 mt-4">
© 2022 All rights reserved
</p>
</div>
</div>
</footer>
</body>
<script src="./scripts/krim.js"></script>
</html>