-
Notifications
You must be signed in to change notification settings - Fork 0
/
specimen-book.html
81 lines (70 loc) · 2.58 KB
/
specimen-book.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
75
76
77
78
79
80
81
<!DOCTYPE html>
<html>
<head>
<title>Niki Ito / projects</title>
<link rel="shortcut icon" type="image/jpg" href="assets/fav.png">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="assets/index.css" type="text/css" rel="stylesheet">
</head>
<body style="height:auto;background-color:rgb(255, 254, 242);">
<header>
<div class="work-nav">
<nav>
<ul>
<li><a href="index.html" class="btn">Home</a></li>
<li><a href="mailto:[email protected]?subject=Mail from Portfolio Site" target="_blank" class="btn">Email</a></li>
<li><a href="https://drive.google.com/file/d/1kyikLwC22BuliafIXBk0sxllt4Dqqjcr/view?usp=sharing" target="_blank" class="btn">Resume</a></li>
</ul>
</nav>
</div>
</header>
<article>
<div class="container">
<section class="work" style="margin-top: 0px;">
<h4>Type Specimen Book: "Textures"</h4>
<p>This book explores three typefaces and their various weights, size, numbers, and glyphs through the
design and theme of "Textures."</p>
</section>
<section class="work">
<img class="largeImage" src="assets/project1/images/book_mockup.png">
</section>
<section class="work">
<figure><img class="largeImage" src="assets/project1/images/sketch.jpg">
<figcaption>Sketching process.</figcaption>
</figure>
</section>
<section class="work">
<figure><img class="largeImage" src="assets/project1/images/textures.jpg">
<figcaption>The various textures explored with type.</figcaption>
</figure>
</section>
<section class="work">
<figure><img class="largeImage" src="assets/project1/images/layouts1.jpg">
</figure>
</section>
<section class="work">
<figure><img class="largeImage" id="mobile" src="assets/project1/images/layouts2.jpg"><img
class="largeImage" id="desktop" src="assets/project1/images/layouts2_h.png">
<figcaption>The three complete chapters explore Baskerville, Helvetica, and Bauhaus.
</figcaption>
</figure>
</section>
<section class="work">
<img class="largeImage" src="assets/project1/images/spreads_mockup.jpg">
</section>
<section class="work">
<h5><a href="specimen-book-long.html">Learn more about this project</a></h5>
</section>
</div>
<footer>
<hr>
<ul>
<li class="left"><a href="saddle-creek.html" class="btn">◁ Back</a></li>
<li class="center"><a href="index.html" class="btn">Home</a></li>
<li class="right"><a href="japan-icon.html" class="btn">Next ▷</a></li>
</ul>
</footer>
</article>
</body>
</html>