-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raquel #2
base: main
Are you sure you want to change the base?
Raquel #2
Conversation
Adicionei os titulos e paragrafos e comecei a desenvolver as seções
Tentando fazer o quadrado entrar pro final da linha, vocês tem alguma sugestão?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Muito bom! Não se assuste por ter alguns comentários, isso é comum, mesmo pra desenvolvedores experientes :)
Parabéns pelo avanço! Essa página vai ficar pública, na internet. Então antes da gente fazer o merge, coloca seus dados reais aí ;)
@font-face { | ||
font-family: aller; | ||
src: url(fontes/Aller_rg.ttf); | ||
} | ||
@font-face { | ||
font-family: aller-lt; | ||
src: url(fontes/Aller_Lt.ttf); | ||
} | ||
|
||
@font-face { | ||
font-family: aller-Ltlt; | ||
src: url(fontes/Aller_LtIt.ttf); | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tem mais fontes no repositório do que você está usando. Remova os arquivos de fonte que você não usou
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Eu usei as 3! seção body: aller_rg; seção h3 aller-lt e seção h5 aller-ltit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@raquellenn no css tem as 3 que vc usa, mas na pasta fontes tem 7 arquivos de fonte. Remova os arquivos que vc não usou
Falta arrumar os quadrados e algumas linhas
tentando arrumar o quadrado e algumas outras pequenas alterações
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Já está bom! Eu estou sendo chato de propósito e me apegando a detalhes pra garantir que vc está entendo os conceitos. Na vida real, provavelmente, não se importariam com como vc usou as tags H, por exemplo.
@font-face { | ||
font-family: aller; | ||
src: url(fontes/Aller_rg.ttf); | ||
} | ||
@font-face { | ||
font-family: aller-lt; | ||
src: url(fontes/Aller_Lt.ttf); | ||
} | ||
|
||
@font-face { | ||
font-family: aller-Ltlt; | ||
src: url(fontes/Aller_LtIt.ttf); | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@raquellenn no css tem as 3 que vc usa, mas na pasta fontes tem 7 arquivos de fonte. Remova os arquivos que vc não usou
<h5>lugar e data</h5> | ||
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quasi aliquam eius dignissimos asperiores consequatur unde ad eos architecto quam. Sint deserunt harum ullam porro delectus nam at quidem distinctio laborum.</p> | ||
<h4>Assistente de Produção de Objeto</h4> | ||
<h5>As Orfãs da Rainha / mar 2019 - mar 2020</h5> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pensa nos elementos h1, h2, etc como título, subtítulo, etc. Quando vc escreve um TCC, por exemplo, vc tem
h1 - titulo do trabalho
h2 - capítulo
h3 - título
h4 - subtítulo
As tags <h_>
devem ser usadas pra indicar títulos e subtítulos do conteúdo dessa forma.
Você pulou do h2 pro h4 e acho que usou o h5 pra dar destaque a um parágrafo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Então, mas é que o h3 é o subtítulo do título do currículo. é menor do que os títulos das seções (tipo perfil, habilidades) mas maior que os títulos dos trabalhos. vc acha que deveria usar em ordem independente do tamanho?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A questão aqui é que você pulou do h2
pro h4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Só tem a questão dos headers que vão do 2 pro 4 sem passar pelo 3. Bom trabalho!
<h5>lugar e data</h5> | ||
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quasi aliquam eius dignissimos asperiores consequatur unde ad eos architecto quam. Sint deserunt harum ullam porro delectus nam at quidem distinctio laborum.</p> | ||
<h4>Assistente de Produção de Objeto</h4> | ||
<h5>As Orfãs da Rainha / mar 2019 - mar 2020</h5> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A questão aqui é que você pulou do h2
pro h4
No description provided.