-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathact.html
123 lines (97 loc) · 3.74 KB
/
act.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
<!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">
<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="">
<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">
<div class="middle">
<div class="bottom-container">
<table width="100%" cellpadding="10%" 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%" style="background-color: #DCDCDC " ><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>
<br>
<br>
<br>
<div class="comment">
<table width="100%" cellpadding="10%" height="100%" >
<tr >
<td width="20%"><img class="img1" src="aws.png" alt=><td>
<td width="60%" class="medi" >Attended Builders Series conference by <b>Aws</b> <br> on Jan 2020 </td>
</tr>
</table>
</div>
<div class="comment">
<table width="100%" cellpadding="10%" height="100%" >
<tr >
<td width="20%"><img class="img1" src="geu.jpeg" alt=><td>
<td width="60%" class="medi" >Participated in coding competion organised by <b>Nit-Bhopal</b> <br> on Jan 2020 </td>
</tr>
</table>
</div>
<div class="comment">
<table width="100%" cellpadding="10%" height="100%" >
<tr >
<td width="20%"><img class="img1" src="acm.jpeg" alt=><td>
<td width="60%" class="medi" >Organised workshop on <b>GIT and Lunix </b>in collage </b> on Dec 2019 </td>
</tr>
</table>
<div class="comment">
<table width="100%" cellpadding="10%" height="100%" >
<tr >
<td width="20%"><img class="img1" src="acm.jpeg" alt=><td>
<td width="60%" class="medi" >Vollentered on a <b>Collage level Technical Festival(GSAP) </b> on Nov 2019 </td>
</tr>
</table>
</div>
<div class="comment">
<table width="100%" cellpadding="10%" height="100%" >
<tr >
<td width="20%"><img class="img1" src="aws.png" alt=><td>
<td width="60%" class="medi" >Awsome Day conference by <b>Aws</b> <br> on Nov 2019 </td>
</tr>
</table>
</div>
<div class="comment">
<table width="100%" cellpadding="10%" height="100%" >
<tr >
<td width="20%"><img class="img1" src="acm.jpeg" alt=><td>
<td width="60%" class="medi" >Joined <b>GEU ACM</b> as a Member <br> on Sept 2019 </td>
</tr>
</table>
</div>
</div>
</body>
<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>