-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0149c01
commit a8620a9
Showing
6 changed files
with
101 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,59 @@ | ||
<template> | ||
<div class="px-container"> | ||
<HeroContent v-bind="MOCK" /> | ||
</div> | ||
<Container> | ||
<SectionListAvatars v-bind="MOCK" /> | ||
</Container> | ||
</template> | ||
|
||
<script setup> | ||
// import Container from './templates/container' | ||
import HeroContent from './templates/herocontent' | ||
import Container from './templates/container' | ||
import SectionListAvatars from './templates/sectionlistavatars' | ||
const MOCK = { | ||
breadcrumbItems: [ | ||
overline: 'Our Leadership', | ||
title: 'Guided by exceptional minds', | ||
avatars: [ | ||
{ | ||
url: `/en/blog/`, | ||
target: '_self', | ||
label: 'Blog' | ||
image: 'https://www.azion.com/assets/pages/about/perfil-6.png', | ||
name: 'Rafael Umann', | ||
role: 'Chief Executive Officer', | ||
url: 'https://www.url.com/in/rafaelumann/' | ||
}, | ||
{ | ||
url: 'www.azion.com', | ||
target: '_self', | ||
label: 'This Article' | ||
} | ||
], | ||
date: 'JUN 27, 2024 • 15 min read', | ||
title: 'Azion Edge SQL: enabling access and analysis of structured data at the edge', | ||
authors: [ | ||
image: 'https://www.azion.com/assets/pages/about/perfil.png', | ||
name: 'Alessandro Cauduro', | ||
role: 'Chief Artificial Intelligence Officer', | ||
url: 'https://www.url.com/in/alessandrocauduro/' | ||
}, | ||
{ | ||
image: 'https://www.azion.com/assets/pages/about/perfil-2.png', | ||
name: 'Fabiano Fraçao', | ||
role: 'Chief Revenue Officer', | ||
url: 'https://www.url.com/in/fabiano-fração-5b19632/' | ||
}, | ||
{ | ||
image: 'https://www.azion.com/assets/pages/about/perfil-gabriel-madureira.jpeg', | ||
name: 'Gabriel Madureira', | ||
role: 'Chief Marketing Officer', | ||
url: 'https://www.url.com/in/gabrielmadureira/' | ||
}, | ||
{ | ||
image: 'https://www.azion.com/assets/pages/about/perfil-3.png', | ||
name: 'Júlio Silvello', | ||
role: 'Chief Product Officer', | ||
url: 'https://www.url.com/in/juliosilvello/' | ||
}, | ||
{ | ||
image: 'https://www.azion.com/assets/pages/about/perfil-4.png', | ||
name: 'Marcus Grando', | ||
role: 'Chief Technology Officer', | ||
url: 'https://www.url.com/in/marcusgrando/' | ||
}, | ||
{ | ||
avatar: 'https://www.azion.com/assets/blog/images/uploads/img-prof.png', | ||
title: 'Mariana Bellorín Aguilera', | ||
role: 'Technical Writer' | ||
image: 'https://www.azion.com/assets/pages/about/perfil-5.png', | ||
name: 'Mauricio Pegoraro', | ||
role: 'Chief Information Security Officer', | ||
url: 'https://www.url.com/in/mauriciowp/' | ||
} | ||
], | ||
description: | ||
'Explore how Azion Edge SQL enhances database operations with edge computing for high scalability, low latency, and cost-effectiveness.' | ||
] | ||
} | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,4 +29,3 @@ | |
.p-breadcrumb::-webkit-scrollbar { | ||
display: none; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters