forked from krishntalsaniya/kt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
464 lines (379 loc) · 17.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
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
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
<!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">
<title>KRISHN TALSANIYA</title>
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<link rel="shortcut icon" href="images/KT1.png" type="image/x-icon">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/lightgallery-js/1.4.0/css/lightgallery.min.css" />
<script src="https://kit.fontawesome.com/f231326baa.js" crossorigin="anonymous"></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=Montserrat&family=Open+Sans&display=swap" rel="stylesheet">
</head>
<body onload="myFunction()">
<div id="loading">
</div>
<section>
</section>
<a href="#header" class="gotoup" id="gototop"> <i class="fas fa-arrow-up"></i></a>
<div id="header">
<div class="container">
<nav>
<a href="#about"><img src="images/KT1.png" class="logo"></a>
<ul id="sidemenu">
<li><a href="#header">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#contect">Contact</a></li>
<i class="fas fa-times" onclick="closemenu()"></i>
</ul>
<i class="fas fa-bars" onclick="openmenu()"></i>
</nav>
<div class="header-text">
<p>Full-Stack-Web Developer</p>
<h1>Hi, I'am <br> <span class="type"></span> </h1>
</div>
</div>
</div>
<script src="typed.js"></script>
<script>
var typed = new Typed('.type', {
strings: [
'Krishn Talsaniya',
'Web Designer',
'UI/UX Designer',
'Full Stack Web Developer'
],
typeSpeed: 60,
backSpeed: 60,
loop: true,
});
</script>
<!-- about section start with here -->
<div id="about">
<div class="container">
<div class="row">
<div class="about-col-1">
<img src="images/krishn4 (1).jpg" data-aos="fade-up">
</div>
<div class="about-col-2">
<h1 class="sub-title" data-aos="fade-left">About Me</h1>
<p> About myself, <br>
hello everyone my name is krishn talsaniya
and my age is 20 years, I am energetic active student,
currently i am studying in 5th sem degree
computer engineering and i have 1 year experience in
front-end devlopment and back-end devlopment and my graduation
started from 2018 in gmit and will be completed in 2024 And
now there is start project work in freelancer too <br>
<br>
Thanks 😀
</p>
<div class="tab-titles">
<p class="tab-links active-link" onclick="opentab('skills')">Skills</p>
<p class="tab-links" onclick="opentab('experience')">Experience</p>
<p class="tab-links" onclick="opentab('education')">Education</p>
</div>
<div class="tab-contents active-tab" id="skills">
<ul>
<p class="para" data-aos="fade-up">HTML/CSS(Front-end)</p><br>
<div class="container1" data-aos="fade-up">
<div class="skill css">80%</div>
</div>
<br>
<p class="para" data-aos="fade-up">JAVASCRIPT(Front-end And Back-end)</p><br>
<div class="container1" data-aos="fade-up">
<div class="skill javascript">70%</div>
</div>
<br>
<p class="para" data-aos="fade-up">BOOTSTRAP(Template Customize)</p><br>
<div class="container1" data-aos="fade-up">
<div class="skill bootstrap">70%</div>
</div>
<br>
<p class="para" data-aos="fade-up">PHP(Back-end)</p><br>
<div class="container1" data-aos="fade-up">
<div class="skill php">75%</div>
</div>
<br>
<p class="para" data-aos="fade-up">NODE JS(Back-End)</p><br>
<div class="container1" data-aos="fade-up">
<div class="skill nodejs">60%</div>
</div>
</ul>
</div>
<div class="tab-contents" id="experience">
<ul>
<li data-aos="fade-up"><span>2022 -2023</span> <br> compleate web devlopment</li>
<li data-aos="fade-up"><span>2021 - 2022</span> <br> Start Back-end devlopment</li>
<li data-aos="fade-up"><span>2020 -2021</span> <br> Start Front-end devlopment</li>
</ul>
</div>
<div class="tab-contents" id="education">
<ul>
<li><span>2022</span> <br> Currently styding in GMIT (gyanmanjari institute of technology)
</li>
<li><span>2020</span> <br>Gyanmanjari institute of college (GMIT)</li>
<li><span>2018</span> <br> Gyanmanjari Higher Secoundary School</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- services start here -->
<div id="services">
<div class="container">
<h1 class="sub-title" data-aos="fade-left">My Services</h1>
<div class="services-list">
<div data-aos="fade-up">
<i class="fa-solid fa-code"></i>
<h2>Web Designing</h2>
<p>Hello My name is Krishn Talsaniya
and I have front-end skills like
HTML, CSS and JavaScript for web designing.
</p>
<a href="#">Learn more</a>
</div>
<div data-aos="fade-up">
<i class="fa-sharp fa-solid fa-crop-simple"></i>
<h2>UI/UX Designing</h2>
<p>Hello My name is Krishn Talsaniya
and I am good at bootstrap javascript
and template customization for designing.
</p>
<a href="#">Learn more</a>
</div>
<div data-aos="fade-up">
<i class="fab fa-app-store"></i>
<h2>Full-stack-devloping</h2>
<p>Hello My name is Krishn Talsaniya
and full stack Must know all languages
used in website development like
HTML, CSS, JavaScript, PHP, Bootstrap, Node.js
And web app can also be made.Age Calculator about
example is also available on all these websites
and web app is available.
</p>
<a href="#">Learn more</a>
</div>
</div>
</div>
</div>
<!-- start portfolio -->
<div id="portfolio">
<div class="container">
<h1 class="sub-title" data-aos="fade-left">My Project</h1>
<div class="work-list">
<div class="work" data-aos="fade-up">
<img src="images/agecalculator.png">
<div class="layer">
<h3>Age Calculator</h3>
<p>There is a age calculator for this
in which you enter your birthdate
and the data will be shown
</p>
<a href="https://phwgegqnvzw59js0pny31w.on.drv.tw/sites/age%20calculator/Age%20Calculator.html"><i
class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
<div class="work" data-aos="fade-up">
<img src="images/bmi.jpeg">
<div class="layer">
<h3>BMI Calculator</h3>
<p>This is a BMI calculator
in which you can check your BMI by entering
your weight and your height, if it is between 19 to 25
then there is no problem otherweise you have visit one
time in hospital suggested(Wellocity Hospital)
</p>
<a href="https://phwgegqnvzw59js0pny31w.on.drv.tw/bmi/bmi/BMI%20project.html"><i
class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
<div class="work" data-aos="fade-up">
<img src="images/todo.png">
<div class="layer">
<h3>TODO List</h3>
<p>This is a to-do list
in which you can put your entire day's
work as a reminder, in case you forget,
you can refer to it and do the work and
your work has compleate then you have delete.
</p>
<a href="https://phwgegqnvzw59js0pny31w.on.drv.tw/sites/todolist/"><i
class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
</div>
</div>
</div>
<div id="portfolio">
<div class="container">
<h1 class="sub-title" data-aos="fade-left">Certificate</h1>
<div class="work-list">
<div class="gallary">
<a href="certificate/google.png">
<img src="certificate/google.png" alt="" data-aos="zoom-in">
</a>
<a href="certificate/htmlcssbootudemy.png">
<img src="certificate/htmlcssbootudemy.png" alt="" data-aos="zoom-in">
</a>
<a href="certificate/internetwebudemy.png">
<img src="certificate/internetwebudemy.png" alt="" data-aos="zoom-in">
</a>
<a href="certificate/python.png">
<img src="certificate/python.png" alt="" data-aos="zoom-in">
</a>
<a href="certificate/skillupnodejs.png">
<img src="certificate/skillupnodejs.png" alt="" data-aos="zoom-in">
</a>
<a href="certificate/skillupphp.png">
<img src="certificate/skillupphp.png" alt="" data-aos="zoom-in">
</a>
</div>
</div>
</div>
</div>
<!-- start contect form -->
<div id="contect">
<div class="container">
<div class="row">
<div class="contect-left">
<h1 class="sub-title" data-aos="fade-left">Contact Me</h1>
<a href="mailto:[email protected]">
<p data-aos="fade-up"><i class="fa-regular fa-envelope"></i>[email protected]</p>
</a>
<a href="tel:+916357909090">
<p data-aos="fade-right"> <i class="fa-solid fa-phone"></i>6357909090</p>
</a>
<div class="social-icons">
<a href="https://www.facebook.com/profile.php?id=100070044115421"><i
class="fa-brands fa-facebook" data-aos="flip-left" id="mybtn"></i></a>
<a href="https://wa.me/+916357909090"><i class="fa-brands fa-whatsapp"
data-aos="flip-left" id="mybtn1"></i></a>
<a href="https://www.instagram.com/krishn___111/"><i class="fa-brands fa-instagram"
data-aos="flip-left" id="mybtn2"></i></a>
<a href="https://www.linkedin.com/in/krishn-talsaniya-8b3b86256/"><i
class="fa-brands fa-linkedin" data-aos="flip-left" id="mybtn3"></i></a>
</div>
<a href="pdf/krishn.pdf" download="krishn.pdf" class="btn btn2" data-aos="zoom-in">Download CV</a>
</div>
<div class="contect-right">
<form name="submit-to-google-sheet">
<input type="text" name="Name" placeholder="Enter Your Name" required autocomplete="off" data-aos="fade-up">
<input type="email" name="email" placeholder="Enter Your Email Here" required
autocomplete="off" data-aos="fade-up">
<textarea name="message" rows="6" placeholder="Write here what you need" required data-aos="fade-up"></textarea>
<button type="submit" class="btn btn2" data-aos="zoom-in">Submit</button>
</form>
<span id="msg"></span>
</div>
</div>
</div>
<div class="copyright">
<p>Copyright ©2023 Krishn Talsaniya. All Right Reserved </p>
</div>
</div>
<!-- this is the about us div -->
<script>
var tablinks = document.getElementsByClassName("tab-links");
var tabcontents = document.getElementsByClassName("tab-contents");
function opentab(tabname) {
for (tablink of tablinks) {
tablink.classList.remove("active-link");
}
for (tabcontent of tabcontents) {
tabcontent.classList.remove("active-tab");
}
event.currentTarget.classList.add("active-link");
document.getElementById(tabname).classList.add("active-tab");
}
</script>
<!-- this is the side menu for responsive website -->
<script>
var sidemeu = document.getElementById("sidemenu");
function openmenu() {
sidemeu.style.right = "0";
}
function closemenu() {
sidemeu.style.right = "-200px";
}
</script>
<!-- this is the contact form back end part -->
<script>
const scriptURL = 'https://script.google.com/macros/s/AKfycbznhYmrW5VNm-C2ySsJrfYMf6oqIwTBlYsYSuBz7bc00BWf9FBG2g0F2N26lQn8nSIV/exec'
const form = document.forms['submit-to-google-sheet']
const msg = document.getElementById("msg")
form.addEventListener('submit', e => {
e.preventDefault()
fetch(scriptURL, { method: 'POST', body: new FormData(form) })
.then(response => {
msg.innerHTML = "Your Information Sent Succesfully"
setTimeout(function () {
msg.innerHTML = ""
}, 5000)
form.reset()
})
.catch(error => console.error('Error!', error.message))
})
</script>
<!-- this is the scroll button -->
<script>
const gotoup = document.querySelector(".gotoup");
window.addEventListener("scroll", () => {
if (window.pageYOffset > 100) {
gotoup.classList.add("active");
} else {
gotoup.classList.remove("active")
}
})
</script>
<script>
document.addEventListener("contextmenu", function (e) {
e.preventDefault();
});
document.onkeydown = function (e) {
if (event.keyCode == 123) {
return false;
}
if (e.ctrlKey && e.shiftKey && e.keyCode == "I".charCodeAt(0)) {
return false;
}
if (e.ctrlKey && e.shiftKey && e.keyCode == "C".charCodeAt(0)) {
return false;
}
if (e.ctrlKey && e.shiftKey && e.keyCode == "J".charCodeAt(0)) {
return false;
}
if (e.ctrlKey && e.keyCode == "U".charCodeAt(0)) {
return false;
}
};
</script>
<script>
var preloader = document.getElementById('loading');
function myFunction() {
preloader.style.display = 'none';
}
</script>
<!-- our AOS -->
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init();
</script>
<script src="https://unpkg.com/@popperjs/core@2"></script>
<script src="https://unpkg.com/tippy.js@6"></script>
<script src="script.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lightgallery-js/1.4.0/js/lightgallery.min.js"></script>
<script>
lightGallery(document.querySelector('.gallary'));
</script>
</body>
</html>