Skip to content

Commit cd3a3fc

Browse files
authored
Merge pull request #51 from mailchimp/enhancement/46
Add Mailchimp Signup Flow
2 parents 68b31e2 + a28b1ca commit cd3a3fc

File tree

83 files changed

+3046
-943
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+3046
-943
lines changed

assets/css/admin.css

Lines changed: 733 additions & 0 deletions
Large diffs are not rendered by default.
File renamed without changes.
48.6 KB
Binary file not shown.
36.3 KB
Binary file not shown.
52.2 KB
Binary file not shown.
39.6 KB
Binary file not shown.
45.2 KB
Binary file not shown.
33.5 KB
Binary file not shown.
48.2 KB
Binary file not shown.
36.3 KB
Binary file not shown.
48.2 KB
Binary file not shown.
39.3 KB
Binary file not shown.
48 KB
Binary file not shown.
35.9 KB
Binary file not shown.
Binary file not shown.
39.1 KB
Binary file not shown.

assets/fonts/Means/fonts.css

Lines changed: 132 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,132 @@
1+
/*
2+
This font software is the property of Commercial Type.
3+
4+
You may not modify the font software, use it on another website, or install it on a computer.
5+
6+
License information is available at http://commercialtype.com/eula
7+
For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com
8+
9+
Copyright (C) 2016 Schwartzco Inc.
10+
11+
*/
12+
13+
14+
.Means-Light-Web {
15+
font-family: "Means Web";
16+
font-weight: 300;
17+
font-style: normal;
18+
font-stretch: normal;
19+
}
20+
21+
.Means-LightItalic-Web {
22+
font-family: "Means Web";
23+
font-weight: 300;
24+
font-style: italic;
25+
font-stretch: normal;
26+
}
27+
28+
.Means-Regular-Web {
29+
font-family: "Means Web";
30+
font-weight: 400;
31+
font-style: normal;
32+
font-stretch: normal;
33+
}
34+
35+
.Means-RegularItalic-Web {
36+
font-family: "Means Web";
37+
font-weight: 400;
38+
font-style: italic;
39+
font-stretch: normal;
40+
}
41+
42+
.Means-Medium-Web {
43+
font-family: "Means Web";
44+
font-weight: 500;
45+
font-style: normal;
46+
font-stretch: normal;
47+
}
48+
49+
.Means-MediumItalic-Web {
50+
font-family: "Means Web";
51+
font-weight: 500;
52+
font-style: italic;
53+
font-stretch: normal;
54+
}
55+
56+
.Means-Bold-Web {
57+
font-family: "Means Web";
58+
font-weight: 700;
59+
font-style: normal;
60+
font-stretch: normal;
61+
}
62+
63+
.Means-BoldItalic-Web {
64+
font-family: "Means Web";
65+
font-weight: 700;
66+
font-style: italic;
67+
font-stretch: normal;
68+
}
69+
70+
@font-face {
71+
font-family: "Means Web";
72+
src: url("Means-Light-Web.woff2") format("woff2"),
73+
url("Means-Light-Web.woff") format("woff");
74+
font-weight: 300;
75+
font-style: normal;
76+
}
77+
78+
@font-face {
79+
font-family: "Means Web";
80+
src: url("Means-LightItalic-Web.woff2") format("woff2"),
81+
url("Means-LightItalic-Web.woff") format("woff");
82+
font-weight: 300;
83+
font-style: italic;
84+
}
85+
86+
@font-face {
87+
font-family: "Means Web";
88+
src: url("Means-Regular-Web.woff2") format("woff2"),
89+
url("Means-Regular-Web.woff") format("woff");
90+
font-weight: 400;
91+
font-style: normal;
92+
}
93+
94+
@font-face {
95+
font-family: "Means Web";
96+
src: url("Means-RegularItalic-Web.woff2") format("woff2"),
97+
url("Means-RegularItalic-Web.woff") format("woff");
98+
font-weight: 400;
99+
font-style: italic;
100+
}
101+
102+
@font-face {
103+
font-family: "Means Web";
104+
src: url("Means-Medium-Web.woff2") format("woff2"),
105+
url("Means-Medium-Web.woff") format("woff");
106+
font-weight: 500;
107+
font-style: normal;
108+
}
109+
110+
@font-face {
111+
font-family: "Means Web";
112+
src: url("Means-MediumItalic-Web.woff2") format("woff2"),
113+
url("Means-MediumItalic-Web.woff") format("woff");
114+
font-weight: 500;
115+
font-style: italic;
116+
}
117+
118+
@font-face {
119+
font-family: "Means Web";
120+
src: url("Means-Bold-Web.woff2") format("woff2"),
121+
url("Means-Bold-Web.woff") format("woff");
122+
font-weight: 700;
123+
font-style: normal;
124+
}
125+
126+
@font-face {
127+
font-family: "Means Web";
128+
src: url("Means-BoldItalic-Web.woff2") format("woff2"),
129+
url("Means-BoldItalic-Web.woff") format("woff");
130+
font-weight: 700;
131+
font-style: italic;
132+
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

assets/fonts/graphik/fonts.css

Lines changed: 263 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,263 @@
1+
/*
2+
This font software is the property of Commercial Type.
3+
4+
You may not modify the font software, use it on another website, or install it on a computer.
5+
6+
License information is available at http://commercialtype.com/eula
7+
For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com
8+
9+
Copyright (C) 2016 Schwartzco Inc.
10+
11+
*/
12+
13+
.GraphikMailchimp-Thin-Web {
14+
font-family: 'Graphik Mailchimp Web';
15+
font-weight: 100;
16+
font-style: normal;
17+
}
18+
19+
.GraphikMailchimp-ThinItalic-Web {
20+
font-family: 'Graphik Mailchimp Web';
21+
font-weight: 100;
22+
font-style: italic;
23+
}
24+
25+
.GraphikMailchimp-Extralight-Web {
26+
font-family: 'Graphik Mailchimp Web';
27+
font-weight: 200;
28+
font-style: normal;
29+
}
30+
31+
.GraphikMailchimp-ExtralightItalic-Web {
32+
font-family: 'Graphik Mailchimp Web';
33+
font-weight: 200;
34+
font-style: italic;
35+
}
36+
37+
.GraphikMailchimp-Light-Web {
38+
font-family: 'Graphik Mailchimp Web';
39+
font-weight: 300;
40+
font-style: normal;
41+
}
42+
43+
.GraphikMailchimp-LightItalic-Web {
44+
font-family: 'Graphik Mailchimp Web';
45+
font-weight: 300;
46+
font-style: italic;
47+
}
48+
49+
.GraphikMailchimp-Regular-Web {
50+
font-family: 'Graphik Mailchimp Web';
51+
font-weight: 400;
52+
font-style: normal;
53+
}
54+
55+
.GraphikMailchimp-RegularItalic-Web {
56+
font-family: 'Graphik Mailchimp Web';
57+
font-weight: 400;
58+
font-style: italic;
59+
}
60+
61+
.GraphikMailchimp-Medium-Web {
62+
font-family: 'Graphik Mailchimp Web';
63+
font-weight: 500;
64+
font-style: normal;
65+
}
66+
67+
.GraphikMailchimp-MediumItalic-Web {
68+
font-family: 'Graphik Mailchimp Web';
69+
font-weight: 500;
70+
font-style: italic;
71+
}
72+
73+
.GraphikMailchimp-Semibold-Web {
74+
font-family: 'Graphik Mailchimp Web';
75+
font-weight: 600;
76+
font-style: normal;
77+
}
78+
79+
.GraphikMailchimp-SemiboldItalic-Web {
80+
font-family: 'Graphik Mailchimp Web';
81+
font-weight: 600;
82+
font-style: italic;
83+
}
84+
85+
.GraphikMailchimp-Bold-Web {
86+
font-family: 'Graphik Mailchimp Web';
87+
font-weight: 700;
88+
font-style: normal;
89+
}
90+
91+
.GraphikMailchimp-BoldItalic-Web {
92+
font-family: 'Graphik Mailchimp Web';
93+
font-weight: 700;
94+
font-style: italic;
95+
}
96+
97+
.GraphikMailchimp-Black-Web {
98+
font-family: 'Graphik Mailchimp Web';
99+
font-weight: 800;
100+
font-style: normal;
101+
}
102+
103+
.GraphikMailchimp-BlackItalic-Web {
104+
font-family: 'Graphik Mailchimp Web';
105+
font-weight: 800;
106+
font-style: italic;
107+
}
108+
109+
.GraphikMailchimp-Super-Web {
110+
font-family: 'Graphik Mailchimp Web';
111+
font-weight: 900;
112+
font-style: normal;
113+
}
114+
115+
.GraphikMailchimp-SuperItalic-Web {
116+
font-family: 'Graphik Mailchimp Web';
117+
font-weight: 900;
118+
font-style: italic;
119+
}
120+
121+
@font-face {
122+
font-family: 'Graphik Mailchimp Web';
123+
src: url('GraphikMailchimp-Thin-Web.woff2') format('woff2'),
124+
url('GraphikMailchimp-Thin-Web.woff') format('woff');
125+
font-weight: 100;
126+
font-style: normal;
127+
}
128+
129+
@font-face {
130+
font-family: 'Graphik Mailchimp Web';
131+
src: url('GraphikMailchimp-ThinItalic-Web.woff2') format('woff2'),
132+
url('GraphikMailchimp-ThinItalic-Web.woff') format('woff');
133+
font-weight: 100;
134+
font-style: italic;
135+
}
136+
137+
@font-face {
138+
font-family: 'Graphik Mailchimp Web';
139+
src: url('GraphikMailchimp-Extralight-Web.woff2') format('woff2'),
140+
url('GraphikMailchimp-Extralight-Web.woff') format('woff');
141+
font-weight: 200;
142+
font-style: normal;
143+
}
144+
145+
@font-face {
146+
font-family: 'Graphik Mailchimp Web';
147+
src: url('GraphikMailchimp-ExtralightItalic-Web.woff2') format('woff2'),
148+
url('GraphikMailchimp-ExtralightItalic-Web.woff') format('woff');
149+
font-weight: 200;
150+
font-style: italic;
151+
}
152+
153+
@font-face {
154+
font-family: 'Graphik Mailchimp Web';
155+
src: url('GraphikMailchimp-Light-Web.woff2') format('woff2'),
156+
url('GraphikMailchimp-Light-Web.woff') format('woff');
157+
font-weight: 300;
158+
font-style: normal;
159+
}
160+
161+
@font-face {
162+
font-family: 'Graphik Mailchimp Web';
163+
src: url('GraphikMailchimp-LightItalic-Web.woff2') format('woff2'),
164+
url('GraphikMailchimp-LightItalic-Web.woff') format('woff');
165+
font-weight: 300;
166+
font-style: italic;
167+
}
168+
169+
@font-face {
170+
font-family: 'Graphik Mailchimp Web';
171+
src: url('GraphikMailchimp-Regular-Web.woff2') format('woff2'),
172+
url('GraphikMailchimp-Regular-Web.woff') format('woff');
173+
font-weight: 400;
174+
font-style: normal;
175+
}
176+
177+
@font-face {
178+
font-family: 'Graphik Mailchimp Web';
179+
src: url('GraphikMailchimp-RegularItalic-Web.woff2') format('woff2'),
180+
url('GraphikMailchimp-RegularItalic-Web.woff') format('woff');
181+
font-weight: 400;
182+
font-style: italic;
183+
}
184+
185+
@font-face {
186+
font-family: 'Graphik Mailchimp Web';
187+
src: url('GraphikMailchimp-Medium-Web.woff2') format('woff2'),
188+
url('GraphikMailchimp-Medium-Web.woff') format('woff');
189+
font-weight: 500;
190+
font-style: normal;
191+
}
192+
193+
@font-face {
194+
font-family: 'Graphik Mailchimp Web';
195+
src: url('GraphikMailchimp-MediumItalic-Web.woff2') format('woff2'),
196+
url('GraphikMailchimp-MediumItalic-Web.woff') format('woff');
197+
font-weight: 500;
198+
font-style: italic;
199+
}
200+
201+
@font-face {
202+
font-family: 'Graphik Mailchimp Web';
203+
src: url('GraphikMailchimp-Semibold-Web.woff2') format('woff2'),
204+
url('GraphikMailchimp-Semibold-Web.woff') format('woff');
205+
font-weight: 600;
206+
font-style: normal;
207+
}
208+
209+
@font-face {
210+
font-family: 'Graphik Mailchimp Web';
211+
src: url('GraphikMailchimp-SemiboldItalic-Web.woff2') format('woff2'),
212+
url('GraphikMailchimp-SemiboldItalic-Web.woff') format('woff');
213+
font-weight: 600;
214+
font-style: italic;
215+
}
216+
217+
@font-face {
218+
font-family: 'Graphik Mailchimp Web';
219+
src: url('GraphikMailchimp-Bold-Web.woff2') format('woff2'),
220+
url('GraphikMailchimp-Bold-Web.woff') format('woff');
221+
font-weight: 700;
222+
font-style: normal;
223+
}
224+
225+
@font-face {
226+
font-family: 'Graphik Mailchimp Web';
227+
src: url('GraphikMailchimp-BoldItalic-Web.woff2') format('woff2'),
228+
url('GraphikMailchimp-BoldItalic-Web.woff') format('woff');
229+
font-weight: 700;
230+
font-style: italic;
231+
}
232+
233+
@font-face {
234+
font-family: 'Graphik Mailchimp Web';
235+
src: url('GraphikMailchimp-Black-Web.woff2') format('woff2'),
236+
url('GraphikMailchimp-Black-Web.woff') format('woff');
237+
font-weight: 800;
238+
font-style: normal;
239+
}
240+
241+
@font-face {
242+
font-family: 'Graphik Mailchimp Web';
243+
src: url('GraphikMailchimp-BlackItalic-Web.woff2') format('woff2'),
244+
url('GraphikMailchimp-BlackItalic-Web.woff') format('woff');
245+
font-weight: 800;
246+
font-style: italic;
247+
}
248+
249+
@font-face {
250+
font-family: 'Graphik Mailchimp Web';
251+
src: url('GraphikMailchimp-Super-Web.woff2') format('woff2'),
252+
url('GraphikMailchimp-Super-Web.woff') format('woff');
253+
font-weight: 900;
254+
font-style: normal;
255+
}
256+
257+
@font-face {
258+
font-family: 'Graphik Mailchimp Web';
259+
src: url('GraphikMailchimp-SuperItalic-Web.woff2') format('woff2'),
260+
url('GraphikMailchimp-SuperItalic-Web.woff') format('woff');
261+
font-weight: 900;
262+
font-style: italic;
263+
}

0 commit comments

Comments
 (0)