-
Notifications
You must be signed in to change notification settings - Fork 0
/
cafe.php
49 lines (47 loc) · 2.03 KB
/
cafe.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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" media="(max-device-width: 768px)" href="example.css" />
<link rel="stylesheet" media="(max-device-width: 480px)" href="example.css" />
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/knacss.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/fontawesome.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<?php include('header.php'); ?>
<div class="main_wrap">
<div class="wrapper grid-1-3">
<?php include('nav.php'); ?>
<div id="vid">
<h2>Vie étudiante</h2>
<h3>La machine à café</h3>
<p>Une machine à café, dans une
fac qui n’a pas de restaurant
universitaire ou même de cafétéria,
ça devient très vite essentiel.
Vital même. Au début, on y vient
pour se détendre, papoter, on
fait des blagues sur le potage
à la tomate… Et ce en toute inconscience.
Pourtant, elle est bel et bien là.
Elle vous observe, vous jauge. Petit
à petit, elle apprend à connaître vos
faiblesses. Et, quand vous vous y attendez
le moins, elle frappe. Et là, vous perdez tout.
Votre argent, votre motivation… et même vos amis. </p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/z_2MxESJWcY" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
<?php include('footer.php'); ?>
</body>
</html>