Merge pull request 'feat/challenge-landing-page' (#1) from feat/challenge-landing-page into main

Reviewed-on: #1
This commit is contained in:
PATRICK DE SOUZA SILVA 2022-10-14 00:44:10 +00:00
commit e207b0c57b
19 changed files with 580 additions and 0 deletions

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 236 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 360 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 962 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

222
html/index.html Normal file

File diff suppressed because one or more lines are too long

355
html/main.styles/style.css Normal file
View File

@ -0,0 +1,355 @@
/*///////////// COMENTARIOS GERAIS /////////////////// */
* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: 'Inter', sans-serif;
color: #000000;
}
/*///////////// CONFIGURAÇAO DO CONTAINER /////////////////// */
.container {
width: 100%;
max-width: 1920px;
margin: 0 auto;
padding: 0 72px;
}
/*///////////// HEADER /////////////////// */
.page-header {
background: #000000;
display: flex;
justify-content: center;
padding: 28px 0;
}
.header-logo {
display: block;
}
/*///////////// SECTION 01 com banner E img mobile /////////////////// */
.main-banner {
display: block;
width: 100%;
}
.main-banner-mobile,
.bottom-infocard-img-mobile {
display: none;
}
/*///////////// SECTION 02 com imagens e textos , paragrafros e imagem ///////////////////*/
.top-infocard {
display: flex;
align-items: center;
padding: 75px 30px 179px;
flex-direction: column;
text-align: center;
}
.top-infocard-text {
max-width: 766px;
margin-bottom: 73px;
}
.top-infocard-subtitle {
font-weight: 400;
font-size: 32px;
text-transform: uppercase;
}
.top-infocard-title {
font-weight: 500;
font-size: 48px;
line-height: 58px;
margin-bottom: 24px;
text-transform: uppercase;
}
.top-infocard-description {
font-size: 16px;
line-height: 24px;
text-align: left;
}
/*///////////////////SECTION 3 / COM AS E CONTEUDOS PARTE CENTRAL DO SITE ///////////////*/
.infocard-img-section {
padding-top: 62px;
background: #e0e0e0;
}
.infocards-center {
display: flex;
gap: 40px;
}
.infocard-center {
display: flex;
gap: 40px;
}
.middle-banner {
width: 100%;
}
/*///////////////////AREA DO TOP CARDS COM 3 IMAGENS e conteudos ///////////////*/
.top-cards {
background: #ffffff;
display: grid;
grid-template-columns: repeat(3, max-content);
gap: 20px;
justify-content: center;
padding-bottom: 80px;
}
.top-card {
display: flex;
flex-direction: column;
align-items: center;
padding: 26px 26px 34px;
background: #ffffff;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
}
.top-card-image {
display: block;
margin-bottom: 26px;
}
.top-card-description {
max-width: 300px;
text-align: center;
line-height: 24px;
font-size: 16px;
}
/*/////////// Bottom Area com imagens e background//////////////*/
.bottom-cards {
margin-top: -62px;
padding-top: 191px;
background: #ffffff;
}
.bottom-card-wrapper {
display: flex;
justify-content: center;
gap: 20px;
}
.bottom-card {
display: flex;
flex-direction: column;
align-items: center;
padding: 36px 32px 66px;
background: #ffffff;
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
}
.bottom-card-image {
display: block;
margin-bottom: 14px;
}
.bottom-card-description {
max-width: 368px;
text-align: center;
line-height: 24px;
font-size: 16px;
}
/*////////////////continuaçao da configuraçao do bottom///////////////////*/
.bottom-infocard {
padding: 108px 0px 116px 0px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: #ffffff;
}
.bottom-infocard-image {
display: block;
margin-top: 50px;
}
.bottom-inforcard-text {
margin-top: 51px;
padding: 0 32px;
}
.bottom-infocard-title {
font-size: 32px;
line-height: 39px;
margin-bottom: 18px;
text-align: center;
}
.bottom-infocard-description {
max-width: 550px;
line-height: 24px;
text-align: center;
font-size: 16px;
}
/*///////////////// FOOTER /////////////////*/
.footer-infocard {
padding: 38px 0;
display: flex;
flex-direction: column;
align-items: center;
background: #000000;
}
.footer-infocards {
display: flex;
align-items: center;
gap: 28px;
margin-bottom: 20px;
}
.footer-description {
color: #bdbdbd;
font-size: 10px;
text-align: center;
}
/*///////////// @MEDIA DA LANDING PAGE /////////////////// */
/*///////////////// ABAIXO DE 992PX /////////////////*/
@media screen and (max-width: 992px) {
.top-infocard {
flex-direction: column;
padding: 84px 26px 90px;
}
.top-infocard-subtitle {
font-size: 20px;
}
.top-infocard-title {
font-size: 28px;
margin-bottom: 20px;
}
.top-infocard-description {
font-size: 16px;
line-height: 24px;
}
.top-infocard-image {
width: 100%;
max-width: 240px;
}
}
/*///////////////// ABAIXO DE 768PX /////////////////*/
@media screen and (max-width: 768px) {
.container {
padding: 0 23px;
}
.main-banner,
.bottom-infocard-img,
.bottom-infocard-image {
display: none;
}
.main-banner-mobile,
.bottom-infocard-img-mobile {
display: block;
}
.top-cards {
grid-template-columns: 1fr;
padding: 0 32px 80px;
}
.top-infocard-text {
margin: 0 0 65px;
}
.infocard-img-section {
padding-top: 32px;
}
.infocard-center {
flex-direction: column;
gap: 23px;
}
.infocards-center {
gap: 14px;
}
.bottom-cards {
padding: 112px 0 98px;
margin-top: -32px;
}
.bottom-card-wrapper {
flex-direction: column;
}
.bottom-card-description {
font-size: 14px;
}
.bottom-infocard {
flex-direction: column;
padding: 0 0 87px;
}
.bottom-infocard-title {
font-size: 24px;
line-height: 24px;
}
.bottom-infocard {
gap: 0;
}
.bottom-infocard-img-mobile img {
width: 100%;
}
.bottom-inforcard-text {
margin-top: 50px;
}
.footer-description {
max-width: 261px;
}
}
/*//////////////////MEDIA DE UM TAMANHO ATE O OUTR////////////////*/
@media screen and (min-width: 769px) and (max-width: 992px) {
.bottom-card-description {
max-width: 280px;
}
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
.top-cards {
grid-template-columns: repeat(2, max-content);
}
.bottom-card-wrapper {
grid-template-columns: repeat(2, max-content);
}
}