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

Impact #77

Merged
merged 9 commits into from
Mar 6, 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
Binary file added frontend/public/ISCIII_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/public/caixa_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/public/feder_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/public/impactLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>ELIXIR Beacon network demo</title>
<title>IMPaCT Beacon network demo</title>
</head>

<body class="dx-viewport">
Expand Down
Binary file added frontend/public/laMaratoLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/public/ministerio_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
170 changes: 154 additions & 16 deletions frontend/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,22 @@ html {
}

.version {
margin-bottom: 19px;
margin-right: 46px;
margin-top: 7px;
margin-bottom: 27px;
margin-right: 27px;
margin-top: -10px;
color: rgb(102 116 152) !important;
font-weight: 700 !important;
}

.logosVersionContainer {
display: flex;
flex-direction: column;
align-content: stretch;
justify-content: center;
align-items: flex-end;
margin-bottom: 20px;
}

.searchButton {
padding-right: 4px;
padding-left: 0px;
Expand Down Expand Up @@ -311,7 +320,7 @@ html {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
color: #756d6d;
color: #756d6d;
}

.buttonAlphanum:hover {
Expand Down Expand Up @@ -594,10 +603,79 @@ html {
align-items: center;
}

.elixirLogo {
height: 91px;
margin-top: 29px;
margin-right: 21px;
.impactLogo {
height: 35px;
margin-top: 40px;
margin-right: 11px;
-webkit-filter: grayscale(20%);
filter: grayscale(60%);
-webkit-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}

.impactLogo:hover {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}

.federLogo {
height: 33px;
margin-top: 42px;
margin-right: 14px;
-webkit-filter: grayscale(20%);
filter: grayscale(100%);
-webkit-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}

.federLogo:hover {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}

.iscLogo {
height: 33px;
margin-top: 42px;
margin-right: 14px;
-webkit-filter: grayscale(20%);
filter: grayscale(100%);
-webkit-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}

.iscLogo:hover {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}

.ministerioLogo {
height: 33px;
margin-top: 42px;
margin-right: 14px;
-webkit-filter: grayscale(20%);
filter: grayscale(100%);
-webkit-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}

.ministerioLogo:hover {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}

.laCaixaLogo {
height: 33px;
margin-top: 42px;
margin-right: 30px;
-webkit-filter: grayscale(20%);
filter: grayscale(100%);
-webkit-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}

.laCaixaLogo:hover {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}

.comming_message {
Expand Down Expand Up @@ -662,7 +740,6 @@ select {
align-items: center;
padding-bottom: 55px;
min-height: 280px;

}

.resultSet2 {
Expand Down Expand Up @@ -727,9 +804,10 @@ hr {
display: flex;
width: 100vw;
align-items: flex-end;
margin-bottom: -11px;
margin-top: -16px;
flex-direction: column;
margin-bottom: 19px;
margin-top: -8px;
flex-direction: row;
justify-content: flex-end;
}

.helpButton:hover {
Expand Down Expand Up @@ -1169,12 +1247,72 @@ h5 {
}

.version {
margin-bottom: 46px;
margin-right: 36px;
margin-top: -35px;
margin-bottom: 39px;
margin-right: 25px;
margin-top: -14px;
color: rgb(102 116 152) !important;
font-weight: 600;
font-weight: 700 !important;
}

.logosVersionContainer {
display: flex;
flex-direction: column;
align-content: stretch;
justify-content: center;
align-items: flex-end;
margin-bottom: 20px;
}

.impactLogo {
height: 31px;
margin-top: 31px;
margin-right: 10px;
-webkit-filter: grayscale(20%);
filter: grayscale(100%);
-webkit-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}

.federLogo {
height: 31px;
margin-top: 31px;
margin-right: 10px;
-webkit-filter: grayscale(20%);
filter: grayscale(100%);
-webkit-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}

.iscLogo {
height: 31px;
margin-top: 31px;
margin-right: 10px;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}

.ministerioLogo {
height: 31px;
margin-top: 31px;
margin-right: 10px;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}

.laCaixaLogo {
height: 31px;
margin-top: 31px;
margin-right: 30px;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}

.inputVariants {
height: 24px;
border: 1.5px solid #dfdfdf;
Expand Down
7 changes: 7 additions & 0 deletions frontend/src/components/AboutSection/AboutSection.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
font-weight: 600;
font-family: 'Poppins', sans-serif;
margin-right: 26px;
transition: 2s, color 1s;
}

.messageContainer {
Expand All @@ -24,4 +25,10 @@
color: #2f2fb8;
margin-top: 2px;
font-size: 40px;

transition-duration: 2s;
transition-timing-function: linear;
transition-delay: 1s;
}


2 changes: 1 addition & 1 deletion frontend/src/components/AboutSection/AboutSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function AboutSection () {
<div className='messageContainer'>
<h8 className='message'> coming soon . . .</h8>
<a>
<ion-icon color='white' name='rocket-outline'></ion-icon>
<ion-icon color='white' className="rocketIcon" name='rocket-outline'></ion-icon>
</a>
</div>
</div>
Expand Down
43 changes: 33 additions & 10 deletions frontend/src/components/Datasets/ResultsDatasets.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ p a {
.logoBeacon {
height: 30px;
padding-left: 10px;
margin-top: 8px;
}

#descriptionEGA {
Expand Down Expand Up @@ -57,9 +58,9 @@ p a {

.tittle h2 {
display: flex;
/* align-items: center; */
align-items: center;
justify-content: center;
margin-top: 5px !important;
margin-top: 7px !important;
margin-bottom: 5px !important;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
Expand Down Expand Up @@ -91,10 +92,19 @@ p a {
}

.tittle2 h1 {
font-size: 14px;
font-weight: normal;
margin: 14px;
color: #5d5454;
font-size: 12.5px;
font-weight: 500;
/* margin: 14px; */
margin-right: 14px;
margin-left: 14px;
margin-bottom: 14px;
margin-top: 27px;
color: #5d5454 !important;
}

.tittle2 h1:hover {
color: #5d5454 !important;
font-weight: 500;
}

.line {
Expand Down Expand Up @@ -141,6 +151,7 @@ p a {
display: flex;
padding: 2px;
flex-direction: column;
flex-wrap: wrap;
}

.tittleResults {
Expand Down Expand Up @@ -211,6 +222,7 @@ p a {
align-items: center;
width: 100%;
background: #c8d4e6;
flex-wrap: wrap;
}

.tittle4 {
Expand Down Expand Up @@ -314,6 +326,7 @@ p a {
padding: 2px;
flex-direction: column;
font-size: 9px !important;
flex-wrap: wrap;
}

.tittle h2 {
Expand All @@ -323,11 +336,12 @@ p a {
color: rgba(12, 16, 64, 0.606);
font-size: 10px;
font-weight: 600;
margin-left: 10px;
align-items: center;
}

.logoBeacon {
margin-left: 10px;
margin-top: 8px;
}

.datasetCard a {
Expand All @@ -351,9 +365,18 @@ p a {

.tittle2 h1 {
font-size: 11px;
font-weight: normal;
margin: 14px;
color: #5d5454;
font-weight: 500;
/* margin: 14px; */
margin-right: 14px;
margin-left: 14px;
margin-bottom: 14px;
margin-top: 27px;
color: #5d5454 !important;
}

.tittle2 h1:hover {
color: #5d5454 !important;
font-weight: 500;
}
}

Expand Down
Loading