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

home.html « layouts - gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 73c26cbde58ffaf320f0a79349471256458e23cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE HTML>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US" prefix="og: http://ogp.me/ns#">
  <head>
    <%= render '/head.*' %>
    <link rel="canonical" href="<%= @config[:base_url] %>/">
  </head>
  <body class="landing">
    <%= render '/gtm.*' %>
    <%= render '/landing-header.*' %>
    <div class="landing-header flex-container flex-column justify-center align-center">
      <h1 class="flex-container">👋 Hello, how can we help?</h1>
      <div itemscope itemtype="http://schema.org/WebSite">
        <meta itemprop="url" content="https://docs.gitlab.com"/>
        <form id="search-form" action="/search/" method="get" itemprop="potentialAction" itemscope itemtype="http://schema.org/SearchAction">
          <meta itemprop="target" content="https://docs.gitlab.com/search/?q={q}"/>
          <div class="input-container">
            <img src="/assets/images/icon_search.svg" alt="search-icon">
            <input itemprop="query-input" type="text" name="q" class="docsearch" placeholder="Find anything in our docs" autofocus required/>
          </div>
          <input type="submit" style="visibility: hidden; position:absolute;"/>
        </form>
      </div>
    </div>
    <%= yield %>
    <%= render '/footer.*' %>
    <%= render '/docsearch.*' %>
    <%= render '/analytics.*' %>
    <%= render '/https_redirect.*' %>
    <%= render '/schema-microdata.*' %>
  </body>
</html>