aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorKaran Jayachandra <karan.jayachandra@nxp.com>2025-11-13 11:58:42 +0100
committerKaran Jayachandra <karan.jayachandra@nxp.com>2025-11-13 11:58:42 +0100
commit05d2f2f943921d6b5c921686c5edce6eb39d23b8 (patch)
treeaa49a02006d88f44a57864a51e680f87ef341a7c /index.html
parent367dacb5057c945027775f992edf69884c8fb650 (diff)
Cleaned up the code quite a bit
Diffstat (limited to 'index.html')
-rw-r--r--index.html23
1 files changed, 13 insertions, 10 deletions
diff --git a/index.html b/index.html
index 35d1b15..b3f2f0a 100644
--- a/index.html
+++ b/index.html
@@ -13,9 +13,12 @@
<section class="section">
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
- <a class="navbar-item" href="https://bulma.io">
- <img src="icon.svg" style="height: 80%;"> Match Up
- </a>
+ <div class="navbar-item">
+ <img src="icon.png">
+ </div>
+ <div class="navbar-item">
+ Match Up
+ </div>
</div>
<div class="navbar-end">
<div class="field is-grouped is-grouped-right">
@@ -85,15 +88,15 @@
</section>
</div>
</section>
- <footer class="footer">
- <div class="content has-text-centered">
- <p>
- <strong>Match Up</strong> made with ❤️ by <a href="https://karanj.com">Karan</a>. The source code is licensed <a href="https://creativecommons.org/licenses/by-sa/4.0/deed.en">CC BY-SA 4.0</a>.
- </p>
- </div>
- </footer>
<script src="index.js" type="module"></script>
<script src="timer.js"></script>
<script src="https://cdn.jsdelivr.net/npm/notyf@3/notyf.min.js"></script>
</body>
+ <footer class="footer">
+ <div class="content has-text-centered">
+ <p>
+ <strong>Match Up</strong> made with ❤️ by <a href="https://karanj.com">Karan</a>. The source code is licensed <a href="https://creativecommons.org/licenses/by-sa/4.0/deed.en">CC BY-SA 4.0</a>. Logo from <a href="https://www.flaticon.com/free-icons/shuttle-cock" title="shuttle cock icons">Flaticon</a>.
+ </p>
+ </div>
+ </footer>
</html> \ No newline at end of file