mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-25 23:58:59 +01:00
add accessible stuff
This commit is contained in:
parent
55f55555d7
commit
5f205c4413
1 changed files with 11 additions and 10 deletions
|
@ -18,7 +18,7 @@
|
|||
-->
|
||||
|
||||
|
||||
<!DOCTYPE html><html>
|
||||
<!DOCTYPE html><html lang="en">
|
||||
<head>
|
||||
<title>PokeTube | Privacy Is Your Right</title>
|
||||
<link href=/css/yt-ukraine.svg?v=6 rel=icon>
|
||||
|
@ -221,6 +221,7 @@ font-family: 'PokeTube flex';
|
|||
font-style:italic;
|
||||
font-stretch: ultra-expanded;
|
||||
font-weight: 1000;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
|
||||
|
@ -306,25 +307,25 @@ z-index: 10; /* Was 2 */"
|
|||
<nav>
|
||||
<div class="left">
|
||||
|
||||
<a class="class" href="/143" style="font-family:Inter,sans-serif;color:#fff"> <img style="transform: scale(1.3);width:8.5em;display: block;margin-left: auto;margin-right: auto;" src="/css/logo.svg?v=5"></a>
|
||||
<a class="class" href="/143" style="font-family:Inter,sans-serif;color:#fff"> <img alt="poketube logo" style="transform: scale(1.3);width:8.5em;display: block;margin-left: auto;margin-right: auto;" src="/css/logo.svg?v=5"></a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="middle">
|
||||
<div class="search">
|
||||
|
||||
<form action="/search"><input class="search-bar" autocomplete="on" id="fname" name="query" style="color:#fff;font-family:Inter,sans-serif;border-radius: 2em;" data-ddg-inputtype="identities.firstName">
|
||||
<button class="btn btn-success" type="submit" style="transform: translate(21em, -1.25em);"><i class="fa-light fa-search"></i></button>
|
||||
<form aria-label="search" action="/search"><input aria-label="search" class="search-bar" autocomplete="on" id="fname" name="query" style="color:#fff;font-family:Inter,sans-serif;border-radius: 2em;" data-ddg-inputtype="identities.firstName">
|
||||
<button class="btn btn-success" aria-label="search button" type="submit" style="transform: translate(21em, -1.25em);"><i class="fa-light fa-search"></i></button>
|
||||
</form>
|
||||
<img src="https://search-metrics.poketube.fun/t/rep.gif" style="border:0;width: 0;visibility: hidden;">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="right">
|
||||
<a href="/domains"><i style="display: block;margin-left: auto;margin-right: auto;" class="fa-light fa-server"></i> </a>
|
||||
<a href="/privacy"><i class="fa-light fa-shield"></i></a>
|
||||
<a href="/video/upload?from="><i class="fa-light fa-video"></i></a>
|
||||
<a href="https://github.com/iamashley0/poketube/issues"><i class="fa-light fa-bug"></i></a>
|
||||
<a aria-label="domains" href="/domains"><i style="display: block;margin-left: auto;margin-right: auto;" class="fa-light fa-server"></i> </a>
|
||||
<a aria-label="privacy policy" href="/privacy"><i class="fa-light fa-shield"></i></a>
|
||||
<a aria-label="upload video" href="/video/upload?from="><i class="fa-light fa-video"></i></a>
|
||||
<a aria-label="pull requests" href="https://github.com/iamashley0/poketube/issues"><i class="fa-light fa-bug"></i></a>
|
||||
</div>
|
||||
|
||||
</nav>
|
||||
|
@ -332,7 +333,7 @@ z-index: 10; /* Was 2 */"
|
|||
|
||||
<div class="channel-page">
|
||||
<div class="news">
|
||||
<img src="/css/ua.svg" style="width: 1.2em;align-self: center;margin-right: 3px;">
|
||||
<img alt="ukraine flag" src="/css/ua.svg" style="width: 1.2em;align-self: center;margin-right: 3px;">
|
||||
|
||||
<a href="https://u24.gov.ua/">
|
||||
Support Ukraine
|
||||
|
@ -354,7 +355,7 @@ z-index: 10; /* Was 2 */"
|
|||
</div>
|
||||
|
||||
<div class="product-container">
|
||||
<img src="/css/product.svg" style="width: 25em;transform: scale(1.3);margin-right: 1em;margin-bottom: 1em;">
|
||||
<img alt="product" src="/css/product.svg" style="width: 25em;transform: scale(1.3);margin-right: 1em;margin-bottom: 1em;">
|
||||
</div>
|
||||
</div>
|
||||
<div class="wave">
|
||||
|
|
Loading…
Reference in a new issue