Procházet zdrojové kódy

Merge 20c437b92a4772b10695071183fdcf8460e701ec into c1b14f115474d1469d474aecfd6584601d42e754

Darren Cox před 6 roky
rodič
revize
0b27340ba5

+ 1 - 0
.gitignore Zobrazit soubor

@@ -7,3 +7,4 @@ junk/
7 7
 media/
8 8
 *.log
9 9
 .jobs
10
+package-lock.json

+ 1 - 1
Dockerfile Zobrazit soubor

@@ -15,7 +15,7 @@ USER audiogram
15 15
 WORKDIR /home/audiogram
16 16
 
17 17
 # Clone repo
18
-RUN git clone https://github.com/nypublicradio/audiogram.git
18
+RUN git clone https://github.com/slategroup/audiogram.git
19 19
 WORKDIR /home/audiogram/audiogram
20 20
 
21 21
 # Install dependencies

binární
settings/backgrounds/BattleScars-audiogram.jpg Zobrazit soubor


binární
settings/backgrounds/ByTheBook-audiogram.jpg Zobrazit soubor


binární
settings/backgrounds/ChristmasIsComing-audiogram.png Zobrazit soubor


binární
settings/backgrounds/FamilyGhosts-audiogram.png Zobrazit soubor


binární
settings/backgrounds/Haunted-audiogram.jpg Zobrazit soubor


binární
settings/backgrounds/LifeAfter-BG-Center.jpg Zobrazit soubor


binární
settings/backgrounds/LifeAfter-BG-Left.jpg Zobrazit soubor


binární
settings/backgrounds/Pinna-audiogram.png Zobrazit soubor


binární
settings/backgrounds/TumanBay-audiogram.jpg Zobrazit soubor


binární
settings/backgrounds/dear_prudie.jpg Zobrazit soubor


binární
settings/backgrounds/lifeafter.png Zobrazit soubor


binární
settings/backgrounds/ppp.jpg Zobrazit soubor


binární
settings/backgrounds/represent.jpg Zobrazit soubor


binární
settings/backgrounds/slate_election_special.png Zobrazit soubor


binární
settings/backgrounds/why_oh_why.jpg Zobrazit soubor


+ 142 - 12
settings/themes.json Zobrazit soubor

@@ -15,18 +15,148 @@
15 15
     "captionLeft": 200,
16 16
     "captionRight": 1080
17 17
   },
