-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
107 lines (91 loc) · 3.25 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
---
title: Home
---
<header id="main" class="section">
<div class="container text-left">
<div class="jumbotron">
<div class="filler"></div>
<article id="intro">
<div class="row">
<div class="col-md-5">
<header class="empty-logo">
<h1>Energising</h1><h1>Software</h1>
</header>
</div>
<div class="col-md-6">
<div class="parent">
<div class="child">
<p class="lead">Sprily <em>design</em> and <em>forge</em> distributed energy monitoring and analysis solutions right here in Sheffield.</p>
<!--<p>Our <em>open source</em> platform gathers and aggregates realtime sensor data, giving businesses the information they need to understand and improve their own energy usage.</p>-->
<a href="#services" type="button" class="btn btn-primary btn-lg">Read More</a>
</div>
</div>
</div>
</div>
</article>
</div> <!-- jumbotron -->
</div> <!-- container -->
</header>
<section id="services" class="section">
<div class="container">
<header>
<h1 class="sr-only">Services</h1>
</header>
<div class="row">
<div class="col-md-4 text-center service">
<article id="services-sensor-networks">
<header>
<h2>Sensor Networks</h2>
</header>
<div class="thumbnail">
<h4>Digitise Your Environment</strong></h4>
<p>
We'll work with you to put together a solid and reliable system that gives
machines and humans alike realtime access to what's happening in
your world.
</p>
</div>
</article>
</div>
<div class="col-md-4 text-center service">
<article id="services-hosting">
<header>
<h2>Managed Hosting</h2>
</header>
<div class="thumbnail">
<h4>DataHopper</strong></h4>
<p>
We offer hosting of our <a href="http://www.github.com/sprily">open source</a> DataHopper software, so you can concentrate
on using it. There's no server-side software to install, and we'll take
care of upgrades and back-ups.
<!--All you need to do is install one or more
<a href="#">supported devices</a> and you're ready to go...-->
</p>
</div>
</article>
</div>
<div class="col-md-4 text-center service">
<article id="services-support">
<header>
<h2>Support</h2>
</header>
<div class="thumbnail">
<h4>Need a Hand?</strong></h4>
<p>
We offer <em>fixed-rate packages</em> that can be used for development, training, upgrades or advice.
</p>
</div>
</article>
</div>
</div>
</div> <!-- container -->
</section>
<article id="contact" class="section">
<div class="container">
<header>
<h1>Get In Touch</h1>
</header>
<p class="lead">We want to help you....</p>
<p class="lead">You can email us at <strong><a href="mailto:[email protected]">[email protected]</a></strong></p>
</div> <!-- container -->
</article>