Skip to content

Commit

Permalink
Add diann form to access request menu
Browse files Browse the repository at this point in the history
  • Loading branch information
neoformit committed Oct 7, 2024
1 parent 6b99f03 commit 098771c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
13 changes: 13 additions & 0 deletions webapp/home/static/home/css/requests.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,17 @@ span.material-icons {
font-size: 0.8rem;
padding: 0;
}
.request-menu-cards .ga-btn {
min-width: 100px;
}
}
@media (max-width: 575px) {
.request-menu-cards .card {
padding: 2rem 1rem;
margin: .5rem auto;
max-width: 300px;
}
.request-menu-cards .card-body {
font-size: 1rem;
}
}
14 changes: 14 additions & 0 deletions webapp/home/templates/home/requests/access/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,20 @@ <h1 class="mb-2"> Request access to specialist tools </h1>
</a>
</div>
</div>

<div class="card">
<div class="card-body">
<p class="my-0">
Analyse data-independent acquisition (DIA) proteomics data with DiaNN
</p>
</div>

<div class="card-footer">
<a class="ga-btn" href="/request/access/diann">
Apply now
</a>
</div>
</div>
</div>
</div>
</main>
Expand Down

0 comments on commit 098771c

Please sign in to comment.