-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (53 loc) · 1.89 KB
/
index.html
File metadata and controls
64 lines (53 loc) · 1.89 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>FabLabChêne20 - GitHub</title>
<!-- CSS -->
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<!-- Custom Fonts -->
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Main -->
<link rel="stylesheet" href="css/main.css" type="text/css" />
<!-- JS -->
</head>
<body>
<div class="container">
<div class="row">
<div class="col-sm-12">
<a href="http://www.fablab-chene20.ch/" target="_blank" id="link"><img id="logo" src="https://github.com/FabLabChene20/fablabchene20.github.io/blob/master/images/github.io/fablabchene20_logo_landscape.png?raw=true"></a>
<hr>
<p>Find us on...</p>
<hr>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="buttons">
<a href="https://www.facebook.com/FabLabRenens" target="_blank" class="btn facebook">
<span class="label">Facebook</span>
</a>
<a href="https://twitter.com/Fablabchene20" target="_blank" class="btn twitter">
<span class="label">Twitter</span>
</a>
<a href="https://plus.google.com/102861794549492941087/videos" target="_blank" class="btn google-plus">
<span class="label">Google+</span>
</a>
<a href="https://www.flickr.com/photos/129547294@N08/" target="_blank" class="btn flickr">
<span class="label">Flickr</span>
</a>
<a href="https://github.com/FabLabChene20" target="_blank" class="btn github">
<span class="label">Github</span>
</a>
<a href="mailto:fablab.renens@gmail.com" class="btn mail">
<span class="label">Mail</span>
</a>
</div>
</div>
</div>
</div>
</body>
</html>