diff --git a/build-landing-page.sh b/build-landing-page.sh
index f50c1e1..206e5b2 100755
--- a/build-landing-page.sh
+++ b/build-landing-page.sh
@@ -4,6 +4,6 @@
echo "Copying index.html, dest, and assets to resources/{templates,public}."
cp static_langing_page/index.html resources/templates/index.html
-cp static_langing_page/welcome-dev.html resources/templates/welcome-dev.html
+cp static_langing_page/welcome.html resources/templates/welcome.html
cp -r static_langing_page/dest/ resources/public/dest/
cp -r static_langing_page/assets/ resources/public/assets/
diff --git a/resources/public/dest/css/main.css b/resources/public/dest/css/main.css
index 04d5d87..9cfd631 100644
--- a/resources/public/dest/css/main.css
+++ b/resources/public/dest/css/main.css
@@ -714,13 +714,25 @@ li.social-link a {
opacity: 1; }
.welcome-actions {
- max-width: 723px;
+ max-width: 800px;
margin: 0 auto;
- padding: 24px 32px;
border-radius: 8px;
background-color: #ffffff;
box-shadow: 0 5px 16px 0 rgba(230, 235, 238, 0.68); }
+.welcome-action {
+ -ms-flex: 1;
+ flex: 1;
+ padding: 24px 32px; }
+
+@media (min-width: 640px) {
+ .welcome-actions {
+ display: -ms-flexbox;
+ display: flex; }
+ .welcome-action:last-of-type {
+ padding-left: 32px;
+ border-left: solid 1px #ecf0f3; } }
+
.welcome-action h2 {
font-family: "PostGrotesk-Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
font-size: 18px;
diff --git a/resources/public/dest/img/new-site/icon_rt_black.svg b/resources/public/dest/img/new-site/icon_rt_black.svg
new file mode 100644
index 0000000..835f3d5
--- /dev/null
+++ b/resources/public/dest/img/new-site/icon_rt_black.svg
@@ -0,0 +1 @@
+icon_sl
\ No newline at end of file
diff --git a/static_langing_page/welcome-dev.html b/resources/templates/welcome.html
similarity index 94%
rename from static_langing_page/welcome-dev.html
rename to resources/templates/welcome.html
index e23e1c6..70d5496 100644
--- a/static_langing_page/welcome-dev.html
+++ b/resources/templates/welcome.html
@@ -43,7 +43,6 @@
@@ -54,14 +53,12 @@
Hello and welcome to Status Open Bounty!
-
Thank you for joining our community of committed developers.
- Get started now and start getting paid for contributing
- to open source projects!
+
Thank you for signing up to learn more about Status Open Bounty for organizations. We thank you for joining our community and continued support of open source projects. Stay tuned for more information
-
+
Join the conversation on Riot
Stay up to date on the latest news, bounties and special programs that only take place within the Status Open Bounty Riot Room
Join Now
@@ -69,7 +66,7 @@
Star us on Github
-
Help us raise awareness and attract more talented contributors just like you. Star us on Github and help spread the word.
+
Help us raise awareness and attract more talented contributors. Star us on Github and help spread the word.
Open Github
diff --git a/src/clj/commiteth/routes/home.clj b/src/clj/commiteth/routes/home.clj
index 9a16cca..1230d13 100644
--- a/src/clj/commiteth/routes/home.clj
+++ b/src/clj/commiteth/routes/home.clj
@@ -26,7 +26,7 @@
(layout/render "index.html" {:authorize-url (github/signup-authorize-url)}))
(defn welcome-page []
- (layout/render "welcome-dev.html"))
+ (layout/render "welcome.html"))
(defroutes home-routes
(GET "/app" {{user :identity} :session}
diff --git a/static_langing_page/dest/css/main.css b/static_langing_page/dest/css/main.css
index 04d5d87..9cfd631 100644
--- a/static_langing_page/dest/css/main.css
+++ b/static_langing_page/dest/css/main.css
@@ -714,13 +714,25 @@ li.social-link a {
opacity: 1; }
.welcome-actions {
- max-width: 723px;
+ max-width: 800px;
margin: 0 auto;
- padding: 24px 32px;
border-radius: 8px;
background-color: #ffffff;
box-shadow: 0 5px 16px 0 rgba(230, 235, 238, 0.68); }
+.welcome-action {
+ -ms-flex: 1;
+ flex: 1;
+ padding: 24px 32px; }
+
+@media (min-width: 640px) {
+ .welcome-actions {
+ display: -ms-flexbox;
+ display: flex; }
+ .welcome-action:last-of-type {
+ padding-left: 32px;
+ border-left: solid 1px #ecf0f3; } }
+
.welcome-action h2 {
font-family: "PostGrotesk-Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
font-size: 18px;
diff --git a/static_langing_page/dest/img/new-site/icon_rt_black.svg b/static_langing_page/dest/img/new-site/icon_rt_black.svg
new file mode 100644
index 0000000..835f3d5
--- /dev/null
+++ b/static_langing_page/dest/img/new-site/icon_rt_black.svg
@@ -0,0 +1 @@
+
icon_sl
\ No newline at end of file
diff --git a/static_langing_page/src/img/new-site/icon_rt_black.svg b/static_langing_page/src/img/new-site/icon_rt_black.svg
new file mode 100644
index 0000000..df639b8
--- /dev/null
+++ b/static_langing_page/src/img/new-site/icon_rt_black.svg
@@ -0,0 +1,40 @@
+
+
+
+
+icon_sl
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static_langing_page/src/scss/welcome.scss b/static_langing_page/src/scss/welcome.scss
index 2751e8a..60f3b9a 100644
--- a/static_langing_page/src/scss/welcome.scss
+++ b/static_langing_page/src/scss/welcome.scss
@@ -51,11 +51,11 @@
padding-top: 24px;
padding-bottom: 60px;
margin: 0 auto;
- font-family: $PostGroteskMedium;
- font-size: 17px;
- line-height: 1.41;
- text-align: center;
- color: #8d99a4;
+ font-family: $PostGroteskMedium;
+ font-size: 17px;
+ line-height: 1.41;
+ text-align: center;
+ color: #8d99a4;
}
.welcome-home-link:hover {
@@ -63,59 +63,74 @@
}
.welcome-actions {
- max-width: 723px;
+ max-width: 800px;
margin: 0 auto;
- padding: 24px 32px;
border-radius: 8px;
- background-color: #ffffff;
- box-shadow: 0 5px 16px 0 rgba(230, 235, 238, 0.68);
+ background-color: #ffffff;
+ box-shadow: 0 5px 16px 0 rgba(230, 235, 238, 0.68);
}
+ .welcome-action {
+ flex: 1;
+ padding: 24px 32px;
+ }
+
+ @media (min-width: 640px) {
+ .welcome-actions {
+ display: flex;
+ }
+
+ .welcome-action:last-of-type {
+ padding-left: 32px;
+ border-left: solid 1px #ecf0f3;
+ }
+ }
+
.welcome-action h2 {
font-family: $PostGroteskMedium;
- font-size: 18px;
- font-weight: 500;
- line-height: 1.72;
- text-align: left;
- color: #42505c;
+ font-size: 18px;
+ font-weight: 500;
+ line-height: 1.72;
+ text-align: left;
+ color: #42505c;
}
.welcome-action p {
opacity: 0.5;
- font-family: $PostGroteskMedium;
- font-size: 16px;
- line-height: 1.5;
- text-align: left;
- color: #42505c;
+ font-family: $PostGroteskMedium;
+ font-size: 16px;
+ line-height: 1.5;
+ text-align: left;
+ color: #42505c;
}
.welcome-icon {
- width: 32px;
- height: 32px;
- padding: 7px;
- border-radius: 100px;
- border: solid 1px #ecf0f3;
+ width: 32px;
+ height: 32px;
+ padding: 7px;
+ border-radius: 100px;
+ border: solid 1px #ecf0f3;
}
.welcome-button {
display: block;
width: fit-content;
margin-top: 16px;
- border-radius: 8px;
- background-color: rgba(87, 167, 237, 0.2);
+ border-radius: 8px;
+ background-color: rgba(87, 167, 237, 0.2);
border: solid 1px rgba(199, 206, 209, 0.12);
font-family: $PostGroteskMedium;
- font-size: 13px;
- font-weight: 500;
- line-height: 1.15;
- letter-spacing: 1px;
- text-align: center;
+ font-size: 13px;
+ font-weight: 500;
+ line-height: 1.15;
+ letter-spacing: 1px;
+ text-align: center;
color: #57a7ed;
padding: 15px;
}
.welcome-action:first-of-type .welcome-button {
- margin-bottom: 40px;
+ margin-bottom: 40px;
}
@media (max-width: 740px) {
diff --git a/static_langing_page/welcome.html b/static_langing_page/welcome.html
new file mode 100644
index 0000000..70d5496
--- /dev/null
+++ b/static_langing_page/welcome.html
@@ -0,0 +1,162 @@
+
+
+
+
+
+
+
+
Thanks for signing up — Status Open Bounty
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Hello and welcome to Status Open Bounty!
+
Thank you for signing up to learn more about Status Open Bounty for organizations. We thank you for joining our community and continued support of open source projects. Stay tuned for more information
+
+
+
+
+
+
Join the conversation on Riot
+
Stay up to date on the latest news, bounties and special programs that only take place within the Status Open Bounty Riot Room
+
Join Now
+
+
+
+
Star us on Github
+
Help us raise awareness and attract more talented contributors. Star us on Github and help spread the word.
+
Open Github
+
+
+
Back to Homepage
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+