-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
112 lines (84 loc) · 3.64 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<link rel="stylesheet" href="css.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Merriweather|Montserrat|Sacramento&display=swap" rel="stylesheet">
<script src="https://unpkg.com/typewriter-effect@latest/dist/core.js"></script>
<meta charset="utf-8"name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<title></title>
</head>
<body id="grad">
<div class="header">
<table width="100%" cellpadding="10%" height="100%" >
<tr >
<td width="20%"><img class="headi" src="https://image.flaticon.com/icons/svg/883/883787.svg" alt=><td>
<td width="60%" class="medi" ><B>KiloGram</b> </td>
<td width="20%" ><img class ="headi" src="https://image.flaticon.com/icons/svg/2089/2089310.svg" > </td>
</tr>
</table>
</div>
<!-- Wrapper for slides -->
<div class="top">
<br>
<br>
<h1 > I'm Gaurav</h1>
<h2 id="app">aspiring web developer</h2>
</div>
<div class="middle">
</div>
</div>
<div class="bottom">
<div class="middle-container">
<div class="profile">
<img class="r1" src="g1.jpeg" alt="GauravTewari's image">
<h2>Hello!!!</h2>
<p class="intro"> myself Gaurav, currently I am doing B.tech CSE from Graphic Era University.</p>
<br> <h2>Click following buttons to know more. </h2>
</div>
<div class="skills">
<h2>My Skills</h2>
<div class="skill-row">
<img class="r2" src="skill-1.png" alt="skills">
<h3>Skills</h3>
<p class="p1">Well i am good at Web development , able to slove c and c++ problems, I have created many websites in Worldpress. Even Designed many Website's Front-End and Coded it.</p>
</div>
<div class="skill-row">
<img class="r3" src="https://miro.medium.com/max/1560/1*_Zqfz3mcyO_Ho1qTyuj_eg.png" alt="hoobies">
<h3>hobby</h3>
<p>I love eating a lot, in my free time you could easily find me in nearby restaurant. Sometime I enjoy watching movies but I enjoy sleeping a lot</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you love sleeping as much as i do.</h3>
<p>Chand Pe nahi hah Apun.. ,You can easily contact me, Happy to Help you <br>loved sacred games, lets talk about it</p>
<a class="btn" href="mailto:[email protected]">
<input class="btn" type="submit" name="contact me" value="contact me"></a>
</div>
</div>
<div class="bottom-container">
<table width="100%" height="100%" >
<tr >
<td width="20%" style="background-color: #DCDCDC "><a href="index.html" style="text-decoration:underline"><u><img class="headi" src="https://image.flaticon.com/icons/svg/1946/1946488.svg" alt=></u></a></td>
<td width="20%" ><a href="ach.html"> <img class="headi" src="https://image.flaticon.com/icons/svg/483/483356.svg"></a></td>
<td width="20%" ><a href="act.html"> <img class="headi" src="https://image.flaticon.com/icons/svg/1077/1077035.svg"></a></td>
<td width="20%" ><a href="profile.html"><img class ="headi" src="https://image.flaticon.com/icons/svg/747/747376.svg" > </a></td>
</tr>
</table>
</div>
</div>
<script>
var app = document.getElementById('app');
var typewriter = new Typewriter(app, {
loop: true
});
typewriter.typeString('Aspiring Web developer !!!!!!')
.pauseFor(2500)
.deleteChars(7)
.typeString(', App developer!!!')
.pauseFor(2500)
.start();
</script>
</html>