-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
100 lines (77 loc) · 4.75 KB
/
index.html
File metadata and controls
100 lines (77 loc) · 4.75 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="fr" style="height:100%;">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="keywords" content="">
<link rel="icon" href="https://apt42.fr/favicon.ico">
<title>APT42</title>
<!-- Stylesheets -->
<link href="https://apt42.fr/theme/css/bootstrap.min.css" rel="stylesheet">
<link href="https://apt42.fr/theme/css/fonts.css" rel="stylesheet">
<link href="https://apt42.fr/theme/css/nest.css" rel="stylesheet">
<link href="https://apt42.fr/theme/css/pygment.css" rel="stylesheet">
<link href="https://apt42.fr/theme/css/responsive.css" rel="stylesheet">
<!-- /Stylesheets -->
<!-- RSS Feeds -->
<!-- /RSS Feeds -->
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script src="theme/js/index.js"></script>
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/0db064e3b0.js" crossorigin="anonymous"></script>
<!-- /Font Awesome -->
</head>
<body style="height:100%;">
<!-- Header -->
<div class="header-container" style="background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('https://apt42.fr/images/background.jpg'); background-position: center; background-size: cover;height:100%;">
<!-- Static navbar -->
<div>
<div class="header-nav" style="background-color: #1f1e2f;padding: 0 2%;height: 70px;line-height: 70px;">
<div class="header-logo">
<a class="pull-left" href="https://apt42.fr/"><h1 class='h-logo' style="font-size: 36px;font-weight: 800;letter-spacing: 1px;line-height: 70px;margin-top:0;">APT42</h1></a>
</div>
<div class="nav pull-right" style="font-size:14px">
<a style="margin-left:0;" href="https://apt42.fr/statuts"><span style="margin-right:15px;font-size: 40px;vertical-align: -5px;color:#5f00ff">–</span> Statuts</a>
<a style="margin-left:0;" href="https://apt42.fr/charte"><span style="margin-right:15px;font-size: 40px;vertical-align: -5px;color:#fb04fc">–</span> Charte</a>
<a style="margin-left:0;" href="https://apt42.fr/a-propos"><span style="margin-right:15px;font-size: 40px;vertical-align: -5px;color:#16c664">–</span> À propos</a>
<a style="margin-left:0;" href="https://apt42.fr/contact"><span style="margin-right:15px;font-size: 40px;vertical-align: -5px;color:#faed27">–</span> Contact</a>
<a style="margin-left:0;" href="https://apt42.fr/blog"><span style="margin-right:15px;font-size: 40px;vertical-align: -5px;color:#eb2344">–</span> Blog</a>
</div>
<div id="toggle-burger" class="burger pull-right">
<i class="fa fa-bars fa-2x" aria-hidden="true"></i>
</div>
<div id="menu-resp" class="menu-burger">
<hr class="menu-separator" style="border: 0;height: 1px;background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));margin-top:0;">
<div id='lst-burger' style="margin-left: auto;margin-right: auto;width: 30vw;text-transform: uppercase;">
<p class="link-burger"><a style="margin-left:0;color:white;" href="https://apt42.fr/statuts"><span style="margin-right:15px;font-size: 40px;vertical-align: -5px;color:#5f00ff">–</span> Statuts</a></p>
<p class="link-burger"><a style="margin-left:0;color:white;" href="https://apt42.fr/charte"><span style="margin-right:15px;font-size: 40px;vertical-align: -5px;color:#fb04fc">–</span> Charte</a></p>
<p class="link-burger"><a style="margin-left:0;color:white;" href="https://apt42.fr/a-propos"><span style="margin-right:15px;font-size: 40px;vertical-align: -5px;color:#16c664">–</span> À propos</a></p>
<p class="link-burger"><a style="margin-left:0;color:white;" href="https://apt42.fr/contact"><span style="margin-right:15px;font-size: 40px;vertical-align: -5px;color:#faed27">–</span> Contact</a></p>
<p class="link-burger"><a style="margin-left:0;color:white;" href="https://apt42.fr/blog"><span style="margin-right:15px;font-size: 40px;vertical-align: -5px;color:#eb2344">–</span> Blog</a></p>
</div>
</div>
</div>
</div> <!-- /Static navbar -->
<!-- Header -->
<div class="container header-wrapper">
<div class="row">
<div class="col-lg-12">
<div class="header-content">
<img src="https://apt42.fr/images/logo-lp.png" style="width:16em;margin:15%;margin-top:20%;" alt="logo">
</div>
</div>
</div>
</div>
<!-- /Header -->
</div>
<!-- /Header -->
<!-- Content -->
<!-- /Content -->
</body>
</html>