-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
101 lines (95 loc) · 3.15 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
<!DOCTYPE html>
<html>
<head>
<title>Khyathi lol;
</title>
<link rel="stylesheet" href="style.css">
<script type="text/javascript" src="contents.js"></script>
<noscript>JS is not supported</noscript>
</head>
<body>
<nav>
<ul class="navbar" id="dropdownIcon">
<div class="left">
<li><a href="#home">HOME</a></li>
<li class="dropdown"><a href="javascript:void(0);" onclick="dropdownMenu()">☰</a></li> <!--stays on the same page. undefined destination-->
</div>
<div class="right">
<li><a href="#courses">COURSES</a></li>
<li><a href="#projects">PROJECTS</a></li>
<li><a href="#about">ABOUT</a></li>
<li><a href="#contact">CONTACT</a></li>
</div>
</ul>
</nav>
<div class="container" id="sec1">
<div class="row">
<div class="col1">
<td>
<br>
<div class="intro">
<p>
<b>
Hey there!
<br>
I am Khyathi, an 18 y/o, currently pursuing the first year of my BTech in Computer Science Engineeering at IIT Kanpur.<br>
This is my first website and I am making this as part of my ACA project.
</p>
</b>
</div>
<div class="connectTable">
<b><i>Connect with me:</i></b>
<table>
<tr>
<td>
<a href="https://www.facebook.com/profile.php?id=100010474903803" title="Facebook">
<img src="fb.png" style="width:40px;height:40px;border:0">
</a>
</td>
<td>
<a href="https://github.com/khyathivagolu" title="Github">
<img src="github.png" style="width:40px;height:40px;border:0">
</a>
</td>
<td>
<a href="https://www.instagram.com/khyathi_0408/" title="Instagram">
<img src="ig.png" style="width:42px;height:42px;border:0">
</a>
</td>
<td>
<a href="https://twitter.com/Khyathi53959557" title="Twitter">
<img src="twt.png" style="width:40px;height:40px;border:0">
</a>
</td>
<td>
<a href="https://accounts.snapchat.com/accounts/login?continue=https%3A%2F%2Faccounts.snapchat.com%2Faccounts%2Fwelcome" title="Snapchat">
<img src="snap.png" style="width:40px;height:40px;border:0">
</a>
</td>
</tr>
</table>
</div>
</td>
</div>
<div class="col2">
<td>
<div class="profile">
<img src="profile.jpg" width=150px height=150px>
</div>
<div class="name"><b>Khyathi Vagolu</b></div>
</td>
</tr>
</div>
</div>
</div>
<p>
<div class="achieveBox">
<button class="achieve" onclick="alert('Not updated yet')"> Achievements</button>
</div>
</p>
<footer class="foot">
<a>Ⓒ</a> 2020 Khyathi Vagolu <i>All Rights Reserved</i>
<p></p>
</footer>
</body>
</html>