Skip to content
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

feat/pgtr #224

Merged
merged 10 commits into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions assets/css/aboutus.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,23 @@
}
}

.lighter-banner {
.lighter-banner{
display: flex;
flex-direction: column;
text-align: center;
justify-content: center;
gap: 20px;
height: 260px;
width: 100vw;
margin-bottom: 20px;
background: #0064c8b0;
background-blend-mode: multiply;

.banner-img {
z-index: -1;
position: absolute;
width: 100vw;
height: 260px;
z-index: -1;
position: absolute;
width: 100vw;
height: 260px;
}

}
Expand Down Expand Up @@ -221,7 +222,7 @@
}

img {
order: 2;
order: 2;
width: 100%;
}

Expand Down
7 changes: 6 additions & 1 deletion assets/css/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -178,12 +178,17 @@ footer {
@import "./noticias.scss";
@import "./cooperativas.scss";
@import "./sedes.scss";
@import "./pgtr.scss";
@import "./pgtr.scss";

@import "./agenda.scss";
@import "./contact.scss";
@import "./article.scss";
@import "./boletins.scss";
@import "./noticias.scss";
@import "./cards.scss";
@import "./article.scss";
@import "./boletins.scss";

// Com autenticação
@import "./pages/app/researcher/profile.scss";
Expand All @@ -193,4 +198,4 @@ footer {
@import "./pages/app/researcher/pesquisador";

// Páginas de Erros
@import "./errors/404.scss";
@import "./errors/404.scss";
225 changes: 225 additions & 0 deletions assets/css/landing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,8 @@
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
width: 100%;

.publications-main-text {
margin: 5rem 30rem;
Expand Down Expand Up @@ -632,12 +634,15 @@
justify-content: center;
border-radius: 50%;
overflow: hidden;
overflow: hidden;
width: 3.75rem;
height: 3.75rem;

img {
width: 100%;
object-fit: cover;
width: 100%;
object-fit: cover;
}
}

Expand Down Expand Up @@ -688,3 +693,223 @@
width: 1360px;
}
}

@media (min-width: 530px) and (max-width: 770px){
.links-landing {
@apply flex flex-col justify-center items-center ;
width: 100%;

.links-item {
@apply flex flex-col justify-start items-start m-8;
width: 60%;
height: 16rem;
border-radius: 8px;
box-sizing: border-box;
background: linear-gradient(180deg, rgba(16, 16, 16, 0) 0%, #101010 100%);

a {
@apply flex flex-col mt-auto;
}

img {
border-radius: 8px;
width: inherit;
height: inherit;
@apply absolute;
z-index: -10;
}

h3 {
padding-left: 1rem;
}

p {
text-wrap: wrap;
margin-top: 0.5rem;
padding: 0 1rem 1.5rem 1rem;
}

button {
width: 100%;
padding: 0 1rem 1.5rem 0;
background-color: transparent;

p {
display: inline-flex;
width: inherit;

&:hover {
text-decoration: underline;
}
}
}
}
}

}

@media (min-width: 350px) and (max-width: 529px){



.links-landing {
@apply flex flex-col justify-center items-center;
width: 100%;

.links-item {
@apply flex flex-col justify-start items-start m-8;
width: 70%;
height: 13rem;
border-radius: 8px;
box-sizing: border-box;
background: linear-gradient(180deg, rgba(16, 16, 16, 0) 0%, #101010 100%);

a {
@apply flex flex-col mt-auto;
}

img {
border-radius: 8px;
width: inherit;
height: inherit;
@apply absolute;
z-index: -10;
}

h3 {
padding-left: 1rem;
}

p {
text-wrap: wrap;
margin-top: 0.5rem;
padding: 0 1rem 1.5rem 1rem;
}

button {
width: 100%;
padding: 0 1rem 1.5rem 0;
background-color: transparent;

p {
display: inline-flex;
width: inherit;

&:hover {
text-decoration: underline;
}
}
}
}
}
}

@media (min-width: 530px) and (max-width: 770px){
.links-landing {
@apply flex flex-col justify-center items-center ;
width: 100%;

.links-item {
@apply flex flex-col justify-start items-start m-8;
width: 60%;
height: 16rem;
border-radius: 8px;
box-sizing: border-box;
background: linear-gradient(180deg, rgba(16, 16, 16, 0) 0%, #101010 100%);

a {
@apply flex flex-col mt-auto;
}

img {
border-radius: 8px;
width: inherit;
height: inherit;
@apply absolute;
z-index: -10;
}

h3 {
padding-left: 1rem;
}

p {
text-wrap: wrap;
margin-top: 0.5rem;
padding: 0 1rem 1.5rem 1rem;
}

button {
width: 100%;
padding: 0 1rem 1.5rem 0;
background-color: transparent;

p {
display: inline-flex;
width: inherit;

&:hover {
text-decoration: underline;
}
}
}
}
}

}

@media (min-width: 350px) and (max-width: 529px){



.links-landing {
@apply flex flex-col justify-center items-center;
width: 100%;

.links-item {
@apply flex flex-col justify-start items-start m-8;
width: 70%;
height: 13rem;
border-radius: 8px;
box-sizing: border-box;
background: linear-gradient(180deg, rgba(16, 16, 16, 0) 0%, #101010 100%);

a {
@apply flex flex-col mt-auto;
}

img {
border-radius: 8px;
width: inherit;
height: inherit;
@apply absolute;
z-index: -10;
}

h3 {
padding-left: 1rem;
}

p {
text-wrap: wrap;
margin-top: 0.5rem;
padding: 0 1rem 1.5rem 1rem;
}

button {
width: 100%;
padding: 0 1rem 1.5rem 0;
background-color: transparent;

p {
display: inline-flex;
width: inherit;

&:hover {
text-decoration: underline;
}
}
}
}
}
}
Loading
Loading