forked from tsl-frontend/kickass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·151 lines (133 loc) · 4.04 KB
/
index.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
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Kickass Industries</title>
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<div class="topnav container">
<h1><img class="logo" src="images/logo.jpg" width="212" height="28" alt="Kickass Industries"></h1>
<ul class="nav">
<li class="tour"><a href="#">Tour</a></li>
<li class="pricing"><a href="#">Pricing</a></li>
<li class="signin"><a href="#">Sign in</a></li>
</ul>
</div>
</header>
<div class="container content">
<div class="headline">
<img src="images/headline.png" alt="">
</div>
<h2>What people are saying…</h2>
<div class="quotes">
<div class="quote first dexter">
<q>
Enter at your peril, past the vaulted door. Impossible things will happen that the world's never seen before. In Dexter's laboratory lives the smartest boy you've ever seen.
Enter at your peril, past the vaulted door. Impossible things will happen that the world's never seen before. In Dexter's laboratory lives the smartest boy you've ever seen.
</q>
<cite>
<strong>Dexter</strong>
Young Boy Genius
</cite>
</div>
<div class="quote baretta">
<q>Don't go to bed, with no price on your head. No, no, don't do it. Fon't do the crime, if you can't do the time, yeah, don't do it. And keep your eye on the sparrow.
</q>
<cite>
<strong>Baretta</strong>
New Jersey police officer
</cite>
</div>
<div class="quote baretta">
<q>Don't go to bed, with no price on your head. No, no, don't do it. Fon't do the crime, if you can't do the time, yeah, don't do it. And keep your eye on the sparrow.
</q>
<cite>
<strong>Baretta</strong>
New Jersey police officer
</cite>
</div>
<div class="quote baretta">
<q>Don't go to bed, with no price on your head. No, no, don't do it. Fon't do the crime, if you can't do the time, yeah, don't do it. And keep your eye on the sparrow.
</q>
<cite>
<strong>Baretta</strong>
New Jersey police officer
</cite>
</div>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
<footer>
<div class="container">
<div class="footer-list">
<h4>Product</h4>
<ul>
<li><a href="#">Tour</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">Security</a></li>
<li><a href="#">Privacy</a></li>
<li><a href="#">Terms</a></li>
</ul>
</div>
<div class="footer-list">
<h4>Product</h4>
<ul>
<li><a href="#">Tour</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">Security</a></li>
<li><a href="#">Privacy</a></li>
<li><a href="#">Terms</a></li>
</ul>
</div>
<div class="footer-list">
<h4>Product</h4>
<ul>
<li><a href="#">Tour</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">Security</a></li>
<li><a href="#">Privacy</a></li>
<li><a href="#">Terms</a></li>
</ul>
</div>
<div class="footer-list">
<h4>Product</h4>
<ul>
<li><a href="#">Tour</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">Security</a></li>
<li><a href="#">Privacy</a></li>
<li><a href="#">Terms</a></li>
</ul>
</div>
</div>
</footer>
<!--
Users
Sign In
Support
FAQs
Stories
Company
About Us
Blog
Contact
Press
Follow
Facebook
Twitter
LinkedIn
Vimeo
YouTube
-->
</body>
</html>