Skip to content

Commit a3aef97

Browse files
committed
Update compositor.json
1 parent 1dd116a commit a3aef97

File tree

1 file changed

+90
-0
lines changed

1 file changed

+90
-0
lines changed

compositor.json

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
{
2+
"name": "iamarek/JavaScript30",
3+
"version": "0.1.4",
4+
"libraries": {
5+
"xv": "^1.1.25"
6+
},
7+
"title": "",
8+
"branch": "",
9+
"style": {
10+
"name": "Brutalist",
11+
"componentSet": {
12+
"nav": "nav/BasicNav",
13+
"header": "header/BasicHeader",
14+
"article": "article/MarkdownArticle",
15+
"footer": "footer/BasicFooter"
16+
},
17+
"fontFamily": "Consolas, \"Liberation Mono\", Menlo, Courier, monospace",
18+
"heading": {},
19+
"typeScale": [
20+
48,
21+
32,
22+
20,
23+
18,
24+
16,
25+
14,
26+
12
27+
],
28+
"layout": {
29+
"maxWidth": 1024,
30+
"fluid": true
31+
},
32+
"colors": {
33+
"text": "#333",
34+
"background": "#fff",
35+
"primary": "#666",
36+
"secondary": "#888",
37+
"highlight": "#1f80ff",
38+
"muted": "#f6f6f6",
39+
"border": "#eee"
40+
}
41+
},
42+
"content": [
43+
{
44+
"component": "nav",
45+
"links": [
46+
{
47+
"href": "https://github.com/iamarek/JavaScript30",
48+
"text": "GitHub"
49+
}
50+
]
51+
},
52+
{
53+
"component": "header",
54+
"heading": "JavaScript30",
55+
"subhead": "30 Day Vanilla JS Challenge",
56+
"children": [
57+
{
58+
"component": "ui/TweetButton",
59+
"text": "JavaScript30: 30 Day Vanilla JS Challenge",
60+
"url": null
61+
},
62+
{
63+
"component": "ui/GithubButton",
64+
"user": "iamarek",
65+
"repo": "JavaScript30"
66+
}
67+
]
68+
},
69+
{
70+
"component": "article",
71+
"metadata": {
72+
"source": "github.readme"
73+
},
74+
"html": "<p><img src=\"https://javascript30.com/images/JS3-social-share.png\"></p>\n\n<p>Starter Files + Completed solutions for the JavaScript 30 Day Challenge. </p>\n<p>Grab the course at <a href=\"https://JavaScript30.com\">https://JavaScript30.com</a></p>\n<h2>Pull Requests</h2>\n<p>These are meant to be 1:1 copies of what is done in the video. If you found a better / different way to do things, great, but I will be keeping them the same as the videos. </p>\n<p>The starter files + solutions will be updated if/when the videos are updated. </p>\n<p>Thanks!</p>\n"
75+
},
76+
{
77+
"component": "footer",
78+
"links": [
79+
{
80+
"href": "https://github.com/iamarek/JavaScript30",
81+
"text": "GitHub"
82+
},
83+
{
84+
"href": "https://github.com/iamarek",
85+
"text": "iamarek"
86+
}
87+
]
88+
}
89+
]
90+
}

0 commit comments

Comments
 (0)