-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
118 lines (111 loc) · 4.26 KB
/
index.html
File metadata and controls
118 lines (111 loc) · 4.26 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
<!DOCTYPE HTML>
<!--
Highlights by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>NTV</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.scrollex.min.js"></script>
<script src="js/jquery.scrolly.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-xlarge.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="css/ie/v9.css" /><![endif]-->
</head>
<body>
<!-- Header -->
<section id="header">
<header class="major">
</header>
<div class="container">
<ul class="actions">
<li><a href="#one" class="button special scrolly">Begin</a></li>
</ul>
</div>
</section>
<!-- One -->
<section id="one" class="main special">
<div class="container">
<span class="image fit primary"><img src="images/pic01.jpg" alt="" /></span>
<div class="content">
<header class="major">
<h2>What is NTV?</h2>
</header>
<p>NTV is Newtown CT's Educational access television station. It exists on channel 194 in Newtown CT for Charter customers. The channel is unique in that it is completly student run from Newtown High School.</p>
</div>
<a href="#two" class="goto-next scrolly">Next</a>
</div>
</section>
<!-- Two -->
<section id="two" class="main special">
<div class="container">
<span class="image fit primary"><img src="images/pic02.jpg" alt="" /></span>
<div class="content">
<header class="major">
<h2>NTV in the Community</h2>
</header>
<p>NTV is available for services all over Newtown and can be great for filming all kinds of events, for example, but not limited to:</p>
<ul class="icons-grid">
<li>
<span class="icon major fa-futbol-o"></span>
<h3>Sporting Events</h3>
</li>
<li>
<span class="icon major fa-music"></span>
<h3>Musical Events</h3>
</li>
<li>
<span class="icon major fa-graduation-cap"></span>
<h3>Special Occasions</h3>
</li>
<li>
<span class="icon major fa-child"></span>
<h3>Performaces</h3>
</li>
</ul>
</div>
<a href="#three" class="goto-next scrolly">Next</a>
</div>
</section>
<!-- Three -->
<section id="three" class="main special">
<div class="container">
<span class="image fit primary"><img src="images/pic03.jpg" alt="" /></span>
<div class="content">
<header class="major">
<h2>Want our services?</h2>
</header>
<p>NTV is available to film any event it may be requested at. Depending on the event and distance from the High School, price of service may vary. However the channel itself is always free. Contact us for more information.</p>
</div>
<a href="mailto:nhstechteam@googlegroups.com" class="button special scrolly">Contact Us</a>
</div>
</section>
<!-- Footer -->
<section id="footer">
<footer>
<ul class="icons">
<li><a href="https://twitter.com/NTVTechTeam" class="icon circle fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/NHSTechTeam" class="icon circle fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://plus.google.com/u/0/communities/117566773649719588707" class="icon circle fa-google-plus"><span class="label">Google+</span></a></li>
<li><a href="https://github.com/NHSTechTeam" class="icon circle fa-github"><span class="label">Github</span></a></li>
</ul>
<ul class="copyright">
<li>©2014-2015 <a href="http://nhstech.us/">Newtown High School Technology Team</a></li>
<li>Designed by: Tech Team Students</li>
</ul>
</footer>
</section>
</body>
</html>