-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (56 loc) · 3.11 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<html lang="en" class="no-js">
<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>TrampoLEAN : Aujourd’hui, mettez en marche votre produit.</title>
<meta name="description" content="Formation itinérante sur LEAN startup." />
<meta name="keywords" content="formation, incubation, lean startup" />
<meta name="author" content="scopyleft" />
<!-- Bootstrap -->
<script src="/js/modernizr.custom.js"></script>
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/jquery.fancybox.css" rel="stylesheet">
<link href="/css/flickity.css" rel="stylesheet" >
<link href="/css/animate.css" rel="stylesheet">
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Nunito:400,300,700' rel='stylesheet' type='text/css'>
<link href="/css/styles.css" rel="stylesheet">
<link href="/css/queries.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">Vous utilisez un navigateur <strong>ancien</strong>. Veuillez <a href="http://browsehappy.com/">mettre à jour votre navigateur</a> pour une meilleure expérience.</p>
<![endif]-->
<!-- open/close -->
<div class="overlay overlay-boxify open always">
<nav>
<ul>
<li><a href="/pour-incubateurs/"><i class="fa fa-flask"></i>Pour incubateurs</a></li>
<li><a href="/pour-sudweb/"><i class="fa fa-heart"></i>Pour SudWeb</a></li>
</ul>
</nav>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="/js/min/toucheffects-min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="/js/flickity.pkgd.min.js"></script>
<script src="/js/jquery.fancybox.pack.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="/js/retina.js"></script>
<script src="/js/waypoints.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/min/scripts-min.js"></script>
</body>
</html>