diff --git a/_includes/foot.html b/_includes/foot.html deleted file mode 100644 index c13b302..0000000 --- a/_includes/foot.html +++ /dev/null @@ -1,43 +0,0 @@ - diff --git a/_includes/footer.html b/_includes/footer.html index 72b7ce7..b0f2d2f 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,21 +1,2 @@ - - - diff --git a/_includes/head.html b/_includes/head.html index f51728d..020f1e4 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -31,4 +31,3 @@ - diff --git a/_includes/header.html b/_includes/header.html index 1317555..caa11b2 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,76 +1,3 @@ - - - -
- - - - diff --git a/_layouts/page.html b/_layouts/page.html index 1164689..b874ed7 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -4,9 +4,6 @@ {% include head.html %} - {% include header.html %} - {% include floating_button.html %} -

diff --git a/assets/css/main.scss b/assets/css/main.scss index a7ebae2..2abb444 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -5,12 +5,9 @@ @import "semantic_fixes.scss"; @import "community.scss"; -@import "footer.scss"; @import "global.scss"; -@import "header.scss"; @import "post.scss"; @import "contact.scss"; -@import "homepage.scss"; @import "button.scss"; @import "floating_button.scss"; @import "our-values.scss"; diff --git a/assets/img/box.png b/assets/img/box.png deleted file mode 100644 index fb89dfe..0000000 Binary files a/assets/img/box.png and /dev/null differ diff --git a/assets/img/gate17.png b/assets/img/gate17.png deleted file mode 100644 index 05b33b3..0000000 Binary files a/assets/img/gate17.png and /dev/null differ diff --git a/assets/img/landscape.png b/assets/img/landscape.png deleted file mode 100644 index 572ccd4..0000000 Binary files a/assets/img/landscape.png and /dev/null differ diff --git a/assets/img/landscape_footer.png b/assets/img/landscape_footer.png deleted file mode 100644 index d544d34..0000000 Binary files a/assets/img/landscape_footer.png and /dev/null differ diff --git a/assets/img/licence_icon.png b/assets/img/licence_icon.png deleted file mode 100644 index fba34ce..0000000 Binary files a/assets/img/licence_icon.png and /dev/null differ diff --git a/assets/img/lighthouse.png b/assets/img/lighthouse.png deleted file mode 100644 index 644379a..0000000 Binary files a/assets/img/lighthouse.png and /dev/null differ diff --git a/assets/img/lighthouse_mobile.png b/assets/img/lighthouse_mobile.png deleted file mode 100644 index 8cb3785..0000000 Binary files a/assets/img/lighthouse_mobile.png and /dev/null differ diff --git a/assets/img/message_in_a_bottle.png b/assets/img/message_in_a_bottle.png deleted file mode 100644 index 264d41e..0000000 Binary files a/assets/img/message_in_a_bottle.png and /dev/null differ diff --git a/assets/js/main.js b/assets/js/main.js deleted file mode 100644 index d48af8f..0000000 --- a/assets/js/main.js +++ /dev/null @@ -1,33 +0,0 @@ -// sidebar logic -$(document).ready(function() { - $(".ui.sidebar").sidebar({ - dimPage : true, - transition : 'overlay', - mobileTransition : 'uncover' - }) - $('body').on('touchend', '.sidebar-toggle', function(event){ - event.preventDefault() - $(".ui.sidebar").sidebar("toggle"); - }) - $('body').on('click', '.sidebar-toggle', function(event){ - event.preventDefault() - $(".ui.sidebar").sidebar("toggle"); - }) - - $('.popup-trigger').popup(); -}) - -function getSearchParameters() { - var prmstr = window.location.search.substr(1); - return prmstr != null && prmstr != "" ? transformToAssocArray(prmstr) : {}; -} - -function transformToAssocArray( prmstr ) { - var params = {}; - var prmarr = prmstr.split("&"); - for ( var i = 0; i < prmarr.length; i++) { - var tmparr = prmarr[i].split("="); - params[tmparr[0]] = tmparr[1]; - } - return params; -} diff --git a/index.html b/index.html index 74b9aae..0e5adb9 100644 --- a/index.html +++ b/index.html @@ -8,175 +8,6 @@ home: true {% include head.html %} - {% include header.html home=true %} - {% include floating_button.html heightref="gate-17" %} -
-
- - - -
- - -
-
-
-
- -
-
-
-
- -
-
-
-
- -
-
-
-
-
-
-
-
- -
-
- -
-
-

- Gate17 is your secure network -

-

- Stay private while surfing the Web with Gate17. Now you are in charge of where your traffic is going: you can handle connections separately, choosing where each shall leave the network. -
-
- It gives you the power to appear at multiple places on the web at once! -

- - - - - - -
-
-
-
-
-
- -
-
-

- Privacy First -

-

- For us, privacy isn't just a feature – it's the foundation we build our products on. We make sacrifices on all other fronts to protect your privacy and push the limits of technology to do so. -

- - - -
-
- -
-
-
-
-
-
- -
-
- -
-
-

- Open Source & Ethical Funding -

-

- Transparency is a key value for us, therefore we release our code open source. To truly be a privacy first company, we also believe that we must be open about all our financial influences & partnerships. -

- - - -
-
-
-
-
-
-

- Community -

-

- Privacy isn't a "one shoe fits all" kind of thing. And we do not claim to have an all-encompassing solution. You will need more than what we provide to get the best privacy possible. So, we create spaces where you can talk about all things privacy. -

- - - -
-
-
-
- - {% include community_snippet.html %} - {% include footer.html %} -
{% include foot.html %}