This repository has been archived by the owner on Dec 14, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwish_show.html
74 lines (65 loc) · 2.7 KB
/
wish_show.html
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
<!doctype html>
<!--[if lt IE 7]>
<html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>
<html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>
<html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Make A Wish - Index</title>
<meta name="description" content="Courircou">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="">
<link rel="shortcut icon" href="/favicon.ico">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<!-- build:css styles/vendor.css -->
<!-- bower:css -->
<!-- endbower -->
<!-- endbuild -->
<!-- build:css(.tmp) styles/main.css -->
<link rel="stylesheet" href="bower_components/normalize-css/normalize.css">
<link rel="stylesheet" href="styles/main.css">
<!-- endbuild -->
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<nav>
<h1>Make a wish</h1>
</nav>
<main>
<article class="wish voyage">
<header>Voyage</header>
<div id="wish">
<h3>Voyage à Bora Bora</h3>
<a href="#">Suivez le lien !</a>
<p>J'ai envie de partir dans une petite maison sur pilotis dans un endroit paradisiaque pour oublier les vieux et les maladies de l'hiver et pouvoir plonger dans l'eau turquoise et transparente et chaude et voir des petits poissons toute la journée sans que personne ne vienne me déranger</p>
<p>Importance : vitale</p>
</div>
<footer>
<a href="#">Commenter</a>
<a href="#">Offrir</a>
</footer>
</article>
<section class="comment">
<h3>Commentaires</h3>
<h4>De : Aurore</h4>
<h4 class="date">Du : 03/02/2015</h4>
<p>Moi je m'en fous, je suis déjà sur une île paradisiaque remplie de bestioles chelous et léthales au possible, et je m'éclate en découpant des petits enfants et en manipulant des disques de Petri :)</p>
<h4>De : Boris</h4>
<h4 class="date">Du : 06/02/2015</h4>
<p>Moi je trouve ça génial et je veux partir aussi et je vais d'ailleurs l'ajouter à ma liste. A vos portefeuilles !!!</p>
<textarea name="commentaire" id="comment"></textarea>
<input type="checkbox" name="comment" />
<label for "comment">Annie peut voir ce commentaire</label>
<input type="submit" value="Commenter" />
</section>
</main>
</body>