Skip to content
Snippets Groups Projects
Select Git revision
  • 1ca7d0674e63cbed3ab51f83d76f5fe8c24794d0
  • master default protected
  • csv_export
  • ndex
  • v1.1.18-rc2
  • v1.1.17
  • v1.1.16
  • v1.1.16-rc12
  • v1.1.16-rc11
  • v1.1.16-rc10
  • v1.1.16-rc9
  • v1.1.16-rc8
  • v1.1.16-rc7
  • v1.1.16-rc4
  • v1.1.16-rc3
  • v1.1.16-rc1
  • v1.1.6-rc1
  • v1.1.15
  • v1.1.15-rc7
  • v1.1.15-rc6
  • v1.1.15-rc3
  • v1.1.15-rc1
  • v1.1.14
  • v1.1.13
24 results

home-page.component.html

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    home-page.component.html 843 B
    <div class="content landing scroll">
      <div class="container has-text-centered">
        <div class="column is-6 width100">
    
          <img src="assets/covex_logo.png">
    
          <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>