From 97509845b5398f60d6d4ba68bae25b4d4737b32b Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Tue, 21 May 2024 08:15:21 +0200 Subject: [PATCH] ok --- content/header/_index.md | 2 + templates/layouts/contact.html | 2 + templates/partials/contact.html | 41 +------------------- templates/partials/cta.html | 2 +- templates/partials/faq.html | 2 +- templates/partials/footer.html | 8 ++-- templates/partials/social.html | 67 +++++++++++++++++++++++++++++++++ templates/shortcodes/row.html | 4 +- 8 files changed, 81 insertions(+), 47 deletions(-) create mode 100644 templates/partials/social.html diff --git a/content/header/_index.md b/content/header/_index.md index b8032ce..7833fae 100644 --- a/content/header/_index.md +++ b/content/header/_index.md @@ -9,6 +9,8 @@ extra: --- - [Home]("/home") +- [Home]("/home") +- [Contact]("/contact") diff --git a/templates/layouts/contact.html b/templates/layouts/contact.html index 773813b..716cf7a 100644 --- a/templates/layouts/contact.html +++ b/templates/layouts/contact.html @@ -8,6 +8,8 @@ {% include "partials/contact.html" %} +{% include "partials/social.html" %} + {% include "partials/faq.html" %} {% endblock content %} diff --git a/templates/partials/contact.html b/templates/partials/contact.html index adbf628..2a82f9f 100644 --- a/templates/partials/contact.html +++ b/templates/partials/contact.html @@ -5,46 +5,9 @@

About Us

-

Hero Labs

-

Hero Labs provides a decentralized autonomous cloud technologies that allows anyone to become a cloud service provider.

+

Mycelium Project

+

Mycelium Project provides a decentralized autonomous cloud technologies that allows anyone to become a cloud service provider.

We aims to create a cloud where people and organizations can buy, sell, and use cloud resources autonomously,enable individuals to earn by providing compute, network, and storage capacity​.

- -
Contact Hero Labs
- - - -
-
-
- -
Manual
-
Read the Manual
-
-
-
-
- -
Support
-
Talk to an Expert
-
-
-
-
- -
Forum
-
Join the Conversation
-
-
-
-
- -
Telegram
-
Meet the Community
-
-
-
-
-
diff --git a/templates/partials/cta.html b/templates/partials/cta.html index c9e8b9c..b353be0 100644 --- a/templates/partials/cta.html +++ b/templates/partials/cta.html @@ -13,7 +13,7 @@ ``` -->
-
+

Want product news and updates?


Sign up for our newsletter.

diff --git a/templates/partials/faq.html b/templates/partials/faq.html index aed5859..28e7490 100644 --- a/templates/partials/faq.html +++ b/templates/partials/faq.html @@ -2,7 +2,7 @@
-

Frequently Asked Questions

+

Frequently Asked Questions

diff --git a/templates/partials/footer.html b/templates/partials/footer.html index 3c7d052..b5712ee 100644 --- a/templates/partials/footer.html +++ b/templates/partials/footer.html @@ -6,9 +6,9 @@ {%- set section = get_section(path="footer/_index.md") %} {%- set logoPath = section.extra.logoPath %} -
+