-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (62 loc) · 3.22 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
<html>
<head>
<title>Shreya Batra</title>
<meta name="viewport" content="width=640"/>
<link rel="stylesheet" href="./assets/css/shadow.css"/>
<link rel="stylesheet" href="./assets/css/main.css">
<link rel="stylesheet" href="./assets/css/font-awesome.min.css">
<link rel="shortcut icon" type="image/x-icon" href="./assets/images/favicon.ico">
</head>
<body style="background-color:black;">
<header class="introduction centered">
<hgroup class="navigation">
<h1>Shreya Batra</h1>
<h2>"Move fast and Break things"</h2>
</hgroup>
<nav class="navigation">
<a class="btn btn-social-icon btn-twitter" href="https://facebook.com/shreyawhiz" target="_blank">
<i class="fa fa-facebook fa-2x"></i>
</a>
<a class="btn btn-social-icon btn-twitter" href="https://github.com/shreyawhiz" target="_blank">
<i class="fa fa-github fa-2x"></i>
</a>
<a class="btn btn-social-icon btn-twitter" href="https://www.linkedin.com/in/shreya-batra-89405758" target="_blank">
<i class="fa fa-linkedin fa-2x"></i>
</a>
<a class="btn btn-social-icon btn-twitter" href="https://twitter.com/shreyaWhiz" target="_blank">
<i class="fa fa-twitter fa-2x"></i>
</a>
<a class="btn btn-social-icon btn-twitter" href="http://stackoverflow.com/users/5777936/shreya-batra" target="_blank">
<i class="fa fa-stack-overflow fa-2x"></i>
</a>
</nav><br><br>
</header>
<!-- </section> -->
<!-- <section class="about centered" id="about">
<div class="wrapper">
<div class="clearfix content one-col">
<div class="col">
<h2 style="color: #45ADA8;">A little bit about me.</h2>
<div>
<p style="color: #45ADA8;">
With a <b>B.Tech</b> in <b>Computer Science</b> from <b>Delhi College of Engineering (DTU)</b>,
<br>
I, Shreya Batra am currently working as a Full Stack Developer at <a href="https://lbb.in" target="_blank">Little Black Book (LBB).</a>
<br>
Starting my professional life with <b>Samsung R&D Institute</b>, I honed my MEAN Stack skills at another start up called <b><a href="http://www.transneuron.com/" target="_blank">Trans Neuron Technologies (TNT)</a></b> in Bangalore.
<br>
</div>
</div>
</div>
</div>
</section> -->
<div class="container">
<div id="navigation" class="nav"></div>
<div id="demo"></div>
</div>
<script src="./assets/js/sketch.js"></script>
<script src="./assets/js/main.js"></script>
<!-- <script src="./assets/js/realshadow.js"></script> -->
<!-- <script src="./assets/js/demo.js"></script> -->
</body>
</html>