diff --git a/content/footer/_index.md b/content/footer/_index.md index 5dbcd61..71f1f86 100644 --- a/content/footer/_index.md +++ b/content/footer/_index.md @@ -4,7 +4,7 @@ description: "" insert_anchor_links: "left" template: "partials/footer.html" extra: - logoPath: "images/tf_logo.svg" + logoPath: "images/tf_dark.png" socialLinks: { Github: "https://github.com/ourworldfreezone", Twitter: "https://twitter.com/threefold_io", Telegram: "https://t.me/threefoldnews" } --- @@ -55,6 +55,12 @@ extra: cursor: pointer; } - + + .bg-dark { + background: rgb(15,15,15); + background: linear-gradient(0deg, rgba(15,15,15,1) 0%, rgba(21,22,22,1) 50%, rgba(15,15,15,1) 100%); + } + + \ No newline at end of file diff --git a/content/header/_index.md b/content/header/_index.md index ce797ac..7e0e632 100644 --- a/content/header/_index.md +++ b/content/header/_index.md @@ -4,7 +4,7 @@ description: "" insert_anchor_links: "left" template: "partials/header.html" extra: - logoPath: "./images/tf_logo.svg" + logoPath: "./images/tf_dark.png" imgPath: "" --- - [Home]("/") diff --git a/css/index.css b/css/index.css index ed5c544..7c1b6bf 100644 --- a/css/index.css +++ b/css/index.css @@ -10,17 +10,21 @@ @tailwind base; @tailwind components; @tailwind utilities; + + +@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap'); + /* Custom CSS for header partial */ .backdrop-blur { -webkit-backdrop-filter: blur(40px); } * { - font-family: "CercoDEMO", sans-serif; + font-family: "Inter", sans-serif; } a { - font-family: "CercoDEMO", sans-serif; + font-family: "Inter", sans-serif; } .bg-semi-white { @@ -97,7 +101,7 @@ img[src*="#tft_img"] { } p { @apply text-lg lg:text-xl leading-tight tracking-normal font-normal; - font-family: "CercoDEMO", sans-serif; + font-family: "Inter", sans-serif; } blockquote { @apply border-l-4 border-gray-400 mx-2 my-2 p-2; @@ -404,7 +408,7 @@ header #menu button a{ px-0 } -.bg-gradient-bl { - background: rgb(0,166,255); - background: linear-gradient(125deg, rgba(0,166,255,1) 0%, rgba(8,173,179,1) 100%); -} \ No newline at end of file +.bg-dark { + background: rgb(15,15,15); + background: radial-gradient(circle, rgba(15,15,15,1) 0%, rgb(12, 0, 30) 50%, rgba(15,15,15,1) 100%); +} diff --git a/css/output.css b/css/output.css index e4fcc29..0bdd89a 100644 --- a/css/output.css +++ b/css/output.css @@ -1796,7 +1796,7 @@ p { } p { - font-family: "CercoDEMO", sans-serif; + font-family: "Inter", sans-serif; } blockquote { @@ -2542,7 +2542,7 @@ button { } .max-h-12 { - max-height: 3rem; + max-height: 3.5rem; } .max-h-80 { @@ -4180,11 +4180,11 @@ button { } * { - font-family: "CercoDEMO", sans-serif; + font-family: "Inter", sans-serif; } a { - font-family: "CercoDEMO", sans-serif; + font-family: "Inter", sans-serif; } .bg-semi-white { diff --git a/output.css b/output.css index e6757e0..8b8bb8f 100644 --- a/output.css +++ b/output.css @@ -40,7 +40,7 @@ span.ge { pre, code { - font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + font-family: "Inter", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } code { @@ -1495,7 +1495,7 @@ p { } p { - font-family: "CercoDEMO", sans-serif; + font-family: "Inter", sans-serif; } blockquote { @@ -4253,11 +4253,11 @@ details[open] > summary::after { } * { - font-family: "CercoDEMO", sans-serif; + font-family: "Inter", sans-serif; } a { - font-family: "CercoDEMO", sans-serif; + font-family: "Inter", sans-serif; } .bg-semi-white { diff --git a/static/images/freezone.png b/static/images/freezone.png new file mode 100644 index 0000000..ddf1236 Binary files /dev/null and b/static/images/freezone.png differ diff --git a/static/images/logos/black/freezone.png b/static/images/logos/black/freezone.png new file mode 100644 index 0000000..44f776b Binary files /dev/null and b/static/images/logos/black/freezone.png differ diff --git a/static/images/logos/black/holo.png b/static/images/logos/black/holo.png new file mode 100644 index 0000000..6e997fa Binary files /dev/null and b/static/images/logos/black/holo.png differ diff --git a/static/images/logos/black/ict.png b/static/images/logos/black/ict.png new file mode 100644 index 0000000..e3c67aa Binary files /dev/null and b/static/images/logos/black/ict.png differ diff --git a/static/images/logos/black/sikana.png b/static/images/logos/black/sikana.png new file mode 100644 index 0000000..0641956 Binary files /dev/null and b/static/images/logos/black/sikana.png differ diff --git a/static/images/logos/black/social.png b/static/images/logos/black/social.png new file mode 100644 index 0000000..4016474 Binary files /dev/null and b/static/images/logos/black/social.png differ diff --git a/static/images/logos/black/veverse.png b/static/images/logos/black/veverse.png new file mode 100644 index 0000000..dfc0cfc Binary files /dev/null and b/static/images/logos/black/veverse.png differ diff --git a/static/images/logos/black/vverse.png b/static/images/logos/black/vverse.png new file mode 100644 index 0000000..9318ee1 Binary files /dev/null and b/static/images/logos/black/vverse.png differ diff --git a/static/images/logos/black/zictia11.png b/static/images/logos/black/zictia11.png new file mode 100644 index 0000000..d326436 Binary files /dev/null and b/static/images/logos/black/zictia11.png differ diff --git a/static/images/logos/black/znz.png b/static/images/logos/black/znz.png new file mode 100644 index 0000000..227c1d9 Binary files /dev/null and b/static/images/logos/black/znz.png differ diff --git a/static/images/logos/freezone.png b/static/images/logos/freezone.png index 44f776b..385145b 100644 Binary files a/static/images/logos/freezone.png and b/static/images/logos/freezone.png differ diff --git a/static/images/logos/holo.png b/static/images/logos/holo.png index 6e997fa..e3ee689 100644 Binary files a/static/images/logos/holo.png and b/static/images/logos/holo.png differ diff --git a/static/images/logos/ict.png b/static/images/logos/ict.png index e3c67aa..3bf9d27 100644 Binary files a/static/images/logos/ict.png and b/static/images/logos/ict.png differ diff --git a/static/images/logos/sikana.png b/static/images/logos/sikana.png index 0641956..8e673c1 100644 Binary files a/static/images/logos/sikana.png and b/static/images/logos/sikana.png differ diff --git a/static/images/logos/social.png b/static/images/logos/social.png index 4016474..1f24bc1 100644 Binary files a/static/images/logos/social.png and b/static/images/logos/social.png differ diff --git a/static/images/logos/veverse.png b/static/images/logos/veverse.png index dfc0cfc..c4dd4d6 100644 Binary files a/static/images/logos/veverse.png and b/static/images/logos/veverse.png differ diff --git a/static/images/logos/vverse.png b/static/images/logos/vverse.png index 9318ee1..1d38acd 100644 Binary files a/static/images/logos/vverse.png and b/static/images/logos/vverse.png differ diff --git a/static/images/logos/zictia.png b/static/images/logos/zictia.png index d326436..f17623f 100644 Binary files a/static/images/logos/zictia.png and b/static/images/logos/zictia.png differ diff --git a/static/images/logos/znz.png b/static/images/logos/znz.png index 227c1d9..52a86c1 100644 Binary files a/static/images/logos/znz.png and b/static/images/logos/znz.png differ diff --git a/static/images/tf_dark.png b/static/images/tf_dark.png new file mode 100644 index 0000000..3f360ec Binary files /dev/null and b/static/images/tf_dark.png differ diff --git a/tailwind.config.js b/tailwind.config.js index b3537b9..3e73efb 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -4,11 +4,19 @@ module.exports = { safelist: [ { pattern: /(-|)(ml|mr)-(4|8|12|16|20|24|28)/, - variants: ['sm', 'md', 'lg', 'first', 'first:sm', 'first:md', 'first:lg', 'last', 'last:sm', 'last:md', 'last:lg'], + variants: [ + 'sm', 'md', 'lg', + 'first', 'first:sm', 'first:md', 'first:lg', + 'last', 'last:sm', 'last:md', 'last:lg' + ], }, { pattern: /(pt|pb)-(0)/, - variants: ['!', 'lg', 'first', 'first:sm', 'first:md', 'first:lg', 'last', 'last:sm', 'last:md', 'last:lg'], + variants: [ + '!', 'lg', + 'first', 'first:sm', 'first:md', 'first:lg', + 'last', 'last:sm', 'last:md', 'last:lg' + ], }, { pattern: /bg-teal-(50|100|200|300|400|500|600|700|800|900)/, // Added teal color safelist @@ -28,9 +36,14 @@ module.exports = { 700: '#00796B', 800: '#00695C', 900: '#004D40', - } - } - }, - }, - plugins: [], -} + }, + }, + fontFamily: { + sans: ['Inter', 'sans-serif'], + }, + }, // End of extend + }, // **Added closing brace for theme here** + plugins: [ + require('@tailwindcss/aspect-ratio'), + ], +}; diff --git a/templates/_default/base.html b/templates/_default/base.html index efd9923..139d124 100644 --- a/templates/_default/base.html +++ b/templates/_default/base.html @@ -5,11 +5,19 @@ -
+
{% block content %}{% endblock %}
{% include "partials/footer.html" %} + + \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 2a64f53..fce3b3b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,9 +5,6 @@ {% include "partials/hero.html" %} {% include "partials/logos2.html" %} -{% include "shortcodes/grid_stats.html" %} +{% include "partials/simple_stats.html" %} {% include "partials/features.html" %} - -{% include "partials/blogs.html" %} -{% include "partials/faq.html" %} {% endblock content %} diff --git a/templates/partials/features.html b/templates/partials/features.html index af11683..91f35b0 100644 --- a/templates/partials/features.html +++ b/templates/partials/features.html @@ -1,10 +1,10 @@
-

