Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
File renamed without changes.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# python virtualenv and test files
.env
.env.dev
api/venv

# IDE files
Expand Down
2 changes: 1 addition & 1 deletion www/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<h1>Modern DNS Hosting for Everyone</h1>
<p>
deSEC is a <strong>free DNS hosting</strong> service, <strong>designed with security in mind</strong>.<br>
Running on <strong>open-source software</strong> and <strong>supported by <a href="https://securesystems.de/">SSE</a></strong>,
Running on <strong>open-source software</strong> and <strong>supported by <a href="https://systemsecurity.com/">SSE</a></strong>,
deSEC is free for everyone to use.
</p>
<h2>🛑 Warning</h2>
Expand Down
29 changes: 0 additions & 29 deletions www/webapp/src/assets/non-free/dns4eu.logo.svg

This file was deleted.

1 change: 1 addition & 0 deletions www/webapp/src/assets/non-free/layershift.logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 3 additions & 17 deletions www/webapp/src/views/HomePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
deSEC is a <strong>free DNS hosting</strong> service, <strong>designed with security in mind</strong>.
</p>
<p>
Running on <strong>open-source software</strong> and <strong>supported by <a href="https://securesystems.de/">SSE</a></strong>,
Running on <strong>open-source software</strong> and <strong>supported by <a href="https://systemsecurity.com/">SSE</a></strong>,
deSEC is free for everyone to use.
</p>
</div>
Expand Down Expand Up @@ -127,10 +127,8 @@
</v-col>
<v-col class="col-12 col-sm-10 col-lg-9 py-4 text-center">
As a <a class="primary--text text--darken-2" href="https://www.joindns4.eu/">DNS4EU</a> consortium member,
deSEC works to ensure implementation of robust and modern DNS security and privacy features.
This includes support for state-of-the-art DNSSEC as well as encrypted DNS transport.<br />
The project is co-funded by the European Union (project number: 101095329 21-EU-DIG-EU-DNS, project name:
DNS4EU and European DNS Shield).
deSEC worked to ensure implementation of robust and modern DNS security and privacy features.
This included support for state-of-the-art DNSSEC as well as encrypted DNS transport.
</v-col>
</v-row>
</v-container>
Expand All @@ -142,18 +140,6 @@
<h2>Partners</h2>
</v-col>
</v-row>
<v-row align="center" class="py-2" justify="center">
<v-col class="col-12 col-lg-3 py-4">
<v-layout class="justify-center">
<a href="https://www.joindns4.eu/"><img loading="lazy" src="../assets/non-free/dns4eu.logo.svg" alt="DNS4EU Logo" class="mr-6" style="margin-bottom: 0; margin-top: 0; max-width: 210px; width: 100%"/></a>
</v-layout>
</v-col>
<v-col class="col-12 col-sm-10 col-lg-9 py-4 text-center">
DNS4EU is an initiative of the European Commission to provide an EU-based alternative public DNS resolver.
The purpose of DNS4EU is to provide EU citizens, companies, and institutions with a secure, privacy-compliant,
and powerful recursive DNS to protect European digital independence.
</v-col>
</v-row>
<v-row align="center" class="mt-6" justify="center" style="text-align: center">
<v-col><a href="https://nextcloud.com/"><img loading="lazy" src="../assets/non-free/nextcloud-logo-inverted.svg" alt="Nextcloud Logo" style="max-height: 113px; min-width: 50px"/></a></v-col>
<v-col><a href="https://systemsecurity.com/"><img loading="lazy" src="../assets/non-free/sse.logo.png" alt="SSE Logo" style="max-width: 160px; width: 100%"/></a></v-col>
Expand Down
Loading