michal/tit

Browse tree · Show commit · Download archive

Blob: tests/snapshots/web/home.html

Raw · Blame

<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>Repositories · tit</title>
  <link rel="stylesheet" href="/assets/style.css?v=2">
</head>
<body>
  <a class="skip-link" href="#main">Skip to content</a>
  <header class="site-header">
    <a class="brand" href="/" aria-label="tit home">tit</a>
    <nav aria-label="Primary">
      <a href="/">Home</a>
      <a href="/search">Search</a>

      <a href="/signup">Create account</a>
      <a href="/recover">Recover account</a>
      <a href="/login">Log in</a>

    </nav>
  </header>
  <main id="main">

  <div class="two-column">

  <section class="home-intro">
    <h1>A small Git CDE</h1>
    <p>tit provides self-hosted Git repositories, issues, pull requests, and code review in one server.</p>
    <nav class="home-actions" aria-label="Get started">
      <a href="/signup">Create account</a>
      <a href="/login">Log in</a>
      <a href="/search">Search repositories</a>
    </nav>
  </section>

  <section>
    <h2>Recently updated public repositories</h2>


    <p>No repositories are available.</p>


  </section>
  </div>

  <section class="home-workflow" aria-labelledby="home-workflow-heading">
    <h2 id="home-workflow-heading">Start with tit</h2>
    <ol>
      <li>
        <strong>Create an account</strong>
        <p>Create an account and add an SSH key.</p>
      </li>
      <li>
        <strong>Create a repository</strong>
        <p>Use the account page or the <code>repo create</code> SSH command.</p>
      </li>
      <li>
        <strong>Collaborate</strong>
        <p>Push branches, create issues, open pull requests, and follow updates with RSS.</p>
      </li>
    </ol>
  </section>


  </main>
  <footer>
    <small>Request <code><request-id></code></small>
  </footer>
</body>
</html>