Merge pull request 'updated footer' (#24) from development_footer into development
Reviewed-on: tfgrid/www_projectinca#24
This commit is contained in:
commit
92298bd9c6
@ -29,14 +29,28 @@ export const headerData = {
|
||||
export const footerData = {
|
||||
links: [
|
||||
{
|
||||
title: 'Menu',
|
||||
title: 'Project Overview',
|
||||
links: [
|
||||
{ text: 'Home', href: '/' },
|
||||
{ text: 'Technology', href: 'technology' },
|
||||
{ text: 'About', href: 'about' },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Join the Cloud',
|
||||
links: [
|
||||
{ text: 'Farming', href: 'farming' },
|
||||
{ text: 'Ecosystem', href: 'ecosystem' },
|
||||
{ text: 'About', href: 'about' },
|
||||
{ text: 'Contact', href: 'contact' },
|
||||
{ text: 'DIY Nodes', href: 'https://manual.grid.tf/documentation/farmers/3node_building/3node_building.html' },
|
||||
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Communication',
|
||||
links: [
|
||||
{ text: 'Contact Us', href: 'mailto:info@threefold.io' },
|
||||
{ text: 'ThreeFold Chat', href: 'https://t.me/threefold' },
|
||||
{ text: 'ThreeFold Support', href: 'https://threefoldfaq.crisp.help/en/' },
|
||||
],
|
||||
},
|
||||
],
|
||||
|
@ -36,7 +36,7 @@ const metadata = {
|
||||
target: '_blank',
|
||||
icon: 'tabler:brand-minecraft',
|
||||
},
|
||||
{ text: 'Learn more', href: '#about' },
|
||||
{ text: 'Learn more', href: '#purpose' },
|
||||
]}
|
||||
image={{ src: '~/assets/images/background.png', alt: '' }}
|
||||
>
|
||||
@ -54,12 +54,12 @@ const metadata = {
|
||||
is the currency <br>
|
||||
of the future...<br><br></b></i>
|
||||
<span class="hidden sm:inline">
|
||||
We are a community-driven, open-source project<br> that has built a self-healing and autonomous cloud engine<br> allowing <span class="font-semibold">anyone</span> to become a <span class="font-semibold">cloud service provider</span>!<br>
|
||||
<br>We are a community-driven, open-source project<br> that has built a self-healing and autonomous cloud engine<br> allowing <span class="font-semibold">anyone</span> to become a <span class="font-semibold">cloud service provider</span>!<br>
|
||||
</span>
|
||||
<span class="block mb-1 sm:hidden font-bold text-blue-600">
|
||||
Internet Capacity, DePIN Cloud
|
||||
</span>
|
||||
Earn rewards by providing <span class="font-semibold">Internet Capacity</span> to the world!</i>
|
||||
Earn rewards by providing <span class="font-semibold">Internet Capacity</span> to the world!</i><br><br><br>
|
||||
|
||||
</Fragment>
|
||||
|
||||
@ -73,7 +73,7 @@ const metadata = {
|
||||
<Purpose/>
|
||||
|
||||
<Content
|
||||
id="about"
|
||||
id="pioneers"
|
||||
image={{
|
||||
src: '~/assets/images/pioneers2.jpg',
|
||||
alt: '',
|
||||
|
Loading…
Reference in New Issue
Block a user