This repository was archived by the owner on Dec 3, 2019. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathindex.html
More file actions
139 lines (127 loc) · 7.79 KB
/
index.html
File metadata and controls
139 lines (127 loc) · 7.79 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
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
<html>
<head>
<title>CSS skin</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link type="text/css" rel="stylesheet" href="skin.min.css">
</head>
<body>
<div>
<section id="intro">
<h2 id="intro_heading">CSS Components</h2>
</section>
<section id="button">
<h2 id="button_heading">Button</h2>
<p>A button is most typically used to trigger a custom JavaScript action (e.g. fetch new results, open a dialog or expand a menu).</p>
<p>A button may<html lang="en_US">
<head>
<title>Bikes for Refugees | Scotland</title>
<meta charset="utf-8">
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link rel="dns-prefetch" href="//maxcdn.bootstrapcdn.com">
<link rel="dns-prefetch" href="//code.jquery.com">
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="styles/style.css">
</head>
<body> als<html lang="en_US">
<head>
<title>Bikes for Refugees | Scotland</title>
<meta charset="utf-8">
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link rel="dns-prefetch" href="//maxcdn.bootstrapcdn.com">
<link rel="dns-prefetch" href="//code.jquery.com">
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="styles/style.css">
</head>
<body>o be used, without JavaScript, to submit or reset a form.</p>
<h3>Default Button</h3>
<p>Use the <span class="highlight">btn</span> class on a button element to create the default button.</p>
<p>On hover, the text in the button should <strong>not</strong> be underlined.</p>
<div class="demo">
<p>It currently looks like this: </p>
<button class="btn--default">Button</button>
</div>
<div class="expected">
<p>It should eventually look like this: </p>
<img src="./img/button.png" />
</div>
<h3>Primary Button</h3>
<p>Use the <span class="highlight">btn--primary</span> hierarchy modifier to create a primary button.</p>
<p>This means that you will use both <span class="highlight">btn</span> and <span class="highlight">btn--primary</span> classes.</p>
<div class="demo">
<p>It currently looks like this: </p>
<button class="btn btn--primary">Button</button>
</div>
<div class="expected">
<p>It should eventually look like this: </p>
<img src="./img/primary-button.png" />
</div>
<h3>Secondary Button</h3>
<p>Use the <span class="highlight">btn--secondary</span> hierarchy modifier to create a secondary button.</p>
<p>This means that you will use both <span class="highlight">btn</span> and <span class="highlight">btn--secondary</span> classes.</p>
<div class="demo">
<p>It currently looks like this: </p>
<button class="btn btn--secondary">Button</button>
</div>
<div class="expected">
<p>It should eventually look like this: </p>
<img src="./img/secondary-button.png" />
</div>
<h3>Large Button</h3>
<p>Use the <span class="highlight">btn--large</span> size modifier to create a large button.</p>
<p>This means that you will use both <span class="highlight">btn</span> and <span class="highlight">btn--large</span> classes.</p>
<div class="demo">
<p>It currently looks like this: </p>
<button class="btn btn--large">Button</button>
</div>
<div class="expected">
<p>It should eventually look like this: </p>
<img src="./img/large-button.png" />
</div>
<h3>Extra-Large Button</h3>
<p>Use the <span class="highlight">btn--extra-large</span> size modifier to create an extra large button.</p>
<p>This means that you will use both <span class="highlight">btn</span> and <span class="highlight">btn--extra-large</span> classes.</p>
<div class="demo">
<<ul>
<li class="btn--info"><a href="#">Info</a></li>
<li class="btn--more"><a href="#">more</a></li>
<p>It currently looks like this: </p>
<button class="btn btn--extra-large">Button</button>
</div>
<div class="expected">
<p>It should eventually look like this: </p>
<img src="./img/extra-large-button.png" />
</div>
<div>
<form>
Firstname:<input type="text" name="fname">
<button type="submit" class="btn--full-width">submit</button>
</form>
<select name="menulist" form="menulist">
<!-- <li class="btn--menu-home">
<a href="#">home</a>
<ul class="btn--list">-->
<option>
<li class="btn--menu-contact">
</li>
<a href="#">contact</a>
</option>
<option><li class="btn--menu-about">
<a href="#">About Us
</a>
</li>
</option>
</select>
<br>
<br>
<br>
</div>
</section>
</div>
</body>
</html>