Skip to content

Commit 58ffbe2

Browse files
committed
Add thank you page and switch MailChimp accounts
1 parent 7724ef9 commit 58ffbe2

File tree

6 files changed

+337
-6
lines changed

6 files changed

+337
-6
lines changed

css/thanks.css

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
body {
2+
background-color: white;
3+
}
4+
5+
header {
6+
background-color: #4a4a4a;
7+
width: 100%;
8+
height: 150px;
9+
}
10+
11+
header #logo {
12+
margin: 0 auto;
13+
padding: 55px 0;
14+
display: block;
15+
}
16+
17+
#thanks {
18+
padding: 10px;
19+
}
20+
21+
#thanks p {
22+
color: #000;
23+
font-size: 35px;
24+
font-weight: 600;
25+
text-align: center;
26+
}
27+
28+
#thanks a {
29+
display: block;
30+
font-size: 16px;
31+
text-align: center;
32+
}
33+
34+
footer {
35+
color: #000;
36+
}
37+
38+
footer #social a {
39+
display: inline-block;
40+
width: 32px;
41+
height: 32px;
42+
background-size: 32px;
43+
background-repeat: no-repeat;
44+
margin: 2.5px;
45+
}
46+
47+
footer #twitter-icon {
48+
background-image: url('../images/twitter_icon-greyscale.svg');
49+
}
50+
51+
footer #twitter-icon:hover, #twitter-icon:active {
52+
background-image: url('../images/twitter_icon-colour.svg');
53+
}
54+
55+
#sponsored a {
56+
color: #000;
57+
}

images/logo.svg

Lines changed: 139 additions & 0 deletions
Loading

images/twitter_icon-colour.svg

Lines changed: 55 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)