-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathar.html
More file actions
48 lines (42 loc) · 2.28 KB
/
ar.html
File metadata and controls
48 lines (42 loc) · 2.28 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta name="description" content="Website de la réalité augmentée du collectif spicyNova">
<meta name="keywords" content="spicyNova collectif collective artist artiste fanzine art numerique">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css" />
<link href="assets/CSS/style.css" rel="stylesheet" media="all" type="text/css">
<link rel="stylesheet" media="(orientation:portrait)" href="portrait.css">
<link rel="stylesheet" media="(orientation:landscape)" href="paysage.css">
<title>spicyNova AR</title>
<link rel="icon" type="image/png" href="assets/img/flamicon.png" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.0/css/all.css"
integrity="sha384-Mmxa0mLqhmOeaE8vgOSbKacftZcsNYDjQzuCOm6D02luYSzBG8vpaOykv9lFQ51Y" crossorigin="anonymous">
</head>
<body id="feuperfond">
<header>
<div class="row">
<div id="logoo" class="col-12 fixed-top"><img src="assets/img/logonb.png" class="img-fluid"
alt="Logo du collectif" width="450"></div>
</div>
<div class="jumbotron text-center">
<h3 id="ARh3">Découvrez la Réalité Augmentée de</h3>
<h1 id="ARh1">FEUPERNOVA</h1>
<p class="feuperCitation"><em>– "J'ai inspecté toutes les pages : il est Feuper !"</em> <br>Claire Lou</p>
<p class="buttonAR">PROCHAINEMENT</p><br>
</div>
</header>
<script src="https://code.jquery.com/jquery-3.1.0.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous">
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.js"></script>
<script src="assets/JS/script.js">
</script>
<script src="assets/JS/lightbox.js"></script>
</body>
</html>