Skip to content

Commit 0e227fc

Browse files
committed
about me
1 parent a9e1d7b commit 0e227fc

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

index.html

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,36 @@
1-
About Me
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
8+
<title>About Me</title>
29

10+
<!-- Bootstrap -->
11+
<link href="css/bootstrap.min.css" rel="stylesheet">
312

4-
Mariusz Sygnowski
13+
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
14+
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
15+
<!--[if lt IE 9]>
16+
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
17+
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
18+
<![endif]-->
19+
</head>
20+
<body>
21+
22+
<!-- Begin page content -->
23+
<div class="container">
24+
<div class="page-header">
25+
<h1>About Me</h1>
26+
</div>
27+
<p class="lead">Mariusz Sygnowski</p>
28+
</div>
29+
30+
<footer class="footer">
31+
<div class="container">
32+
<p class="text-muted">2016</p>
33+
</div>
34+
</footer>
35+
</body>
36+
</html>

0 commit comments

Comments
 (0)