forked from alienresident/style-tiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathv1.html
84 lines (84 loc) · 1.67 KB
/
v1.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Style Tiles</title>
<link rel="stylesheet" href="css/screen-v1.css">
</head>
<body>
<div>
<section>
<header>
<a href="index.html" title="return to homepage">
<figure>
</figure>
</a>
<hgroup>
<h1>Project Name: </h1>
<h2>Version: </h2>
</hgroup>
</header>
</section>
<section>
<article>
<header>
<hgroup>
<h1>Sample Header: Heading</h1>
<h2>Sample Header: Sub-Heading</h2>
</hgroup>
</header>
<p>
</p>
<h2>Body Sub-Heading: Lorem Ipsum</h2>
<p>
</p>
<h2><a href="#">Linked Body Sub-Heading: Lorem Ipsum</a></h2>
<p>
</p>
<p>
<a href="#">Example text link</a>
</p>
<p>
Example <a href="#">button</a>
</p>
</article>
</section>
<aside>
<h3>Colors</h3>
<figure>
</figure>
<figure>
</figure>
<figure>
</figure>
<figure>
</figure>
<figure>
</figure>
</aside>
<aside>
<h3>Textures</h3>
<figure>
</figure>
<figure>
</figure>
<figure>
</figure>
<figcaption></figcaption>
</aside>
<aside>
<ul>
<h2>Adjectives</h2>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</aside>
<footer>
<figure>
</figure>
</footer>
</div>
</body>
</html>