Skip to content

Commit

Permalink
feat/pgtr (#224)
Browse files Browse the repository at this point in the history
* extract common tasks aliases

* wip: add 'pgtr' page with missing content

* wip: add temporary content

* feat: 'pgtr' page

* wip: add 'pgtr' page with missing content

* wip: add temporary content

* feat: 'pgtr' page

* fix: accordion.js

---------

Co-authored-by: Zoey de Souza Pessanha <[email protected]>
  • Loading branch information
Rafael-Mori-2022 and zoedsoupe authored Sep 25, 2024
1 parent 1b5dbab commit 0997ac3
Show file tree
Hide file tree
Showing 13 changed files with 1,131 additions and 368 deletions.
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

0 comments on commit 0997ac3

Please sign in to comment.