summary refs log tree commit diff
path: root/bike/index.html
blob: 08b22f255dbc7e843f7651ad02ea658b1ce1d332 (plain) (blame)
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
<!doctype html>
<html lang="en"><head><meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="css/main.css">
<link rel="shortcut icon" href="i/fav.png">
<title>Bike Mastery: Home</title></head><body>

<header>
	<h1>Welcome to Bike Mastery</h1>
</header>

<nav>
	<a href="" class="btn">Home</a>
	<a href="guides" class="btn">Guides</a>
	<a href="parts" class="btn">Parts</a>
	<a href="order" class="btn">Order</a>
	<a href="template" class="btn">Template</a>
	<a href="http://github.com/4stc/bike_mastery" class="btn">Source</a>
	<i>Bike Mastery / Homepage</i>
</nav>

<main class="grid"><div>
	<img src="i/.png" alt="">
	<p>Welcome! Our mission is to help get you riding again. We believe
	every bicyclist should understand their bike and have the skills to
	repair, customize, and personalize it to their heart's content. Bike
	Mastery is a central hub for excellent video guides and a seller of
	high quality bike parts shipped directly to you.</p>
</div><div>
	<h2>Sitemap</h2>
	<ul>
		<li><a href="">Homepage</a></li>
		<li><a href="guides">Guides</a></li>
		<li><a href="parts">Parts</a></li>
		<li><a href="order">Order</a></li>
		<li><a href="template">Template</a></li>
	</ul>
</div></main>

<footer>
	<p>Made by Name Surname |
	<a href="i/home_mobile.png" target="_blank">Mobile Wireframe</a> |
	<a href="i/home_desktop.png" target="_blank">Desktop Wireframe</a>
	</p>
</footer>

</body></html>