-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmyriad.html
67 lines (58 loc) · 2.68 KB
/
myriad.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
<!DOCTYPE html>
<html lang="en-ca">
<head>
<meta charset="utf-8">
<title>Em Squared Design</title>
<meta name="description" content="portfolio website: myriad pro type poster">
<meta name="author" content="Makeda McLean">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="handheldfriendly" content="true">
<meta name="mobileoptimized" content="240">
<meta name="application-name" content="Em Squared Design"/>
<meta name="keywords" content="global, portfolio, website">
<link href="https://fonts.googleapis.com/css?family=Oxygen" rel="stylesheet">
<link href="css/modules.css" rel="stylesheet">
<link href="css/grid.css" rel="stylesheet">
<link href="css/type.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link rel="shortcut icon" href="img/favicon.ico" type="img/x-icon"/>
</head>
<body>
<header>
<div>
<a href="index.html"><img class="logo" src="img/logo.svg" alt="logo"></a>
</div>
<nav id="nav" class="nav nav-top">
<ul class="list-group">
<li class="island"><a href="index.html">About</a></li>
<li class="island selected"><a href="work.html">Work</a></li>
<li class="island"><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<main>
<h2>Print</h2>
<figure>
<img class="img-flex unit unit-m-2-3 unit-l-1-3" src="img/6a.png" alt="type poster">
<figcaption class="unit unit-m-2-3 unit-l-2-3 text">
<h3>Type Poster</h3>
<h4>Criteria</h4>
<p>To create a poster based on an Open Type font of choice without the use of illustrations.</p>
<h4>Solution</h4>
<p>It must include a maximum of 3 colours, uppercase and lowercase letters.</p>
</figcaption>
</figure>
</main>
<footer id=footer class="pad-t">
<p> © Makeda McLean | EM Squared Design | All Rights Reserved | 2018.</p>
<ol class="list-group-inline">
<li class="gutter"><a href="https://www.instagram.com/em_squared_design/"><img class="icon i-32" src="img/instagram.svg" alt="instagram"></a></li>
<li class="gutter"><a href="https://www.behance.net/emsquared"><img class="icon i-32" src="img/behance.svg" alt="behance"></a></li>
<li class="gutter"><a href="https://www.linkedin.com/in/makeda-mclean-3788945b?trk=nav_responsive_tab_profile_pic"><img class="icon i-32" src="img/linkedin.svg" alt="linkedin"></a></li>
<li class="gutter pad-b"><a href="https://www.facebook.com/RexMonsta"><img class="icon i-32" src="img/facebook.svg" alt="facebook"></a></li>
<li class="gutter"><a href="https://www.github.com/emnemdesign"><img class="icon i-32" src="img/github.svg" alt="github"></a></li>
</ol>
<a class="b2t" href="#nav"><p>scroll back to top</p></a>
</footer>
</body>
</html>