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

Change component logos #71

Merged
merged 2 commits into from
Jun 24, 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
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.
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.