forked from MountSionCBSSecondary/SchoolWebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
243 lines (232 loc) · 12.4 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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
<!DOCTYPE html>
<html>
<head>
<title>Mount Sion CBS Secondary School</title>
<link rel="icon" href="./assets/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="semantic/out/semantic.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
crossorigin="anonymous"></script>
<script src="semantic/out/semantic.min.js"></script>
</head>
<body>
<div class="ui divbg container">
<img class="ui centered image" src="assets/images/logo.jpg" height="128px">
<div class="stackable ui inverted blue tabular menu">
<a class="item" href="index.html">
Home
</a>
<div class="ui inverted blue simple dropdown item">
About
<i class="dropdown icon"></i>
<div class="menu">
<a class="item" href="./pages/about/history.html"> History</a>
<a class="item" href="./pages/about/mission.html"> Mission statement</a>
<a class="item" href="./pages/about/staff.html"> Staff</a>
<a class="item" href="./pages/about/policies.html"> School Policies</a>
<a class="item" href="./pages/about/testimonials.html"> Testimonials</a>
<a class="item" href="./pages/about/inspection.html"> Inspection reports</a>
</div>
</div>
<div class="ui simple dropdown item">
Curriculum
<i class="dropdown icon"></i>
<div class="menu">
<a class="item" href="./pages/curriculum/junior.html"> Junior cycle</a>
<a class="item" href="./pages/curriculum/ty.html"> Transition year</a>
<a class="item" href="./pages/curriculum/senior.html"> Senior cycle</a>
<a class="item" href="./pages/curriculum/lcvp.html"> Leaving Cert Vocational Programme</a>
</div>
</div>
<a class="item" href="pages/gallery.html">
Gallery
</a>
<a class="item" href="pages/contact.html">
Contact
</a>
<a class="item" href="pages/parents.html">
Parents
</a>
<div class="ui simple dropdown item">
Extra-Curricular
<i class="dropdown icon"></i>
<div class="menu">
<a class="item" href="pages/extra/football.html"> Football</a>
<a class="item" href="pages/extra/hurling.html"> Hurling</a>
<a class="item" href="pages/extra/basketball.html"> Basketball</a>
<a class="item" href="pages/extra/choir.html"> Choir</a>
</div>
</div>
</div>
<div class="ui container">
<div class="ui basic padded segment">
<div class="slideshow-container">
<div class="slides fade">
<div class="numbertext">1 / 7</div>
<img src="assets/images/1.jpg" style="width:100%">
</div>
<div class="slides fade">
<div class="numbertext">2 / 7</div>
<img src="assets/images/2.jpg" style="width:100%">
</div>
<div class="slides fade">
<div class="numbertext">3 / 7</div>
<img src="assets/images/3.jpg" style="width:100%">
</div>
<div class="slides fade">
<div class="numbertext">4 / 7</div>
<img src="assets/images/4.jpg" style="width:100%">
</div>
<div class="slides fade">
<div class="numbertext">5 / 7</div>
<img src="assets/images/5.jpg" style="width:100%">
</div>
<div class="slides fade">
<div class="numbertext">6 / 7</div>
<img src="assets/images/6.jpg" style="width:100%">
</div>
<div class="slides fade">
<div class="numbertext">7 / 7</div>
<img src="assets/images/7.jpg" style="width:100%">
</div>
</div>
<br>
<div style="text-align:center">
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
</div>
</div>
<div class="ui basic padded segment">
<div class="ui stackable grid">
<div class="twelve wide column">
<div class="ui stackable grid">
<div class="ui row">
<div class="ui column">
<div class="ui segment">
<div class="ui header">
Welcome to Mount Sion C.B.S.
</div>
<p> This website is a continous project between transition year students of Mount Sion C.B.S
and RedHat. It is a learning opportunity where students get industry standard advice
and direction while gaining exposure to the best practises in web design and
development. View the existing site <a href="http://mountsioncbssecondary.ie" target="_blank">here</a>,
which will remain in place while this site continues it's development.
</p>
</div>
</div>
</div>
<div class="ui row">
<div class="six wide column">
<image class="ui fluid image" src="assets/images/principal-welcome.jpg"></image>
</div>
<div class="ten wide column">
<h2> Principal's welcome</h2>
<p>You are very welcome to the website of the world's first Christian Brothers Secondary
School.
</p>
<p>Our school's ethos is one which puts pupils first, promotes a safe, caring environment
and fosters a sense of respect and concern for others. Our excellent teachers provide
the highest standards of teaching through their commitment to and use of progressive,
innovative methodologies.</p>
<p>Mount Sion CBS promotes a sense of a whole school community and to that end parents and
pupils inform new developments within the school.</p>
<p>The school is proud of its long tradition of excellence in education. We always seek
to revise and develop our procedures and policies to maintain and enhance that long-standing
tradition.
</p>
<p>John McArdle</p>
</div>
</div>
</div>
</div>
<div class="four wide column twitter">
<a class="twitter-timeline" data-height="500" data-width="100%" href="https://twitter.com/mountsion_cbs?ref_src=twsrc%5Etfw">Tweets by mountsion_cbs</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
</div>
</div>
<div class="ui inverted blue vertical container footer segment">
<div class="ui center aligned container">
<div class="ui section divider"></div>
<div class="ui stackable divided grid">
<div class="four wide column">
<div class="ui link list">
<a href="https://mountsion.vsware.ie/Login.jsp" target="blank" class="item white">
VSWare
</a>
<a href="mailto:[email protected]" target="_top" class="item white">
Email
</a>
<a href="https://www.education.ie/en/" target="blank" class="item white">
Department of Education
</a>
<a href="https://www.examinations.ie" target="blank" class="item white">
State Exams Commission
</a>
</div>
</div>
<div class="four wide column">
<div class="ui link list">
<a href="http://www.pdst.ie" target="blank" class="item white">
P.D.S.T
</a>
<a href="http://www.ncca.ie" target="blank" class="item white">
N.C.C.A
</a>
<a href="http://www.ncca.ie/en/junior-cycle" target="blank" class="item white">
NCCA Junior Cycle
</a>
<a href="http://www.ncca.ie/en/senior-cycle" target="blank" class="item white">
NCCA Senior Cycle
</a>
</div>
</div>
<div class="eight wide column">
<div class="ui link list">
<h4 class="ui inverted header">Mount Sion C.B.S Waterford</h4>
<p>An all boys school located in the heart of Waterford City</p>
<p>It is the founding school set up by Edmund Rice.</p>
</div>
</div>
</div>
<div class="ui section divider"></div>
<div class="ui horizontal inverted small link list">
<a class="item white" href="https://www.facebook.com/mountsioncbs/" target="blank">
<i class="large facebook square icon"></i>
</a>
<a class="item white" href="https://twitter.com/mountsion_cbs?lang=en" target="blank">
<i class="large twitter square icon"></i>
</a>
<p>
<sub>All rights reserved Mount Sion CBS</sub>
</p>
</div>
</div>
</div>
<script>
var slideIndex = 0;
showSlides();
function showSlides() {
var slides = document.getElementsByClassName("slides");
var dots = document.getElementsByClassName("dot");
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
slideIndex++;
if (slideIndex > slides.length) { slideIndex = 1 }
for (var i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" active", "");
}
slides[slideIndex - 1].style.display = "block";
dots[slideIndex - 1].className += " active";
setTimeout(showSlides, 4000); // Change image every 4 seconds
}
</script>
</body>
</html>