mirror of
https://github.com/status-im/open-bounty.git
synced 2025-01-26 09:19:03 +00:00
Merge branch 'develop'
This commit is contained in:
commit
37fff34bcb
@ -777,6 +777,52 @@ li.social-link a {
|
||||
-ms-transform: scale(0.9);
|
||||
transform: scale(0.9); } }
|
||||
|
||||
.news {
|
||||
width: 100%;
|
||||
font-size: 15px;
|
||||
line-height: 22px;
|
||||
padding: 16px 0;
|
||||
background: #8AEBAC;
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
text-align: center; }
|
||||
|
||||
.news strong {
|
||||
font-family: "PostGrotesk-Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; }
|
||||
|
||||
.news.news--dark {
|
||||
background-color: #4A5C69;
|
||||
color: #FFFFFF; }
|
||||
|
||||
.news.news--finish {
|
||||
background-color: #eef2f5;
|
||||
color: #49555F; }
|
||||
|
||||
.news.news--hidden {
|
||||
display: none; }
|
||||
|
||||
.news a {
|
||||
display: inline-block;
|
||||
padding: 2px 12px;
|
||||
border-radius: 8px;
|
||||
color: #49555F;
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
margin: 0 0 0 12px;
|
||||
transition: background-color .2s ease, color .2s ease; }
|
||||
|
||||
.news a:hover {
|
||||
background-color: rgba(255, 255, 255, 0.8); }
|
||||
|
||||
@media (max-width: 600px) {
|
||||
.news {
|
||||
padding: 6px 16px; }
|
||||
.news a {
|
||||
font-family: "PostGrotesk-Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
|
||||
display: inline;
|
||||
background-color: transparent;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
text-decoration: underline; } }
|
||||
|
||||
.cards {
|
||||
position: relative;
|
||||
width: 300px;
|
||||
|
@ -54,6 +54,11 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="news">
|
||||
<div class="news-inner">
|
||||
<strong>Hey</strong> Welcome to Status Open Bounty <a href="#" target="_blank">Learn more</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container-wrap">
|
||||
<div class="container">
|
||||
<div class="header">
|
||||
|
@ -54,8 +54,8 @@
|
||||
<div class="welcome-block__top">
|
||||
<div class="welcome-block__image"></div>
|
||||
<h2>Hello and welcome to Status Open Bounty!</h2>
|
||||
<p>Thank you for joining our community of committed developers.
|
||||
Get started now and start getting paid for contributing
|
||||
<p>Thank you for joining our community of committed developers.
|
||||
Get started now and start getting paid for contributing
|
||||
to open source projects!</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -70,7 +70,7 @@
|
||||
<img class="welcome-icon" src="dest/img/new-site/icon-gh-24@2x.png" />
|
||||
<h2>Star us on Github</h2>
|
||||
<p>Help us raise awareness and attract more talented contributors just like you. Star us on Github and help spread the word.</p>
|
||||
<a href="https://github.com/status-im/status-open-bounty" class="welcome-button">Open Github</a>
|
||||
<a href="https://github.com/status-im/commiteth" class="welcome-button">Open Github</a>
|
||||
</div>
|
||||
</div>
|
||||
<a href="/" class="welcome-home-link">Back to Homepage</a>
|
||||
@ -162,4 +162,4 @@
|
||||
<!-- End Facebook Pixel Code -->
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
@ -777,6 +777,52 @@ li.social-link a {
|
||||
-ms-transform: scale(0.9);
|
||||
transform: scale(0.9); } }
|
||||
|
||||
.news {
|
||||
width: 100%;
|
||||
font-size: 15px;
|
||||
line-height: 22px;
|
||||
padding: 16px 0;
|
||||
background: #8AEBAC;
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
text-align: center; }
|
||||
|
||||
.news strong {
|
||||
font-family: "PostGrotesk-Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; }
|
||||
|
||||
.news.news--dark {
|
||||
background-color: #4A5C69;
|
||||
color: #FFFFFF; }
|
||||
|
||||
.news.news--finish {
|
||||
background-color: #eef2f5;
|
||||
color: #49555F; }
|
||||
|
||||
.news.news--hidden {
|
||||
display: none; }
|
||||
|
||||
.news a {
|
||||
display: inline-block;
|
||||
padding: 2px 12px;
|
||||
border-radius: 8px;
|
||||
color: #49555F;
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
margin: 0 0 0 12px;
|
||||
transition: background-color .2s ease, color .2s ease; }
|
||||
|
||||
.news a:hover {
|
||||
background-color: rgba(255, 255, 255, 0.8); }
|
||||
|
||||
@media (max-width: 600px) {
|
||||
.news {
|
||||
padding: 6px 16px; }
|
||||
.news a {
|
||||
font-family: "PostGrotesk-Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
|
||||
display: inline;
|
||||
background-color: transparent;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
text-decoration: underline; } }
|
||||
|
||||
.cards {
|
||||
position: relative;
|
||||
width: 300px;
|
||||
|
@ -54,6 +54,11 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="news">
|
||||
<div class="news-inner">
|
||||
<strong>Hey</strong> Welcome to Status Open Bounty <a href="#" target="_blank">Learn more</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container-wrap">
|
||||
<div class="container">
|
||||
<div class="header">
|
||||
|
@ -4,6 +4,7 @@
|
||||
@import "page";
|
||||
|
||||
@import "welcome";
|
||||
@import "news";
|
||||
@import "cards";
|
||||
@import "actions";
|
||||
@import "slides";
|
||||
|
@ -0,0 +1,55 @@
|
||||
.news {
|
||||
width: 100%;
|
||||
font-size: 15px;
|
||||
line-height: 22px;
|
||||
padding: 16px 0;
|
||||
background: #8AEBAC;
|
||||
color: rgba(0, 0, 0, .6);
|
||||
text-align: center;
|
||||
}
|
||||
.news strong {
|
||||
font-family: $PostGroteskMedium;
|
||||
}
|
||||
|
||||
.news.news--dark {
|
||||
background-color: #4A5C69;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.news.news--finish {
|
||||
background-color: $colorBg;
|
||||
color: #49555F;
|
||||
}
|
||||
|
||||
.news.news--hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
.news a {
|
||||
display: inline-block;
|
||||
padding: 2px 12px;
|
||||
border-radius: 8px;
|
||||
color: #49555F;
|
||||
background-color: rgba(0, 0, 0, .1);
|
||||
margin: 0 0 0 12px;
|
||||
transition: background-color .2s ease, color .2s ease;
|
||||
}
|
||||
|
||||
.news a:hover {
|
||||
background-color: rgba(255, 255, 255, .8);
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
.news {
|
||||
padding: 6px 16px;
|
||||
}
|
||||
.news a {
|
||||
font-family: $PostGroteskMedium;
|
||||
display: inline;
|
||||
background-color: transparent;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
@ -54,8 +54,8 @@
|
||||
<div class="welcome-block__top">
|
||||
<div class="welcome-block__image"></div>
|
||||
<h2>Hello and welcome to Status Open Bounty!</h2>
|
||||
<p>Thank you for joining our community of committed developers.
|
||||
Get started now and start getting paid for contributing
|
||||
<p>Thank you for joining our community of committed developers.
|
||||
Get started now and start getting paid for contributing
|
||||
to open source projects!</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -70,7 +70,7 @@
|
||||
<img class="welcome-icon" src="dest/img/new-site/icon-gh-24@2x.png" />
|
||||
<h2>Star us on Github</h2>
|
||||
<p>Help us raise awareness and attract more talented contributors just like you. Star us on Github and help spread the word.</p>
|
||||
<a href="https://github.com/status-im/status-open-bounty" class="welcome-button">Open Github</a>
|
||||
<a href="https://github.com/status-im/commiteth" class="welcome-button">Open Github</a>
|
||||
</div>
|
||||
</div>
|
||||
<a href="/" class="welcome-home-link">Back to Homepage</a>
|
||||
@ -162,4 +162,4 @@
|
||||
<!-- End Facebook Pixel Code -->
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user