-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtype_play.html
executable file
·91 lines (80 loc) · 3.57 KB
/
type_play.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
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width" initial-scale=1”>
<title>Typographic Play | Maggie Zhang Design</title>
<link rel="stylesheet" href="https://use.typekit.net/rwf7agt.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="js/piece_page.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<link href="dist/css/lightbox.css" rel="stylesheet">
</head>
<body>
<!-- NAVIGATION -->
<nav id="navigation">
<ul id="nav-plus">
<li class="nav-link">
<a class="exit_back" href="index.html#portfolio">
<div class="plus">+</div>
<div class="span"></div>
<div class="backto">back to homepage</div>
</a></li>
</ul>
</nav>
<!-- SOCIAL MEDIA -->
<div id="social-media">
<div class="rotate">
<a class="social-icon" href="https://www.behance.net/zhangma676c" target="_blank">BEHANCE</a>
<a class="social-icon" href="https://www.linkedin.com/in/maggiezhangdesign" target="_blank">LINKEDIN</a>
<a class="social-icon" href="mailto:zhang.ma@husky.neu.edu">E-MAIL</a>
<a class="social-icon" href="img/resume.pdf" target="_blank">RESUME</a>
</div>
</div>
<!-- PORTFOLIO INFO PAGE -->
<section class="page piece_page">
<div class="wrapper">
<div class="piece_header">
<h2>Mandarin Type Play</h2>
<h4>posters   |   Misc. Adobe Software</h4>
</div>
<div class="piece_description">
<p>While living in Beijing in the summer of 2017, I studied Chinese design and typography for 2 months. In the following exercises, I correlated the forms of various Manderin characters with their meaning, emphasizing the pictoral foundation of written Chinese language. Mentor: JiHyun Yoo.</p>
</div>
</div>
</section>
<section class="image_page" id="icons">
<div class="wrapper">
<div class="row">
<div class="col-sm-6 col-md-6 col-lg-4">
<p>Rivers and plains</p>
<a class="thumbnail" href="img/projects/river.jpg" data-lightbox="type_play">
<img src="img/projects/river.jpg">
</a>
</div>
<div class="col-sm-6 col-md-6 col-lg-4">
<p>Flying Rain</p>
<a class="thumbnail" href="img/projects/rain.jpg" data-lightbox="type_play">
<img src="img/projects/rain.jpg">
</a>
</div>
<div class="col-sm-6 col-md-6 col-lg-4">
<p>Tea House Poster</p>
<a class="thumbnail" href="img/projects/teahouse.jpg" data-lightbox="type_play">
<img src="img/projects/teahouse.jpg">
</a>
</div>
<div class="col-sm-6 col-md-6 col-lg-4">
<p>Walk half the road</p>
<a class="thumbnail" href="img/projects/halves.jpg" data-lightbox="type_play">
<img src="img/projects/halves.jpg">
</a>
</div>
</div>
</div>
</section>
<script src="js/lightbox.js"></script>
</body>
</html>