-
Notifications
You must be signed in to change notification settings - Fork 0
/
homepage.html
34 lines (28 loc) · 1.32 KB
/
homepage.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
<html>
<head>
<meta http-equiv="X-UA-Compatible" content = "IE=edge">
<meta name="viewport" content="width = device-width, initial-scale = 1">
<title> Levy Shi </title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
</head>
<body>
<div class ="container">
<div clas ="page-header">
<h1>
Hey, my name is Levy Shi
</h1>
</div>
<div class = "jumbotron">
<p>
A junior at University at Buffalo, majoring in Computer Science. I have a <a href="https://www.linkedin.com/in/levy-shi-360038b8/">LinkedIn</a> and a <a href ="https://www.github.com/levys19">GitHub</a>
</p>
<p>
If you're interested, I also have a <a href="https://www.facebook.com/profile.php?id=100010440933788">Facebook</a> , <a href="https://www.instagram.com/slvyhie/">Instagram</a>, and a
<img src="snapcodeBitmoji.svg" alt="Snapchat" style="width:100px;height:100px;">
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
</body>
</html>