Skip to content

Commit

Permalink
Merge pull request #71 from SCAI-BIO/change-component-logos
Browse files Browse the repository at this point in the history
Change component logos
  • Loading branch information
mehmetcanay committed Jun 24, 2024
2 parents fc786c1 + caf5a7d commit 1192c1b
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions frontend/src/app/home/home.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@
float: left;
margin-right: 20px;
display: block;
max-width: 300px;
max-height: 230px;
max-width: 200px;
max-height: 200px;
width: auto;
height: auto;
}
Expand Down
10 changes: 5 additions & 5 deletions frontend/src/app/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h2 class="section-title">Cohorts</h2>
</div>
<div class="section-content">
<img
src="assets/home/comparison_cohorts.png"
src="assets/home/cohorts.png"
class="rounded img-fluid d-block float-left-img"
alt="Cohort Comparison"
/>
Expand Down Expand Up @@ -156,7 +156,7 @@ <h2 class="section-title">StudyPicker</h2>
</div>
<div class="section-content">
<img
src="assets/home/StudyPicker.png"
src="assets/home/study-picker.png"
class="rounded img-fluid d-block float-left-img"
alt="StudyPicker"
/>
Expand Down Expand Up @@ -190,7 +190,7 @@ <h2 class="section-title">Ethnoracial Diversity</h2>
</div>
<div class="section-content">
<img
src="assets/home/StudyPicker.png"
src="assets/home/ethnoracial.png"
class="rounded img-fluid d-block float-left-img"
alt="Ethnicity"
/>
Expand Down Expand Up @@ -224,7 +224,7 @@ <h2 class="section-title">Feature Mappings</h2>
</div>
<div class="section-content">
<img
src="assets/home/circle-viz.png"
src="assets/home/mappings.png"
class="rounded img-fluid d-block float-left-img"
alt="Feature Mapping"
/>
Expand Down Expand Up @@ -293,7 +293,7 @@ <h2 class="section-title">Tools</h2>
</div>
<div class="section-content">
<img
src="assets/home/circle-viz.png"
src="assets/home/tools.png"
class="rounded img-fluid d-block float-left-img"
alt="Tools"
/>
Expand Down
Binary file removed frontend/src/assets/home/StudyPicker.png
Binary file not shown.
Binary file added frontend/src/assets/home/cohorts.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 removed frontend/src/assets/home/comparison_cohorts.png
Binary file not shown.
Binary file added frontend/src/assets/home/ethnoracial.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added frontend/src/assets/home/study-picker.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/src/assets/home/tools.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1192c1b

Please sign in to comment.