Skip to content

Commit

Permalink
ajustes de estrutura e fotos
Browse files Browse the repository at this point in the history
gabrieluizramos committed Mar 29, 2024
1 parent fe0bf36 commit a6cfd22
Showing 128 changed files with 21 additions and 40 deletions.
19 changes: 6 additions & 13 deletions src/config/photos/concert.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
{
"title": "Black Veil Brides",
"highlighted": true,
"path": "images/concert/6-dreamers-entertainment/4-black-veil-brides",
"path": "images/concert/6-dreamers-entertainment/3-black-veil-brides",
"count": 24,
"details": {
"venue": "Terra SP",
@@ -24,7 +24,7 @@
},
{
"title": "Radwimps",
"path": "images/concert/6-dreamers-entertainment/3-radwimps",
"path": "images/concert/6-dreamers-entertainment/2-radwimps",
"count": 10,
"details": {
"venue": "Terra SP",
@@ -154,7 +154,7 @@
{
"title": "The Ghost Inside",
"highlighted": true,
"path": "images/concert/6-dreamers-entertainment/2-the-ghost-inside",
"path": "images/concert/6-dreamers-entertainment/1-the-ghost-inside",
"count": 35,
"details": {
"venue": "Vip Station",
@@ -214,14 +214,12 @@
{
"title": "Underoath",
"highlighted": true,
"path": "images/concert/6-dreamers-entertainment/1-underoath",
"path": "images/concert/1-independente/3-underoath",
"count": 33,
"details": {
"venue": "Vip Station",
"date": "27/01/2024",
"outlet": {
"category": "producers",
"name": "Dreamers Entertainment",
"more": [
{
"category": "social",
@@ -605,7 +603,7 @@
},
{
"title": "Bring Me The Horizon",
"path": "images/concert/1-independente/3-bring-me-the-horizon",
"path": "images/concert/1-independente/2-bring-me-the-horizon",
"count": 6,
"details": {
"venue": "Vibra SP",
@@ -614,18 +612,13 @@
},
{
"title": "While She Sleeps (Vomit3d Party)",
"path": "images/concert/1-independente/2-while-she-sleeps",
"path": "images/concert/1-independente/1-while-she-sleeps",
"count": 12,
"details": {
"artists": ["Axty", "While She Sleeps"],
"venue": "VIP Station",
"date": "26/11/2022"
}
},
{
"title": "Fresno & Scalene",
"path": "images/concert/1-independente/fresno-e-scalene",
"count": 5
}
]
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

20 changes: 11 additions & 9 deletions src/index.pug
Original file line number Diff line number Diff line change
@@ -51,15 +51,17 @@ html(lang="pt-BR")

p.text Sentir a energia de uma música que ecoa em meio à entrega de um artista ao público quando está sobre palco e sublimar esses momentos em algo mais concreto, palpável e visual é uma experiência única e até difícil de descrever.

p.text Se tem algo que me fascina, é isso: conseguir combinar em um único artefato essas duas expressões artísticas, a arte de ver e a arte de ouvir. E é nessa jornada junto aos palcos que já tive a honra de trabalhar e ter minhas fotos utilizadas por alguns veículos de imprensa, bandas e produtoras, como:
- const outlets = [...Object.entries(locals.press), ...Object.entries(locals.producers)]
span.outlets-list
each outlet in outlets
span.outlets-item
- const [name, url] = outlet
- const outletClass = name.toLowerCase().replace(/\s/g, '');
- const classes = `outlet ${outletClass}`
a(class=classes href=url target="_blank") #{name}
p.text Se tem algo que me fascina, é isso: conseguir combinar em um único artefato essas duas expressões artísticas, a arte de ver e a arte de ouvir. É nessa jornada junto aos palcos que já tive a honra de trabalhar e ter minhas fotos utilizadas por alguns veículos de imprensa, bandas e produtoras. Espero que goste do meu trabalho!

//- p.text Se tem algo que me fascina, é isso: conseguir combinar em um único artefato essas duas expressões artísticas, a arte de ver e a arte de ouvir. E é nessa jornada junto aos palcos que já tive a honra de trabalhar e ter minhas fotos utilizadas por alguns veículos de imprensa, bandas e produtoras, como:
//- - const outlets = [...Object.entries(locals.press), ...Object.entries(locals.producers)]
//- span.outlets-list
//- each outlet in outlets
//- span.outlets-item
//- - const [name, url] = outlet
//- - const outletClass = name.toLowerCase().replace(/\s/g, '');
//- - const classes = `outlet ${outletClass}`
//- a(class=classes href=url target="_blank") #{name}
figure.avatar
img(src="https://github.com/gabrieluizramos.png" alt="foto Gabriel Ramos" loading="lazy")
7 changes: 4 additions & 3 deletions src/mixins.pug
Original file line number Diff line number Diff line change
@@ -20,9 +20,10 @@ mixin details(category)
span.info @
span.detail !{" "} #{category.details.venue}
if category.details.outlet
p.press
span.detail Cobertura: !{" "}
+outlet(category.details.outlet)
if category.details.outlet.category
p.press
span.detail Cobertura: !{" "}
+outlet(category.details.outlet)
if category.details.outlet.more
p.press
span.detail Veja mais em: !{" "}

0 comments on commit a6cfd22

Please sign in to comment.