Skip to content

Commit

Permalink
Umm. A bit of a major update. 3 new distributions and a nicer interfa…
Browse files Browse the repository at this point in the history
…ce, what else!
  • Loading branch information
ufuayk authored Sep 3, 2024
1 parent 26b8ceb commit 3d44bdf
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>All Distributions / DistroHub</title>
<title>DistroHub</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css">
Expand All @@ -21,15 +21,16 @@
<body class="bg-dark text-light">
<div id="particles-js"></div>
<main class="container main-content">
<h1 class="text-center subtle-glow animate__animated animate__fadeIn">Welcome to <strong>DistroHub</strong>. Choose and download the distribution you want!</h1>
<h1 class="text-center subtle-glow animate__animated animate__fadeIn">Welcome to <strong>DistroHub</strong>. Choose and download the distribution you want! Please read the <a href="https://github.com/ufuayk/DistroHub?tab=readme-ov-file#%EF%B8%8F-legal-disclaimer" style="font-weight: bold; text-decoration: none; color: inherit;" target="_blank" rel="noopener noreferrer">disclaimer</a> before downloading.</h1>
<div class="row" id="distroList">
</div>
</main>
<footer class="footer">
<p>
2024 | Made with ❤ by <strong><a href="https://github.com/ufuayk" class="footer-link" target="_blank" rel="noopener noreferrer">Ufuk</a></strong> | <a href="https://github.com/ufuayk/DistroHub?tab=readme-ov-file#-legal-disclaimer" class="footer-link" target="_blank" rel="noopener noreferrer">Legal Disclaimer</a>
</p>
</footer>
<a href="#" class="btn btn-primary scroll-to-top">
<i class="fas fa-arrow-up"></i>
</a>
<a href="https://github.com/ufuayk" class="btn btn-primary github-button">
<i class="fa-brands fa-github"></i>
</a>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.9.1/gsap.min.js"></script>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
Expand Down

0 comments on commit 3d44bdf

Please sign in to comment.