-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathspecimen.meteor.com.html
40 lines (35 loc) · 1.67 KB
/
specimen.meteor.com.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
<head>
<title>specimen.meteor.com</title>
<link rel="shortcut icon" href="/icon.png" type="image/x-icon"/>
<link rel="icon" href="/icon.png" type="image/x-icon"/>
<meta charset="utf-8">
<meta property="og:url" content="http://specimen.meteor.com/"/>
<meta property="og:title" content="S P E C I M E N"/>
<meta property="og:image" content="http://specimen.meteor.com/specimen-img.png"/>
<meta property="og:site_name" content="S P E C I M E N"/>
<meta property="og:description" content="S P E C I M E N is a growing collection of graphic essays on contemporary open source typefaces. This project rethinks the traditional “neutral” form of specimens, choosing a specific layout and content in line with the history and cultural implications of each typeface, and the way in which it has been developed"/>
</head>
<body>
</body>
<template name="layout">
{{> dynamicStyle }}
<div class="none" style="position: fixed; width: 25px; height: 65px; margin-top: 23%">
<div class="button-yellow" style=" height: 20px; width: 20px; background-color: yellow"></div>
<div class="button-green" style=" height: 20px; width: 20px; background-color: #0ECCAA"></div>
<div class="button-blue" style=" height: 20px; width: 20px; background-color: blue"></div>
<div class="button-soft" style="; height: 20px; width: 20px; background-color: #FFFFCC"></div>
</div>
<div id="container" class="clearfix">
{{> yield }}
</div>
</template>
<template name="dynamicStyle">
<!-- <style>
body {
background-color: {{ backgroundColor }};
}
</style> -->
</template>
<template name="post">
{{{ text }}}
</template>