fixes for hosting

This commit is contained in:
timurgordon 2022-04-06 17:06:24 +03:00
parent 4fe99b25bd
commit 1a88b58af1
4 changed files with 4 additions and 78 deletions

View File

@ -1,5 +1,5 @@
# The URL the site will be built for # The URL the site will be built for
base_url = "https://ourworld.tf" base_url = "https://www4.ourworld.tf"
# Change this to your own URL! Please note this variable **must** be uncommented. # Change this to your own URL! Please note this variable **must** be uncommented.
title = "ThreeFold" title = "ThreeFold"

View File

@ -3,7 +3,7 @@ title: "Footer"
description: "The alternative to the current too centralized and unsustainable internet." description: "The alternative to the current too centralized and unsustainable internet."
insert_anchor_links: "left" insert_anchor_links: "left"
extra: extra:
logoPath: "/images/tft_log.svg" logoPath: "/images/OurVerse-logo.png"
socialLinks: { Facebook: "https://", Github: "https://", Twitter: "https://" } socialLinks: { Facebook: "https://", Github: "https://", Twitter: "https://" }
--- ---

View File

@ -62,13 +62,13 @@ img[src*="#tft_img"] {
@layer components { @layer components {
h1 { h1 {
@apply text-5xl lg:text-9xl font-normal leading-none; @apply text-6xl lg:text-9xl font-normal leading-none;
} }
h1 strong { h1 strong {
@apply font-semibold; @apply font-semibold;
} }
h2 { h2 {
@apply text-3xl lg:text-8xl font-normal leading-none; @apply text-4xl lg:text-8xl font-normal leading-none;
} }
h2 strong { h2 strong {
@apply font-medium; @apply font-medium;

View File

@ -1,74 +0,0 @@
<div class="relative pt-16 px-4 sm:px-6 lg:pt-24 lg:pb-28 lg:px-8">
<div class="absolute inset-0">
<div class="bg-white h-1/3 sm:h-2/3"></div>
</div>
<div class="relative max-w-7xl mx-auto">
<div class="text-center">
<h2 class="
lg:text-6xl
leading-tight
font-bold font-heading
uppercase
sm:leading-10
lg:pb-10
">
Featured Stories
</h2>
</div>
<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-shrink-0">
<img class="h-48 w-full object-cover" src="/images/the_threefold_movement.png" alt="" />
</div>
<div class="flex-1 bg-white p-6 flex flex-col justify-between">
<div class="flex-1">
<a href="https://threefold.io/blog/post/the_threefold_movement/" class="block">
<h3 class="mt-2 text-2xl leading-7 font-semibold text-gray-900">
Into the Fold The ThreeFold Movement
</h3>
<div class="mt-3 leading-6 text-gray-700 text-xl">It's not by mistake that you're here,
reading this post. You can feel that a global shift is happening. And you want to do
something about it.</div>
</a>
</div>
</div>
</div>
<div class="flex flex-col rounded-lg shadow-lg overflow-hidden">
<div class="flex-shrink-0">
<img class="h-48 w-full object-cover" src="/images/new_internet.jpg" alt="" />
</div>
<div class="flex-1 bg-white p-6 flex flex-col justify-between">
<div class="flex-1">
<a href="https://threefold.io/blog/post/the_threefold_movement/" class="block">
<h3 class="mt-2 text-2xl leading-7 font-semibold text-gray-900">
Building a New Internet From the Ground Up Part 1: Introduction
</h3>
<div class="mt-3 leading-6 text-gray-700 text-xl">The first episode in an approachable
series on the inner workings of the ThreeFold Grid. Explore our technology stack and
what makes ThreeFold special.</div>
</a>
</div>
</div>
</div>
<div class="flex flex-col rounded-lg shadow-lg overflow-hidden">
<div class="flex-shrink-0">
<img class="h-48 w-full object-cover" src="/images/tft_vedio.jpg" alt="" />
</div>
<div class="flex-1 bg-white p-6 flex flex-col justify-between">
<div class="flex-1">
<a href="https://threefold.io/blog/post/the_threefold_movement/" class="block">
<h3 class="mt-2 text-2xl leading-7 font-semibold text-gray-900">
ThreeFold Explained in 2 Minutes
</h3>
<div class="mt-3 leading-6 text-gray-700 text-xl">We make sovereignty a reality and
opportunities universal. Our technology ensures data ownership and a democratized
Internet. Discover how.</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>