updated brandPanel image
This commit is contained in:
@@ -4,7 +4,7 @@ title: IF NOT NOW, WHEN? IF NOT US, WHO?
|
|||||||
subtitle: ''
|
subtitle: ''
|
||||||
sourceUrl: '' #link for button
|
sourceUrl: '' #link for button
|
||||||
btnTxt: Meet Us
|
btnTxt: Meet Us
|
||||||
image: image_name.png # Please add image in src/assets/brandPanel/
|
image: teamcollage.png # Please add image in src/assets/brandPanel/
|
||||||
---
|
---
|
||||||
|
|
||||||
We believe in digital feedom, equal opportunities for all, and sustainable solutions for our planet. We are building a new internet that serves people and our planet.
|
We believe in digital feedom, equal opportunities for all, and sustainable solutions for our planet. We are building a new internet that serves people and our planet.
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 321 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 742 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 4.5 KiB |
BIN
src/assets/images/brandPanel/teamcollage.png
Normal file
BIN
src/assets/images/brandPanel/teamcollage.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.6 MiB |
@@ -14,8 +14,6 @@
|
|||||||
:link="$page.markdownPage.link"
|
:link="$page.markdownPage.link"
|
||||||
/> -->
|
/> -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<SolutionsHeader
|
<SolutionsHeader
|
||||||
v-if="$page.markdownPage.header"
|
v-if="$page.markdownPage.header"
|
||||||
:header="$page.markdownPage.header"
|
:header="$page.markdownPage.header"
|
||||||
@@ -55,9 +53,6 @@
|
|||||||
:logos="$page.markdownPage.logos"
|
:logos="$page.markdownPage.logos"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- <InTheNews
|
<!-- <InTheNews
|
||||||
v-if="$page.markdownPage.inTheNews"
|
v-if="$page.markdownPage.inTheNews"
|
||||||
:news="$page.markdownPage.inTheNews"
|
:news="$page.markdownPage.inTheNews"
|
||||||
@@ -67,11 +62,13 @@
|
|||||||
v-if="$page.markdownPage.signup"
|
v-if="$page.markdownPage.signup"
|
||||||
:signup="$page.markdownPage.signup"
|
:signup="$page.markdownPage.signup"
|
||||||
/> -->
|
/> -->
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<g-image
|
<g-image
|
||||||
v-if="$page.markdownPage.solution_image2"
|
v-if="$page.markdownPage.solution_image2"
|
||||||
:src="$page.markdownPage.solution_image2.src"
|
:src="$page.markdownPage.solution_image2.src"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<CallToAction
|
<CallToAction
|
||||||
v-if="$page.markdownPage.cta"
|
v-if="$page.markdownPage.cta"
|
||||||
:cta="$page.markdownPage.cta"
|
:cta="$page.markdownPage.cta"
|
||||||
|
|||||||
Reference in New Issue
Block a user