-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
98 lines (87 loc) · 5.06 KB
/
index.html
File metadata and controls
98 lines (87 loc) · 5.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Fronteer is a blend of product designers, software engineers and entrepeneurs">
<meta name="author" content="Fronteer LTD">
<link rel="icon" href="favicon.ico">
<title>Fronteer - Crafting awesome experiences</title>
<link href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<div class="container-fluid">
<div id="top">
<!-- HEADER -->
<h1 class="sr-only">Fronteer</h1>
<figure id="nav-fronteer" aria-hidden="true">
<img src="assets/img/fronteer.png" alt="" title="Fronteer" height="16"/>
</figure>
<!-- WHO WE ARE -->
<section id="who-we-are-container" class="row text-left">
<div class="col-xs-12 col-sm-6">
<figure aria-hidden="true">
<img src="assets/img/logo.svg" alt="" title="Fronteer" />
</figure>
</div>
<div id="who-we-are" class="col-xs-12 col-sm-6">
<h2>Crafting awesome experiences</h2>
<p>Fronteer is a blend of product designers, software engineers and entrepreneurs. We conceptualize, design, build and provide useful and uplifting educational technology products and services.</p>
</div>
</section>
</div>
<!-- FRONTEER AND BLACKBOARD -->
<section id="fronteer-blackboard-container" class="row">
<div id="fronteer-blackboard" class="clearfix">
<h2>
<div class="sr-only">Fronteer joins the Blackboard family</div>
<div aria-hidden="true">
<figure id="fronteer-blackboard-fronteer">
<img src="assets/img/fronteer-dark.png" alt="" title="Fronteer" width="203" />
</figure>
joins the
<figure id="fronteer-blackboard-blackboard">
<img src="assets/img/blackboard.png" alt="" title="Blackboard" width="190" />
</figure>
family
</div>
</h2>
<p>We are excited to announce that Fronteer has joined forces with Blackboard, a leader in Educational Technology. Through our shared vision around accessibility and our Ally product, we are entering a new phase to make the impact we’ve always aspired to achieve.</p>
<a class="icon-link" href="http://www.prnewswire.com/news-releases/blackboard-announces-acquisition-of-uk-based-fronteer-300350680.html" target="_blank">Press Release</a>
</div>
</section>
<!-- ALLY -->
<section id="ally" class="row">
<h2 class="sr-only">Ally</h2>
<figure aria-hidden="true">
<img src="assets/img/ally.png" alt="" title="Ally" width="175" />
</figure>
<p>Ally is a revolutionary course content accessibility service that integrates closely with the Learning Management System. Ally is designed to help institutions gain greater insight into the accessibility of their digital course content; to provide guidance to teachers about how to improve the accessibility and quality of their content; and to provide students of all abilities with immediate access to content in formats that may be more suited to their specific needs.</p>
<a class="icon-link" href="http://www.ally.ac" target="_blank">ally.ac</a>
</section>
<!-- FOOTER -->
<footer class="row">
<div id="footer-content" class="clearfix">
<figure>
<img src="assets/img/logo-footer.svg" alt="Fronteer logo" />
</figure>
<p>© Fronteer LTD <span id="footer-year"></span>. All rights reserved.</p>
</div>
</footer>
</div>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/1000hz-bootstrap-validator/0.9.0/validator.min.js"></script>
<script type="text/javascript" src="assets/js/fronteer.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-68275484-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>