Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[To Review]Pages #5

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
201 changes: 201 additions & 0 deletions html/biere-5.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,201 @@
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Les links doivent être dans le head

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Réglé

Copy link
Owner

@Bugsyaya Bugsyaya Oct 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

La balise <head> doit se trouver dans la balise <html>, au dessus de la balise <body>


<!-- Compiled and minified JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>

<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">



<!DOCTYPE html>
<html>
<body>
<nav>
<div class="nav-wrapper blue lighten-3">
<a href="#" class="brand-logo center">Avery Brown Dredge</a>
<ul id="nav-mobile" class="left hide-on-med-and-down">
<li><a href="..\index.html"><i href="..\index.html" class="material-icons left">arrow_back</i></a></li>
</ul>
</div>
</nav>


<div class="row">
<div class="col s6">
<div class="row">
<div class="col s6">
<img src="..\media\avery-brown-dredge.png" alt="Avery Brown Dredge" width="300" height="450">
</div>
<div class="col s6">
<div class = "row">
<div class="col s12">
First brewed : 02/2011
</div>
<div class="col s12">
<br>
</div>
<div class="col s12">
Ph : 4.4
</div>
<div class="col s12">
<br>
</div>
<div class="col s12">
Attenuation level : 67
</div>
<div class="col s12">
<br>
</div>
<div class="col s12">
Boil volume : 25 litres
</div>
<div class="col s12">
<br>
</div>
<div class="col s12">
Food pairing :
</div>
<div class="col s12">
-Vietnamese squid salad
</div>
<div class="col s12">
-Chargrilled corn on the cob with paprika butter
</div>
<div class="col s12">
-Strawberry and rhubarb pie
</div>
<div class="col s12">
<br>
</div>
<div class="col s12">
<p>
<label>
<input type="checkbox" class="filled-in" checked="checked" />
<span>Déja bu</span>
</label>
</p>
</div>
<div class="col s12">
<br>
</div>
<div class="col s12">
Degustation date : 14/10/2020
</div>
<div class="col s12">
<br>
</div>
</div>
</div>
<div class = "col s12">
Bloggers' Imperial Pilsner.
</div>
<div class="col s12">
<br>
</div>
<div class = "col s12">
<i class="material-icons left">star</i>
<i class="material-icons left">star</i>
<i class="material-icons left">star</i>
<i class="material-icons left">star_half</i>
<i class="material-icons left">star_border</i>
</div>
<div class="col s12">
<br>
</div>
<div class = "col s12">
An Imperial Pilsner in collaboration with beer writers. Tradition. Homage. Revolution. We wanted to showcase the awesome backbone of the Czech brewing tradition, the noble Saaz hop, and also tip our hats to the modern beers that rock our world, and the people who make them.
</div>
<div class="col s12">
<br>
</div>
<div class = "col s12">
Brewer tips : Make sure you have a big enough yeast starter to ferment through the OG and lager successfully.
</div>
<div class="col s12">
<br>
</div>
<div class = "col s12">
Contributed by Clément Moisan
</div>
</div>
</div>
<div class="col s6">
<table class="striped">
<thead>
<tr>
<th>Malt</th>
<th>Name</th>
<th>Amount in kilograms</th>
</tr>
</thead>

<tbody>
<tr>
<td> </td>
<td>Lager Malt</td>
<td>6.63</td>
</tr>
<tr>
<td> </td>
<td>Wheat</td>
<td>0.38</td>
</tr>
<thead>
<tr>
<th>Hops</th>
<th>Name</th>
<th>Amount in grams</th>
</tr>
</thead>

<tbody>
<tr>
<td> </td>
<td>Saaz</td>
<td>60</td>
</tr>

<thead>
<tr>
<th>Yeast</th>
<th>Name</th>
<th>Amount</th>
</tr>
</thead>

<tbody>
<tr>
<td> </td>
<td>Wyeast 2007 - Pilsen Lager™</td>
<td> </td>
</tr>
</tbody>
</table>
</div>
<div class="input-field col s6">
<input id="last_name" type="text" class="validate">
<label for="last_name">Comment</label>
</div>
<div class="col s12">
<div class="row">
<div class="col offset-s4">
<a class="waves-effect waves-light btn" href = "biere-4.html"><i class="material-icons left">arrow_back</i>Précédente</a>
</div>
<div class="col">
<a class="waves-effect waves-light btn" href = "biere-6.html"><i class="material-icons right">arrow_forward</i>Suivante</a>
</div>
</div>
</div>
<div class = "col s12">
<nav>
<div class="nav-wrapper blue lighten-3">
<a href="#" class="brand-logo center">Clément Moisan FILA2</a>
<ul id="nav-mobile" class="left hide-on-med-and-down">
</ul>
</div>
</nav>
</div>
</div>
</body>
</html>
Binary file added media/avery-brown-dredge.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/avery-brown-dredge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/backarrow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions style/biere-5.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
Bugsyaya marked this conversation as resolved.
Show resolved Hide resolved