forked from mmistakes/minimal-mistakes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (30 loc) · 1.04 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
---
layout: splash-tag
author_profile: false
tag: front
header:
overlay_image: /assets/images/cloudlake_mirror_23878_1920x.jpg
footer:
content: "Miss the old site? So do we, but fear not, the <a href='/legacy/products.html'>old Lightenna.com site</a> is still preserved for posterity."
redirect_from: "/tech/front/"
---
Lightenna Limited is a digital agency specialising in the design, production and delivery of highly-scalable web services and digital media.
We offer a variety of consulting, training and media production services to help businesses develop their staff, improve future investments and make the most of their technology.
<!-- make header image into half-bleed -->
<style>
h1.page__title {
display: none;
}
div.masthead {
height: 0;
}
nav.greedy-nav {
background: transparent;
}
</style>
<script>
document.addEventListener("DOMContentLoaded", function () {
var vh = $(window).height();
$('div.page__hero--overlay').css('height', (vh / 2) + 'px');
});
</script>