diff --git a/content/download/index.md b/content/download/index.md index a78ba99..3caa200 100644 --- a/content/download/index.md +++ b/content/download/index.md @@ -20,7 +20,7 @@ extra: ) }}
-
+
{{ feature_card( title="Download for iOS & MacOS", @@ -79,43 +79,51 @@ extra:
{{ accordion( + id_accordion="accordion1" question="What is Mycelium?", description="Mycelium is an end-to-end encrypted IPv6 overlay network written in Rust. Each node joining the network receives an IP in the 400::/7 range, facilitating secure and private communications." ) }} {{ accordion( + id_accordion="accordion2" question="Is mycelium ready to scale to the world?", description="No, Mycelium is not yet fully scalable to a global level. Currently, each network can support around 100,000 users, but multiple networks can be deployed to expand capacity. We anticipate resolving these scalability challenges by 2025." ) }} {{ accordion( + id_accordion="accordion3" question="How do I install Mycelium?", - description="The Mycelium app supports iOS, macOS, Android and Windows. For Linux, a binary is available. Installation guides are available for both local machines and virtual machines running on the TFGrid. Note that Windows users need to have wintun.dll in the same directory as the Mycelium executable. Click here for more info." + description="The Mycelium app supports iOS, macOS, Android and Windows. For Linux, a binary is available. Installation guides are available for both local machines and virtual machines running on the TFGrid. Note that Windows users need to have wintun.dll in the same directory as the Mycelium executable." ) }} {{ accordion( + id_accordion="accordion4" question="How can I find and use my Mycelium address?", description="Upon using the Mycelium app, you're assigned a unique Mycelium address. To copy this address, click the button located to the right of the displayed address in the app interface." ) }} {{ accordion( + id_accordion="accordion5" question="Can I deploy workloads on the TFGrid using Mycelium?", description="Yes, after installing Mycelium, you can deploy workloads on the TFGrid and connect to them using the Mycelium network. Detailed deployment guides are available in the documentation." ) }} {{ accordion( + id_accordion="accordion6" question="Is there an API available for Mycelium?", description="Yes, Mycelium offers an API for administrative operations, peer management, and message subsystem operations. Comprehensive API documentation can be found in the official Mycelium GitHub repository" ) }} {{ accordion( + id_accordion="accordion7" question="What should I do if I encounter issues during installation or usage?", description="If you face any challenges, refer to the troubleshooting section in the Mycelium documentation. Additionally, ensure that all prerequisites are met, such as having wintun.dll in the correct directory for Windows installations." ) }} {{ accordion( + id_accordion="accordion8" question="How does Mycelium handle routing within its network?", description="Mycelium incorporates core principles of the Babel routing protocol, enabling efficient and dynamic routing within its encrypted IPv6 overlay network." ) diff --git a/content/home/index.md b/content/home/index.md index 9f59824..f449932 100644 --- a/content/home/index.md +++ b/content/home/index.md @@ -67,11 +67,11 @@ extra:
-
+
###### **PRODUCTIVITY & COMMUNICATION** -
+
- Secure remote work collaboration. - Private file sharing between trusted nodes. @@ -82,11 +82,11 @@ extra:
-
+
###### **INFRASTRUCTURE** -
+
- Private cloud computing resources. - Secure IoT device networks. @@ -97,11 +97,11 @@ extra:
-
+
###### **SERVICES** -
+
- Self-hosted web services. - Private file sharing between trusted nodes. @@ -112,11 +112,11 @@ extra:
-
+
###### **MEDIA & CONTENT** -
+
- Private media streaming. - Personal cloud storage. @@ -154,7 +154,7 @@ extra: ) }}
-
+
{{ feature_card( @@ -201,7 +201,7 @@ extra: ) }}
-
+
{{ feature_card( title="Decentralization", @@ -250,43 +250,51 @@ extra:
{{ accordion( + id_accordion="accordion1" question="What is Mycelium?", description="Mycelium is an end-to-end encrypted IPv6 overlay network written in Rust. Each node joining the network receives an IP in the 400::/7 range, facilitating secure and private communications." ) }} {{ accordion( + id_accordion="accordion2" question="Is mycelium ready to scale to the world?", description="No, Mycelium is not yet fully scalable to a global level. Currently, each network can support around 100,000 users, but multiple networks can be deployed to expand capacity. We anticipate resolving these scalability challenges by 2025." ) }} {{ accordion( + id_accordion="accordion3" question="How do I install Mycelium?", - description="The Mycelium app supports iOS, macOS, Android and Windows. For Linux, a binary is available. Installation guides are available for both local machines and virtual machines running on the TFGrid. Note that Windows users need to have wintun.dll in the same directory as the Mycelium executable. Click here for more info." + description="The Mycelium app supports iOS, macOS, Android and Windows. For Linux, a binary is available. Installation guides are available for both local machines and virtual machines running on the TFGrid. Note that Windows users need to have wintun.dll in the same directory as the Mycelium executable." ) }} {{ accordion( + id_accordion="accordion4" question="How can I find and use my Mycelium address?", description="Upon using the Mycelium app, you're assigned a unique Mycelium address. To copy this address, click the button located to the right of the displayed address in the app interface." ) }} {{ accordion( + id_accordion="accordion5" question="Can I deploy workloads on the TFGrid using Mycelium?", description="Yes, after installing Mycelium, you can deploy workloads on the TFGrid and connect to them using the Mycelium network. Detailed deployment guides are available in the documentation." ) }} {{ accordion( + id_accordion="accordion6" question="Is there an API available for Mycelium?", description="Yes, Mycelium offers an API for administrative operations, peer management, and message subsystem operations. Comprehensive API documentation can be found in the official Mycelium GitHub repository" ) }} {{ accordion( + id_accordion="accordion7" question="What should I do if I encounter issues during installation or usage?", description="If you face any challenges, refer to the troubleshooting section in the Mycelium documentation. Additionally, ensure that all prerequisites are met, such as having wintun.dll in the correct directory for Windows installations." ) }} {{ accordion( + id_accordion="accordion8" question="How does Mycelium handle routing within its network?", description="Mycelium incorporates core principles of the Babel routing protocol, enabling efficient and dynamic routing within its encrypted IPv6 overlay network." ) diff --git a/css/index.css b/css/index.css index effad59..ee38098 100644 --- a/css/index.css +++ b/css/index.css @@ -3,6 +3,17 @@ @import "code.css"; /*! purgecss end ignore */ + +@tailwind base; +@tailwind components; +@tailwind utilities; + +@layer components { + /* .btn-primary { + @apply py-1.5 px-3 text-center bg-blue-700 rounded-md text-white; + } */ +} + @import "tailwindcss/base"; @import "layout.css"; @import "tailwindcss/components"; @@ -110,20 +121,6 @@ body.dark-mode .d_menu { background-color: rgba(255, 255, 255, 0.75); } -.bg-dark-gradient { - background: rgba(16,16,16,1); - background: radial-gradient(circle, rgba(16,16,16,1) 0%, rgb(24, 24, 24) 50%, rgba(16,16,16,1) 100%); -} - -.bg-black1 { - background-color: rgba(16,16,16,1); -} - -.bg-transparent { - background-color: transparent; -} - - /* Custom css allowing image styling in markdown */ img[src*="#mx-auto"] { @@ -337,18 +334,18 @@ background-color:#5596f5 !important; @layer components { h1 { - @apply text-4xl lg:text-6xl font-normal; + @apply text-4xl font-semibold tracking-tight lg:text-6xl; font-family: "Inter", sans-serif !important; } h2 { - @apply text-3xl lg:text-4xl my-4 font-normal leading-none; + @apply lg:text-5xl text-4xl font-medium tracking-tight leading-none; font-family: "Inter", sans-serif !important; } h2 strong { @apply font-semibold; } h3 { - @apply text-2xl lg:text-3xl my-4 font-extralight; + @apply lg:text-4xl text-3xl font-normal tracking-tight; font-family: "Inter", sans-serif !important; } h3 strong { @@ -648,7 +645,6 @@ header { .post-content-text h2 { font-family: "Inter", sans-serif; line-height: 1.5; - font-size: 2.25rem; font-weight: 700; } .container-fluid { @@ -662,12 +658,8 @@ header { .zola-anchor { display: none; } -@media (min-width: 1024px){ - h2 { - font-size: 3.5rem; - } - -} + + @media (max-width: 1024px) { diff --git a/static/images/about1.jpg b/static/images/about1.jpg deleted file mode 100644 index 353bb22..0000000 Binary files a/static/images/about1.jpg and /dev/null differ diff --git a/static/images/about2.jpg b/static/images/about2.jpg deleted file mode 100644 index b368cda..0000000 Binary files a/static/images/about2.jpg and /dev/null differ diff --git a/static/images/about3.jpg b/static/images/about3.jpg deleted file mode 100644 index e0e2c6b..0000000 Binary files a/static/images/about3.jpg and /dev/null differ diff --git a/static/images/about4.jpg b/static/images/about4.jpg deleted file mode 100644 index d22d664..0000000 Binary files a/static/images/about4.jpg and /dev/null differ diff --git a/static/images/ai.jpg b/static/images/ai.jpg deleted file mode 100644 index 9a28c24..0000000 Binary files a/static/images/ai.jpg and /dev/null differ diff --git a/static/images/asset.jpg b/static/images/asset.jpg deleted file mode 100644 index 30c353b..0000000 Binary files a/static/images/asset.jpg and /dev/null differ diff --git a/static/images/bot2.jpg b/static/images/bot2.jpg deleted file mode 100644 index 8062d49..0000000 Binary files a/static/images/bot2.jpg and /dev/null differ diff --git a/static/images/datacenter.jpg b/static/images/datacenter.jpg deleted file mode 100644 index db61937..0000000 Binary files a/static/images/datacenter.jpg and /dev/null differ diff --git a/static/images/dc.jpg b/static/images/dc.jpg deleted file mode 100644 index 6c22071..0000000 Binary files a/static/images/dc.jpg and /dev/null differ diff --git a/static/images/dc2.jpg b/static/images/dc2.jpg deleted file mode 100644 index 554cf5f..0000000 Binary files a/static/images/dc2.jpg and /dev/null differ diff --git a/static/images/decent.png b/static/images/decent.png deleted file mode 100644 index 273b03f..0000000 Binary files a/static/images/decent.png and /dev/null differ diff --git a/static/images/digital.jpg b/static/images/digital.jpg deleted file mode 100644 index d041bef..0000000 Binary files a/static/images/digital.jpg and /dev/null differ diff --git a/static/images/eco.jpg b/static/images/eco.jpg deleted file mode 100644 index 237a008..0000000 Binary files a/static/images/eco.jpg and /dev/null differ diff --git a/static/images/eco2.jpg b/static/images/eco2.jpg deleted file mode 100644 index 5325c4d..0000000 Binary files a/static/images/eco2.jpg and /dev/null differ diff --git a/static/images/eco3.jpg b/static/images/eco3.jpg deleted file mode 100644 index 37feefe..0000000 Binary files a/static/images/eco3.jpg and /dev/null differ diff --git a/static/images/effic.png b/static/images/effic.png deleted file mode 100644 index 71ebf4e..0000000 Binary files a/static/images/effic.png and /dev/null differ diff --git a/static/images/feature6.png b/static/images/feature6.png deleted file mode 100644 index 6f5b953..0000000 Binary files a/static/images/feature6.png and /dev/null differ diff --git a/static/images/freezone.jpg b/static/images/freezone.jpg deleted file mode 100644 index 7d78c69..0000000 Binary files a/static/images/freezone.jpg and /dev/null differ diff --git a/static/images/freezone2.jpg b/static/images/freezone2.jpg deleted file mode 100644 index c17c5b1..0000000 Binary files a/static/images/freezone2.jpg and /dev/null differ diff --git a/static/images/fumba.jpg b/static/images/fumba.jpg deleted file mode 100644 index 2b5c4a6..0000000 Binary files a/static/images/fumba.jpg and /dev/null differ diff --git a/static/images/fumba.webp b/static/images/fumba.webp deleted file mode 100644 index 2e93a08..0000000 Binary files a/static/images/fumba.webp and /dev/null differ diff --git a/static/images/hero.png b/static/images/hero.png deleted file mode 100644 index 8eee350..0000000 Binary files a/static/images/hero.png and /dev/null differ diff --git a/static/images/hero2.png b/static/images/hero2.png deleted file mode 100644 index 5fb7d1f..0000000 Binary files a/static/images/hero2.png and /dev/null differ diff --git a/static/images/hero3.png b/static/images/hero3.png deleted file mode 100644 index 473fd09..0000000 Binary files a/static/images/hero3.png and /dev/null differ diff --git a/static/images/hero4.png b/static/images/hero4.png deleted file mode 100644 index 1ed321e..0000000 Binary files a/static/images/hero4.png and /dev/null differ diff --git a/static/images/hero5.png b/static/images/hero5.png deleted file mode 100644 index 96b0e93..0000000 Binary files a/static/images/hero5.png and /dev/null differ diff --git a/static/images/home.jpg b/static/images/home.jpg deleted file mode 100644 index 803ca3b..0000000 Binary files a/static/images/home.jpg and /dev/null differ diff --git a/static/images/home1.jpg b/static/images/home1.jpg deleted file mode 100644 index 0dd178e..0000000 Binary files a/static/images/home1.jpg and /dev/null differ diff --git a/static/images/mycel5.png b/static/images/mycel5.png deleted file mode 100644 index b6455a6..0000000 Binary files a/static/images/mycel5.png and /dev/null differ diff --git a/static/images/new_logo_tft.png b/static/images/new_logo_tft.png deleted file mode 100644 index 0696f4c..0000000 Binary files a/static/images/new_logo_tft.png and /dev/null differ diff --git a/static/images/people_1.jpg b/static/images/people_1.jpg deleted file mode 100644 index 6660d0e..0000000 Binary files a/static/images/people_1.jpg and /dev/null differ diff --git a/static/images/people_2.jpg b/static/images/people_2.jpg deleted file mode 100644 index 3621795..0000000 Binary files a/static/images/people_2.jpg and /dev/null differ diff --git a/static/images/people_3.jpg b/static/images/people_3.jpg deleted file mode 100644 index 015e8d5..0000000 Binary files a/static/images/people_3.jpg and /dev/null differ diff --git a/static/images/people_4.jpg b/static/images/people_4.jpg deleted file mode 100644 index 54d8537..0000000 Binary files a/static/images/people_4.jpg and /dev/null differ diff --git a/static/images/people_5.jpg b/static/images/people_5.jpg deleted file mode 100644 index d40346a..0000000 Binary files a/static/images/people_5.jpg and /dev/null differ diff --git a/static/images/resil.png b/static/images/resil.png deleted file mode 100644 index 3c6e1ab..0000000 Binary files a/static/images/resil.png and /dev/null differ diff --git a/static/images/startup.jpg b/static/images/startup.jpg deleted file mode 100644 index ab13696..0000000 Binary files a/static/images/startup.jpg and /dev/null differ diff --git a/static/images/startup1.jpg b/static/images/startup1.jpg deleted file mode 100644 index f68ef6d..0000000 Binary files a/static/images/startup1.jpg and /dev/null differ diff --git a/static/images/twin.jpg b/static/images/twin.jpg deleted file mode 100644 index 4d263b7..0000000 Binary files a/static/images/twin.jpg and /dev/null differ diff --git a/static/images/znz.jpg b/static/images/znz.jpg deleted file mode 100644 index f163243..0000000 Binary files a/static/images/znz.jpg and /dev/null differ diff --git a/static/images/zone.jpg b/static/images/zone.jpg deleted file mode 100644 index 1283d7b..0000000 Binary files a/static/images/zone.jpg and /dev/null differ diff --git a/static/images/zone1.jpg b/static/images/zone1.jpg deleted file mode 100644 index a79d938..0000000 Binary files a/static/images/zone1.jpg and /dev/null differ diff --git a/static/images/zone2.jpg b/static/images/zone2.jpg deleted file mode 100644 index f543b89..0000000 Binary files a/static/images/zone2.jpg and /dev/null differ diff --git a/templates/shortcodes/accordion.html b/templates/shortcodes/accordion.html index 1744f02..baaafb0 100644 --- a/templates/shortcodes/accordion.html +++ b/templates/shortcodes/accordion.html @@ -1,56 +1,43 @@ - - - - -
-

- -

-
-
- {% if description %} -

- {{ description }} -

- {% endif %} -
-
+
+ + +
+
+ {% if description %} +

{{ description }}

+ {% endif %}
- - +
+
+ + + + + + + + + + + + + + - diff --git a/templates/shortcodes/cta.html b/templates/shortcodes/cta.html index ea386d5..9e7dfba 100644 --- a/templates/shortcodes/cta.html +++ b/templates/shortcodes/cta.html @@ -12,7 +12,7 @@
-

{{ title }}

+

{{ title }}

{{ description }}

{{ button_text }} diff --git a/templates/shortcodes/desciption_blockquote.html b/templates/shortcodes/desciption_blockquote.html index 935a80d..fb566cc 100644 --- a/templates/shortcodes/desciption_blockquote.html +++ b/templates/shortcodes/desciption_blockquote.html @@ -9,7 +9,7 @@
-

{{ title }} +

{{ title }}

diff --git a/templates/shortcodes/hero.html b/templates/shortcodes/hero.html index 16524a6..ae6723b 100644 --- a/templates/shortcodes/hero.html +++ b/templates/shortcodes/hero.html @@ -13,11 +13,10 @@
-

+

{{ title }}

-

{{ subtitle }} -

+

{{ subtitle }}

{{ description }}

{{ highlight }}

diff --git a/templates/shortcodes/hero_bottom_img.html b/templates/shortcodes/hero_bottom_img.html index 7b90adf..b225fe7 100644 --- a/templates/shortcodes/hero_bottom_img.html +++ b/templates/shortcodes/hero_bottom_img.html @@ -2,7 +2,7 @@

{{ subtitle }}

-

{{ title }}

+

{{ title }}

{{ description }}

@@ -11,51 +11,6 @@ {{ image_alt }}
- +
\ No newline at end of file diff --git a/templates/shortcodes/hero_features.html b/templates/shortcodes/hero_features.html index 13be63a..1057ac8 100644 --- a/templates/shortcodes/hero_features.html +++ b/templates/shortcodes/hero_features.html @@ -2,7 +2,7 @@

{{ subtitle_1 }}

-

{{ title }}

+

{{ title }}

{{ description }}

diff --git a/templates/shortcodes/hero_right_img.html b/templates/shortcodes/hero_right_img.html index 09deb76..3757a82 100644 --- a/templates/shortcodes/hero_right_img.html +++ b/templates/shortcodes/hero_right_img.html @@ -15,10 +15,10 @@ alt="{{ image_alt }}">
-

+

{{ title }}

-

{{ subtitle }}

+

{{ subtitle }}

{{ description_1 }}

diff --git a/templates/shortcodes/left_header.html b/templates/shortcodes/left_header.html index 1f72ea4..3a97963 100644 --- a/templates/shortcodes/left_header.html +++ b/templates/shortcodes/left_header.html @@ -11,8 +11,8 @@

{{ subtitle }}

-

{{ title }}

-

{{ subtitle_2 }}

+

{{ title }}

+

{{ subtitle_2 }}

{{ description }}

{% if description2 %}

{{ description2 }}

diff --git a/templates/shortcodes/text_center.html b/templates/shortcodes/text_center.html index 1e555d0..1d95139 100644 --- a/templates/shortcodes/text_center.html +++ b/templates/shortcodes/text_center.html @@ -8,8 +8,8 @@
-

{{ title }}

-

{{ subtitle }}

+

{{ title }}

+

{{ subtitle }}

{{ description }}

diff --git a/templates/shortcodes/text_left_img.html b/templates/shortcodes/text_left_img.html index 5de557f..6b905e8 100644 --- a/templates/shortcodes/text_left_img.html +++ b/templates/shortcodes/text_left_img.html @@ -17,7 +17,7 @@

{{ subheader }}

-

{{ title }}

+

{{ title }}

{{ subtitle }}

diff --git a/templates/shortcodes/text_right_img.html b/templates/shortcodes/text_right_img.html index 14f9307..dd59f30 100644 --- a/templates/shortcodes/text_right_img.html +++ b/templates/shortcodes/text_right_img.html @@ -18,7 +18,7 @@

{{ subheader }}

-

{{ title }}

+

{{ title }}

{{ subtitle }}