-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (45 loc) · 1.57 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
<!DOCTYPE HTML>
<!--
Meera Rachamallu's personal website inspired by Kim Kardashian
-->
<html>
<head>
<title>Meera Rachamallu</title>
<!--
<link href="css/bootstrap.min.css" rel="stylesheet" />
<script src="js/bootstrap.js"></script>
-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
</script>
<script type='text/javascript' src='main.js'></script>
<link href= "style.css" type="text/css" rel="stylesheet"/>
</head>
<body>
<!-- buttons -->
<div class="header">
<div class="container">
<ul class="nav">
<li> <a href = "https://www.github.com"> <img src="https://joshuapenalba.files.wordpress.com/2014/12/github-icon.png?w=1200"></a></li>
<li> <a href = "https://www.facebook.com"> <img src="http://www.fadra.org/assets/site/facebook-icon.png"></a></li>
<li> <a href = "https://www.twitter.com"> <img src="https://directsoftwareoutlet.com/wp-content/uploads/2016/04/twitterLogo-white.png"></a></li>
<li> <a href = "https://www.instagram.com"> <img src="http://migabbq.com/assets/instagram-icon.png"></a></li>
</ul>
</div>
</div>
<!-- home look -->
<div class="container">
<div class="main">
<h1> <a href = "aboutme.html" class="btn"> MEERA RACHAMALLU </a></h1>
<h1> <a href = "articles.html" class="btn"> Articles</a> </h1>
<h1> <a href = "projects.html" class="btn"> Featured Work </a></h1>
</div>
</div>
<!-- footer -->
<!--
<div class="footer">
<div class="container">
<p> Site designed and managed by Meera Rachamallu </p>
</div>
</div> -->
</body>
</html>