-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (52 loc) · 1.67 KB
/
index.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
<div id="contactUs">
<p>A [really] simple responsive horizontal menu ready for any device.</p>
<div id="countrySelection">
<div id="countrySelection-wrapper">
<ul id="countrySelection-items" style="">
<div id="countrySelector"></div>
<li class="countrySelection-item active">
<a href="#">Australia</a>
</li>
<li class="countrySelection-item">
<a href="#">Canada</a>
</li>
<li class="countrySelection-item">
<a href="#">Chile</a>
</li>
<li class="countrySelection-item">
<a href="#">France</a>
</li>
<li class="countrySelection-item">
<a href="#">Germany</a>
</li>
<li class="countrySelection-item">
<a href="#">Japan</a>
</li>
<li class="countrySelection-item">
<a href="#">Scandinavia</a>
</li>
<li class="countrySelection-item">
<a href="#">South Africa
</a>
</li>
<li class="countrySelection-item">
<a href="#">Turkey</a>
</li>
<li class="countrySelection-item">
<a href="#">UK & Ireland</a>
</li>
<li class="countrySelection-item active">
<a href="#">United States
</a>
</li>
</ul>
<div class="countrySelection-paddles">
<button class="countrySelection-paddle-left icon-chevronleft" aria-hidden="true">
</button>
<button class="countrySelection-paddle-right icon-chevronright" aria-hidden="true">
</button>
</div>
</div>
</div>
<p>For the sample only the background colour will change between countries</p>
</div>