Skip to content

Commit

Permalink
Web: Add Chrome extension install button
Browse files Browse the repository at this point in the history
Web: Update logo link
  • Loading branch information
Xzensi committed Jun 5, 2024
1 parent 13810a7 commit ba5d96a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
10 changes: 8 additions & 2 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<body>
<header>
<div class="container">
<img src="img/NTV_icon_128.png" alt="Logo icon" />
<a href="/"><img src="img/NTV_icon_128.png" alt="Logo icon" /></a>
<nav>
<ul>
<li class="active"><a href="/">HOME</a></li>
Expand All @@ -28,7 +28,13 @@
<div class="emotes_box"></div>
<img src="img/logo_full.png" alt="NipahTV Logo" />
<h2>A Better Kick and 7TV Emote Extension for Kick.</h2>
<!-- <a href="#" class="button">Install for Chrome</a> -->
<a
href="https://chromewebstore.google.com/detail/nipahtv/bjggmgekoncaaalaalhchepgkjoahjln"
class="button"
target="_blank"
rel="noopener"
>Install for Chrome</a
>
<a href="userscript.html" class="button">Get Userscript</a>
</section>
<section>
Expand Down
1 change: 1 addition & 0 deletions web/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ header .container {
}
}
header img {
display: block;
height: 3em;
width: 3em;
}
Expand Down
1 change: 1 addition & 0 deletions web/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ header {
}

img {
display: block;
height: 3em;
width: 3em;
}
Expand Down
2 changes: 1 addition & 1 deletion web/userscript.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<body>
<header>
<div class="container">
<img src="img/NTV_icon_128.png" alt="Logo icon" />
<a href="/"><img src="img/NTV_icon_128.png" alt="Logo icon" /></a>
<nav>
<ul>
<li><a href="/">HOME</a></li>
Expand Down

0 comments on commit ba5d96a

Please sign in to comment.