-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
146 lines (127 loc) · 5.52 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
<!DOCTYPE HTML>
<!--
Strongly Typed by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Home | Lions Homeschool Sports</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body class="homepage">
<div id="page-wrapper">
<!-- Header -->
<div id="header-wrapper">
<div id="header" class="container">
<!-- Logo -->
<img src="images/logo.png" class="main-logo">
<h1 id="logo">Lions Homeschool Sports</h1>
<p>Giving kids a chance to play sports and to give glory to God<br>in Fairfax and Loudoun Counties</p>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a class="icon fa-home" href="index.html"><span>Home</span></a></li>
<li><a class="icon fa-cog" href="about.html"><span>About</span></a></li>
<li><a class="icon fa-retweet" href="contact.html"><span>Contact</span></a></li>
<li>
<a href="#" class="icon fa-bar-chart-o"><span>Sports Teams</span></a>
<ul>
<li><a href="cross-country.html">Cross Country</a></li>
<li><a href="volleyball.html">Volleyball</a></li>
<li><a href="basketball.html">Basketball</a></li>
<li><a href="swimming.html">Swimming</a></li>
<li><a href="track-and-field.html">Track and Field</a></li>
<li><a href="soccer.html">Girls Soccer</a></li>
</ul>
</li>
<!-- <li><a class="icon fa-sitemap" href="no-sidebar.html"><span>No Sidebar</span></a></li> -->
</ul>
</nav>
</div>
</div>
<!-- Features -->
<div id="features-wrapper">
<section id="features" class="container">
<header>
<h2>See some of our great teams!</h2>
</header>
<div class="row">
<div class="4u 12u(mobile)">
<!-- Feature -->
<section>
<img class="image featured" src="images/pic10.jpg" alt="" />
<header>
<h3>Fall Teams</h3>
</header>
<p><a href="volleyball.html">Girls Volleyball</a><br>
<a href="cross-country.html">Co-Ed Cross Country</a></p>
</section>
</div>
<div class="4u 12u(mobile)">
<!-- Feature -->
<section>
<img class="image featured" src="images/pic09.jpg" alt="" />
<header>
<h3>Winter Teams</h3>
</header>
<p><a href="basketball.html">Boys Varsity Basketball</a><br>
<a href="basketball.html">Boys MS Basketball</a><br>
<a href="basketball.html">Girls Varsity Basketball</a><br>
<a href="swimming.html">Co-Ed Varsity Swimming</a></p>
</section>
</div>
<div class="4u 12u(mobile)">
<!-- Feature -->
<section>
<img class="image featured" src="images/pic08.jpg" alt="" />
<header>
<h3>Spring Teams</h3>
</header>
<p><a href="soccer.html">Girls Soccer</a><br>
<a href="track-and-field.html">Co-Ed Track and Field</a></p>
</section>
</div>
</div>
<!-- <ul class="actions">
<li><a href="#" class="button icon fa-file">Tell Me More</a></li>
</ul> -->
</section>
</div>
<!-- Banner -->
<div id="banner-wrapper">
<div class="inner">
<section id="banner" class="container">
<p>But those who hope in the Lord will renew their strength. They will soar on wings like eagles; they will run and not grow weary, they will walk and not be faint. Isaiah 40:31</p>
</section>
</div>
</div>
<!-- Main -->
<div id="main-wrapper">
<div id="main" class="container">
<div class="row">
<p class="about-para">We offer a variety of sports throughout the school year. Our teams have been very successful over the years; however, our primary goal is to teach our students how to play well and to glorify the Lord with their attitudes and countenance. If you have questions, please contact our coaches directly or the athletic director.</p>
<p class="about-para">All players must submit a sports registration form. Athletes will be unable to play with the team until registration is received.</p>
<p class="about-para">Eligibility: Any home school or private school student under the age of 19 is eligible to play on a LIONS Home School sports team. Some teams do have age requirements. Students are not eligible if they are a full-time college student or if their private school offers the same sport.</p>
<!-- Content -->
<div id="copyright" class="container">
<ul class="links">
<li>© LIONS Homeschool Sports. All rights reserved.</li>
</ul>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/skel-viewport.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>