From a135d7f5984d3daaf1241a81811aaaded0f76224 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Mon, 19 Aug 2024 17:59:44 +0200 Subject: [PATCH] edit indigo --- templates/partials/about1.html | 6 ------ templates/partials/about4.html | 2 +- templates/partials/applicationForm.html | 10 +++++----- templates/partials/concepts.html | 2 +- templates/partials/contact.html | 12 ++++++------ templates/partials/cta.html | 4 ++-- templates/partials/featuredBlog.html | 2 +- templates/partials/home1.html | 2 +- templates/partials/mesh2.html | 2 +- templates/partials/stats.html | 2 +- templates/partials/technology2.html | 8 ++++---- templates/partials/technology3.html | 8 ++++---- templates/partials/technology4.html | 12 ++++++------ 13 files changed, 33 insertions(+), 39 deletions(-) diff --git a/templates/partials/about1.html b/templates/partials/about1.html index 0515f9d..d264b29 100644 --- a/templates/partials/about1.html +++ b/templates/partials/about1.html @@ -1,11 +1,5 @@
- -


diff --git a/templates/partials/about4.html b/templates/partials/about4.html index eca8dde..2ddb011 100644 --- a/templates/partials/about4.html +++ b/templates/partials/about4.html @@ -9,7 +9,7 @@

Decades ago, our team came together with a strategic vision: to think about the trajectory of the Internet. We came to the conclusion that the existing Internet infrastructure was unsustainable, requiring the development of a new technological framework.

Our mission was to design a new decentralized, open-source, inclusive and sustainable Internet for everyone. The technology is now ready and alive thanks to the relentless hard work of our team members and has already proven its efficiency.

diff --git a/templates/partials/applicationForm.html b/templates/partials/applicationForm.html index 4bc964c..29c5529 100644 --- a/templates/partials/applicationForm.html +++ b/templates/partials/applicationForm.html @@ -8,7 +8,7 @@
http:// - +
@@ -16,7 +16,7 @@
- +

Brief description for your profile. URLs are hyperlinked.

@@ -29,7 +29,7 @@ - + @@ -41,7 +41,7 @@
-
- +
diff --git a/templates/partials/concepts.html b/templates/partials/concepts.html index 52bf436..8961f83 100644 --- a/templates/partials/concepts.html +++ b/templates/partials/concepts.html @@ -30,7 +30,7 @@ diff --git a/templates/partials/contact.html b/templates/partials/contact.html index 4e87d62..2d7283d 100644 --- a/templates/partials/contact.html +++ b/templates/partials/contact.html @@ -46,36 +46,36 @@
- +
- +
- +
- +
- +
- +
diff --git a/templates/partials/cta.html b/templates/partials/cta.html index c199b5d..809eeea 100644 --- a/templates/partials/cta.html +++ b/templates/partials/cta.html @@ -21,8 +21,8 @@
- - + +

We care about your data. Read our privacy policy.

diff --git a/templates/partials/featuredBlog.html b/templates/partials/featuredBlog.html index 3b7dfb9..3d1734d 100644 --- a/templates/partials/featuredBlog.html +++ b/templates/partials/featuredBlog.html @@ -27,7 +27,7 @@

{{ featured.date | date(format="%B %e, %Y", timezone="America/Chicago")}}

- Read More + Read More diff --git a/templates/partials/home1.html b/templates/partials/home1.html index 8c0eb27..2cae980 100644 --- a/templates/partials/home1.html +++ b/templates/partials/home1.html @@ -13,7 +13,7 @@

Autonomous Computing of the Future

A cloud computing system designed for planetary-scale scalability, offering secure, immutable data storage that ensures integrity and permanence.

diff --git a/templates/partials/mesh2.html b/templates/partials/mesh2.html index 99f5801..e2fdde3 100644 --- a/templates/partials/mesh2.html +++ b/templates/partials/mesh2.html @@ -6,7 +6,7 @@

Explore how TF9 can revolutionize your operations across various domains.


Whether optimizing computational efficiency, enhancing data security, or improving network performance,


TF9 adapts seamlessly to your specific requirements, driving innovation and efficiency in any sector.



- Use Cases + Use Cases diff --git a/templates/partials/stats.html b/templates/partials/stats.html index d8e1e39..212d143 100644 --- a/templates/partials/stats.html +++ b/templates/partials/stats.html @@ -8,7 +8,7 @@

COMPANY

A Growing Community worldwide

With 30+ years of global innovation, we lead the DePIN cloud movement, harmonizing tradition with hyperscalable infrastructure.

- Our People + Our People diff --git a/templates/partials/technology2.html b/templates/partials/technology2.html index fc7201a..51ec9e6 100644 --- a/templates/partials/technology2.html +++ b/templates/partials/technology2.html @@ -12,7 +12,7 @@
-
+

@@ -27,7 +27,7 @@
-
+
@@ -44,7 +44,7 @@
-
+

@@ -59,7 +59,7 @@
-
+

diff --git a/templates/partials/technology3.html b/templates/partials/technology3.html index 84b2cef..493d46e 100644 --- a/templates/partials/technology3.html +++ b/templates/partials/technology3.html @@ -10,7 +10,7 @@
- + @@ -144,17 +144,17 @@ tabs.forEach((tab, index) => { tab.addEventListener('click', function () { - tabs.forEach(t => t.classList.remove('border-indigo-500', 'text-indigo-500')); + tabs.forEach(t => t.classList.remove('border-indigo-400', 'text-indigo-400')); panels.forEach(panel => panel.style.display = 'none'); - tab.classList.add('border-indigo-500', 'text-indigo-500'); + tab.classList.add('border-indigo-400', 'text-indigo-400'); const panelId = tab.getAttribute('aria-controls'); document.getElementById(panelId).style.display = 'block'; }); // Hide all panels except the first one on load if (index === 0) { - tab.classList.add('border-indigo-500', 'text-indigo-500'); + tab.classList.add('border-indigo-400', 'text-indigo-400'); panels[index].style.display = 'block'; } else { panels[index].style.display = 'none'; diff --git a/templates/partials/technology4.html b/templates/partials/technology4.html index 16c04a9..ae7d6dd 100644 --- a/templates/partials/technology4.html +++ b/templates/partials/technology4.html @@ -8,7 +8,7 @@
-
+
@@ -21,7 +21,7 @@
-
+
@@ -34,7 +34,7 @@
-
+
@@ -51,7 +51,7 @@
-
+
@@ -64,7 +64,7 @@
-
+
@@ -77,7 +77,7 @@
-
+