-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
148 lines (134 loc) · 6.98 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Belarmine Community Centre</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="./css/main.css" />
<script src="main.js"></script>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<!-- Bootstrap -->
</head>
<body>
<nav class="navbar navbar-expand-md navbar-light navbar-fixed-top" role="navigation">
<div class="navbar-header">
<a class="navbar-brand" href="index.html">
<img class="rounded img-fluid" src="./images/logo.png" alt="logo">
</a>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="collapsibleNavbar">
<ul class="navbar-nav ">
<li class="nav-item ">
<a class="nav-link active" href="index.html">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarDropdown"
role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false"
href="#">Activities
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Angelina Ballerina</a>
<a class="dropdown-item" href="#">Ballet</a>
<a class="dropdown-item" href="#">Bridge</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="facility.html">Facility</a>
</li>
<li class="nav-list">
<a class="nav-link" href="Schedule.html">Schedule</a>
</li>
<li class="nav-list">
<a class="nav-link" href="calendar.html">Calendar</a>
</li>
<li class="nav-list">
<a class="nav-link" href="location.html">Location</a>
</li>
</ul>
</div>
</nav>
<div class="jumbotron-fluid">
<div class="container-fluid">
<h1 class="display-4">Welcome <span class="display-5"> to </span> <br>
<span class="display-4"> Belarmine Community Centre</span></h1>
<hr>
<p class="lead">Ionad Pobail Bheallairmín</p>
<hr>
</div>
</div>
<!--<img class="w-100" src="images/MainRoom_panorama.jpeg" alt="Main room panorama picture">-->
<div class="container">
<div class="media mb-3 mt-3 p-3 d-flex flex-column flex-md-row">
<img class="align-self-center mb-3 mr-5 rounded indexMediaImg" src="./images/1-12149_cartoon-people-holding-hands.png" alt="Holding hands image">
<div class="media-body align-self-center">
<h4>About our Community Centre</h4>
<p>
Established in 2010 to cater for the expanding Stepaside community,
we are very proud to say that we have grown hand-in-hand with our community to ensure we provide the services and amenities that you need.
</p>
</div>
</div>
<div class="media mb-3 p-3 d-flex flex-column flex-md-row">
<img class="align-self-center mb-3 mr-5 rounded indexMediaImg" src="./images/BelarminePlaygroup_1.jpg" alt="Activity image">
<div class="media-body align-self-center">
<h4>Looking for activities?</h4>
<p>
We have developed a wide and varied range of classes to cater for all age groups! <br>
If you would like to find out more information on any of these classes please check out our Schedule page.
</p>
</div>
</div>
<div class="media mb-3 p-3 d-flex flex-column flex-md-row">
<img class="align-self-center mb-3 mr-5 rounded indexMediaImg" src="./images/Volunteer2.jpg" alt="Volunteers image">
<div class="media-body align-self-center">
<h4>Wish to Volunteer?</h4>
<p>
If you would like to volunteer to develop the centre further or need any more information please check out our Contact details, we'd love to hear from you.
</p>
</div>
</div>
</div>
<div style="margin-top:5em;"></div>
<!-- Footer -->
<footer class="page-footer bg-success pt-4 text-white">
<!-- Footer Text -->
<div class="container-fluid text-center text-md-left">
<!-- Grid row -->
<div class="row">
<!-- Grid column-->
<div class="col-md-6 mt-md-0 mt-3 text-center">
<!-- Content -->
<h5 class="text-uppercase">Address</h5>
<p>
Belarmine Plaza, Belarmine, <br>
Stepaside, Dublin 18, D18 H0K7
</p>
</div>
<div class="col-md-6 mb-md-0 mb-3 text-center ">
<!-- Content -->
<h5 class="text-uppercase">Contact Us</h5>
<p>085 199 9106 <br> <a class="text-white" href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
</div>
<!-- Copyright -->
<div class="footer-copyright text-center py-3">© 2018 Copyright:
<p><small>Belarmine Community Centre Ltd. manages the Belarmine Community Centre on behalf of Dún Laoghaire - Rathdown County Council</small></p>
</div>
<!-- Copyright -->
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T"
crossorigin="anonymous"></script>
</body>
</html>