Skip to content

Commit b0d1ed3

Browse files
Merge branch 'develop/landing-page'
2 parents 533a4fb + b88b679 commit b0d1ed3

File tree

9 files changed

+182
-228
lines changed

9 files changed

+182
-228
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
.idea
2+
3+
.vscode/

css/bootstrap-theme.min.css

Lines changed: 0 additions & 6 deletions
This file was deleted.

css/bootstrap.min.css

Lines changed: 0 additions & 6 deletions
This file was deleted.

css/cover.css

Lines changed: 0 additions & 167 deletions
This file was deleted.

css/ie10-viewport-bug-workaround.css

Lines changed: 0 additions & 15 deletions
This file was deleted.

css/style.css

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
p {
2+
font-family: 'Roboto', cursive;
3+
}
4+
5+
h1, h2, h3 {
6+
font-family: 'Boogaloo', sans-serif;
7+
}
8+
#gdpr_39820{
9+
width:5%;
10+
}
11+
#mc_embed_signup {
12+
background: #fff;
13+
clear: left;
14+
font: 14px Roboto, Arial, sans-serif;
15+
}
16+
17+
#header {
18+
padding-top: 5px;
19+
padding-bottom: 5px;
20+
}
21+
22+
#keyboardSymbol {
23+
margin-bottom: 10px;
24+
margin-top: 10px
25+
}
26+
27+
@media only screen and (max-width: 992px) {
28+
.desktopLogo {
29+
display: none;
30+
}
31+
.mobileLogo {
32+
display: inline;
33+
}
34+
body {
35+
padding: 5px;
36+
}
37+
}
38+
39+
@media only screen and (min-width: 992px) {
40+
.desktopLogo {
41+
display: block;
42+
}
43+
.mobileLogo {
44+
display: none;
45+
}
46+
}
47+
48+
#mc-embedded-subscribe-form input[type=checkbox] {
49+
display: inline;
50+
width: auto;
51+
margin-right: 10px;
52+
}
53+
54+
#mergeRow-gdpr {
55+
margin-top: 20px;
56+
}
57+
58+
#mergeRow-gdpr fieldset label {
59+
font-weight: normal;
60+
}
61+
62+
#mc-embedded-subscribe-form .mc_fieldset {
63+
border: none;
64+
min-height: 0px;
65+
padding-bottom: 0px;
66+
}

img/CodeWithLogoSmall.png

25.7 KB
Loading

img/CodeWithSymbol.png

8.3 KB
Loading

0 commit comments

Comments
 (0)