-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
165 lines (137 loc) · 6.47 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
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
<!DOCTYPE html>
<html>
<head>
<title>Home - Oceanside Gymnastics</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="reset.css" />
<link rel="stylesheet" href="styles.css" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans|PT+Sans" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<!--////////////////////CONTENT FOR ALL////////////////////-->
<a id="top"></a>
<header class="all">
<a href="index.html" id="logo" ></a>
<p id="email" ><a href="info [at] oceansidegymnastics.com" rel="nofollow" onclick="this.href='mailto:' + 'info' + '@' + 'oceansidegymnastics.com'">info@oceansidegymnastics.com</a></p>
<p id="phone" ><a href="tel:17609410202" >(760) 941 - 0202</a></p>
<p id="portal" ><a href="https://app.iclasspro.com/portal/oceansidegym/login" target="_blank">Parent Portal </a></p>
</header>
<nav id="nav_bar">
<div class="topnav" id="myTopnav">
<a href="index.html" class="active" class="link" >Home</a>
<div class="dropdown" class="link" >
<button class="dropbtn" onclick="myFunction()">Classes
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content" id="myDropdown">
<a href="classes-OceansideGymnastics.html">General Info</a>
<a href="classes-OceansideGymnastics.html#preschool">Pre-School</a>
<a href="classes-OceansideGymnastics.html#girlsrec">Girls Rec</a>
<a href="classes-OceansideGymnastics.html#boysrec">Boys Rec</a>
<a href="classes-OceansideGymnastics.html#tnt">TNT</a>
<a href="classes-OceansideGymnastics.html#faq">FAQs</a>
<a href="classes-OceansideGymnastics.html#forms">Forms</a>
</div>
</div>
<a href="t4t-OceansideGymnastics.html" class="link" >Open Gym</a>
<a href="events-OceansideGymnastics.html" class="link" >Birthay Parties</a>
<a href="camps-OceansideGymnastics.html" class="link" >Camps / Events</a>
<a href="team-OceansideGymnastics.html" class="link" >Team</a>
<div class="dropdown" class="link" >
<button class="dropbtn" onclick="myFunction()">About Us
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content" id="myDropdown2">
<a href="about-OceansideGymnastics.html">Our Mission</a>
<a href="https://www.norberts.net/categories/Home-Use/Gifts-for-Gymnasts/?referrer=10740">Equipment</a>
</div>
</div>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">☰</a>
</div>
<a href="index.html"></a>
</div>
</nav>
<!--//////////CONTENT FOR HOME//////////-->
<section class="home">
<section id="mission_statement" >
<h3>Sign into your Parent Portal Account to view all details for your athlete's class, sign up for upcoming events, manage your auto pay, and more by clicking <a href="https://app.iclasspro.com/portal/oceansidegym/login" target="_blank">here!</a></h3>
<!--<p>We offer programs from beginner to competitive team gymnastics for children from walking to 18 years. By participating in a foundational sport like gymnastics, students will develop fundamental movement patterns and sport skills while gaining strength, flexibility, speed, and agility. Early participation in sports increases physical fitness while building social skills.</p>
--> </section>
<!--<section id="home_announcements" >
<section id="slideshow" >
<div><img src="images/parent-portal.png" id="image1" /></div>
<div><img src="images/mockmeet.jpg" id="image2" /></div>
<div><img src="images/pno.jpg" id="image3" /></div>
<div><img src="images/retail.jpg" id="image4" /></div>
<div><img src="images/camp.jpg" id="image5" /></div>
<div><img src="images/tuition.jpg" id="image6" /></div>
<div><img src="images/team.jpg" id="image7" /></div>
<div><img src="images/open.jpg" id="image8" /></div>
</section>
</section> -->
<div id="home_announcements" >
<div class="slideshow" style="max-width:500px">
<img class="mySlides" src="images/parent-portal.png" style="width:100%">
</div>
</div>
</section>
<script>
var myIndex = 0;
carousel();
function carousel() {
var i;
var x = document.getElementsByClassName("mySlides");
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
myIndex++;
if (myIndex > x.length) {myIndex = 1}
x[myIndex-1].style.display = "block";
setTimeout(carousel, 3500); // Change image every 2 seconds
}
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-97850235-1', 'auto');
ga('send', 'pageview');
/* When the user clicks on the button,
toggle between hiding and showing the dropdown content */
function myFunction() {
document.getElementById("myDropdown").classList.toggle("show");
}
// Close the dropdown if the user clicks outside of it
window.onclick = function(e) {
if (!e.target.matches('.dropbtn')) {
var myDropdown = document.getElementById("myDropdown");
if (myDropdown.classList.contains('show')) {
myDropdown.classList.remove('show');
}
}
}
function myFunction() {
document.getElementById("myDropdown2").classList.toggle("show");
}
// Close the dropdown if the user clicks outside of it
window.onclick = function(e) {
if (!e.target.matches('.dropbtn')) {
var myDropdown2 = document.getElementById("myDropdown2");
if (myDropdown2.classList.contains('show')) {
myDropdown2.classList.remove('show');
}
}
}
/* Toggle between adding and removing the "responsive" class to topnav when the user clicks on the icon */
function myFunction() {
var x = document.getElementById("myTopnav");
if (x.className === "topnav") {
x.className += " responsive";
} else {
x.className = "topnav";
}
}
</script>
</body>
</html>