Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
remove all
Browse files Browse the repository at this point in the history
  • Loading branch information
sasha-astiadi committed Sep 26, 2024
1 parent a7289ed commit d63cf81
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 46 deletions.
11 changes: 8 additions & 3 deletions content/home/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,16 @@ weight: 1

{% row(margin="withContainer" bgPath="img/home_bg.jpg" bgStyle="full" padding="headerboth" margin="tight") %}

# Changing The World <br>Through Decentralization
# Innovating for a Sustainable Future

Incubaid is an incubator focused primarily on helping to change our planet for the better through technology that supports decentralization.
__Incubaid__ has long been a leader in technological innovation, delivering solutions that address global challenges in areas such as blockchain, decentralized infrastructure, and quantum-safe technologies. As we evolve, our mission remains steadfast—leveraging technology to create meaningful impact.

<button class="text-sm lg:text-lg font-normal mr-0" onclick="window.location.href='/projects'">19 years. 7 exits. A Proven Track Record.</button>
<br>

Today, this legacy continues under <u>[__OurWorld__](https://ourworld.tf)</u>, a platform focused on empowering communities and fostering sustainable development through decentralized, peer-to-peer technology. While Incubaid’s core values endure, OurWorld represents the next step in our commitment to driving positive change.


<button class="text-sm lg:text-lg font-normal mr-0" onclick="window.location.href='https://ourworld.tf'">Discover more at OurWorld</button>

{% end %}

1 change: 1 addition & 0 deletions templates/_default/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
{% include "partials/head.html" %}

<body>
{% include "partials/header.html" %}
<div id="content" class="mx-auto overflow-hidden">
{% block content %}{% endblock %}
</div>
Expand Down
7 changes: 1 addition & 6 deletions templates/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,12 @@
<div class="space-y-8 lg:max-w-sm lg:mr-8 lg:mb-2 lg:col-span-1">
<a target="_blank" href="mailto:info@incubaid.com">info@incubaid.com</a>
</div>
<div class="lg:max-w-sm lg:mr-8 lg:mb-2 lg:col-span-1">
<a class="text-sm flex hard_green capitalize " href="/projects">Our Projects</a>
<a class="text-sm flex hard_green capitalize" href="/people">Our People</a>
</div>
</div>
</div>
{# <img src="{{get_url(path='images/')}}" class="w-60" alt=""> #}
<hr class="my-4 border-y-0 w-1/2 border-green-500/50">
<div class="mx-4 text-center">
<p class="text-base pt-4 my-0">&#169; Copyright 2023 Incubaid BVBA - All Rights Reserved</p>
<a href="https://threefold.io/" target="_blank" class="hard_green my-0 text-base">Hosted on the ThreeFold Grid</p>
<p class="text-base pt-4 my-0">&#169; Copyright 2024 Incubaid BVBA - All Rights Reserved</p>
</div>
</div>
{% endif %}
Expand Down
37 changes: 0 additions & 37 deletions templates/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,43 +105,6 @@
<img class="logo" src="{{logo_path}}" alt="Logo" />
</a>
</div>
<div class="-mr-2 -my-2 lg:hidden">
<button id="hamburger-btn" type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 focus:text-gray-500 transition duration-150 ease-in-out my-2">
<!-- Heroicon name: menu -->
<svg class="h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
</svg>
</button>
<button id="close-hamburger-btn" type="button" class="hidden lg:hidden inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 focus:text-gray-500 transition duration-150 ease-in-out my-2">
<!-- Heroicon name: x -->
<svg class="h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" />
</svg>
</button>
</div>
<div class="hidden lg:flex-1 lg:flex lg:items-center lg:justify-end lg:space-x-12">
<nav class="flex space-x-6">
{% for page in section.pages %}
{% if page.extra.menu %} {% continue %} {% endif %}
<a href="{{page.permalink}}" class="text-md font-normal leading-6 text-gray-900 focus:outline-none focus:text-gray-900 transition ease-in-out duration-150 mt-0">
{{page.title}}
</a>
<div class="relative">
</div>
{% endfor %}
{% for subsection in section.subsections %}
{% if subsection == "footer/_index.md" %} {% continue %} {% endif %}
{% set button_id = subsection ~ "-menu-btn" | slugify %}
<div class="relative">
<button type="button" id="{{button_id}}" class="nav_btn text-gray-900 group inline-flex items-center space-x-2 text-lg leading-6 hover:text-green-300 focus:outline-none transition ease-in-out duration-150">
<span>{{ subsection }}</span>
<div class="-rotate-90 transition-transform"><svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="#000000"><path d="M0 0h24v24H0z" fill="none"/><path d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/></svg></div>
</button>
</div>
{% endfor %}
<a href="https://freeflownation.org/" class="text-md font-normal leading-6 text-gray-900 focus:outline-none focus:text-gray-900 transition ease-in-out duration-150 mt-0" target="_blank">FreeFlow Nation</a>
</nav>
</div>
</div>
</div>
{% for subsection in section.subsections %}
Expand Down

0 comments on commit d63cf81

Please sign in to comment.