-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
32 lines (32 loc) · 1.69 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
<!DOCTYPE html>
<html lang="en">
<head>
<title> 🚀 Sejal Khatri</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="font/css/fontello.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="container profile">
<div class="span3"> <img src="img/mini.png" alt=""> </div>
<div class="span5">
<h1>Sejal Khatri</h1>
<h3>Web Developer & UI Designer</h3>
<p> Hello, I am a Computer Science graduate from India. I have interned for Outreachy'16 and GSoC'17 rounds at Wikimedia Foundation. I love solving problems and designing innovative user interface. I enjoy contributing to open source projects, learning and exploring new things.</p>
</div>
<div class="row social">
<ul class="social-icons">
<li><a href="https://meta.wikimedia.org/wiki/User:Sek2016"><img src="img/metawiki.png" alt=""></a></li>
<li><a href="https://in.linkedin.com/in/sejal-khatri-b60402a3"><img src="img/li.png" alt=""></a></li>
<li><a href="https://github.com/sejalkhatri"><img src="img/gh.png" alt=""></a></li>
<li><a href="https://medium.com/@sejal.khatri5"><img src="img/md.png" alt=""></a></li>
<li><a href="https://plus.google.com/u/0/+SejalKhatrii"><img src="img/go.png" alt=""></a></li>
<li><a href="https://www.blogger.com/profile/11131959382567478119"><img src="img/bs.png" alt=""></a></li>
<li><a href="https://www.facebook.com/sejal.khatri007"><img src="img/fb.png" alt=""></a></li>
</ul>
</div>
</body>
</html>