-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
117 lines (105 loc) · 3.11 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!doctype html>
<html lang="en">
<head>
<!-- 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="yr-typography.css">
<style>
h1.daysans {
font: 900 72px/1.05 "Days Sans", sans-serif;
letter-spacing: 0.64px;
text-transform: uppercase;
}
h1.roboto {
font: 700 18px 'Roboto', sans-serif;
text-transform: uppercase;
letter-spacing: 2.14px;
}
h1.roboto-mono {
font: 700 18px 'Roboto Mono', sans-serif;
text-transform: uppercase;
letter-spacing: 2.14px;
}
h1.solanogothic {
margin: 0 0 64px;
font: 500 24px/1.4 "Solano Gothic MVB", sans-serif;
text-transform: none;
}
p.assistant {
margin-bottom: 30px;
font: 18px/1.7 'Assistant', sans-serif;
letter-spacing: 0.5px;
}
</style>
<title>Hello, world!</title>
</head>
<body>
<h1 class="roboto"> News </h1>
<h1 class="daysans">
YR IDENTITY GUIDELINES
THE ROAD TO
CHANGE BEGINS
IN CHICAGO
</h1>
<h1 class="solanogothic">by Adreanne Guerrero</h1>
<p class="assistant">
They were lost without the furry interactive that composed their editorial. Recent controversy aside, those nieces are nothing more than crimes. A bait is a shipshape burglar. The famous straw comes from a childless hourglass. A helium of the
scallion is assumed to be a lucent white. Few can name
a purblind cod that isn’t a precast helicopter. Thunders are inbreed oatmeals. In ancient times a sweeping ankle without bombers is truly a pancake of collect camels.
</p>
<hr>
<div>
<h1 class="roboto"> Roboto </h1>
<h1 class="roboto-mono"> Roboto Mono </h1>
<h1 class="daysans"> Days Sans Black </h1>
<h1 class="solanogothic"> Solano Gothic MVB </h1>
<p class="Assistant"> Assistant </p>
</div>
<div>
<h1 class="roboto"> Icons </h1>
<span class="icon-facebook-inverted"/>
<span class="icon-twitter-inverted"/>
<span class="icon-arrow-bold-down"/>
<span class="icon-arrow-bold-top"/>
<span class="icon-arrow-right"/>
<span class="icon-arrow-left"/>
<span class="icon-email"/>
<span class="icon-facebook-inverted"/>
<span class="icon-facebook"/>
<span class="icon-hamburger"/>
<span class="icon-instagra"/>
<span class="icon-pause"/>
<span class="icon-play-inverted"/>
<span class="icon-play"/>
<span class="icon-search"/>
<span class="icon-close"/>
<span class="icon-share"/>
<span class="icon-twitter-inverted"/>
<span class="icon-twitter"/>
<span class="icon-youtube"/>
<span class="icon-join-us"/>
<span class="icon-play-circle"/>
<span class="icon-sound-circle"/>
</div>
<div>
<h1 class="roboto"> Spinner </h1>
<div class="spinner-wrap">
<div class="spinner-default">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div> </div>
</body>
</html>