-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompositor.json
More file actions
148 lines (148 loc) · 4.62 KB
/
compositor.json
File metadata and controls
148 lines (148 loc) · 4.62 KB
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
{
"name": "garnerp/garnerp.github.io",
"version": "0.1.4",
"libraries": {
"xv": "^1.1.25"
},
"title": "",
"branch": "master",
"style": {
"name": "Default",
"componentSet": {
"nav": "nav/BasicNav",
"header": "header/BannerHeader",
"article": "article/BasicArticle",
"footer": "footer/BasicFooter"
},
"fontFamily": "-apple-system, BlinkMacSystemFont, sans-serif",
"fontWeight": 400,
"bold": 600,
"lineHeight": 1.5,
"typeScale": [
72,
48,
24,
20,
16,
14,
12
],
"monospace": "Menlo, monospace",
"heading": {
"fontFamily": null,
"fontStyle": null,
"fontWeight": 600,
"lineHeight": 1.25,
"textTransform": null,
"letterSpacing": null
},
"h0": {},
"h1": {},
"h2": {},
"h3": {},
"h4": {},
"h5": {},
"h6": {},
"alternativeText": {},
"space": [
0,
8,
16,
32,
48,
64,
96
],
"layout": {
"maxWidth": 1024,
"centered": false
},
"colors": {
"text": "#111",
"background": "#fff",
"primary": "#08e",
"secondary": "#059",
"highlight": "#e08",
"border": "#ddd",
"muted": "#eee"
},
"border": {
"width": 1,
"radius": 2
},
"link": {},
"button": {
"hover": {
"boxShadow": "inset 0 0 0 999px rgba(0, 0, 0, .125)"
}
},
"input": {},
"body": {
"margin": 0
},
"breakpoints": {
"xs": "@media screen and (max-width:40em)",
"sm": "@media screen and (min-width:40em)",
"md": "@media screen and (min-width:52em)",
"lg": "@media screen and (min-width:64em)"
}
},
"content": [
{
"component": "nav",
"links": [
{
"href": "https://github.com/garnerp/garnerp.github.io",
"text": "GitHub"
}
]
},
{
"component": "header",
"heading": "garnerp.github.io",
"subhead": null,
"children": [
{
"component": "ui/TweetButton",
"text": "garnerp.github.io: ",
"url": null
},
{
"component": "ui/GithubButton",
"user": "garnerp",
"repo": "garnerp.github.io"
}
],
"links": [
{
"href": "us.pg.com",
"text": "PG.com"
},
{
"href": "pgcanada.ca",
"text": "P&G Canada"
}
]
},
{
"component": "article",
"metadata": {
"source": "github.readme"
},
"html": "<p>Twenty by HTML5 UP\nhtml5up.net | @n33co\nFree for personal and commercial use under the CCA 3.0 license (html5up.net/license)</p>\n<p>This is Twenty, a minimal, multi-page responsive site template for HTML5 UP.</p>\n<p>As the name implies, this is my twentieth (!) design for HTML5 UP. Since the last\nfew have been single page affairs, I decided to go with something a bit more conventional\nand threw in four extra page layouts. Beyond that, it's the usual drill: fully responsive,\nbuilt on HTML5/CSS3/skel, and CCA licensed like all my other stuff. Sass sources are\nalso included for those of you into that sort of thing (entirely optional).</p>\n<p>Special thanks to Michael Domaradzki (md.photomerchant.net) for allowing me to use\nhis excellent photos in Twenty's demo*.</p>\n<p>(* = Not included! Only meant for use with my own on-site demo, so please do NOT download\nand/or use any of Michael's work without his explicit permission!)</p>\n<p>AJ\nn33.co @n33co dribbble.com/n33</p>\n<p>Credits:</p>\n<pre>Demo Images:\n Michael Domaradzki (md.photomerchant.net)\n <span class=\"hljs-string\">"Night Vision"</span>\n <span class=\"hljs-string\">"At the Station II"</span>\n <span class=\"hljs-string\">"Airchitecture II"</span>\n <span class=\"hljs-string\">"Livewires II"</span>\n <span class=\"hljs-string\">"Midnite Xpress I"</span>\n\nIcons:\n Font Awesome (fortawesome.github.com/Font-Awesome)\n\nOther:\n jQuery (jquery.com)\n html5shiv.js (@afarkas @jdalton @jon_neal @rem)\n CSS3 Pie (css3pie.com)\n background-size polyfill (github.com/louisremi)\n jquery.dropotron (n33.co)\n jquery.scrolly (n33.co)\n jquery.scrollgress (n33.co)\n skel (n33.co)</pre>"
},
{
"component": "footer",
"links": [
{
"href": "https://github.com/garnerp/garnerp.github.io",
"text": "GitHub"
},
{
"href": "https://github.com/garnerp",
"text": "garnerp"
}
]
}
]
}