-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (24 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Sachi Sanghavi</title>
<!-- Customized stylesheet -->
<link rel="stylesheet" href="stylesheet.css">
<link href='http://fonts.googleapis.com/css?family=Coming+Soon|Open+Sans|League+Script' rel='stylesheet' type='text/css'>
<!-- Bootstrap core -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, intial-scale=1">
<link href="css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<section id="intro">
<div class="intro-container">
<h1>Hello, I am Sachi.</h1>
<h2><a class="link" href="https://twitter.com/stothe2">Twitter</a> // <a class="link" href="https://github.com/stothe2">GitHub</a> // <a class="link" href="http://stothe2.tumblr.com/archive">Cartoons</a></h2>
</div>
</section>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>