updated brandpanel
This commit is contained in:
@@ -1,10 +1,15 @@
|
|||||||
---
|
---
|
||||||
id: brand_panel
|
id: fix_internet
|
||||||
title: IF NOT NOW, WHEN? IF NOT US, WHO?
|
title: WE NEED TO FIX TODAY'S INTERNET
|
||||||
subtitle: ''
|
subtitle: ''
|
||||||
sourceUrl: /team #link for button
|
sourceUrl: ''
|
||||||
btnTxt: Meet Us
|
btnTxt: ''
|
||||||
image: teamcollage.png # Please add image in src/assets/brandPanel/
|
image: internet_is_broken.svg # src/assets/brandPanel/..
|
||||||
---
|
---
|
||||||
|
|
||||||
We believe in digital freedom, equal opportunities for all, and sustainable solutions for our planet. We are building a new internet that serves people and our planet.
|
The Internet is controlled by large corporations. This centralized approach is highly inefficient, extermely costly, and unsustainable.
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
Our data isn't owned by us,
|
||||||
|
<br/>
|
||||||
|
and it isn't safe.
|
||||||
@@ -9,7 +9,7 @@ link: /farming/token
|
|||||||
productsMain: product
|
productsMain: product
|
||||||
productData: [tokens, nodes, storage]
|
productData: [tokens, nodes, storage]
|
||||||
logos: [logo1, logo2, logo3, logo4, logo5, logo6]
|
logos: [logo1, logo2, logo3, logo4, logo5, logo6]
|
||||||
brandPanel: brand_panel
|
brandPanel: fix_internet
|
||||||
comparisonMain: comparison
|
comparisonMain: comparison
|
||||||
comparisonSecs: [section1, section2, section3]
|
comparisonSecs: [section1, section2, section3]
|
||||||
inTheNews: in_the_news
|
inTheNews: in_the_news
|
||||||
|
|||||||
1
src/assets/images/brandPanel/internet_is_broken.svg
Normal file
1
src/assets/images/brandPanel/internet_is_broken.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 428 KiB |
@@ -9,7 +9,7 @@
|
|||||||
>
|
>
|
||||||
<div class="lg:self-center">
|
<div class="lg:self-center">
|
||||||
<h2
|
<h2
|
||||||
class="text-3xl leading-9 font-extrabold text-white sm:text-3xl sm:leading-10"
|
class="text-3xl leading-9 font-extrabold text-white sm:text-4xl sm:leading-10"
|
||||||
>
|
>
|
||||||
<span class="block">{{ brand.title }}</span>
|
<span class="block">{{ brand.title }}</span>
|
||||||
<span class="block" v-if="brand.subtitle">{{
|
<span class="block" v-if="brand.subtitle">{{
|
||||||
@@ -20,11 +20,11 @@
|
|||||||
class="py-6 mt-4 text-lg leading-6 text-white"
|
class="py-6 mt-4 text-lg leading-6 text-white"
|
||||||
v-html="brand.content"
|
v-html="brand.content"
|
||||||
></div>
|
></div>
|
||||||
<a
|
<!-- <a
|
||||||
:href="brand.sourceUrl"
|
:href="brand.sourceUrl"
|
||||||
class="bg-teal-300 text-sm learn-button hover:bg-57EEF8-400 text-gray-900 px-12 py-2 mr-3 rounded shadow rounded-full"
|
class="bg-teal-300 text-sm learn-button hover:bg-57EEF8-400 text-gray-900 px-12 py-2 mr-3 rounded shadow rounded-full"
|
||||||
>{{ brand.btnTxt }}</a
|
>{{ brand.btnTxt }}</a
|
||||||
>
|
> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="relative pb-3/5 -mt-6 md:pb-1/2">
|
<div class="relative pb-3/5 -mt-6 md:pb-1/2">
|
||||||
|
|||||||
Reference in New Issue
Block a user