update book club page images
This commit is contained in:
BIN
assets/images/1Compartir.webp
Normal file
BIN
assets/images/1Compartir.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
BIN
assets/images/2Transformares.webp
Normal file
BIN
assets/images/2Transformares.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
BIN
assets/images/3Aplicacao.webp
Normal file
BIN
assets/images/3Aplicacao.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.3 KiB |
BIN
assets/images/4Partilham.webp
Normal file
BIN
assets/images/4Partilham.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 167 KiB |
BIN
assets/images/book-club-hero.webp
Normal file
BIN
assets/images/book-club-hero.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 67 KiB |
@ -81,7 +81,7 @@ $checkout_url = add_query_arg(
|
||||
<p>Reflete, discute e aplica as ideias o lado de pessoas que partilham a tua paixão por aprender.</p>
|
||||
</div>
|
||||
<img
|
||||
src="<?= get_theme_file_uri('/assets/images/book-club-hero.jpg'); ?>"
|
||||
src="<?= get_theme_file_uri('/assets/images/book-club-hero.webp'); ?>"
|
||||
class="hero--img">
|
||||
</div>
|
||||
</section>
|
||||
@ -230,19 +230,19 @@ $checkout_url = add_query_arg(
|
||||
<h2>Este Book Club é para ti se:</h2>
|
||||
<div class="benefit-cards">
|
||||
<div class="benefit-card--item">
|
||||
<img src="<?= get_theme_file_uri('/assets/images/benefit-card.jpg'); ?>">
|
||||
<img src="<?= get_theme_file_uri('/assets/images/1Compartir.webp'); ?>">
|
||||
<p><strong>Gostas de discutir ideias</strong> e aprofundar temas que te fazem crescer.</p>
|
||||
</div>
|
||||
<div class="benefit-card--item">
|
||||
<img src="<?= get_theme_file_uri('/assets/images/benefit-card.jpg'); ?>">
|
||||
<img src="<?= get_theme_file_uri('/assets/images/2Transformares.webp'); ?>">
|
||||
<p><strong>Lês</strong> não só para te entreteres, mas <strong>para te transformares.</strong></p>
|
||||
</div>
|
||||
<div class="benefit-card--item">
|
||||
<img src="<?= get_theme_file_uri('/assets/images/benefit-card.jpg'); ?>">
|
||||
<img src="<?= get_theme_file_uri('assets/images/3Aplicacao.webp'); ?>">
|
||||
<p>Queres um espaço que vai além da leitura e <strong>foca na aplicação prática</strong> do que aprendes.</p>
|
||||
</div>
|
||||
<div class="benefit-card--item">
|
||||
<img src="<?= get_theme_file_uri('/assets/images/benefit-card.jpg'); ?>">
|
||||
<img src="<?= get_theme_file_uri('/assets/images/4Partilham.webp'); ?>">
|
||||
<p>Procuras um grupo de <strong>pessoas que partilham</strong> a tua sede de conhecimento.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user