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/Model Systems to Fractal and React Package #92

Merged
merged 5 commits into from
Apr 7, 2022
Merged
Show file tree
Hide file tree
Changes from 4 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
3 changes: 3 additions & 0 deletions fractal/components/footer/footer.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
<li>
<a href="https://platform.stjude.cloud" title="Genomics Platform">Genomics Platform</a>
</li>
<li>
<a href="https://models.stjude.cloud" title="Model Systems">Model Systems</a>
</li>
<li>
<a href="https://pecan.stjude.cloud" title="Pediatric Cancer Portal (PeCan)">Pediatric Cancer Portal (PeCan)</a>
</li>
Expand Down
8 changes: 8 additions & 0 deletions fractal/components/logos/app-icons/model-systems.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
<div class="container-fluid jumbotron py-4 mb-4 py-5 bg-secondary rounded-0" style="margin-top:-40px;">
<div class="container">
<div class="row">
<div class="col-3">
<h5 class="text-white text-center">PNG</h5>
<a href="{{ path '/assets/images/icon-model-systems.png' }}" download="stjudecloud-model-systems-logo"
class='d-flex flex-column align-items-center'>
<img class="icon" src="{{ path '/assets/images/icon-model-systems.png' }}" width="50%" alt="Model Systems" />
<h6 class="text-white text-center">Download Logo</h6>
</a>
</div>
<div class="col-3">
<h5 class="text-white text-center">SVG</h5>
<a href="{{ path '/assets/images/icon-model-systems.svg' }}" download="stjudecloud-model-systems-logo"
Expand Down
17 changes: 16 additions & 1 deletion fractal/components/omnibar/omnibar.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,21 @@
</span>
</a>
</li>
<li>
<a
href="https://models.stjude.cloud"
class="app-title"
>
<img
class="app-title__icon"
src="{{ path '/assets/images/icon-model-systems.png' }}"
alt="Model Systems Icon"
/>
<span>
Model Systems
</span>
</a>
</li>
<li>
<a
href="https://pecan.stjude.cloud/"
Expand Down Expand Up @@ -243,4 +258,4 @@
</ul>
</div>
</nav>
</header>
</header>
Loading