forked from codeforamerica/bizfriendly-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
86 lines (80 loc) · 3.08 KB
/
index.html
File metadata and controls
86 lines (80 loc) · 3.08 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
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html lang="en">
<head>
<title>How to City</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<meta charset="utf-8">
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- <link href="css/flat-ui.css" rel="stylesheet"> -->
<!-- <link href="http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet"> -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link href="css/main.css" rel="stylesheet">
<!-- SUPPORT FOR IE6-8 OF HTML5 ELEMENTS -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<header class="container">
<div class="row">
<a href="#"><img class="span3" src="img/bf_logo.png"></a>
<ul class="span9 unstyled inline-block">
<li class="span2 offset1">
<a href="#">Learn</a>
</li>
<li class="span2">
<a href="#">Teach</a>
</li>
<li class="span2">
<a href="#">Connect</a>
</li>
</ul>
</div>
</header>
<section id="main" class="container">
<div class="row">
<img class="span7 offset1" src="img/promo_vid.png">
<div class="span3 start">
<p>BizFriendly makes it easy to use the web for your business.</p>
<div class="btn btn-large btn-custom-lighten">Get Started</div>
</div>
</div>
</section>
<section id="bottom" class="container">
<div class="row">
<div class="offset1">
<div class="bottom_links">
<a href="#">
<img src="img/learn.png">
<p><span class="bottom_links_header">Learn</span> how to use the web for your business.</p>
</a>
</div>
<div class="bottom_links">
<a href="#">
<img src="img/teach.png">
<p><span class="bottom_links_header">Teach</span> other how you use the web for your business.</p>
</a>
</div>
<div class="bottom_links">
<a href="#">
<img src="img/connect.png">
<p><span class="bottom_links_header">Connect</span> to a community of learners and teachers.</p>
</a>
</div>
</div>
</div>
</section>
<footer class="container">
<div class="row">
<ul class="unstyled inline-block">
<li class="offset1 span1"><a href="#">About</a></li>
<li class="span1"><a href="#">Feedback</a></li>
<li id="credits" class="span6 offset2"><img src="img/cfa_logo.png"> in partnership with Kansas City, Missouri and Kansas City, Kansas.</li>
</ul>
</div>
</footer>
</body>
</html>