-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (31 loc) · 1.13 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
<!DOCTYPE html>
<html>
<head>
<title>Varun S Lingaraju</title>
<!-- Bootstrap -->
<link href="bootstrap.css" rel="stylesheet" media="screen">
</head>
<body>
<div class="container">
<div class="hero-unit">
<div class="row">
<div class="span7">
<h1>Hi, I am Varun</h1>
<br>
<p>I am pursuing my masters in Computer Science at the University of Southern California. I episodically <a href="http://warunsl.in" target="_blank"> blog</a>, but <a href="http://twitter.com/warunsl" target="_blank">tweet</a> quite more often. Feel free to drop a <a href="https://twitter.com/intent/tweet?screen_name=warunsl">message</a>. Thanks!</p>
</div>
<div class="span3">
<img src="noname.jpeg" class="img-polaroid">
</div>
</div>
</div>
</div>
<!-- Javascript code not needed. -->
<!--
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="js/bootstrap.min.js"></script>
-->
<!-- The noscript tag is to get rid of the USC disclaimer -->
<noscript>
</body>
</html>