Skip to content

Commit

Permalink
fix: speacker pic, and new speaker
Browse files Browse the repository at this point in the history
  • Loading branch information
robsongajunior committed Nov 10, 2023
1 parent 9e04d42 commit 5fd227a
Show file tree
Hide file tree
Showing 7 changed files with 58 additions and 13 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions 2023/_buildwithastro/src/components/Countdown.astro
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ const { eventDate } = Astro.props;
}

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

&:after,
&:before,
Expand Down
39 changes: 35 additions & 4 deletions 2023/_buildwithastro/src/components/Schedule.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
</span>
</a>
</p>
<!-- <ul class="schedule-list">
<ul class="schedule-list">
<li
id="schedule-credenciamento"
class="schedule-item schedule-item-other"
>
<span class="schedule-time">08:00</span>
<span class="schedule-time">09:00</span>
<div class="schedule-slot">
<div class="schedule-activity">Credenciamento</div>
</div>
Expand All @@ -32,11 +32,38 @@
id="schedule-credenciamento"
class="schedule-item schedule-item-other"
>
<span class="schedule-time">09:00</span>
<span class="schedule-time">09:45</span>
<div class="schedule-slot">
<div class="schedule-activity">Abertura</div>
</div>
</li> -->
</li>
<li
id="schedule-credenciamento"
class="schedule-item schedule-item-other"
>
<span class="schedule-time">10:00</span>
<div class="schedule-slot">
<div class="schedule-activity">Keynote - Erick Wendel</div>
</div>
</li>
<li
id="schedule-credenciamento"
class="schedule-item schedule-item-other"
>
<span class="schedule-time">12:00</span>
<div class="schedule-slot">
<div class="schedule-activity">Almoço</div>
</div>
</li>
<li
id="schedule-credenciamento"
class="schedule-item schedule-item-other"
>
<span class="schedule-time">17:10</span>
<div class="schedule-slot">
<div class="schedule-activity">Happy Hour</div>
</div>
</li>
<!--
<li class="schedule-item schedule-item-speaker">
<span class="schedule-time">10:00</span>
Expand Down Expand Up @@ -176,6 +203,10 @@
@import "../styles/partials/_sections.scss";
@import "../styles/partials/_section_schedule.scss";

.schedule-list {
margin-top: 6rem;
}

p {
text-align: center;

Expand Down
10 changes: 5 additions & 5 deletions 2023/_buildwithastro/src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ const { title } = Astro.props;
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />

<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32"/>
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" sizes="180x180" href="https://www.frontinpoa.com.br/apple-touch-icon.png" />
<link rel="icon" type="image/png" href="https://www.frontinpoa.com.br/favicon-32x32.png" sizes="32x32"/>
<link rel="icon" type="image/png" href="https://www.frontinpoa.com.br/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/x-icon" href="https://www.frontinpoa.com.br/favicon.ico" />

<link rel="manifest" href="/webapp-manifest.json" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#696969" />

<meta property="og:type" content="website" />
<meta property="og:title" content="Front in Poa 2023" />
<meta property="og:description" content="O Front in que vai mudar o seu jeito de ver o front end!" />
<meta property="og:image" content="/images/front-in-poa-banner.png" />
<meta property="og:image" content="https://www.frontinpoa.com.br/images/front-in-poa-banner.png" />

<link
rel="preload"
Expand Down
18 changes: 16 additions & 2 deletions 2023/_buildwithastro/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,25 @@ import Supporters from '../components/Supporters.astro';
const speakers = [
{
name: 'Erick Wendel',
img: 'https://pbs.twimg.com/profile_images/1557369824438898689/w8Igptui_400x400.jpg',
img: '/images/speakers/erick-wendel.jpg',
user: '@erickwendel_',
link: 'https://twitter.com/erickwendel_',
bio: 'Erick Wendel é um palestrante profissional e tem se apresentado em mais de 10 países pelo mundo. Foi premiado com os Google Developer Expert, Microsoft MVP, GitHub Stars e OpenJS Path Educator, os maiores prêmios em área de software do mundo. Hoje Erick vive como instrutor em treinamentos online em sua própria empresa além de trabalhar como core commiter no projeto Node.js'
}
},
{
name: 'Marco Antônio Santos da Silva',
img: '/images/speakers/marco-silva.jpeg',
user: '@marsc98',
link: 'https://github.com/marsc98',
bio: 'Estudante de Engenharia de Computação na Universidade Estadual do Rio Grande do Sul (UERGS), engajado em movimentos culturais com foco na cultura preta e de rua, além de ser uma pessoa desenvolvedora na On2 buscando sempre a inovação, o cultivo de ideias e a troca de conhecimentos.'
},
// {
// name: 'Robson Júnior',
// img: '/images/speakers/robson-junior.jpeg',
// user: '@robsongajunior',
// link: 'https://github.com/robsongajunior',
// bio: 'Robson Júnior atua como Senior Software Engineer na empresa Azion Technologies no time UX Engineering. Passou também pelos times: Experience Engineering, Marketing Engineering, Core Services e anteriormente focado em aplicaçao RUM (Real User Monitoring/Measuring) pelo time de Routing Services. Possui também histórico na empresa Terra Networks no time de Tecnologia em Porto Alegre. Lá passou por experiências nos times de: SVA, Tecnologia Portal, Entertenimento e Tecnologia de E-mail. Como último passo, teve a oportunidade fazer parte da criação do primeiro time Full Dev-Ops.'
// }
];
---

Expand Down

0 comments on commit 5fd227a

Please sign in to comment.