Skip to content

Commit

Permalink
feat: adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
robsongajunior committed Oct 18, 2023
1 parent 26bece5 commit 9e04d42
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 16 deletions.
5 changes: 2 additions & 3 deletions 2023/_buildwithastro/src/components/About.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@ const c4pURL = 'https://forms.gle/1ARUc7nHxkyXsdZ58';
</div>
<div class="section-about-tail">
<a
href={c4pURL}
href={ingressURL}
class="section-about-call-action-link call-action-link"
target="_blank">
<span class="call-action-text">
<!-- Te inscreve -->
Enviar Palestra
Te inscreve
</span>
</a>
</div>
Expand Down
14 changes: 8 additions & 6 deletions 2023/_buildwithastro/src/components/Countdown.astro
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,15 @@ const { eventDate } = Astro.props;
display: block;
}

@media screen and (min-width: 768px) {
bottom: 1rem;
@media screen and (min-width: 800px) {
bottom: 2rem;
right: auto;
left: 2rem;
left: calc(50% - 252px);
}

.countdown {
display: flex;
gap: .5rem;
gap: .25rem;
padding: 0;

@media screen and (min-width: 768px) {
Expand All @@ -106,7 +106,7 @@ const { eventDate } = Astro.props;
li {
min-width: 60px;
font-size: 1rem;
padding: .5rem .5rem 1rem;
padding: .25rem .25rem .5rem;

@media screen and (min-width: 768px) {
min-width: 80px;
Expand All @@ -116,9 +116,11 @@ const { eventDate } = Astro.props;
}

color: #FFFFFF;
background-color: #FF3565;
// background-color: #FF3565;
backdrop-filter: blur(4px);
border-radius: 4px;
font-weight: 900;
border: solid 1px rgba(255, 255, 255, 0.25);

&:after,
&:before,
Expand Down
9 changes: 4 additions & 5 deletions 2023/_buildwithastro/src/components/Location.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,14 @@
</span>
<br />
<span itemprop="addressLocality">
Passo D'Areia Porto • Alegre
Passo D'Areia • Porto Alegre
</span>
<span itemprop="addressRegion">
RS
RS
</span>
<br />
<span itemprop="postalCode">'
90520-280
<span itemprop="postalCode">
90520-280
</span>
<br />
<a
Expand Down
6 changes: 4 additions & 2 deletions 2023/_buildwithastro/src/components/Schedule.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
<div class="wrapper">
<h2 class="section-title section-title-highlight">Programação</h2>
<p>
Entre no Discord da Azion para acompanhar e ficar sabendo sobre os próximos palestrantes em primeira mão.
Entre no <a href="https://discord.gg/S34PzD3gFS" title="Front In Poa 2023 | Azion Discord Server" target="_blank">Discord</a> da Azion para acompanhar e
<br>
ficar sabendo sobre os próximos palestrantes em primeira mão.
<br>
<a
href="https://discord.gg/S34PzD3gFS"
Expand All @@ -11,7 +13,7 @@
target="_blank"
data-astro-cid-v2cbyr3p="">
<span class="call-action-text" data-astro-cid-v2cbyr3p="">
Acompanhar
Discord
</span>
</a>
</p>
Expand Down

0 comments on commit 9e04d42

Please sign in to comment.