-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
59 lines (50 loc) · 1.92 KB
/
about.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
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
<html>
<head>
<title>Weg :: BETA</title>
<link rel="stylesheet" type="text/css" href="_/css/main.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
</head>
<body class="page-home">
<div id="site-wrapper">
<header id="header">
<div class="container">
<div class="row">
<div class="col-sm-12">
<nav id="main-nav" class="hidden-xs">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<section id="content">
<div class="container">
<div class="row">
<div class="span8 offset2 page-content">
<!-- Place content here -->
<h1>About Weg</h1>
<p>Weg is an open source web template made with HTML and CSS we also use bootstrap and font awesome to make this template great for everyone!</p>
</div>
</div>
</div>
</section>
<footer id="footer">
<div class="container">
<div class="row">
<div class="span12">
<p class="copy">© Copyright 2015, Your Company Here</p>
</div>
</div>
</div>
</footer>
</div>
<script src="js/bootstrap.min.js"></script>
</body>
</html>