-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (73 loc) · 2.62 KB
/
index.html
File metadata and controls
79 lines (73 loc) · 2.62 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
---
layout:
lang: en
---
<!DOCTYPE html>
<html >
<head>
<meta charset="utf-8">
<meta name="author" content="Holusion">
<link rel="stylesheet" href="/vendor/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/style.css">
<script defer="" src="/vendor/jquery/dist/jquery.min.js"></script>
<script defer="" src="/vendor/bootstrap/dist/js/bootstrap.min.js"></script>
</head>
<body style="padding:0">
<section id="section-jumbotron">
<div style="width:100%;height:300px;background:url('/static/img/focus_vivatech_bandeau_2x.jpg') center/cover;margin-bottom:-75px;"></div>
</section>
<section id="section-main" >
<div id="content" class="container page-shadow">
<h1>Projects</h1>
<div class="row">
{% include post_thumbnail.html
url="stingray"
image="/stingray/img/logo-16-9.svg"
title="stingray"
abstract="Stingray is a new generation video player designed to interact with rich video content" %}
{% include post_thumbnail.html
url="https://pixel.holusion.com"
image="/static/img/icon-pixel.svg"
title="pixel video service"
abstract="Video delivery service tailor made for the pixel holographic display" %}
{% include post_thumbnail.html
url="/aptly-web-ui"
image="/static/img/aptly-ui.svg"
title="Aptly Web frontend"
abstract="web-based User interface for Aptly deb repository management" %}
{% include post_thumbnail.html
url="https://holusion.com"
image="/static/img/logo_16-9.png"
title="holusion"
abstract="Commercial presentation of holusion's services and activities" %}
</div>
</div>
</div>
<footer><div id="navbar-bottom" role="navigation" class="container-fluid">
<div class="container-fluid" id="section-bottom">
<div class="container" id="bottom-index">
</div>
<div class="row">
<div class="col-md-3">
{{ site.data.strings.copyright[page.lang]}} <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">CC. Attribution ShareAlike</a>
</div>
<div class="col-md-6 col-sm-6 col-sm-offset-3 col-md-offset-0 col-lg-offset-0">
</div>
<div class="col-md-3">
<ul class="navbar-right">
</ul>
</div>
</div>
</div>
</div></footer>
<!-- /.container -->
<style>
.page-shadow{
background:white;
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
min-height:400px;
min-height:60vh;
}
</style>
</body>
</html>