-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html.old
More file actions
73 lines (65 loc) · 2.88 KB
/
Copy pathindex.html.old
File metadata and controls
73 lines (65 loc) · 2.88 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>www.bausemason.net</title>
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/cerulean-bootstrap.min.css" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<div id="page">
<header class="container">
<div id="menu" class="navbar navbar-default">
<div class="navbar-header">
<button class="btn btn-primary btn-sm">
<span class="glyphicon glyphicon-menu-hamburger"></span>
</button>
<div id="logo">
<a href="."><h4>Bause Mason</h4></a>
</div>
</div>
<ul class="nav navbar-nav navbar-right">
<li class="nav active"><a href=".">Home</a></li>
<li class="nav"><a href="about.html">About</a></li>
<li class="nav"><a href="contact.html">Contact</a></li>
</ul>
</div>
</header>
<section id="body" class="container">
<p>
<center><h3>Thomas Bause Mason</h3></center>
</p>
<section id="main" class="col-md-8 col-sm-10">
<p>
<center><h3>Main</h3></center>
</p>
<p>
Some text. Some text.Some text.Some text.Some text.Some text.Some text.Some text. Some text.Some text.Some text.Some text.Some text.Some text.
Some text.Some text.Some text.Some text.Some text.Some text.Some text.Some text.Some text.Some text. Some text.Some text.Some text.Some text.Some text.Some text.
Some text.Some text.Some text.Some text.Some text.Some text.Some text.Some text.Some text.Some text.Some text.Some text.Some text.Some text.Some text.Some text.Some text.Some text.
</p>
</section>
<section id="sidebar" class="col-md-4 col-sm-2">
<p>
<center><h3>Sidebar</h3></center>
</p>
<p>
Some text. Some text.Some text.Some text.Some text.Some text.Some text.Some text. Some text.Some text.Some text.Some text.Some text.Some text.
Some text.Some text.Some text.Some text.Some text.Some text.Some text.Some text.Some text.Some text. Some text.Some text.Some text.Some text.Some text.Some text.
Some text.Some text.Some text.Some text.Some text.Some text.Some text.Some text.Some text.Some text.Some text.Some text.Some text.Some text.Some text.Some text.Some text.Some text.
</p>
</section>
</section>
<footer class="container">
</footer>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="node_modules/jquery/dist/jquery.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
</body>
</html>