Skip to content

Commit

Permalink
add filesharing
Browse files Browse the repository at this point in the history
  • Loading branch information
couleurm committed Jan 15, 2024
1 parent e182948 commit a80a074
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 1 deletion.
79 changes: 79 additions & 0 deletions docs/alita.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
---
hide:
- navigation
- toc
---

<script>
document.title = "";
document.addEventListener('DOMContentLoaded', function() {
// Override the favicon
var link = document.querySelector("link[rel*='icon']") || document.createElement('link');
link.type = 'image/x-icon';
link.rel = 'icon';
link.href = 'u found the secret! here is a cookie!!!';
document.getElementsByTagName('head')[0].appendChild(link);

// Remove the existing favicon
var existingFavicon = document.querySelector("link[rel*='icon']");
if (existingFavicon) {
existingFavicon.parentNode.removeChild(existingFavicon);
}
});
</script>
<style>
h1, .md-footer, .md-tabs, .md-header, .headerlink {
display: none !important;
}
.md-content, .md-main {
background: #ffff !important;
color: black !important;
}
img {
display: flex;
justify-content: center;
}
</style>

#

<!-- pfp -->


![](https://media.hachyderm.io/media_attachments/files/111/728/153/728/691/874/original/c089e87d4a7bfa4c.png)

<!-- banner -->

![](https://media.hachyderm.io/media_attachments/files/111/522/048/186/399/839/original/283914925c60a0b4.png)


![](https://media.hachyderm.io/media_attachments/files/111/728/029/112/766/042/original/5f36853a8eaf589c.png)

<!-- cool chapter -->

<div style="display: flex;">
<img class="glightbox" src="https://media.hachyderm.io/media_attachments/files/111/522/023/600/433/323/original/9565830030116444.png" alt="Image 1" style="width: 50%;">
<img class="glightbox" src="https://media.hachyderm.io/media_attachments/files/111/728/048/574/085/999/original/59d15cc1c3ce378f.jpg" alt="Image 2" style="width: 50%;">
</div>
<br>
<div style="display: flex;">
<img class="glightbox" src="https://media.hachyderm.io/media_attachments/files/111/728/075/032/322/429/original/b42bd6c3de20250d.png" alt="Image 1" style="width: 50%;">
<img class="glightbox" src="https://media.hachyderm.io/media_attachments/files/111/710/471/149/038/412/original/48206a53018b4ff8.jpg" alt="Image 2" style="width: 50%;">
</div>


![](https://media.hachyderm.io/media_attachments/files/111/522/043/130/738/813/original/c2451d07ebc351bb.png)
![](https://media.hachyderm.io/media_attachments/files/111/728/005/819/247/197/original/36edc8c109415ffe.png)

<a href="https://ctt.cx/">
<img class="glightbox" src="https://media.hachyderm.io/media_attachments/files/111/727/994/642/008/477/original/7a1fe28419a4b2b2.png" style="position: absolute; top: 0; left: 0; width: 10%; height: auto;">
</a>


<a href="https://ctt.cx/">

</a>

<p>
<a style="position: absolute; bottom: 0; right: 0;" href="https://archive.org/details/battle-angel-alita-volume-1_202212/Battle%20Angel%20Alita%20%28Volume%201%29">read</a>
</p>
1 change: 1 addition & 0 deletions docs/misc/filesharing.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ In the context of sharing videos, the advantage over YouTube and other social me
| [swisstransfer.com](https://swisstransfer.com) | 512MB | see [FAQ](https://gofile.io/faq) | click "see tos" | ? | No embed |
| [wetransfer.com](https://wetransfer.com) | 2GB | 7d | [ToS](https://wetransfer.com/legal/terms) | Get Pro | No embed |
| [upload.disroot.org](https://upload.disroot.org) | 2GB | 30d | [About](https://upload.disroot.org/about) | [Donate](https://disroot.org/en/donate) | No embed, video player |
| [send.portailpro.net](send.portailpro.net) | 10GB | 30d | [Mentions légales](https://www.portailpro.net/mentions-legales/) | N/A | Password / DL limit |

## Quirks explained:

Expand Down
5 changes: 4 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,13 @@ nav:

- Misc:
- misc/index.md
- misc/filesharing.md
- File sharing: misc/filesharing.md
- misc/mkdocs.md
- misc/yt-dlp.md

not_in_nav:
alita.md

copyright: >
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a>
<br />mmh ah yes tweak tips 👍 (CTT is NOT funded by the french government)
Expand Down

0 comments on commit a80a074

Please sign in to comment.