THREEFOLD DIFFERENCE

-

A ground-up Approach

-

ThreeFold is not a protocol. We’ve developed foundational technology that runs directly on bare metal (the hardware). ThreeFold is likely the only active project with a truly scalable solution addressing the Internet and Cloud’s core bottlenecks: data, cloud, and network.

- Learn more +

THREEFOLD DIFFERENCE

+

A ground-up Approach

+

ThreeFold is not a protocol. We’ve developed foundational technology that runs directly on bare metal (the hardware). ThreeFold is likely the only active project with a truly scalable solution addressing the Internet and Cloud’s core bottlenecks: data, cloud, and network.

+ Learn more
diff --git a/templates/partials/footer.html b/templates/partials/footer.html index 37f4aa6..65700da 100644 --- a/templates/partials/footer.html +++ b/templates/partials/footer.html @@ -1,12 +1,12 @@ {%- set section = get_section(path="footer/_index.md") %} {%- set logoPath = section.extra.logoPath %} -
+
-
+
- logo + logo

© 2024 OurWorld Holdings, All rights reserved. @@ -16,3 +16,10 @@

+ + \ No newline at end of file diff --git a/templates/partials/header.html b/templates/partials/header.html index 8ae20f7..bcf0064 100644 --- a/templates/partials/header.html +++ b/templates/partials/header.html @@ -10,22 +10,22 @@ {% else %}
{% set header_class = config.extra.header_class | default(value='') %} -
-
-
+
+
+
- - @@ -61,7 +61,7 @@ {% set submenu_id = subsection ~ "-menu" | slugify %}
- +
+ {% for header_item in header_items %} + {% if not loop.first %} + {% set header_arr = header_item | split(pat="") %} + {% set header_label = header_arr[0] %} + {% set header_menu = header_arr[1] %} + {% set menu_id = header_label ~ "-menu" | slugify %} + + {% endif %} + {% endfor %}
+
- - \ No newline at end of file + diff --git a/templates/partials/hero.html b/templates/partials/hero.html index f68d36d..9eb95d8 100644 --- a/templates/partials/hero.html +++ b/templates/partials/hero.html @@ -1,83 +1,39 @@ -
-
-
-