This repository has been archived by the owner on Nov 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexamples.html
293 lines (266 loc) · 14.2 KB
/
examples.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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
<!DOCTYPE html>
<!--
Copyright (C) 2012 Jukka Hyytiälä, <http://pingo.viuhka.fi/>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<html lang="en">
<head>
<meta charset="utf-8">
<title>multisimplestyle-7</title>
<link rel="stylesheet" href="css/screen.css" media="screen">
<link rel="stylesheet" href="css/print.css" media="print">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Tangerine|Yanone+Kaffeesatz" media="screen">
</head>
<body>
<header>
<!-- Use span elements for default styling. -->
<a href="#"><span>multi</span>simplestyle<span>-7</span></a>
<div>Cool slogan goes here!</div>
</header>
<nav>
<!-- Put class="current" in the li tags for the selected page in each menu - to highlight which page you're on. -->
<!-- The first menu is a main menu for other pages. -->
<ul>
<li><a href="index.html">Home</a></li>
<li class="current"><a href="#">Examples</a></li>
<li><a href="lorem-ipsum.html">Lorem Ipsum</a></li>
</ul>
<!-- The second menu is a language menu for translations of the current page. -->
<!--<ul id="language">
<li class="current"><a href="#">in English</a></li>
<li><a href="etusivu.html" hreflang="fi">suomeksi</a></li>
</ul>-->
</nav>
<div>
<!-- Remove if you do not use a sidebar. -->
<div id="sidebar" class="no-print">
<!-- The paper clip appears just before each sidebar block. -->
<img src="css/images/paperclip.png">
<div>
<h3>Latest News</h3>
<div>
<h4>Some news</h4>
<span class="date">5st July 2012</span>
<p>Some introductory text about this item.</p>
<a href="#">Read more</a>
</div>
<div>
<h4>Some other news</h4>
<span class="date">2st July 2012</span>
<p>Some introductory text about this item.</p>
<a href="#">Read more</a>
</div>
</div>
<img src="css/images/paperclip.png">
<div>
<h3>Newsletter</h3>
<span class="date">Form example</span>
<p>Some introductory text about this form.</p>
<form method="post" action="#">
<input name="email" type="email" required="required" placeholder="your email address">
<button type="submit">Subscribe</button>
</form>
</div>
<img src="css/images/paperclip.png">
<div>
<h3>Latest News</h3>
<div>
<h4>Some news</h4>
<span class="date">5st July 2012</span>
<p>Some introductory text about this item.</p>
<a href="#">Read more</a>
</div>
<div>
<h4>Some other news</h4>
<span class="date">2st July 2012</span>
<p>Some introductory text about this item.</p>
<a href="#">Read more</a>
</div>
</div>
</div>
<section>
<header>
<h1>Examples</h1>
<p>This page contains examples of some the styled elements available as part of this design. You can use this page for reference, whilst you build your website, but do not forget that there is a <a href="https://github.com/jukkah/multisimplestyle-7/wiki/Designer-and-developer-guide">designer and developer guide</a> on Github.</p>
</header>
<section>
<header>
<h2>Headings</h2>
<p>These are the different heading formats:</p>
</header>
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>
</section>
<section>
<header>
<h2>Text</h2>
<p>The following examples show how the text (within '<p></p>' tags) will appear:</p>
</header>
<p>
<strong>This is an example of bold text</strong>
</p>
<p>
<i>This is an example of italic text</i>
</p>
<p>
<a href="http://www.example.com/">This is a hyperlink</a><br>
<a href="etusivu.html" class="lang" hreflang="fi">and this one is to foreign language</a>
</p>
<p>
This paragraph<br>
has multiple lines.
</p>
</section>
<section>
<header>
<h2>Lists</h2>
<p>This is an unordered list:</p>
</header>
<ul>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
<li>Item 4</li>
</ul>
<p>This is an ordered list:</p>
<ol>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
<li>Item 4</li>
</ol>
</section>
<section>
<header>
<h2>Images</h2>
<p>Images can be placed on the left, in the center or on the right. In addition, they may have a photo frame</p>
</header>
<img src="images/graphic.png" alt="example graphic" class="left with-photo-frame">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui.</p>
<img src="images/graphic.png" alt="example graphic" class="center">
<img src="images/graphic.png" alt="example graphic" class="right">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui.</p>
</section>
<section>
<header>
<h2>Tables</h2>
<p>Tables should be used to display data and not used for laying out your website:</p>
</header>
<table>
<thead>
<tr><th>Item</th><th>Description</th></tr>
</thead>
<tbody>
<tr><td>Item 1</td><td>Description of Item 1</td></tr>
<tr><td>Item 2</td><td>Description of Item 2</td></tr>
<tr><td>Item 3</td><td>Description of Item 3</td></tr>
<tr><td>Item 4</td><td>Description of Item 4</td></tr>
</tbody>
<tfoot>
<tr><td>Totally</td><td>Description of totally</td></tr>
</tfoot>
</table>
</section>
<section>
<header>
<h2>Form Elements - Payment form example</h2>
</header>
<form action="#">
<fieldset>
<legend>Step 1: Your details</legend>
<label for="name">
<span>Name</span>
<input id="name" name="name" type="text" placeholder="First and last name" required>
</label>
<label for="email">
<span>Email</span>
<input id="email" name="email" type="email" placeholder="[email protected]" required>
</label>
<label for="phone">
<span>Phone</span>
<input id="phone" name="phone" type="tel" placeholder="Eg. +447500000000" required>
</label>
</fieldset>
<fieldset>
<legend>Step 2: Delivery address</legend>
<label for="address">
<span>Address</span>
<textarea id="address" name="address" rows="5" required></textarea>
</label>
<label for="postcode">
<span>Post code</span>
<input id="postcode" name="postcode" type="text" required>
</label>
<label for="country">
<span>Country</span>
<input id="country" name="country" type="text" required>
</label>
</fieldset>
<fieldset>
<legend>Step 3: Card details</legend>
<div>
<fieldset>
<legend>Card type</legend>
<label for="visa">
<input id="visa" name="cardtype" type="radio" value="visa">
<span>VISA</span>
</label>
<label for="amex">
<input id="amex" name="cardtype" type="radio" value="amex">
<span>AmEx</span>
</label>
<label for="mastercard">
<input id="mastercard" name="cardtype" type="radio" value="mastercard">
<span>Mastercard</span>
</label>
</fieldset>
</div>
<label for="cardnumber">
<span>Card number</span>
<input id="cardnumber" name="cardnumber" type="number" required>
</label>
<label for="secure">
<span>Security code</span>
<input id="secure" name="secure" type="number" required>
</label>
<label for="namecard">
<span>Name on card</span>
<input id="namecard" name="namecard" type="text" placeholder="Exact name as on the card" required>
</label>
</fieldset>
<fieldset class="no-print">
<button type="submit">Buy it!</button>
</fieldset>
</form>
</section>
<!-- Remove if you do not use a page footer. -->
<footer>
<div class="content-hr">
<span>Before you leave the page...</span>
<hr>
</div>
<p>This document does not contain all of examples. There is a <a href="https://github.com/jukkah/multisimplestyle-7/wiki/Designer-and-developer-guide">better guide</a> on Github.</p>
</footer>
</section>
</div>
<footer>
Copyright © 2012 your name here |
<a href="#">URL to the main page here</a> |
<a href="https://github.com/jukkah/multisimplestyle-7">multisimplestyle-7</a>
</footer>
</body>
</html>