-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwei.php
110 lines (83 loc) · 3.18 KB
/
wei.php
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
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE HTML>
<!--
Binary by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Intégration INSA Lyon</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="css/style-global.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css" integrity="sha384-+d0P83n9kaQMCwj8F4RJB66tzIwOKmrdb46+porD/OvrJ+37WqIM7UoBtwHO6Nlg" crossorigin="anonymous">
<script src="./js/jquery/jquery-1.10.2.js"></script>
<script src="./js/page-todo.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-120482379-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-120482379-1');
</script>
</head>
<body>
<!-- Header -->
<header id="header">
<a href="/" class="logo"><strong>Intégration 2018</strong> INSA Lyon</a>
<div class="navigation">
<span class=""><a href="index.php">Introduction</a></span>
<i class="fas fa-angle-right"></i>
<span class=""><a href="mot.php">Mot aux parents</a></span>
<i class="fas fa-angle-right"></i>
<span class=""><a href="carte.php">Découverte du village</a></span>
<i class="fas fa-angle-right"></i>
<span class=""><a href="todo.php">To-Do-List</a></span>
</div>
<nav>
</nav>
</header>
<!-- Nav
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="generic.html">Generic</a></li>
<li><a href="elements.html">Elements</a></li>
</ul>
</nav> -->
<!-- Main -->
<section id="main" style="min-height: 35em;">
<div class="inner">
<!--<div class="image fit">
<img src="images/pic11.jpg" alt="" />
</div>-->
<header>
<h1 class="titreTodo">Inscription au WEI</h1>
</header>
<div class="todoBloc">
<div class="blocList">
<div class="partListeWEI"><i id="sunIcon" class="fas fa-sun"></i>Désolé, reviens plus tard ! <br> Les inscriptions au WEI ouvriront dès le 1er Juillet. On t'y attend de pied ferme petit Astérix !</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<span id="joinFBFooter">Rejoins le groupe Facebook "INSA Lyon – Admis en 1ère année 2018/2019 - 62ème promo"</span>
</ul>
<div class="copyright">
<!--© Untitled. Design: <a href="https://templated.co">TEMPLATED</a>. Images: <a href="https://unsplash.com">Unsplash</a>.-->
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>