-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (20 loc) · 1.21 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
<!Doctype html>
<html>
<head>
<title>Rocky the Bulldog</title>
<!--<link rel="stylesheet" type="text/css" href="assets/css/reset.css">-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
</head>
<body>
<!--Header-->
<header>
<center><h1>Hi, I'm Rocky!</h1></center>
</header>
<center><img src="https://scontent-lax3-2.xx.fbcdn.net/v/t1.0-9/18057981_10208584704750664_6244887397694177389_n.jpg?oh=c679910a9fd28b9d59079ea10d6a381a&oe=5A6657F1" alt="Rocky" width=300 height=400px class="img-responsive"></center>
<center><h2 class="bg-success">
<span class="glyphicon glyphicon-headphones" aria-hidden="true"> I'm saving this space for my mom's sweeeet portfolio. <span class="glyphicon glyphicon-headphones" aria-hidden="true"></span>
</h2></center>
<center><span class="label label-default">Oh</span> <span class="label label-primary">Em</span> <span class="label label-success">Gee</span> <span class="label label-info">This</span> <span class="label label-warning">is</span> <span class="label label-danger">Cool</span><center>
</body>
</div>
</html>