-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathprofile.html
85 lines (58 loc) · 2.43 KB
/
profile.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
<!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>
<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>
<br>
<br>
<br>
<br>
<table width="100%" height="100%">
<tr>
<td width="40%"><img class="headi1" src="g1.jpeg"></td>
<td width="60%"> <h2 id="app"><b>Tewarig</b></h2><br>
use username tewarig to find me on any site<br>
Check my other projects on <a href="https://github.com/tewarig"> Github</a>
<br>
Ask me Any Question on <a href="https://www.quora.com/profile/Gaurav-Tewari-55"> Quora</a>
<br><a href="mailto:[email protected]">Mail me directly</a> <br>
</td></tr>
</table>
<!-- Wrapper for slides -->
<div class="bottom-container">
<table width="100%" height="100%" >
<tr >
<td width="20%"><a href="index.html"><img class="headi" src="https://image.flaticon.com/icons/svg/1946/1946488.svg" alt=></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%"style="background-color: #DCDCDC " ><a href="profile.html"><img class ="headi" src="https://image.flaticon.com/icons/svg/747/747376.svg" > </a></td>
</tr>
</table>
</div>
</div>
</body>
<script>
var app = document.getElementById('app');
var typewriter = new Typewriter(app, {
loop: true
});
typewriter.typeString('Tewarig')
.pauseFor(2500)
.start();
</script>
</html>