-
Julian Späth authoredJulian Späth authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
home-page.component.html 924 B
<!--htmlhint inline-style-disabled:false -->
<div class="content landing scroll">
<div class="container has-text-centered">
<div class="column is-6 width100">
<img src="assets/covex_logo.png" style="height: 200px; width: 600px">
<h1 class="subtitle is-2">
<i>Explore the </i> <b> virus-host interactome</b>
</h1>
<h1 class="subtitle is-2">
<i>Find</i> <b> putative drug targets</b>
</h1>
<h1 class="subtitle is-2">
<i>Repurpose</i> <b> drugs </b>
</h1>
<h1 class="subtitle is-3">
<i>All in one </i><b>web-tool</b>
</h1>
<button class="button has-text-info is-large is-rounded ">
<a routerLink="/explorer" routerLinkActive="is-active">
<span class="icon"><i class="fa fa-project-diagram has-text-info"></i></span>
<span>Start now!</span>
</a>
</button>
</div>
</div>
</div>