diff --git a/_includes/nav.html b/_includes/nav.html
index e1462c54..43eca6e8 100644
--- a/_includes/nav.html
+++ b/_includes/nav.html
@@ -21,6 +21,7 @@
Cloud Storage
Social Networks
DNS
+ P2P File Hosting
Hosting
diff --git a/_includes/sections/p2p-file-hosting.html b/_includes/sections/p2p-file-hosting.html
new file mode 100644
index 00000000..8802c37c
--- /dev/null
+++ b/_includes/sections/p2p-file-hosting.html
@@ -0,0 +1,48 @@
+
File Hosting
+
+{% include cardv2.html
+title="XD Client"
+image="/assets/img/provider/xd.png"
+description="XD is a bitorrent client with a focus on anonymity. All data is transmited over the i2p protocol."
+website="https://xd-torrent.github.io/"
+forum=""
+github="https://github.com/majestrate/XD"
+windows=""
+mac=""
+linux=""
+bsd=""
+%}
+
+{% include cardv2.html
+title="FreeNet"
+image="/assets/img/tools/Freenet.png"
+description='Freenet is a peer-to-peer platform for censorship-resistant communication. It uses a decentralized distributed data store to keep and deliver information, and
+has a suite of free software for publishing and communicating on the Web without fear of censorship. A built in file sharing program is hosted at "127.0.0.1:8888/downloads/".'
+website="https://freenetproject.org/"
+forum=""
+git="https://github.com/freenet/"
+windows=""
+mac=""
+linux=""
+bsd=""
+%}
+
+{% include cardv2.html
+title="The Owner Free File System"
+image="/assets/img/provider/off.png"
+description="A reboot of the original OFF System. The first mainstream brightnet."
+website="https://www.off.systems/"
+forum=""
+git="https://github.com/Prometheus-SCN/js-offs"
+windows=""
+mac=""
+linux=""
+bsd=""
+%}
+
+Worth Mentioning
+
+
+ - i2p-snark - Built-in i2p based Bittorrent client.
+ - ZeroUp - A ZeroNet based file hosting program.
+
diff --git a/assets/img/provider/frost.png b/assets/img/provider/frost.png
new file mode 100644
index 00000000..0a550b60
Binary files /dev/null and b/assets/img/provider/frost.png differ
diff --git a/assets/img/provider/off.png b/assets/img/provider/off.png
new file mode 100644
index 00000000..b678ff10
Binary files /dev/null and b/assets/img/provider/off.png differ
diff --git a/assets/img/provider/xd.png b/assets/img/provider/xd.png
new file mode 100644
index 00000000..19875480
Binary files /dev/null and b/assets/img/provider/xd.png differ
diff --git a/pages/old.html b/pages/old.html
index eed694b7..271fd7d8 100644
--- a/pages/old.html
+++ b/pages/old.html
@@ -63,6 +63,8 @@ permalink: /classic/
{% include sections/dns.html %}
+{% include sections/p2p-file-hosting.html %}
+
{% include sections/notebooks.html %}
{% include sections/paste-services.html %}
diff --git a/pages/providers/p2p-file-hosting.html b/pages/providers/p2p-file-hosting.html
new file mode 100644
index 00000000..37e04c27
--- /dev/null
+++ b/pages/providers/p2p-file-hosting.html
@@ -0,0 +1,8 @@
+---
+layout: page
+permalink: /providers/p2p-file-hosting/
+title: "P2P File Hosting"
+description: "P2P File Hosting"
+---
+
+{% include sections/p2p-file-hosting.html %}