-
Notifications
You must be signed in to change notification settings - Fork 204
/
Copy pathindex.html
executable file
·179 lines (155 loc) · 5.94 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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>UI components sprint</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/style.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- Leave those next 4 lines if you care about users using IE8 -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1 class="text-center">UI components sprint</h1>
<h2>Avatar design</h2>
<img src="http://placehold.it/50x50" alt="" class="avatar">
<img src="http://placehold.it/50x50" alt="" class="avatar-small">
<h2>Button design</h2>
<a href="#" class="btn-medium">Write stories</a>
<a href="#" class="btn-treehouse">Start now</a>
<h2>Dropdown design</h2>
<div class="dropdown">
<img src="http://placehold.it/50x50" alt="" class="avatar dropdown-toggle" id="navbar-menu" data-toggle="dropdown">
<ul class="dropdown-menu" aria-labelledby="navbar-menu">
<li><a href="#">Profile</a></li>
<li><a href="#">Dashboard</a></li>
<li><a href="#">Logout</a></li>
</ul>
</div>
<h2>Card design</h2>
<div class="row">
<div class="col-xs-12 col-sm-4">
<div class="card">
<img src="http://placehold.it/50x50" alt="" class="avatar card-user">
<span class="card-category">POPULAR</span>
<div class="card-description">
<h3>Stripe</h3>
<p>A cool payment API</p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4">
<div class="card">
<img src="http://placehold.it/50x50" alt="" class="avatar card-user">
<span class="card-category">POPULAR</span>
<div class="card-description">
<h3>Stripe</h3>
<p>A cool payment API</p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4">
<div class="card">
<img src="http://placehold.it/50x50" alt="" class="avatar card-user">
<span class="card-category">POPULAR</span>
<div class="card-description">
<h3>Stripe</h3>
<p>A cool payment API</p>
</div>
</div>
</div>
</div>
<h2>Badge design</h2>
<img src="http://placehold.it/50x50" alt="" class="avatar">
<span class="badge">3</span>
<h2>Banner design</h2>
<div class="banner">
<div class="banner-content">
<h1>Stripe</h1>
<p>A cool payment API</p>
<a href="#" class="btn-treehouse">Start now</a>
</div>
</div>
<h2>Tabs design</h2>
<div class="tabs">
<div class="tabs-item active">
<h3>350</h3>
<p>followers</p>
</div>
<div class="tabs-item">
<h3>350</h3>
<p>followers</p>
</div>
<div class="tabs-item">
<h3>350</h3>
<p>followers</p>
</div>
<div class="tabs-item">
<h3>350</h3>
<p>followers</p>
</div>
</div>
<h2>List design</h2>
<ul class="list-unstyled">
<li class="product">
<div class="product-upvote text-center">
<i class="fa fa-caret-up"></i>
<p>16</p>
</div>
<img src="http://unsplash.it/200/120/?random" alt="" class="product-image img-rounded">
<div class="product-description">
<h3>Intercom</h3>
<p>The best CRM tool.</p>
</div>
<ul class="list-inline product-controls">
<li><a href=""><i class="fa fa-heart"></i></a></li>
<li><a href=""><i class="fa fa-share"></i></a></li>
<li><a href=""><i class="fa fa-star"></i></a></li>
</ul>
</li>
<li class="product">
<div class="product-upvote text-center">
<i class="fa fa-caret-up"></i>
<p>16</p>
</div>
<img src="http://unsplash.it/200/120/?random" alt="" class="product-image img-rounded">
<div class="product-description">
<h3>Intercom</h3>
<p>The best CRM tool.</p>
</div>
<ul class="list-inline product-controls">
<li><a href=""><i class="fa fa-heart"></i></a></li>
<li><a href=""><i class="fa fa-share"></i></a></li>
<li><a href=""><i class="fa fa-star"></i></a></li>
</ul>
</li>
<li class="product">
<div class="product-upvote text-center">
<i class="fa fa-caret-up"></i>
<p>16</p>
</div>
<img src="http://unsplash.it/200/120/?random" alt="" class="product-image img-rounded">
<div class="product-description">
<h3>Intercom</h3>
<p>The best CRM tool.</p>
</div>
<ul class="list-inline product-controls">
<li><a href=""><i class="fa fa-heart"></i></a></li>
<li><a href=""><i class="fa fa-share"></i></a></li>
<li><a href=""><i class="fa fa-star"></i></a></li>
</ul>
</li>
</ul>
</div>
<!-- Including Bootstrap JS (with its jQuery dependency) so that dynamic components work -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
</body>
</html>