mirror of
https://github.com/safing/web
synced 2025-09-02 19:19:03 +00:00
Merge pull request #51 from safing/feature/kickstarter-launch
Kickstarter Launch
This commit is contained in:
commit
93895d1ee2
4 changed files with 14 additions and 45 deletions
|
@ -37,6 +37,7 @@ terms_url: "/terms/"
|
||||||
privacy_url: "/privacy/"
|
privacy_url: "/privacy/"
|
||||||
whitepaper_url: "/files/whitepaper/"
|
whitepaper_url: "/files/whitepaper/"
|
||||||
company_agreement_url: https://www.firmenmonitor.at/Secure/CompanyDetail.aspx?CID=761761
|
company_agreement_url: https://www.firmenmonitor.at/Secure/CompanyDetail.aspx?CID=761761
|
||||||
|
kickstarter_url: "https://www.kickstarter.com/projects/safingio/spn" # add the kickstarter url when ready
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
podcasts:
|
podcasts:
|
||||||
|
|
|
@ -1,14 +1,8 @@
|
||||||
<header class="h-bg">
|
<header class="h-bg">
|
||||||
<div class="h-l">
|
<div class="h-l">
|
||||||
<div class="h-l-v">
|
<div class="h-l-v">
|
||||||
<!--<img src="{{ site.img_url }}video-placeholder.png" alt="">-->
|
<a href="{{ site.kickstarter_url }}"><img src="{{ site.img_url }}video-kickstarter.png" alt=""></a>
|
||||||
<video playsinline="" preload="auto" src="{{ site.video_url }}interim.mp4" controls></video>
|
<!--<video playsinline="" preload="auto" src="{{ site.video_url }}interim.mp4" controls></video>-->
|
||||||
<div class="kickstarter">
|
|
||||||
<div>
|
|
||||||
<img src="{{ site.icons_url }}kickstarter.svg" alt="">
|
|
||||||
<span>Kickstarter launch <a href="https://old.reddit.com/r/safing/comments/etia4e/kickstarter_did_not_yet_finish_the_review_of_our/"><s>2nd January</s> in the next days</a> - stay tuned</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<span style="opacity: 0.5;">Supported by</span>
|
<span style="opacity: 0.5;">Supported by</span>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -25,7 +19,7 @@
|
||||||
Stay private while surfing the Web. Stop ISPs, Wi-Fi Operators and VPNs from collecting all your personal [meta] data. Secure your whole computer, not only your web-browser.
|
Stay private while surfing the Web. Stop ISPs, Wi-Fi Operators and VPNs from collecting all your personal [meta] data. Secure your whole computer, not only your web-browser.
|
||||||
</p>
|
</p>
|
||||||
<div>
|
<div>
|
||||||
<a href="{{ site.reddit_url }}"><button><img src="{{ site.icons_url }}reddit.svg" alt=""><span>Join our reddit</span></button></a>
|
<a href="{{ site.kickstarter_url }}"><button><img src="{{ site.icons_url }}kickstarter.svg" alt=""><span>kickstarter</span></button></a>
|
||||||
<span>or <a href="{{ site.newsletter_url }}">subscribe to our newsletter</a></span>
|
<span>or <a href="{{ site.newsletter_url }}">subscribe to our newsletter</a></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -65,44 +65,15 @@ header .h-l-v button img {
|
||||||
padding-left: 0.4rem;
|
padding-left: 0.4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
header .h-l-v video{
|
header .h-l-v img{
|
||||||
width: 100%;
|
width: 95%;
|
||||||
height: auto;
|
height: auto;
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: 10px 10px 0px 0px;
|
border-radius: 10px 10px 10px 10px;
|
||||||
font-variant-caps: all-petite-caps;
|
font-variant-caps: all-petite-caps;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.kickstarter{
|
|
||||||
color: white;
|
|
||||||
background-color: #05ce78;
|
|
||||||
display: flex;
|
|
||||||
border: 0;
|
|
||||||
padding: 10px 25px;
|
|
||||||
border-radius: 0px 0px 10px 10px;
|
|
||||||
margin-top: -0.25rem;
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.kickstarter div{
|
|
||||||
height: auto;
|
|
||||||
margin: 0 auto;
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
|
|
||||||
.kickstarter img{
|
|
||||||
width: 20px;
|
|
||||||
height: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.kickstarter span{
|
|
||||||
padding-left: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
header .h-l span{
|
header .h-l span{
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
}
|
}
|
||||||
|
@ -175,10 +146,13 @@ header .h-r div{
|
||||||
display: flex;
|
display: flex;
|
||||||
padding-top: 1rem;
|
padding-top: 1rem;
|
||||||
}
|
}
|
||||||
|
header .h-r div a{
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
header .h-r div button{
|
header .h-r div button{
|
||||||
color: white;
|
color: white;
|
||||||
background-color: #FF5700;
|
background-color: #05ce78;
|
||||||
display: flex;
|
display: flex;
|
||||||
border: 0;
|
border: 0;
|
||||||
padding: 10px 25px;
|
padding: 10px 25px;
|
||||||
|
@ -190,7 +164,7 @@ header .h-r div button{
|
||||||
|
|
||||||
header .h-r div button:hover{
|
header .h-r div button:hover{
|
||||||
transform: scale(1.1);
|
transform: scale(1.1);
|
||||||
box-shadow: 2px 2px 30px #FF5700;
|
box-shadow: 2px 2px 30px #05ce77af;
|
||||||
}
|
}
|
||||||
|
|
||||||
header .h-r div button img{
|
header .h-r div button img{
|
||||||
|
|
BIN
assets/img/video-kickstarter.png
Normal file
BIN
assets/img/video-kickstarter.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 404 KiB |
Loading…
Add table
Reference in a new issue