-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (64 loc) · 3.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="assets/css/reset.css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<title>About</title>
</head>
<body>
<div id="wrapper">
<div class="header">
<a href="file:///C:/Users/KiNnErAvInAy/Desktop/Bootcamp/Assignments/Assignment-1/index.html" ><h1>KINNERA</h1></a>
<ul class="topnavbar">
<li><a href="index.html">About</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<!--Mainbody-->
<div class="content">
<div id ="section1">
<h3>About Me</h3>
<img src="assets/images/292.JPG" alt="mypicture">
<p>Hi! I’m Kinnera (Pronunced as Kin-nera, Kin-ne-ra) Born and brought up in India.Completed my Undergrad and graduation in Civil Engineering,from India and worked in the same for couple of years. <br>
I like to Travel all over the world!! i have visited couple of countries like Australia, Newzealand, India, Bahamas. AS of now my favourite place is New-Zealand !! and my favourite place in USA is Craters Lake in Portland. <br>
My fav Pass time is watch Netflix in Pajamas and relaxing ,hangout with friends and like to hike in the weekends.<br>
Loves to Meet New people,Adaptable,loves My Life ,Drama Queen,<br>
Born in Tauras.<br>
I am a Social Bee,addicted to Social Networking sites :P ,friendly,loves to pose,confident,chitchatter.
<br>
If you’d like to get in touch can add me <a href="https://www.facebook.com/profile.php?id=100006073662280">Kinnera bezawada Fb</a>
</p>
</div>
<div class="section2">
<h3>Connect with me</h3>
<div class id ="img1">
<a href="https://www.linkedin.com/in/kinnera-bezawada/" target="_blank"><i class="fa fa-linkedin-square" aria-hidden="true"></i></a>
</div>
<div class id ="img2">
<a href="https://github.com/kinnera01" target="_blank"><i class="fa fa-github-square" aria-hidden="true" ></i></a>
</div>
<div class id ="img3">
<a href="https://stackoverflow.com/users/8351339/kinnera?tab=profile" target="_blank"><i class="fa fa-stack-overflow" aria-hidden="true" ></i></a>
</div>
<div class id ="img4">
<a href="https://www.facebook.com/profile.php?id=100006073662280" target="_blank"><i class="fa fa-facebook-square" aria-hidden="true"></i></a>
</div>
<div class id ="img5">
<a href="https://twitter.com/kinnerabezawada" target="_blank"><i class="fa fa-twitter-square" aria-hidden="true"></i></a>
</div>
<div class id ="img6">
<a href="https://www.instagram.com/kin_bez/?hl=en" target="_blank"><i class="fa fa-instagram" aria-hidden="true" ></i></a>
</div>
</div>
</div>
<footer>
<div class="footer">
<p>©copyright2016kinnera</p>
</div>
</footer>
</div>
</body>
</html>