adicionando imagens e textos e css

This commit is contained in:
PATRICK DE SOUZA SILVA 2022-10-12 17:26:02 -03:00
parent 89ee7124ac
commit b827a02494
19 changed files with 556 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

234
html/index.html Normal file

File diff suppressed because one or more lines are too long

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

@ -0,0 +1,319 @@
* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: 'Inter', sans-serif;
color: #000000;
}
/*///////////// HEADER /////////////////// */
.page-header {
background: #000000;
display: flex;
justify-content: center;
padding: 28px 0;
}
.header-logo {
display: block;
}
/*///////////// SECTION 01 e 02 com banner /////////////////// */
.main-banner,
.middle-banner {
display: block;
width: 100%;
}
.main-banner-mobile,
.middle-banner-mobile {
display: none;
}
/*///////////// SECTION 02 INFO CARD TOP ///////////////////*/
.top-infocard {
display: flex;
align-items: center;
padding: 75px 30px 179px;
flex-direction: column;
text-align: center;
}
.top-infocard-text {
max-width: 766px;
}
.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;
margin-bottom: 74px;
text-align: left;
}
/*///////////////////AREA DO TOP CARDS COM 3 IMAGENS ///////////////*/
.infocard-img-section {
background: #E0E0E0;
}
/*///////////////////AREA DO TOP CARDS COM 3 IMAGENS ///////////////*/
.top-cards {
background: #ffffff;
display: grid;
grid-template-columns: repeat(3, max-content);
gap: 20px;
justify-content: center;
}
.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: 140px;
background: linear-gradient(180deg, #00c8ff 0%, #15acd6 100%);
}
.bottom-card-wrapper {
position: relative;
top: -60px;
display: grid;
grid-template-columns: repeat(2, max-content);
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;
}
/*///////////////// BOTTOM AREA COM IMAGEM + TEXTO /////////////////*/
.bottom-infocard {
display: flex;
align-items: center;
}
/*////////////////section bottom 03///////////////////*/
.bottom-infocard {
padding: 142px 12px 179px 12px;
display: flex;
justify-content: center;
align-items: center;
gap: 40px;
background: #e5e5e5;
}
.bottom-infocard-image {
display: block;
max-width: 596px;
width: 100%;
}
.bottom-inforcard-text {
margin-top: 51px;
padding: 0 32px;
}
.bottom-infocard-title {
font-size: 32px;
line-height: 36px;
margin-bottom: 18px;
}
.bottom-infocard-description {
max-width: 550px;
line-height: 24px;
}
/*///////////////// 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;
}
/*///////////////// ABAIXO DE 992PX /////////////////*/
@media screen and (max-width: 992px) {
.top-infocard {
flex-direction: column;
padding: 84px 26px 158px;
}
.top-infocard-text {
margin: 0 0 68px;
}
.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) {
.main-banner,
.middle-banner {
display: none;
}
.main-banner-mobile,
.middle-banner-mobile {
display: block;
}
.top-cards {
grid-template-columns: 1fr;
padding: 36px 26px;
}
.bottom-cards {
padding: 0 16px;
margin-top: 114px;
}
.bottom-card-wrapper {
grid-template-columns: 1fr;
gap: 16px;
}
.bottom-card-description {
font-size: 14px;
}
.bottom-infocard {
flex-direction: column;
padding: 80px 0 135px 0;
}
.bottom-infocard-title {
font-size: 24px;
line-height: 24px;
}
.bottom-infocard {
gap: 0;
}
.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);
}
}