-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
114 lines (113 loc) · 8.22 KB
/
index.html
File metadata and controls
114 lines (113 loc) · 8.22 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!doctype html>
<html lang="en">
<head>
<title>SignsFive</title>
<!-- required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- bootstrap stylesheets -->
<link rel="stylesheet" href="css/reboot.min.css">
<link rel="stylesheet" href="css/bootstrap.css">
<!-- stylesheets -->
<link rel="stylesheet" href="css/styles-main.css">
<link rel="stylesheet" href="css/font-awesome.css">
</head>
<body>
<!--nav-->
<nav class="bg-dark">
<div class="container">
<div class="row pt-2 pb-1 pt-md-3 pb-md-2">
<div class="col-6">
<!--nav-btn-home-->
<a class="navbar-brand text-white tracked" href="#">SignsFive <sup><span class="badge badge-pill badge-secondary text-uppercase" style="font-size:0.5em;letter-spacing:0.2em">alpha</span></sup></a>
</div>
<div class="col-6">
<div class="float-right">
<!--nav-btn-login-->
<button type="button" class="btn btn-outline-light mr-2"><i class="fa fa-user-circle-o hidden-md-down" aria-hidden="true"></i> <span class="d-none d-sm-inline-block">Log In</span></button>
<!--nav-btn-submit-->
<button type="button" class="btn btn-primary"><i class="fa fa-upload" aria-hidden="true"></i> <span class="d-none d-sm-inline-block">Submit a Sign</span></button>
</div>
</div>
</div>
</div>
</nav>
<!--search-->
<form class="py-1 py-md-2 mx-0 sticky-top bg-dark">
<!--search-input-->
<div class="input-group container">
<input type="text" class="form-control" placeholder="Search a sign" aria-label="Search a sign">
<!--search-button-->
<span class="input-group-btn">
<button class="btn btn-secondary" type="button"><i class="fa fa-search" aria-label="Search" aria-hidden="true"></i></button>
</span>
</div>
</form>
<!--body-sample-->
<div class="container py-4 py-lg-5">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
<!--footer-->
<footer class="bg-light">
<div class="container">
<div class="row py-5 text-center">
<!--footer-btn-->
<div class="col">
<div class="float-md-left">
<button type="button" class="btn btn-outline-dark">Submit a Sign</button>
<!--footer-login-->
<p class="pt-3 footer-type tracked text-md-left"><span class="text-secondary">Have an Account?</span>
<br><a href="#" class="text-dark">Log in</a></p>
</div>
</div>
<!--footer-guidance-->
<div class="col-md-2 tracked">
<div class="float-md-right text-md-left">
<h6 class="footer-type text-uppercase text-secondary">Guidance</h6>
<ul class="footer-type list-unstyled">
<li class="py-1"><a href="#" class="text-dark">How it works</a></li>
<li class="py-1"><a href="#" class="text-dark">Help Center</a></li>
</ul>
</div>
</div>
<!--footer-connect-->
<div class="col-md-2 tracked">
<div class="float-md-right text-md-left">
<h6 class="footer-type text-uppercase text-secondary">Connect</h6>
<ul class="footer-type list-unstyled">
<li class="py-1"><a href="/about" class="text-dark">About us</a></li>
<li class="py-1"><a href="mailto:signsfive.deaf@gmail.com" class="text-dark">Email</a></li>
<li class="py-1"><a href="https://medium.com/signsfive" class="text-dark">Blog</a></li>
</ul>
</div>
</div>
</div>
</div>
<!--footer-banner-->
<div class="bg-dark">
<div class="container">
<div class="row text-center py-4">
<!--footer-chicago-->
<div class="col-md-6">
<div class="text-white footer-type tracked text-uppercase float-md-left">
<p>Built with <i class="fa fa-heart" aria-hidden="true" aira-label="heart" style="color:#bbdcf0"></i> in Chicago</p>
</div>
</div>
<!--footer-banner-social-->
<div class="col-md-6">
<div class="float-md-right">
<a href="https://www.facebook.com/signsfive/" aria-label="Facebook"><i class="fa fa-facebook fa-lg fa-inverse px-3"></i></a>
<a href="https://twitter.com/signsfive" aria-label="Twitter"><i class="fa fa-twitter fa-lg fa-inverse px-3"></i></a>
<a href="https://www.instagram.com/signsfive" aria-label="Instagram"><i class="fa fa-instagram fa-lg fa-inverse px-3"></i></a>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>