Skip to content
Snippets Groups Projects
Select Git revision
  • f480ccf261be15971f1b5437e76a1dfe1347a218
  • master default protected
  • dev
  • translation
  • short_pk_with_checksum
  • dev-old
  • 1.0
  • 0.10.1
  • 0.10
  • 0.9.0
10 results

index.html

Blame
  • Forked from matograine / vignette
    Source project has a limited visibility.
    index.html 8.48 KiB
    <!DOCTYPE html>
    <html>
    <head>
      <meta name="generator" content="HTML Tidy for HTML5 for Linux version 5.6.0">
      <meta charset="UTF-8">
      <link rel="stylesheet" href="../theme/materialize.min.css">
      <link rel="stylesheet" href="../theme/custom.css">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title id="header-title">__MAIN_TITLE__</title>
      <link rel="icon" type="image/svg" href="../img/v-cercle.svg">
    
      <script>
        // URL drawn horizontally or vertically, or not be drawn.
        const URL_ORIENTATION = "__URL_ORIENTATION__";
      </script>
    </head>
    <body>
      <header>
        <nav>
          <!-- language dropdown -->
          <ul id="language_dropdown" class="dropdown-content">
            __LANGUAGE_DROPDOWN_MENU__
          </ul>
          <div class="nav-wrapper cyan darken-2">
            <a id="title-center" href="#" class="brand-logo center hide-on-med-and-down" style="display: block;">
              <img width="60" height="60" style="vertical-align:middle;" src="./img/v-cercle.svg"/>
              <span style="vertical-align:middle; display:inline;">__MAIN_TITLE__</span>
            </a>
            <div class="brand-logo left">
              <a href="#" data-target="nav-mobile" class="sidenav-trigger valign-wrapper">
                <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-menu-2" width="44" height="44" viewBox="0 0 24 24" stroke-width="1.5" stroke="white" fill="none" stroke-linecap="round" stroke-linejoin="round">
                  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
                  <line x1="4" y1="6" x2="20" y2="6" />
                  <line x1="4" y1="12" x2="20" y2="12" />
                  <line x1="4" y1="18" x2="20" y2="18" />
                </svg>
                <p>&nbsp;__MAIN_TITLE__</p>
              </a>
            </div>
            <!-- menu -->
            <ul class="right hide-on-med-and-down">
              <li class="active">
                <a href="index.html">__HOME__</a>
              </li>
              <li>
                <a href="questions.html">__HELP__</a>
              </li>
              <li>
                <a href="licence.html">__LICENSE__</a>
              </li>
              <li>
                <a class="dropdown-trigger" href="#!" data-target="language_dropdown">
                  <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-world" width="44" height="44" viewBox="0 0 24 24" stroke-width="1.5" stroke="#2c3e50" fill="none" stroke-linecap="round" stroke-linejoin="round">
                    <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
                    <circle cx="12" cy="12" r="9" />
                    <line x1="3.6" y1="9" x2="20.4" y2="9" />
                    <line x1="3.6" y1="15" x2="20.4" y2="15" />
                    <path d="M11.5 3a17 17 0 0 0 0 18" />
                    <path d="M12.5 3a17 17 0 0 1 0 18" />
                  </svg>
                  __LANGUAGE_DROPDOWN_MENU_LABEL__
                </a>
              </li>
            </ul>
          </div>
        </nav>
        <ul id="nav-mobile" class="sidenav">
          <li class="active">
            <a href="index.html">__HOME__</a>
          </li>