-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathach.html
97 lines (78 loc) · 3.16 KB
/
ach.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
<!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>
<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>
<div class="comment">
<table width="100%" cellpadding="10%" height="100%" >
<tr >
<td width="20%"><img class="img1" src="n2d.png" alt=><td>
<td width="60%" class="medi" >Intern at <b>NoobtoDev </b> from Nov 2019 </td>
</tr>
</table>
</div>
<div class="comment">
<table width="100%" cellpadding="10%" height="100%" >
<tr >
<td width="20%"><img class="img1" src="123.png" alt=><td>
<td width="60%" class="medi" >Build Dice game using <b>JavaScript</b> <a href="https://tewarig.github.io/dice-game/"> Play here </a></td>
</tr>
</table>
</div>
<div class="comment">
<table width="100%" cellpadding="10%" height="100%" >
<tr >
<td width="20%"><img class="img1" src="123.png" alt=><td>
<td width="60%" class="medi" >Build Drum Game using <b>JavaScript</b> <a href="https://tewarig.github.io/drum-game/"> Play here </a></td>
</tr>
</table>
</div>
<div class="comment">
<table width="100%" cellpadding="10%" height="100%" >
<tr >
<td width="20%"><img class="img1" src="123.png" alt=><td>
<td width="60%" class="medi" >Build Own blog Techbuster using <b>Wordpress</b> <a href="https://www.techbuster.in/author/gaurav/"> Read here </a></td>
</tr>
</table>
</div>
<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%" style="background-color: #DCDCDC " ><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>