-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
238 lines (209 loc) · 8.87 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Living styleguide</title>
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="./lassediercks.css">
<meta name="theme-color" content="#20E8B4">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preload" href="./font/muli-regular.woff2" type='font/woff2' as="font">
<link rel="preload" href="./font/muli-extrabold.woff2" type='font/woff2' as="font">
<link rel="stylesheet" href="./font/muli.css">
<script>
window.ga =
window.ga ||
function() {
(ga.q = ga.q || []).push(arguments);
};
ga("create", "UA-83556827-1", "auto");
ga("set", "transport", "beacon");
ga("send", "pageview");
</script>
<script async src="https://www.google-analytics.com/analytics.js"></script>
</head>
<body class='ld demo'>
<div class="demo-main">
<nav class="ld-nav">
<a href="#this is" class="ld-nav__item">This is</a>
<a href="#example" class="ld-nav__item">Example</a>
<a href="#navigation" class="ld-nav__item">Navigation</a>
<a href="mailto:hire@lassediercks.de?subject=Let's talk" class="ld-nav__item ld-cta">Hire me</a>
</nav>
<div class="demo-con">
<div class="demo-label">
Avatar
</div>
<img src="./images/profile-square_500.png" alt="A profile picture of Lasse Diercks" class="ld-avatar">
</div>
<div class="demo-con">
<div class="demo-label">
Headlines
</div>
<h1 class="ld-headline">Welcome to the pattern library of <a href="http://www.lassediercks.de" class="ld-link">Lasse Diercks</a></h1>
<h2 class="ld-headline">It's actually living and helping me a lot with building my website</h2>
<h3 class="ld-headline">Presentations are now really easy to create with these design assets in my backhand</h2>
</div>
<div class="demo-con">
<div class="demo-label">Paragraph</div>
<p class="ld-paragraph">
Pattern libraries are a popular tool to create a common design language and a consistent interface in your product. My awesome friend
<a href="http://www.twitter.com/filtercake" class="ld-link">Fabian</a> once said that pattern libraries have to work on a big and small scale so I decided to give it a shot and create a really small living pattern library for myself. It's the fuel for
<a href="http://www.lassediercks.de/" class="ld-link">my homepage</a>
and
<a href="http://www.lassediercks.de/manifesto" class="ld-link">my manifesto</a>
</p>
</div>
<div class="demo-con">
<div class="demo-label">
Colors
</div>
<div class="demo-color">
<div class="demo-color-label">
ld-dark
</div>
<div class="demo-color-square" style="background: var(--ld-dark);"> </div>
</div>
<div class="demo-color">
<div class="demo-color-label">
ld-really-dark
</div>
<div class="demo-color-square" style="background: var(--ld-really-dark);"> </div>
</div>
<br>
<div class="demo-color">
<div class="demo-color-label">
ld-blue
</div>
<div class="demo-color-square" style="background: var(--ld-blue);"> </div>
</div>
<div class="demo-color">
<div class="demo-color-label">
ld-yellow
</div>
<div class="demo-color-square" style="background: var(--ld-yellow);"> </div>
</div>
<br>
<div class="demo-color">
<div class="demo-color-label">
ld-red
</div>
<div class="demo-color-square" style="background: var(--ld-red);"> </div>
</div>
<div class="demo-color">
<div class="demo-color-label">
ld-green
</div>
<div class="demo-color-square" style="background: var(--ld-green);"> </div>
</div>
<div class="demo-color">
<div class="demo-color-label">
ld-purple
</div>
<div class="demo-color-square" style="background: var(--ld-purple);"> </div>
</div>
</div>
<div class="demo-con">
<div class="demo-label">Button</div>
<a href="mailto:hi@lassediercks.de" class="ld-button">Give me Feedback</a>
</div>
<div class="demo-con">
<div class="demo-label">Image</div>
<img class="ld-image" src="https://images.unsplash.com/photo-1516059692228-5fc647b496ef?ixlib=rb-0.3.5&s=30aa35aefbc8ce5a5d868e2ee2b76119&auto=format&fit=crop&w=2600&q=80" alt="">
</div>
<div class="demo-con">
<div class="demo-label">Broken image</div>
<img src="404.jpg" alt="a 404 page">
</div>
<div class="demo-con">
<div class="demo-label">Call and Action</div>
<div class="ld-call-and-action">
<div class="ld-call-and-action__text">
<h3 class="ld-call-and-action__title">
Are you a super nice person?
</h3>
<h4 class="ld-call-and-action__subtitle">If yes, I do like you</h4>
</div>
<a href="http://iamawesome.com/" target="_blank" class="ld-call-and-action__button ld-button">Yes I am</a>
</div>
</div>
<div class="demo-con">
<div class="demo-label">Link</div>
<a href="http://airbnb.design/building-a-visual-language/" class="ld-link">Check out how air-bnb created a design language system</a>
</div>
<div class="demo-con">
<div class="demo-label">Tag</div>
<span class="ld-tag">Efficent</span>
<div class="demo-label">Many Tags</div>
<span class="ld-tag">Time-saving</span>
<span class="ld-tag">approachable</span>
<span class="ld-tag">Swaggy</span>
<span class="ld-tag">responsive</span>
<span class="ld-tag">sharable</span>
<span class="ld-tag">Awesome</span>
<span class="ld-tag">proven</span>
<span class="ld-tag">maintainable</span>
<span class="ld-tag">cloud hosted</span>
<span class="ld-tag">github hosted</span>
<span class="ld-tag">open sourced</span>
<span class="ld-tag">future proof</span>
<span class="ld-tag">postcss powered</span>
</div>
<div class="demo-con">
<div class="demo-label">List</div>
<ul class="ld-list">
<li class="ld-list__item">Helps me to focus on my tasks</li>
<li class="ld-list__item">Proves that pattern libraries work in a small scale</li>
<li class="ld-list__item">Also proves that design is about content and I'm just making up list items here</li>
<li class="ld-list__item">Allows me to experience with new technologies at a low cost</li>
</ul>
<ul class="ld-list">
<li class="ld-list__item">It's important that a list item is able to display a bigger chunk of text. It's important that a list item is able to display a bigger chunk of text. It's important that a list item is able to display a bigger chunk of text. It's important that a list item is able to display a bigger chunk of text.</li>
<li class="ld-list__item">It's important that a list item is able to display a bigger chunk of text. It's important that a list item is able to display a bigger chunk of text. It's important that a list item is able to display a bigger chunk of text. It's important that a list item is able to display a bigger chunk of text.</li>
</ul>
<div class="demo-label">List with big items</div>
<ul class="ld-list ld-list--big">
<li class="ld-list__item">Helps me actually a lot to understand the whys</li>
<li class="ld-list__item">E.g. If you need guidelines for colors, create them</li>
<li class="ld-list__item">but if your colors are cool you don't actually need guidelines</li>
<li class="ld-list__item">just because everyone else is having some</li>
<li class="ld-list__item">and don't missuse lists like this</li>
</ul>
</div>
<div class="demo-con">
<div class="demo-label">Divider</div>
<hr class="ld-divider">
</div>
<div class="demo-con">
<div class="demo-label">Grid</div>
<div class="ld-grid">
<div class="ld-grid__row" >Row</div>
<div class="ld-grid__col" >
Col
</div>
<div class="ld-grid__col">
Col
</div>
</div>
</div>
<div class="demo-con">
<div class="demo-label">Statement</div>
<h3 class="ld-statement">Once I've wandered around. Now I Have a clear path and mission.</h3>
</div>
<div class="demo-con">
<div class="demo-label">Heading</div>
<div class="ld-heading">
<h3 class="ld-heading__title">Awesome</h3>
<h6 class="ld-heading__subtitle">Super nitty bitty stuff</h6>
</div>
</div>
<footer class="demo-footer">
<p class="ld-paragraph ld-paragraph--centered">
Made with fun & ♥ in Hamburg.
</p>
<br>
<a class="ld-button" href="https://github.com/lassediercks/design">Take a look under the roof</a>
</footer>
</div>
</body>
</html>