-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpresentation.php
More file actions
70 lines (68 loc) · 2.71 KB
/
presentation.php
File metadata and controls
70 lines (68 loc) · 2.71 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
<!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/insertion.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>
<div id="articles">
<div class="article">
<a href="photob.php">
<h3>La fac en images</h3>
<p>La vie à la fac, c’est plein
d’anecdotes, de beaux souvenirs,
des professeurs exceptionnellement
beaux, du personnel de haute volée,
du… Bref, c’est trop long donc on a
pris des photos.</p>
</a>
</div><!--
--><div class="article">
<a href="bu.php">
<h3>Bienvenue à la B.U</h3>
<p>La bibliothèque universitaire
Michel Foucault est incontournable
quand on vise à réussir ses études.
Propice à la réflexion, c’est l’endroit
rêvé pour tout étudiant en SHA qui
cherche à travailler au calme. Pour
l’éternité. </p>
</a>
</div><!--
--><div class="article">
<a href="topdix.php">
<h3>10 bonnes raisons d'être en SHA</h3>
<p>Dans la peau (grasse) d’un étudiant
comme dans les chaussures (achetées à Babou)
d’un professeur, voici dix bonnes raisons
de passer VOTRE VIE TOUTE ENTIÈRE dans notre
belle faculté.</p>
</a>
</div>
</div>
</div>
</div>
</div>
<?php include('footer.php'); ?>
<script src="js/libs/jquery-1.12.0.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>