Welcome to mirror list, hosted at ThFree Co, Russian Federation.

header.html « layouts - gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ee460b15261386bee53f458623fa7e678c99792f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<div class="header">
  <a class="logo-container flex-container justify-center align-center" href="/">
    <img src="<%= @items['/assets/images/gitlab-logo.svg'].path %>" class="logo" />
    <p>GitLab <strong>Docs</strong></p>
  </a>
  <nav class="nav-container">
    <a class="nav-item flex-container justify-center align-center" href="">
      <p>GitLab</p>
    </a>
    <a class="nav-item flex-container justify-center align-center" href="">
      <p>Omnibus</p>
    </a>
    <a class="nav-item flex-container justify-center align-center" href="">
      <p>Runner</p>
    </a>
  </nav>
</div>