Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
c4904e2
QR page creation
Sep 4, 2018
b2907c4
links deleted on "Notable Sponsors" (english version)
Sep 4, 2018
ff0127d
links deleted on "Notable Sponsors" (chinese version)
Sep 4, 2018
5486b48
Meta for FB, TW and G+ on english version page
Sep 4, 2018
79a104d
Meta for FB, TW and G+ on Chinese version page
Sep 4, 2018
161169c
MailChimp migration on english page
Sep 4, 2018
17aaa2e
Mailchimp migration on chinese page
Sep 4, 2018
38d7be6
link change to chinese blog https://www.weibo.com/ZEP888
Sep 4, 2018
22984a5
qr link modified on english version and modification on thankyou oage
Sep 6, 2018
d54b067
Mod on webchat link to qr page
Sep 6, 2018
99f43ee
Translation on description to chinese
Sep 6, 2018
20c2bc7
qr on same page and working icon
Sep 11, 2018
48038c4
Border added and fix responsive deformation on qr image
Sep 11, 2018
d03ee93
Styling for Newsletter input and button
Sep 12, 2018
f3294fe
Hero illustrations mods
Sep 12, 2018
9f804d2
Fix unused <
Sep 12, 2018
b8360a2
Chinese: weibo link on footer
Sep 12, 2018
f2a63f4
Chinese:style to new newsletter input box
Sep 12, 2018
9a98ab9
Chinese: hero images color correction
Sep 12, 2018
8223cc4
Fix qr footer and link to qr in chinese
Sep 12, 2018
fef22e9
share card changes and fixes
Sep 12, 2018
29f20b3
Chinese: Chinese footer on qr
Sep 12, 2018
3fd123f
Delete unnecessary images
deadpine Sep 17, 2018
3eb3c2c
Fix stroke color on hero img
deadpine Sep 17, 2018
53a799b
Fix links to Chinese blog
deadpine Sep 17, 2018
672f45c
Fix code layout on /zh footer
deadpine Sep 17, 2018
135389b
Fix navbar link to English site
deadpine Sep 17, 2018
771864c
Add link to /zh on 'qr.html'
deadpine Sep 17, 2018
7a1e3a4
Fix mobile menu animation & Update meta on head
deadpine Sep 17, 2018
f96d1d8
Revert "Fix mobile menu animation & Update meta on head"
deadpine Sep 17, 2018
d46971c
Fix Telegram link
deadpine Sep 18, 2018
37290b1
Restore Mailchimp subscription (temporary)
deadpine Sep 18, 2018
2e9456f
Fix img path on /zh
deadpine Sep 18, 2018
78cc6ef
Changes mobil's menu, colors, previous misspellings, etc
Sep 21, 2018
0150706
Modification on width of mobil menu
Sep 21, 2018
720acc3
New subscription form /en
deadpine Oct 1, 2018
6126986
New subscription form /zh
deadpine Oct 1, 2018
c0ec448
Fix paths on /zh/thankyou
deadpine Oct 1, 2018
1b70a9e
Delete extra lines
deadpine Oct 1, 2018
05f1f8d
Small fix on mobile menu
deadpine Oct 1, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion css/materialize.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
.media { padding: 4rem 0; }
.media h1 { margin: 0 0 2rem 0 !important;}
nav .brand-logo { left: 0px !important; -webkit-transform: none !important; }
nav .li-margin { margin-top: calc(50vh - 263px); }
nav .li-margin { margin-top: calc(50vh - 350px); }
nav .sidenav-trigger { margin-right: 0 !important;}
section, footer { margin-top: -1px;}
.container {
Expand Down
55 changes: 52 additions & 3 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ nav .sidenav-trigger {
#mobile-nav a {
color: white;
width: auto;
max-width: 200px;
max-width: 80%;
margin: auto;
text-align: center;
font-weight: 600;
Expand All @@ -153,12 +153,33 @@ nav .sidenav-trigger {
}
#mobile-nav li.small-li {
height: 2.5rem !important;
}
#mobile-nav li.small-li a{

}
#mobile-nav li.button-li {
display: flex;
align-items: center;
justify-content: center;
height: 150px !important;
margin-top: 5em;
height: 100px !important;
}

.border-below {
border-bottom: 1px solid #3D3D3D;
font-size: 1.5em !important;
font-weight: bold;
padding-bottom: 3.2em!important;
margin-top: 2.5em !important;
padding-left: 0px !important;
text-align: unset!important;
background-image: url("../img/ic_arrow-right.svg");
background-repeat: no-repeat;
background-position: center right;
}

.no-border-below5 {
border-bottom: none!important;
}
.side-nav {
width: 100%;
Expand Down Expand Up @@ -462,7 +483,6 @@ blockquote {
max-width: 90%;
margin: auto !important;
margin-bottom: 2rem !important;
color: #4CC5FF !important;
}
iframe {
border: solid transparent;
Expand Down Expand Up @@ -585,3 +605,32 @@ footer h3 img {
position: relative;
bottom: -158px;
}

/*QR*/

.qr {
padding: 20px;
background-color: white;
width: unset;
}

img.qr {
width: unset !important;
}

::-webkit-input-placeholder {
color: #67eaec !important;
}
::-moz-placeholder {
color: #67eaec !important;
}
:-ms-input-placeholder {
color: #67eaec !important;
}
::placeholder {
color: #67eaec !important;
}

input.text-color{
color: #67eaec !important;
}
12 changes: 12 additions & 0 deletions img/ic_arrow-right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
237 changes: 237 additions & 0 deletions img/img_hero-new.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
307 changes: 0 additions & 307 deletions img/img_hero.svg

This file was deleted.

1 change: 0 additions & 1 deletion img/img_hero1.svg

This file was deleted.

1 change: 0 additions & 1 deletion img/img_hero2.svg

This file was deleted.

Loading