Skip to content

Commit

Permalink
Add link to Tails website
Browse files Browse the repository at this point in the history
Point users to the installation instructions of Dangerzone in the Tails
website. These instructions were recently added to Tails, and we have
worked with the Tails developers to make this integration happen.

As for the Tails logo, we have downloaded it from the promotional
material section of the Tails website:
https://tails.net/contribute/how/promote/material/logo/tails-logo-drawing.svg

See also:
* https://tails.net/news/dangerzone/index.en.html
* https://gitlab.tails.boum.org/tails/tails/-/issues/20355
  • Loading branch information
apyrgio committed Aug 8, 2024
1 parent ecef813 commit 2c3c800
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ header ul li {
}

.osSecondary {
width: 25%;
min-width: 250px;
width: 20%;
min-width: 200px;
padding-top: 3rem;
padding-bottom: 2rem;
}
Expand Down
51 changes: 51 additions & 0 deletions src/assets/img/tails-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ <h2>Download Dangerzone 0.7.0</h2>
<a class="button"
href="https://github.com/freedomofpress/dangerzone/blob/v0.7.0/INSTALL.md#fedora">Install</a>
</div>
<div class="osSecondary">
<img src="assets/img/tails-logo.svg" alt="Tails Logo">
<p class="title">Tails</p>
<a class="button" href="https://tails.net/doc/persistent_storage/additional_software/dangerzone/index.en.html">Install</a>
</div>
<div class="osSecondary">
<img src="assets/img/linux-logo.png" alt="Linux Logo">
<p class="title">Other Linux</p>
Expand Down

0 comments on commit 2c3c800

Please sign in to comment.