Skip to content

Commit 7ad2723

Browse files
committed
Replace embedded videos with images links
Instead of embedding videos, we use images linking to the videos on tv.dyne.org.
1 parent cb548af commit 7ad2723

7 files changed

Lines changed: 7 additions & 6 deletions

File tree

docs/content/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ Tomb’s ambition is to improve safety by way of:
3333

3434
### How it works
3535

36-
<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>
36+
[![Tomb on LinuxActionShow 2014](/tomb/images/linuxshow-tomb.webp )](https://tv.dyne.org/w/uEzB5L3NFxUF3MTbZC2m4f)
3737

3838
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.
3939

4040
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.
4141

4242
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.
4343

44-
<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>
44+
[![Encrypt Files with Tomb](/tomb/images/encrypt-with-tomb.webp )](https://tv.dyne.org/w/sUBwqaohp6pfTcQcaebirr)

docs/content/faq.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ The encrypted home mechanism of most operating systems doesn’t make it easy to
7272

7373

7474
Watch Tomb's development history in this infographic based on git commits.
75-
<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>
75+
76+
[![dyne/Tomb - Gource visualisation](/tomb/images/gource.webp )](https://tv.dyne.org/w/boEjDbGoC1vLvMpPC1ET5o)
7677

7778
## Compliancy
7879

66.7 KB
Loading

docs/static/images/gource.webp

30 KB
Loading
127 KB
Loading

docs/themes/dyne-soft/assets/assets/sass/_layout.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
width: 100%;
3232
img {
3333
width: 100%;
34-
max-width: 600px;
34+
max-width: 100%;
3535
display: block;
3636
margin: auto;
3737
margin-bottom: 1.5em;
3838

3939
}
4040
p > img {
4141
width: 100%;
42-
max-width: 600px;
42+
max-width: 100%;
4343
display: block;
4444
margin: auto;
4545
}

docs/themes/dyne-soft/layouts/_default/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h1>About {{ .Site.Title }}</h1>
1717
{{ define "main" }}
1818
<section id="start" class="about">
1919
<div class="content-wrapper">
20-
<div>
20+
<div class="content">
2121

2222
<p>{{ .Content }}</p>
2323
</div>

0 commit comments

Comments
 (0)