-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
112 lines (100 loc) · 3.03 KB
/
index.html
File metadata and controls
112 lines (100 loc) · 3.03 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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title>Poster Shop</title>
<link rel="stylesheet" href="css/style.css"/>
</head>
<body lang="en">
<div id="container-nav">
<h1 id="page-title">Gymnasium Posters</h1>
</div>
<aside class="sidebar-right">
<div id="categories">
<h2>Styles & Categories</h2>
<h3>Nature</h3>
<ul>
<li>Landscapes</li>
<li>Seasons</li>
<li>Floral & Botanical</li>
<li>Insects & Arachnids</li>
<li>Australian Wildlife</li>
<li>African Wildlife</li>
<li>Asian Wildlife</li>
<li>The Wild Oceans</li>
</ul>
<h3>Maps</h3>
<ul>
<li>Cities</li>
<li>States</li>
<li>North America</li>
<li>South America</li>
<li>Europe</li>
<li>Asia</li>
<li>Africa</li>
<li>Vintage: Explorers series</li>
</ul>
<h3>Space</h3>
<ul>
<li>Stars</li>
<li>Constellations</li>
<li>Planets</li>
<li>Saturn by Cassini</li>
<li>Hubble's Greatest Hits</li>
</ul>
</div>
</aside>
<main class="main">
<h1 id="page-title">Gymnasium Posters</h1>
<section>
<article>
<p>Gymnasium Posters is quite simply the finest and most diverse poster shop on the Internet. With posters hailing from every corner of the globe, displaying eye opening images,and all forms of poster styles there really is no better place for you to get your walls covered.</p>
<h2>All Styles Represented</h2>
<p>We've got it all! More than 360,000 prints total, from ancient cave paintings to yesterday's blockbuster to. We can deliver any of the following to your doorstep in 24 hours or less! </p>
<ul>
<li>Abstract Posters </li>
<li>Music Posters </li>
<li>Movie Posters </li>
<li>Inspirational Posters</li>
<li>Sports Posters</li>
<li>Travel Posters</li>
<li>And so much more!</li>
</ul>
<h2>Motivational Posters 30% off!</h2>
<p>Get motivated! More than 360,000 prints total,from ancient cave paintings to yesterday's blockbuster to. We can deliver any of the following to your doorstep in 24 hours or less! </p>
<section id="portfolio" class="group">
<article class="group wrapper">
<h4>Vitamin T Homepage</h4>
<a href="/work/vitamin-t/">
<figure>
<img src="./img/vitamin-t.png">
</figure>
</a>
</article>
<article class="group wrapper">
<h4>RoboHead iPad App</h4>
<a href="/work/robohead/">
<figure>
<img src="./img/robohead.png">
</figure>
</a>
</article>
<article class="group wrapper">
<h4>Shareist Homepage</h4>
<a href="/work/shareist/">
<figure>
<img src="./img/shareist.png">
</figure>
</a>
</article>
</section>
</article>
</section>
</main>
<div id="container-footer">
<footer id="colophon" class="wrapper">
<p>©2013 all rights reserved.</p>
</footer>
</div>
</body>
</html>