Skip to content

Commit

Permalink
Replace embedded videos with images links
Browse files Browse the repository at this point in the history
Instead of embedding videos, we use images linking to the videos on
tv.dyne.org.
  • Loading branch information
Sakrecoer committed Jan 30, 2025
1 parent cb548af commit 7ad2723
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ Tomb’s ambition is to improve safety by way of:

### How it works

<iframe title="Tomb on LinuxActionShow 2014" width="100%" height="315" src="https://tv.dyne.org/videos/embed/e822db00-3d4f-44d7-9e5e-2e9b8c06eb94" frameborder="0" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-popups allow-forms"></iframe>
[![Tomb on LinuxActionShow 2014](/tomb/images/linuxshow-tomb.webp )](https://tv.dyne.org/w/uEzB5L3NFxUF3MTbZC2m4f)

We design Tomb’s hidden file encryption to generate encrypted storage folders to be opened and closed using associated key files, which are also protected with a password chosen by the user.

A tomb is a file whose contents are kept secret and indistinguishable; it can be safely renamed, transported and hidden in filesystems; its keys should be kept separate, for instance, keeping the tomb file on your computer’s hard disk and the key files on a USB stick. Once open, the tomb looks like a folder.

Tomb derives from scripts used in the dyne:bolic 100% Free GNU/Linux distribution and a shell script (Zsh) using standard filesystem tools (GNU) and the cryptographic API of the Linux kernel (dm-crypt and LUKS via cryptsetup). Tomb’s status and error messages are translated into many human languages and have multiple graphical applications to operate.

<iframe title="Encrypt Files with Tomb" width="100%" height="315" src="https://tv.dyne.org/videos/embed/d9e62c84-f500-4def-a6c0-cee07f1d6ce7" frameborder="0" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-popups allow-forms"></iframe>
[![Encrypt Files with Tomb](/tomb/images/encrypt-with-tomb.webp )](https://tv.dyne.org/w/sUBwqaohp6pfTcQcaebirr)
3 changes: 2 additions & 1 deletion docs/content/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ The encrypted home mechanism of most operating systems doesn’t make it easy to


Watch Tomb's development history in this infographic based on git commits.
<iframe title="dyne/Tomb - Gource visualisation" width="100%" height="315" src="https://tv.dyne.org/videos/embed/54255dae-4bc5-4538-9c61-c5d2d69779da" frameborder="0" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-popups allow-forms"></iframe>

[![dyne/Tomb - Gource visualisation](/tomb/images/gource.webp )](https://tv.dyne.org/w/boEjDbGoC1vLvMpPC1ET5o)

## Compliancy

Expand Down
Binary file added docs/static/images/encrypt-with-tomb.webp
Binary file not shown.
Binary file added docs/static/images/gource.webp
Binary file not shown.
Binary file added docs/static/images/linuxshow-tomb.webp
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/themes/dyne-soft/assets/assets/sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
width: 100%;
img {
width: 100%;
max-width: 600px;
max-width: 100%;
display: block;
margin: auto;
margin-bottom: 1.5em;

}
p > img {
width: 100%;
max-width: 600px;
max-width: 100%;
display: block;
margin: auto;
}
Expand Down
2 changes: 1 addition & 1 deletion docs/themes/dyne-soft/layouts/_default/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h1>About {{ .Site.Title }}</h1>
{{ define "main" }}
<section id="start" class="about">
<div class="content-wrapper">
<div>
<div class="content">

<p>{{ .Content }}</p>
</div>
Expand Down

0 comments on commit 7ad2723

Please sign in to comment.