-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
210 lines (200 loc) · 8.33 KB
/
about.html
File metadata and controls
210 lines (200 loc) · 8.33 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
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
<!--
Author: WebThemez
Author URL: http://webthemez.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="alderhill digital training">
<meta name="author" content="webThemez.com">
<title>Alderhill Digital Training</title>
<link rel="favicon" href="assets/images/favicon.png">
<link rel="stylesheet" media="screen" href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,700">
<link rel="stylesheet" media="screen" href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,700">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/bootstrap-theme.css" media="screen">
<link rel="stylesheet" href="assets/css/style.css">
<link rel='stylesheet' id='camera-css' href='assets/css/camera.css' type='text/css' media='all'>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="navbar navbar-inverse">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button>
<a class="navbar-brand" href="index.html" id='logo'>
<!--<img src="assets/images/logo.png" alt="Alderhill Digital Logo">-->
<span id='alderhill'>Alderhill</span>
|
<span id='digital'>Digital</span>
</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav pull-right mainNav">
<li><a href="index.html">Home</a></li>
<li class="active"><a href="about.html">About</a></li>
<li><a href="courses.html">Courses</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
<section class="news-box top-margin">
<div class="container">
<h2><span>About Alderhill Digital</span></h2>
<p>
Alderhill Digital is a training centre for digital technologies with a keen focus on programming and development.
Opened in 2016 the centre quickly established itself and is now approved to deliver vocational qualifications by Innovate Awarding.
Vocational qualifications allow learners to aquire industry specific skills by providing hands-on training.
The digital skills sector is a growing one and Alderhill Digital aim to assist anyone to learn and improve.
</p>
</div>
</section>
<section class="news-box top-margin">
<div class="container">
<h2>Why Alderhill Digital?</h2>
<p>
Alderhill Digital has close relationships with local companies in the digital sector.
This helps us to keep our courses relevant with content that includes up-to-date technologies and programming languages.
Our short course incorporate the most recent platforms and development frameworks.
We strive to stay ahead of the curve and help our learners to do the same.
</p>
<p>
Confidence and motivation are also highly important when pursuing a career in the digital sector.
We desire to build up our learners not just know what to do but help them to be better.
</p>
</div>
</section>
<section class="news-box top-margin">
<div class="container">
<h2>Awarding Body - Innovate Awarding</h2>
<p>
Innovate Awarding is a national Awarding Organisation regulated by Ofqual and Qualifications Wales, with a passion for doing things differently.
Their five year strategy includes embracing the technological changes in the way society works and the impact this should have on the learning experience.
They are working with training providers and their learners to harness these powerful tools and revolutionise the way in which regulated qualifications are delivered and assessed.
</p>
<p>
For more information on Innovate Awarding you can visit their website by
<a href="http://www.innovateawarding.org">Clicking Here</a>.
</p>
</div>
</section>
<footer id="footer">
<div class="container">
<div class="row">
<div class="footerbottom">
<div class="col-md-3 col-sm-6">
<div class="footerwidget">
<h4>Categories</h4>
<div class="menu-course">
<ul class="menu">
<li><a href="courses.html">Qualifications</a></li>
<li><a href="courses.html">Courses</a></li>
<li><a href="#">Technologies</a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="footerwidget">
<h4>Information</h4>
<div class="menu-course">
<ul class="menu">
<li>Centre Policies</li>
<li>Application Process</li>
</ul>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="footerwidget">
<h4></h4>
<div class="menu-course">
<ul class="menu">
</ul>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="footerwidget">
<h4>Contact</h4>
<p>If you would like to find out more or you have any questions, please contact us.</p>
<div class="contact-info">
<i class="fa fa-map-marker"></i> 1 Hillman's Court, Coleraine, BT52 2DF<br>
<i class="fa fa-phone"></i>02870 400 955 <br>
<i class="fa fa-envelope-o"></i> info@alderhilldigital.co.uk
</div>
</div>
</div>
</div>
</div>
<div class="social text-center">
<a href="https://twitter.com/alderhilldigi"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/alderhilldigi"><i class="fa fa-facebook"></i></a>
<!--<a href="#"><i class="fa fa-dribbble"></i></a>
<a href="#"><i class="fa fa-flickr"></i></a>
<a href="#"><i class="fa fa-github"></i></a>-->
</div>
<div class="clear"></div>
</div>
<div class="footer2">
<div class="container">
<div class="row">
<div class="col-md-6 panel">
<div class="panel-body">
<p class="simplenav">
<a href="index.html">Home</a> |
<a href="about.html">About</a> |
<a href="courses.html">Courses</a> |
<a href="contact.html">Contact</a>
</p>
</div>
</div>
<div class="col-md-6 panel">
<div class="panel-body">
<p class="text-right">
Copyright © 2014. Template by <a href="http://webthemez.com/" rel="develop">WebThemez.com</a>
</p>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- JavaScript libs are placed at the end of the document so the pages load faster -->
<script src="assets/js/modernizr-latest.js"></script>
<script type='text/javascript' src='assets/js/jquery.min.js'></script>
<script type='text/javascript' src='assets/js/fancybox/jquery.fancybox.pack.js'></script>
<script type='text/javascript' src='assets/js/jquery.mobile.customized.min.js'></script>
<script type='text/javascript' src='assets/js/jquery.easing.1.3.js'></script>
<script type='text/javascript' src='assets/js/camera.min.js'></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/custom.js"></script>
<script>
jQuery(function(){
jQuery('#camera_wrap_4').camera({
transPeriod: 500,
time: 3000,
height: '600',
loader: 'false',
pagination: true,
thumbnails: false,
hover: false,
playPause: false,
navigation: false,
opacityOnGrid: false,
imagePath: 'assets/images/'
});
});
</script>
</body>
</html>