-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (52 loc) · 2.3 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
---
layout: default
section: home
---
<div id="home">
<div class="page-display slider-display">
<div class="slider-pro" id="home-slider">
<div class="sp-slides">
<div class="sp-slide">
<img class="sp-image" src="/assets/img/carousel/1.png"/>
<h3 class="sp-layer" data-position="bottomCenter" data-show-delay="300" data-show-transition="up"
style="color: white;">
<a href="/2016/02/13/New-Look.html">New Branding</a>
</h3>
</div>
<div class="sp-slide">
<img class="sp-image" src="/assets/img/carousel/2.png"/>
<h3 class="sp-layer" data-position="bottomCenter" data-show-delay="300" data-show-transition="up"
style="color: white;">
We're not that bad.
</h3>
</div>
</div>
</div>
<h1 class="tagline centre">Greetings. We Are Lexteam.</h1>
</div>
<div class="page-container">
<h1 class="title centre" style="padding-top: 0;">Links</h1>
<div class="grid">
<a href="/blog/" class="grid-4of12 portal">
<i class="portal-content fa fa-book color-navy" style="font-size: 240px; padding: 0;"></i>
<span class="portal-heading">Blog</span>
<span class="portal-subheading">Read all about it</span>
</a>
<a href="https://github.com/Lexteam" class="grid-4of12 portal">
<i class="portal-content fa fa-github colour-black" style="font-size: 240px; padding: 0;"></i>
<span class="portal-heading">GitHub</span>
<span class="portal-subheading">All that code *dribbles*</span>
</a>
<a href="https://twitter.com/Lexteam1" class="grid-4of12 portal">
<i class="portal-content fa fa-twitter colour-blue" style="font-size: 240px; padding: 0;"></i>
<span class="portal-heading">Twitter</span>
<span class="portal-subheading">Those tweets tho</span>
</a>
</div>
</div>
</div>
<script type="text/javascript">
$(document).ready(function () {
$('#home-slider').sliderPro();
});
</script>