-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (60 loc) · 2.74 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
---
layout: default
title: Home
icon: lab
permalink: /
order: 1
---
<div class="ui inverted vertical masthead center aligned segment">
<div class="ui container">
<div class="ui large secondary inverted menu">
<a class="toc item">
<i class="sidebar icon"></i>
</a>
<div class="right item">
<a href="#">
<img src="semantic/dist/themes/liberis/assets/images/liberis-labs-logo.png" alt="Liberis Labs Logo">
</a>
</div>
</div>
</div>
<div class="ui text container">
<div id="beaker">
<img src="semantic/dist/themes/liberis/assets/images/flower.png" id="logo-flower">
<img src="semantic/dist/themes/liberis/assets/images/liquid.png" id="logo-liquid">
<div id="bubbles">
<span class="bubble"></span>
<span class="bubble1"></span>
<span class="bubble2"></span>
<span class="bubble3"></span>
<span class="bubble4"></span>
</div>
<img src="semantic/src/themes/liberis/assets/images/logo-base.png" id="logo-base">
</div>
<h2>Simple...Open...Awesome</h2>
<a href="#home-content" class="ui huge primary button" id="heroBtn">Get Started <i class="right arrow icon"></i></a>
</div>
</div>
<div id="home-content" class="ui vertical stripe homecontent segment">
<div class="ui middle aligned stackable grid container">
<div class="row">
<div class="eight wide column">
<h3 class="ui header">We Help Companies and Companions</h3>
<p>At Liberis Labs we are building a cutting edge ecosystem that enables small businesses to gain easy access to finance…</p>
<h3 class="ui header">Powering Small Business</h3>
<p>As the technological engine behind <a href="http://www.liberis.co.uk">Liberis</a>, Liberis Labs is a group of the Midlands' top developers using the world's leading technology to create the industry's leading small business lending platform.</p>
</div>
<div class="six wide right floated column">
<a href="{{site.liberis_url}}" target="_blank"><img src="{{ "/assets/about-us/liberis.png" | prepend: site.baseurl }}" class="ui large bordered rounded image"></a>
</div>
</div>
<div class="row">
<div class="center aligned column">
<a href="{{site.liberis_url}}" target="_blank" class="ui huge button">Check Them Out</a>
</div>
</div>
</div>
</div>
{% include twitter-segment.html %}
{% include simple-open-awesome-segment.html %}
{% include blog-preview-segment.html %}