-
Notifications
You must be signed in to change notification settings - Fork 2
/
mobile_view.php
executable file
·77 lines (60 loc) · 1.87 KB
/
mobile_view.php
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
<!-- MObile View Menu---- >
<nav class="menu">
<a href="#" class="close">
<svg class="exit-icon" height="23px" space="preserve" style="enable-background:new 0 0 23 23;" version="1.1" viewbox="0 0 23 23" width="23px" x="0px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px">
<line class="st1" x1="0.4" x2="22.6" y1="0.4" y2="22.6"></line>
<line class="st1" x1="0.4" x2="22.6" y1="22.6" y2="0.4"></line>
</svg>
</a>
<ul class="links">
<li>
<a href="index.php" class="active">
Home
</a>
</li>
<li>
<!-- <a href="/">Experience</a> -->
<a>Experience</a>
<ul>
<li>
<a href="concerts.php" class="">Concerts</a>
</li>
<li>
<a href="competitive.php" class="">Competitive</a>
</li>
<li>
<a href="attractions.php" class="">Attractions</a>
</li>
<li>
<a href="kids.php" class="">Kids</a>
</li>
</ul>
</li>
<li>
<!-- <a href="/about" class="">Info</a> -->
<a>Info</a>
<ul>
<!-- <li><a href="" class="">Sponsors</a></li>
<li><a href="/vendors" class="">Vendors</a></li> -->
<li><a href="about.php" class="">About</a></li>
<li><a href="contact.php" class="">Contact</a></li>
</ul>
</li>
<!-- <li>
<a href="/about" class="">
About
</a>
</li> -->
<li>
<a href="tournaments.php" class="">
Tournaments
</a>
</li>
<li>
<a href="https://www.youtube.com/watch?v=ENRVRck_WEA" target="_blank" class="button glitch video-button" data-youtube-url='https://www.youtube.com/watch?v=ENRVRck_WEA'>
<span class="text">Login Here</span>
</a>
</li>
</ul>
</nav>
<!--End of MObile Menu---- >