-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (27 loc) · 1.71 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Don Quixote</title>
<link rel="stylesheet" type="text/css" href="./styles/css/main.css"/>
<link rel="stylesheet" type="text/css" href="./styles/css/front.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body class="front">
<body><main><div class="cover"><div class="cover-bg"></div><div class="cover-overlay"><p><i>The Ingenious Gentleman,</i></p><h1><span class="initials">D</span>ON <span class="initials">Q</span>UIXOTE</h1><p><span class="subtitle"><i>Of</i> <i>La Mancha</i></span></p></div><p> <a class="link" href="./chapters/toc.html"><button class="cover-read-btn" type="button">Read</button></a></p></div><div class="gustave-dore"><div class="cover"><img class="img" src="img/cover.jpg"/></div><h2>Reviving Don Quixote</h2><p>Cervantes’ classic tale has enchanted everyone for over centuries, but arguably among the most enchanted was Gustave Doré. Thus, the most celebrated illustrator of 19th century provided us with the most <i>definitive</i> visuals for <i>Don Quixote</i>. This revisualized edition of Doré attempts to revive those marvellous illustrations and provide the book with the typography that it deserves.</p></div></main></body>
<nav class="navbar">
<ul class="navbar-nav">
<li class="nav-item">
<a href="./index.html" class="nav-img nav-img-fit">
<img src="img/extras/logo.png">
</a>
</li>
<!-- <li class="nav-item"> -->
<!-- <a href="#" class="nav-link"> -->
<!-- <span class="link-text">Foreword</span> -->
</a>
</li>
</ul>
</nav>
</body>
</html>