-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.html
More file actions
252 lines (232 loc) · 9.21 KB
/
home.html
File metadata and controls
252 lines (232 loc) · 9.21 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=0" />
<title>Active Aberdeen</title>
<link rel="shortcut icon" type="image/x-icon" href="/static/css/images/favicon.ico" />
<link rel="stylesheet" href="/static/css/style.css" type="text/css" media="all" />
<link href='http://fonts.googleapis.com/css?family=Coda' rel='stylesheet' type='text/css' />
<link href='http://fonts.googleapis.com/css?family=Jura:400,500,600,300' rel='stylesheet' type='text/css' />
<script src="/static/js/jquery-1.8.0.min.js" type="text/javascript"></script>
<script src="/static/js/jquery.touchwipe.1.1.1.js" type="text/javascript"></script>
<script src="/static/js/jquery.carouFredSel-5.5.0-packed.js" type="text/javascript"></script>
<!--[if lt IE 9]>
<script src="/static/js/modernizr.custom.js"></script>
<![endif]-->
<script src="/static/js/functions.js" type="text/javascript"></script>
</head>
<body>
<!-- wrapper -->
<div class="wrapper">
<!-- header -->
<header class="header">
<div class="shell">
<div class="header-top">
<h1 id="logo"><a href="#">Active Aberdeen</a></h1>
<nav id="navigation">
<a href="#" class="nav-btn">Home<span></span></a>
<ul>
<li class="active home"><a href="#">Home</a></li>
<li><a href="./events">Events</a></li>
<li><a href="#">Buddies</a></li>
<li><a href="#">Offers</a></li>
<li><a href="#">Partners</a></li>
<li><a href="#">Opportunities</a></li>
<li><a href="#">Contacts</a></li>
</ul>
</nav>
<div class="cl"> </div>
</div>
<div class="slider">
<div id="bg"></div>
<div id="carousel">
<div>
<h5>It all starts with</h5>
<h3>Dedication</h3>
<p>Aberdeen City Council is committed to helping people take part in sport and physical activity and creating better lifestyles through being more active more often.</p>
<a href="#" class="green-btn">Get Active</a>
<img class="img-front" src="/static/css/images/img-front.png" alt="paintball"width="200" height="187" />
<img class="img-mid" src="/static/css/images/img-mid.png" alt="fish"width="200" height="187" />
<img class="img-back" src="/static/css/images/img-back.png" alt="cycle"width="200" height="187" />
</div>
<div>
<h5>It can be great value</h5>
<h3>Promotions</h3>
<p>Our partners have put together so great offers to help you get active for less.</p>
<a href="#" class="green-btn">Special Offers</a>
<img class="img-front" src="/static/css/images/img-front.png" alt="paintball"width="200" height="187" />
<img class="img-mid" src="/static/css/images/img-mid.png" alt="fish"width="200" height="187" />
<img class="img-back" src="/static/css/images/img-back.png" alt="cycle"width="200" height="187" />
</div>
<div>
<h5>It can be a new</h5>
<h3>Opportunity</h3>
<p>Whether you're a coach, volunteer, participant or athlete there are opportunities to enjoy and benefit from.Find out more about the opportunities available to you in Aberdeen by visiting our partners websites</p>
<a href="#" class="green-btn">Browse facilities</a>
<img class="img-front" src="/static/css/images/img-front.png" alt="paintball"width="200" height="187" />
<img class="img-mid" src="/static/css/images/img-mid.png" alt="fish"width="200" height="187" />
<img class="img-back" src="/static/css/images/img-back.png" alt="cycle"width="200" height="187" />
</div>
<div>
<h5>It takes teamwork</h5>
<h3>Partnership</h3>
<p>Aberdeen City Council is dedicated to investing and working in partnership with organisations who offer a varied range of activities for everyone to be involved in.</p>
<a href="#" class="green-btn">Become a partner</a>
<img class="img-front" src="/static/css/images/img-front.png" alt="paintball"width="200" height="187" />
<img class="img-mid" src="/static/css/images/img-mid.png" alt="fish"width="200" height="187" />
<img class="img-back" src="/static/css/images/img-back.png" alt="cycle"width="200" height="187" />
</div>
</div>
<div class="pagination"></div>
<a id="prev" href="#"></a>
<a id="next" href="#"></a>
</div>
</div>
</header>
<!-- end of header -->
<!-- shell -->
<div class="shell">
<!-- main -->
<div class="main">
<!-- cols -->
<section class="cols">
<div class="col">
<img src="/static/css/images/col-img1.png" alt="" />
<div class="col-cnt">
<h2>SIGN-UP</h2>
<p>Not sure what to do? Get notification about activities in your area</p>
<a href="#" class="more">view more</a>
</div>
</div>
<div class="col">
<img src="/static/css/images/col-img2.png" alt="" />
<div class="col-cnt">
<h2>BUDDY-UP</h2>
<p>Don't like flying solo? Find a like-minded soul to enjoy activities together </p>
<a href="#" class="more">view more</a>
</div>
</div>
<div class="col">
<img src="/static/css/images/col-img3.png" alt="" />
<div class="col-cnt">
<h2>POST-UP</h2>
<p>Fancy championing a new activity? Post your own events.</p>
<a href="#" class="more">view more</a>
</div>
</div>
<div class="cl"> </div>
</section>
<!-- end of cols -->
<section class="post">
<img src="/static/css/images/post-img.png" alt="" />
<div class="post-cnt">
<h2>Aberdeen's new aquatics centre is open</h2>
<p>
<strong>The new aquatics centre is open</strong><br />
Built for the upcoming commonwealth games, the new aquatic centre provides the best facilities for swimmers and divers. Why not dust down your speedos?
</p>
<ul>
<li><a href="#">Links Sports Centre</a></li>
<li><a href="#">Aquatics Centre</a></li>
</ul>
</div>
<div class="cl"> </div>
</section>
<section class="content">
<h2>WHO WE ARE</h2>
<p>We are legion<a href="#" class="more">meet the team</a></p>
</section>
<section class="partners">
<div id="partners-slider">
<div class="slider-holder2">
<img src="/static/css/images/partners1.jpg" width="200" height="52" />
<img src="/static/css/images/partners2.png" width="172" height="52" />
<img src="/static/css/images/partners3.png" width="236" height="52" />
<img src="/static/css/images/partners4.png" width="121" height="52" />
<img src="/static/css/images/partners1.png" width="92" height="52" />
<img src="/static/css/images/partners2.png" width="172" height="52" />
<img src="/static/css/images/partners3.png" width="236" height="52" />
<img src="/static/css/images/partners4.png" width="121" height="52" />
</div>
</div>
<div class="slider-arr">
<a class="prev-arr arr-btn" href="#"></a>
<a class="next-arr arr-btn" href="#"></a>
</div>
</section>
<h2>CONTACT US</h2>
<div class="socials">
<p>
<p>Email: <span><a href="mailto:sport@aberdeencity.gov.uk">sport@aberdeencity.gov.uk</a></span></p>
<p>Phone: 01224 523370</p>
</p>
<ul>
<li><a href="#" class="facebook-ico">facebook-ico</a></li>
<li><a href="#" class="twitter-ico">twitter-ico</a></li>
<li><a href="#" class="skype-ico">skype-ico</a></li>
<li><a href="#" class="rss-ico">rss-ico</a></li>
</ul>
</div>
</div>
<!-- end of main -->
</div>
<!-- end of shell -->
<!-- footer -->
<div id="footer">
<!-- shell -->
<div class="shell">
<!-- footer-cols -->
<div class="footer-cols">
<div class="col">
<h2>Events</h2>
<ul>
<li><a href="#">By Region</a></li>
<li><a href="#">By Sport</a></li>
<li><a href="#">By Season</a></li>
</ul>
</div>
<div class="col">
<h2>Opportunites</h2>
<ul>
<li><a href="#">Jobs</a></li>
<li><a href="#">Grants</a></li>
<li><a href="#">Sponsorship</a></li>
</ul>
</div>
<div class="col">
<h2>BLOG</h2>
<ul>
<li><a href="#">Yes, that would be nice</a></li>
</ul>
</div>
<div class="col">
<h2>CONTACT us</h2>
<p>Email: <a href="mailto:sport@aberdeencity.gov.uk">sport@aberdeencity.gov.uk</a></p>
<p>Phone: 01224 523370</p>
</div>
<div class="cl"> </div>
</div>
<!-- end of footer-cols -->
<div class="footer-bottom">
<div class="footer-nav">
<ul>
<li><a href="#">Events</a></li>
<li><a href="#">Buddies</a></li>
<li><a href="#">Offers</a></li>
<li><a href="#">Partners</a></li>
<li><a href="#">Opportunities</a></li>
<li><a href="#">Contacts</a></li>
</ul>
</div>
<p class="copy"><!--Copyright © 2012<span>|</span>Design by: <a href="http://chocotemplates.com" target="_blank">www.ChocoTemplates.com</a>--></p>
<div class="cl"> </div>
</div>
</div>
<!-- end of shell -->
</div>
<!-- footer -->
</div>
<!-- end of wrapper -->
</body>
</html>