Transférer les fichiers vers 'content/articles'
This commit is contained in:
parent
d1e26be84c
commit
a1689fa516
41
content/articles/index-v2.html
Normal file
41
content/articles/index-v2.html
Normal file
@ -0,0 +1,41 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Félicie</title>
|
||||
<link rel="stylesheet" href="theme/css/main.css" type="text/css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<header>
|
||||
<h1>better days</h1>
|
||||
</header>
|
||||
|
||||
<article id="articles">
|
||||
<a class="vignette" href=courtyard.html>
|
||||
<img class= "img-menu" src="images/courtyard/02-courtyard.JPG" alt="courtyard">
|
||||
<h2>The courtyard</h2>
|
||||
</a>
|
||||
|
||||
<a class="vignette"href=construction.html.html>
|
||||
<img class= "img-menu" src="images/construction/01-construction.jpg" alt="construction">
|
||||
<h2>Construction workers</h2>
|
||||
</a>
|
||||
|
||||
<a class="vignette" href=sunday.html>
|
||||
<img class= "img-menu" src="images/sunday/02-sunday.jpg" alt="">
|
||||
<h2>Sunday afternoon</h2>
|
||||
</a>
|
||||
|
||||
</article>
|
||||
|
||||
<footer>
|
||||
<div id="about">about</div>
|
||||
<div id="download">download</div>
|
||||
</footer>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user