Skip to content
Snippets Groups Projects
Select Git revision
  • a487d87ecce94d3c093dfa6dc05ef499e33712b8
  • main default protected
2 results

README.md

  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    home-page.component.html 2.04 KiB
    <!--htmlhint inline-style-disabled:false -->
    <div class="content landing scroll">
      <div class="container has-text-centered">
        <div class="column">
          <div class="logo-box is-hidden-mobile">
            <img src="assets/covex_logo.png" style="height: 233px; width: 600px">
          </div>
    
          <div class="video-container">
            <div class="has-text-centered video-box">
              <iframe width="560" height="315" src="https://www.youtube.com/embed/yK1rbFi5wW0" frameborder="0"
                      allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
              </iframe>
            </div>
            <div class="has-text-centered video-box">
              <iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/H9pbYQFlt6U" frameborder="0"
                      allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
              </iframe>
            </div>
          </div>
    
          <div class="button-box is-hidden-mobile">
            <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 App</span>
              </a>
            </button>
          </div>
    
          <div class="button-box is-hidden-tablet">
            <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>Open Desktop App</span>
              </a>
            </button>
          </div>
    
          <div class="text-box is-hidden-mobile">
            <h1 class="subtitle is-3">
              Explore the virus-host interactome
            </h1>
            <h1 class="subtitle is-3">
              Find putative drug targets
            </h1>
            <h1 class="subtitle is-3">
              Repurpose drugs
            </h1>
            <h1 class="subtitle is-3">
              All in one web-tool
            </h1>
          </div>
        </div>
      </div>
    </div>