Merge branch 'development'

This commit is contained in:
2025-01-28 11:52:31 +02:00
7 changed files with 35 additions and 19 deletions

View File

@@ -75,3 +75,15 @@ zola serve
Zola will display a local address such as `http://127.0.0.1:1111` which you can click or copy and paste into your browser to view the site on your own machine. Zola will display a local address such as `http://127.0.0.1:1111` which you can click or copy and paste into your browser to view the site on your own machine.
That's it—have fun! That's it—have fun!
# Guidelines for Editing Blog, News, and Team Images
### General:
Ensure all images are optimized to be less than 1MB for faster loading and better performance.
### Blog & News:
Use a resolution of **1200 x 600** pixels or maintain the same aspect ratio to fit seamlessly with placeholders.
### Team:
Keep images square with a resolution of **640 x 640** pixels for consistent appearance.

View File

@@ -26,7 +26,7 @@ elif [[ "$(uname -m)" == "arm64"* ]]; then
ASSET="$ASSET-arm64" ASSET="$ASSET-arm64"
fi fi
curl -sLO "https://github.com/tailwindlabs/tailwindcss/releases/latest/download/${ASSET}" curl -sLO "https://github.com/tailwindlabs/tailwindcss/releases/download/v3.4.17/${ASSET}"
chmod +x $ASSET chmod +x $ASSET
mv $ASSET tailwindcss mv $ASSET tailwindcss

View File

@@ -2,7 +2,7 @@
id: web4_evolution id: web4_evolution
title: ThreeFolds Web4 - The next evolution of the Internet title: ThreeFolds Web4 - The next evolution of the Internet
image_caption: web4_infrastructure image_caption: web4_infrastructure
description: TThreeFold announces its Web4 vision and roadmap along with several core components to help Web4 come alive. description: ThreeFold announces its Web4 vision and roadmap along with several core components to help Web4 come alive.
date: 2024-12-12 date: 2024-12-12
taxonomies: taxonomies:
people: [bernadette_amanda_caster] people: [bernadette_amanda_caster]

2
env.sh
View File

@@ -42,7 +42,7 @@ if [[ ! -f "$HOME/hero/bin/tailwindcss" ]]; then
pushd /tmp pushd /tmp
rm -f $ASSET rm -f $ASSET
rm -f tailwindcss rm -f tailwindcss
curl -sLO "https://github.com/tailwindlabs/tailwindcss/releases/latest/download/${ASSET}" curl -sLO "https://github.com/tailwindlabs/tailwindcss/releases/download/v3.4.17/${ASSET}"
FILE_SIZE=$(get_file_size "$ASSET") FILE_SIZE=$(get_file_size "$ASSET")
if [[ $FILE_SIZE -lt 20000000 ]]; then if [[ $FILE_SIZE -lt 20000000 ]]; then

View File

@@ -87,19 +87,6 @@
d.getElementsByTagName("head")[0].appendChild(s); d.getElementsByTagName("head")[0].appendChild(s);
})(); })();
</script> </script>
<!-- Crisp without cookies -->
<!-- <script type="text/javascript" cookie-consent="tracking">
window.$crisp = [];
window.CRISP_WEBSITE_ID = "1a5a5241-91cb-4a41-8323-5ba5ec574da0";
(function () {
d = document;
s = d.createElement("script");
s.src = "https://client.crisp.chat/l.js";
s.async = 1;
d.getElementsByTagName("head")[0].appendChild(s);
})();
</script> -->
<!-- end of Crisp-->
<!-- Required meta tags --> <!-- Required meta tags -->
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -162,4 +149,21 @@
href="{{ get_url(path='atom.xml', trailing_slash=false) }}" href="{{ get_url(path='atom.xml', trailing_slash=false) }}"
> >
{% endblock %} {% endblock %}
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//analytics.threefold.io/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '5']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
</head> </head>

View File

@@ -11,7 +11,7 @@
<!-- ssd --> <!-- ssd -->
<div class="fade-in flex flex-col justify-center items-center bg-white/5 p-6"> <div class="fade-in flex flex-col justify-center items-center bg-white/5 p-6">
<div class="tooltip"> <div class="tooltip">
<span class="tooltiptext">The total amount of storage (SSD, HDD, & RAM) on the grid. 1 petabyte equals roughly 1 million gigabytes.</span> <span class="tooltiptext">The total amount of storage (SSD, HDD, & RAM) on the grid.</span>
<dt class="text-sm/6 font-light text-gray-300">SSD CAPACITY</dt> <dt class="text-sm/6 font-light text-gray-300">SSD CAPACITY</dt>
<dd id="ssd" class="order-first text-3xl font-semibold tracking-tight text-white"></dd> <dd id="ssd" class="order-first text-3xl font-semibold tracking-tight text-white"></dd>
</div> </div>

View File

@@ -6,7 +6,7 @@
<div class="items my-10 block lg:flex lg:flex-wrap justify-center items-center animate-pulse"> <div class="items my-10 block lg:flex lg:flex-wrap justify-center items-center animate-pulse">
<!-- capacity --> <!-- capacity -->
<div class="tooltip item flex flex-col border border-gray-50 shadow-lg bg-white mx-4 p-6 my-4"> <div class="tooltip item flex flex-col border border-gray-50 shadow-lg bg-white mx-4 p-6 my-4">
<span class="tooltiptext">The total amount of storage (SSD, HDD, & RAM) on the grid. 1 petabyte equals roughly 1 million gigabytes.</span> <span class="tooltiptext">The total amount of storage (SSD, HDD, & RAM) on the grid.</span>
<img <img
class="mx-auto p-4" class="mx-auto p-4"
src="images/V3-08.png" src="images/V3-08.png"