-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
73 lines (63 loc) · 3.77 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
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
<html lang="en">
<head>
<link rel="icon" href="https://learredhdk.github.io/typolab/images/logo.png" type="image/x-icon"/>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link type="text/css" rel="stylesheet" href="https://learredhdk.github.io/typolab/css/style.css">
<title>TYPOlab</title>
</head>
<body>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></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://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!--navbar-->
<nav class="navbar sticky-top navbar-expand-lg navbar-light bg-light ">
<a class="navbar-brand active" href="index.html">
<img src="https://learredhdk.github.io/typolab/images/brand.png" width="80" height="30" alt="logo">
</a>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-item nav-link" href="about-proj.html">About the project <span class="sr-only">(current)</span></a>
<a class="nav-item nav-link" href="typo-lab.html">Lab</a>
<a class="nav-item nav-link" href="documentation.html">Documentation</a>
<a class="nav-item nav-link" href="disclaimer.html">Disclaimer</a>
<!--<a class="nav-item nav-link" href="process.html">Process</a>-->
<a class="nav-item nav-link" href="about-us.html">About us</a>
</div>
</div>
</nav>
<!--cover-->
<div class="wrapper">
<h1 class="title" data-text="TYPO">TYPO</h1>
<h2 class="lab" data-text="LAB">LAB</h2>
</div>
<!--spine-->
<section id="dorso">
<div id="normal"></div>
<div id="spine">
<span id='t'>
<img src="https://learredhdk.github.io/typolab/images/logo-oro.png">
</span>
<span id="author">Del Bene R., Hamvegam L., Pizzicori A.</span>
<span id="title">TTTT - Trans-historical Typographic Theming Tour-de-force</span>
</div>
</section>
<!--back-->
<section id="intro-sect">
<div id="void"></div>
<div id="intro">
<p>TYPOlab is a typographic laboratory which has its origin in the movable type of Gutenberg's press and continues its path following the leitmotiv of a "book". In fact, all the pages have been created trying to recreate some common aspects of the world of books: from the cover, to the pages, to the library.</p>
<p>The focus of TYPOlab is the <a href="typo-lab.html" style="color: #daa520;">“Lab”</a>, where you can change the appearance of a set of HTML documents thanks to six typographical themes, written using CSS, that allow you to immerse yourself in as many historical atmospheres.</p>
<a id="golden_button" href="about-proj.html" role="button">Discover</a>
</div>
</section>
<!--footer-->
<footer>
<p>© 2020 Rebecca Del Bene, Leticia Hamvegam and Arianna Pizzicori. All rights reserved.</p>
</footer>
</body>
</html>