This repository has been archived by the owner on Nov 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (65 loc) · 2.17 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
<!DOCTYPE html>
<html>
<head>
<title>Virtual-assembly proof of concept</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="library/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="library/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="resources/css/av.css" type="text/css" rel="stylesheet" />
<link href="resources/css/index.css" rel="stylesheet">
</head>
<body>
<div class="container-fluid">
<div class="row-fluid">
<div class="col-md-2 hidden-sm"></div>
<div class="col-md-3 col-sm-12 text-center">
<div class="index-links">
<a href="./projects.html">
<h1>
<i class="fa fa-rocket"></i><br>
Projects
</h1>
</a>
</div>
</div>
<div class="col-md-1 hidden-sm"></div>
<div class="col-md-3 col-sm-12 text-center">
<div class="index-links">
<a href="./actors.html">
<h1>
<i class="fa fa-users"></i><br>
Actors
</h1>
</a>
</div>
</div>
<div class="col-md-2 hidden-sm"></div>
</div>
<div class="row-fluid">
<div class="col-md-2 hidden-sm"></div>
<div class="col-md-3 col-sm-12 text-center">
<div class="index-links">
<a href="./ideas.html">
<h1>
<i class="glyphicon glyphicon-tag" /></i><br>
Ideas
</h1>
</a>
</div>
</div>
<div class="col-md-1 hidden-sm"></div>
<div class="col-md-3 col-sm-12 text-center">
<div class="index-links">
<a href="./resources.html">
<h1>
<i class="glyphicon glyphicon-bitcoin" /></i><br>
Ressources
</h1>
</a>
</div>
</div>
<div class="col-md-2 hidden-sm"></div>
</div>
</div>
</body>
</html>