123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- <!doctype html>
- <html lang="en">
- <meta charset="utf-8">
- <link rel="stylesheet" href="../../static/bootstrap.min.css">
- <link rel="stylesheet" href="../../static/style.css">
- <link rel="icon" type="image/gif" href="../../static/favicon.gif">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <meta name="description" content="Logos of the Dragora website and distribution">
- <title>Logos — Dragora.org</title>
- <body>
- <header>
- <nav class="navbar navbar-expand-lg bg-primary bg-gradient shadow-sm user-select-none" data-bs-theme="dark">
- <div class="container-fluid">
- <a class="navbar-brand small fw-bold" href="/">
- Dragora
- </a>
- <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#mainNavbar" aria-controls="mainNavbar" aria-expanded="false" aria-label="Toggle navigation">
- <span class="navbar-toggler-icon"></span>
- </button>
- <div class="collapse navbar-collapse" id="mainNavbar">
- <ul class="navbar-nav me-auto">
-
- <li class="nav-item">
-
- <a class="nav-link" href="../../support/">Support</a>
-
- </li>
-
- <li class="nav-item">
-
- <a class="nav-link" href="../">Preview</a>
-
- </li>
-
- <li class="nav-item">
-
- <a class="nav-link" href="../../download/">Download</a>
-
- </li>
-
- <li class="nav-item">
-
- <a class="nav-link" href="../../donate/">Donate</a>
-
- </li>
-
- <li class="nav-item">
-
- <a class="nav-link" href="../../news/">News</a>
-
- </li>
-
- </ul>
-
- </div>
- </div>
- </nav>
-
- </header>
- <div class="my-3 mx-5 page">
- <main>
-
- <ul class="nav nav-tabs mb-3" role="tablist">
- <li class="nav-item" role="presentation">
- <a class="nav-link" href="/preview" aria-selected="true" role="tab">
- <img class="nb" src="/static/media-image.svg" height="20" alt="">
- Screenshots
- </a>
- </li>
- <li class="nav-item" role="presentation">
- <a class="nav-link active pe-none" aria-selected="false" role="tab" tabindex="-1">
- <img class="nb" src="/static/fingerprint-square.svg" height="20" alt="">
- Logos
- </a>
- </li>
- <li class="nav-item" role="presentation">
- <a class="nav-link" href="/preview/icons" aria-selected="false" role="tab" tabindex="-1">
- <img class="nb" src="/static/square-cursor.svg" height="20" alt="">
- Icons
- </a>
- </li>
- </ul><div class="container row align-items-start gap-5">
- <a class="col-12 col-sm-auto" href="/static/logo/dragora-logo-modern.svg">
- <figure class="figure">
- <img class="figure-img" src="/static/logo/dragora-logo-modern.svg" alt="Modern Logo" width="200" height="200">
- <figcaption class="figure-caption">
- Modern logo <span class="badge rounded-pill text-bg-light text-muted float-end font-monospace">2024</span><br>L. L. Ancora<br>SVG — ∞×∞
- </figcaption>
- </figure>
- </a>
- <a class="col-12 col-sm-auto" href="/static/logo/dragora-logo-modern-big.svg">
- <figure class="figure">
- <img class="figure-img" src="/static/logo/dragora-logo-modern-big.svg" alt="Modern Logo (big)" width="200" height="200">
- <figcaption class="figure-caption">
- Modern logo - big <span class="badge rounded-pill text-bg-light text-muted float-end font-monospace">2024</span><br>L. L. Ancora<br>SVG — ∞×∞
- </figcaption>
- </figure>
- </a>
- <a class="col-12 col-sm-auto" href="/static/logo/dragora-logo-classic.svg">
- <figure class="figure">
- <img class="figure-img" src="/static/logo/dragora-logo-classic.svg" alt="Classic Logo" width="200" height="200">
- <figcaption class="figure-caption">
- Classic logo <span class="badge rounded-pill text-bg-light text-muted float-end font-monospace">2011</span><br>C. Santillan, Y. Babiichuk<br>SVG — ∞×∞
- </figcaption>
- </figure>
- </a>
- </div>
- </main>
- <footer class="small text-muted mt-5">
- <a class="btn btn-sm btn-outline-primary float-end" href="#"><span class="visually-hidden">TOP</span><img src="../../static/top.webp" alt="" title="Go to top" height="24"></a>
- <div class="hstack">
- <img class="me-2" src="../../static/logo/dragora-logo-modern.svg" alt="" height="64" draggable="false">
- <p class="vstack small mt-2">
- <span class="mb-1 fw-bold">Dragora is made available for free to everyone at no additional costs.</span>
- <span>© 2024 <a class="text-muted text-decoration-none" href="https://www.dragora.org">dragora.org</a> — published under the <a class="text-muted text-decoration-none d-inline-block" href="http://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" title="CC BY-SA 4.0"><span class="visually-hidden">CC BY-SA 4.0</span><img height="16" src="../../static/cc/cc.webp" alt="CC"><img class="mx-1" height="16" src="../../static/cc/by.webp" alt="BY"><img height="16" src="../../static/cc/sa.webp" alt="SA"> copyleft license</a>.</span>
- <span>This web domain never uses tracking or analytics cookies.</span>
- </p>
- </div>
- </footer>
- </div>
- <script src="../../static/bootstrap.min.js"></script>
- </body>
- </html>
|