update issue modifications

This commit is contained in:
2022-08-30 13:26:22 +02:00
parent 5046a09525
commit df1defa55d
12 changed files with 4797 additions and 24 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

View File

@@ -4,7 +4,7 @@ description: ""
insert_anchor_links: "left" insert_anchor_links: "left"
template: "partials/footer.html" template: "partials/footer.html"
extra: extra:
logoPath: "images/tft_log.svg" logoPath: "images/black_threefold.png"
socialLinks: { Github: "https://github.com/threefoldfoundation", Github2: "https://github.com/threefoldtech", Twitter: "https://twitter.com/threefold_io", Telegram: "https://t.me/threefoldnews" } socialLinks: { Github: "https://github.com/threefoldfoundation", Github2: "https://github.com/threefoldtech", Twitter: "https://twitter.com/threefold_io", Telegram: "https://t.me/threefoldnews" }
--- ---

View File

@@ -3,7 +3,7 @@ title: "Header"
insert_anchor_links: "left" insert_anchor_links: "left"
template: "partials/header.html" template: "partials/header.html"
extra: extra:
logoPath: "images/tft_log.svg" logoPath: "images/black_threefold.png"
button_Path: "/images/gettft_white.png" button_Path: "/images/gettft_white.png"
--- ---

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 KiB

View File

@@ -13,7 +13,7 @@
<div class="max-w-screen-2xl mx-auto py-12 px-4 sm:px-6 lg:py-16 lg:px-8"> <div class="max-w-screen-2xl mx-auto py-12 px-4 sm:px-6 lg:py-16 lg:px-8">
<div class="xl:flex xl:gap-4"> <div class="xl:flex xl:gap-4">
<div class="space-y-8 lg:max-w-sm xl:max-w-sm lg:mr-8 lg:mb-8 xl:col-span-1"> <div class="space-y-8 lg:max-w-sm xl:max-w-sm lg:mr-8 lg:mb-8 xl:col-span-1">
<img class="w-20 h-auto sm:w-15" src="{{ get_url(path=logoPath)}}" alt="ThreeFold Logo" /> <img class="w-16 h-auto sm:w-15" src="{{ get_url(path=logoPath)}}" alt="ThreeFold Logo" />
<p class="text-gray-500 text-base leading-6 "> <p class="text-gray-500 text-base leading-6 ">
{{section.description}} {{section.description}}
</p> </p>

View File

@@ -7,7 +7,7 @@
<div class="mx-auto flex z-50 shadow justify-between items-center px-6 sm:px-4 md:px-6 py-2 lg:px-5 lg:justify-start space-x-10 sm:space-x-4 "> <div class="mx-auto flex z-50 shadow justify-between items-center px-6 sm:px-4 md:px-6 py-2 lg:px-5 lg:justify-start space-x-10 sm:space-x-4 ">
<div> <div>
<a href="{{get_url(path='/')}}" class="flex"> <a href="{{get_url(path='/')}}" class="flex">
<img class="w-20 h-auto sm:w-15" style="max-width: none;" src="{{ get_url(path=section.extra.logoPath)}}" alt="ThreeFold Logo" /> <img class="w-16 h-auto sm:w-15" style="max-width: none;" src="{{ get_url(path=section.extra.logoPath)}}" alt="ThreeFold Logo" />
</a> </a>
</div> </div>
<div class="-mr-2 -my-2 lg:hidden"> <div class="-mr-2 -my-2 lg:hidden">

View File