18
-  "Basic": {
19
-    "backgroundColor": "#eee",
20
-    "foregroundColor": "#de1e3d"
21
-  },
22
-  "Neon": {
23
-    "backgroundColor": "#556270",
24
-    "foregroundColor": "#c7f464"
25
-  },
26
-  "Three colors": {
27
-    "backgroundColor": "#eee",
28
-    "captionColor": "#515151",
29
-    "waveColor": "#00b4ff"
18
+  "Christmas Is Coming": {
19
+    "captionAlign": "left",
20
+    "captionTop": 260,
21
+    "captionLeft": 60,
22
+    "captionRight": 1200,
23
+    "backgroundImage": "ChristmasIsComing-audiogram.png",
24
+    "foregroundColor": "#fff",
25
+    "waveBottom": 680,
26
+    "waveTop": 350
27
+  },
28
+  "Family Ghosts": {
29
+    "captionAlign": "right",
30
+    "captionTop": 230,
31
+    "captionRight": 1200,
32
+    "backgroundImage": "FamilyGhosts-audiogram.png",
33
+    "foregroundColor": "#fff",
34
+    "waveBottom": 680,
35
+    "waveTop": 350
36
+  },
37
+  "Pinna": {
38
+    "captionAlign": "right",
39
+    "captionTop": 50,
40
+    "captionRight": 1200,
41
+    "backgroundImage": "Pinna-audiogram.png",
42
+    "foregroundColor": "#fff",
43
+    "waveBottom": 600,
44
+    "waveTop": 400
45
+  },
46
+  "Battle Scars": {
47
+    "captionAlign": "center",
48
+    "captionTop": 200,
49
+    "backgroundImage": "BattleScars-audiogram.jpg",
50
+    "foregroundColor": "#fff",
51
+    "waveBottom": 700,
52
+    "waveTop": 320
53
+  },
54
+  "Haunted": {
55
+    "captionAlign": "right",
56
+    "captionTop": 220,
57
+    "captionRight": 1170,
58
+    "backgroundImage": "Haunted-audiogram.jpg",
59
+    "foregroundColor": "#fff",
60
+    "waveBottom": 700,
61
+    "waveTop": 320
62
+  },
63
+  "Tumanbay": {
64
+    "captionAlign": "center",
65
+    "captionTop": 200,
66
+    "backgroundImage": "TumanBay-audiogram.jpg",
67
+    "foregroundColor": "#fff",
68
+    "waveBottom": 600,
69
+    "waveTop": 300
70
+  },
71
+  "By The Book": {
72
+    "captionAlign": "right",
73
+    "captionTop": 200,
74
+    "captionRight": 1200,
75
+    "backgroundImage": "ByTheBook-audiogram.jpg",
76
+    "foregroundColor": "#fff",
77
+    "waveBottom": 700,
78
+    "waveTop": 320
79
+  },
80
+  "Panoply Pilot Project": {
81
+    "captionAlign": "right",
82
+    "captionTop": 60,
83
+    "captionRight": 1220,
84
+    "captionLeft": 640,
85
+    "backgroundImage": "ppp.jpg",
86
+    "foregroundColor": "#fc0",
87
+    "waveBottom": 660,
88
+    "waveTop": 320
89
+  },
90
+  "Slate Represent": {
91
+    "captionAlign": "right",
92
+    "captionTop": 60,
93
+    "captionRight": 1220,
94
+    "captionLeft": 640,
95
+    "backgroundImage": "represent.jpg",
96
+    "foregroundColor": "#ffffff",
97
+    "waveBottom": 660,
98
+    "waveTop": 320
99
+  },
100
+  "Why Oh Why": {
101
+    "captionAlign": "right",
102
+    "captionTop": 60,
103
+    "captionRight": 1220,
104
+    "captionLeft": 640,
105
+    "backgroundImage": "why_oh_why.jpg",
106
+    "captionColor": "#727074",
107
+    "waveColor": "#00b3ff",
108
+    "waveBottom": 660,
109
+    "waveTop": 320
110
+  },
111
+  "Dear Prudie": {
112
+    "foregroundColor": "#fff",
113
+    "backgroundImage": "dear_prudie.jpg",
114
+    "pattern": "equalizer",
115
+    "captionTop": 40,
116
+    "captionBottom": 380,
117
+    "waveTop": 420,
118
+    "waveBottom": 720
119
+  },
120
+  "LifeAfter-Center": {
121
+    "captionAlign": "center",
122
+    "captionTop": 60,
123
+    "captionRight": 1080,
124
+    "captionLeft": 200,
125
+    "backgroundImage": "LifeAfter-BG-Center.jpg",
126
+    "captionColor": "#ffffff",
127
+    "pattern": "line",
128
+    "waveColor": "#038f93",
129
+    "waveBottom": 680,
130
+    "waveTop": 440
131
+  },
132
+   "LifeAfter-Left": {
133
+    "captionAlign": "center",
134
+    "captionTop": 200,
135
+    "captionBottom": 380,
136
+    "captionRight": 1255,
137
+    "captionLeft": 805,
138
+    "backgroundImage": "LifeAfter-BG-Left.jpg",
139
+    "captionColor": "#ffffff",
140
+    "pattern": "line",
141
+    "waveColor": "#038f93",
142
+    "waveBottom": 680,
143
+    "waveTop": 440
144
+  },
145
+  "Slate - Election Day Special": {
146
+    "captionAlign": "right",
147
+    "captionTop": 60,
148
+    "captionRight": 1220,
149
+    "captionLeft": 640,
150
+    "backgroundImage": "slate_election_special.png",
151
+    "captionColor": "#ffffff",
152
+    "waveColor": "#ffffff",
153
+    "waveBottom": 660,
154
+    "waveTop": 320
155
+  },
156
+  "Megaphone Dark": {
157
+    "backgroundColor": "#232831",
158
+    "captionColor": "#44484f",
159
+    "waveColor": "#7373ea"
30 160
   },
31 161
   "Background image with top right text": {
32 162
     "captionAlign": "right",