@@ -8,27 +8,25 @@
lg:text-6xl lg:text-6xl
leading-tight leading-tight
font-normal font-heading font-normal font-heading
uppercase
sm:leading-10 sm:leading-10
lg:pb-10 lg:pb-10
"> ">
Featured Stories Dive Deeper
</h2> </h2>
</div> </div>
<div class="mt-12 grid gap-5 max-w-lg mx-auto lg:grid-cols-3 lg:max-w-none"> <div class="mt-12 grid gap-5 max-w-lg mx-auto lg:grid-cols-3 lg:max-w-none">
<div class="flex flex-col rounded-lg shadow-lg overflow-hidden"> <div class="flex flex-col rounded-lg shadow-lg overflow-hidden">
<div class="flex-shrink-0"> <div class="flex-shrink-0">
<img class="h-48 w-full object-cover" src="images/the_threefold_movement.png" alt="" /> <img class="h-48 w-full object-cover" src="images/planet_first_people_first.png" alt="" />
</div> </div>
<div class="flex-1 bg-white p-6 flex flex-col justify-between"> <div class="flex-1 bg-white p-6 flex flex-col justify-between">
<div class="flex-1"> <div class="flex-1">
<a href="/blog/2021/07/post-4/" class="block"> <a href="/blog/post/planet_first_people_first/" class="block">
<h3 class="mt-2 text-2xl leading-7 font-normal text-gray-900"> <h3 class="mt-2 text-2xl leading-7 font-normal text-gray-900">
Into the Fold The ThreeFold Movement Planet first. People first.
</h3> </h3>
<div class="mt-3 leading-6 text-gray-500 text-lg">It's not by mistake that you're here, <div class="mt-3 leading-6 text-gray-500 text-lg">Together with our community and partners, we're taking action and making productive choices for our planet and humanity.</div>
reading this post. You can feel that a global shift is happening. And you want to do
something about it.</div>
</a> </a>
</div> </div>
</div> </div>
@@ -36,17 +34,15 @@
<div class="flex flex-col rounded-lg shadow-lg overflow-hidden"> <div class="flex flex-col rounded-lg shadow-lg overflow-hidden">
<div class="flex-shrink-0"> <div class="flex-shrink-0">
<img class="h-48 w-full object-cover" src="images/new_internet.jpg" alt="" /> <img class="h-48 w-full object-cover" src="images/internet_of_internets.png" alt="" />
</div> </div>
<div class="flex-1 bg-white p-6 flex flex-col justify-between"> <div class="flex-1 bg-white p-6 flex flex-col justify-between">
<div class="flex-1"> <div class="flex-1">
<a href="/blog/2021/07/post-3/" class="block"> <a href="/blog/2022/05/post-7/" class="block">
<h3 class="mt-2 text-2xl leading-7 font-normal text-gray-900"> <h3 class="mt-2 text-2xl leading-7 font-normal text-gray-900">
Building a New Internet From the Ground Up Part 1: Introduction Welcome to the Internet of Internets
</h3> </h3>
<div class="mt-3 leading-6 text-gray-500 text-lg">The first episode in an approachable <div class="mt-3 leading-6 text-gray-500 text-lg">Together, were building our own future through the Internet of Internets decentralized, open, inclusive, regenerative, and resilient.</div>
series on the inner workings of the ThreeFold Grid. Explore our technology stack and
what makes ThreeFold special.</div>
</a> </a>
</div> </div>
</div> </div>

View File

@@ -69,7 +69,8 @@
{{ cores | num_format }} {{ cores | num_format }}
<span class="block text-2xl uppercase">cores</span> <span class="block text-2xl uppercase">cores</span>
</div> </div>
<button><a href="https://explorer.threefold.io/all" target="_blank">Explore ThreeFold Grid Capacity</a></button>
<button class="my-8"><a href="https://dashboard.grid.tf/explorer/statistics" target="_blank">Explore ThreeFold Grid Capacity</a></button>
</div> </div>
</div> </div>
</section> </section>

View File

@@ -1,6 +1,6 @@
<div class="lg:my-32 flex flex-col mt-5 p-auto lg:px-20"> <div class="lg:my-32 flex flex-col mt-5 p-auto lg:px-20">
<h2 class="flex py-2 mx-auto uppercase font-normal lg:text-6xl"> <h2 class="flex py-2 mx-auto font-normal lg:text-6xl">
THE TEAM The Team
</h2> </h2>
<div class="lg:max-w-4xl text-xl text-center mb-8 mx-auto leading-relaxed">Spread across the world, our team has <div class="lg:max-w-4xl text-xl text-center mb-8 mx-auto leading-relaxed">Spread across the world, our team has
built some of the worlds best Internet storage and cloud automation technologies since the 90s. With a strong built some of the worlds best Internet storage and cloud automation technologies since the 90s. With a strong