mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
Improve info page accesability
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
81dc18eda4
commit
e2fe10db17
2 changed files with 98 additions and 87 deletions
|
@ -30,12 +30,7 @@ body {
|
||||||
padding: 2em;
|
padding: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:not(a[na])::before {
|
a {
|
||||||
content: attr(href);
|
|
||||||
}
|
|
||||||
|
|
||||||
a,
|
|
||||||
a::before {
|
|
||||||
color: #b1b4c0;
|
color: #b1b4c0;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -27,92 +27,108 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<header>
|
||||||
<h1>Important ari-web info</h1>
|
<h1>Important ari-web info</h1>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<a na href="#!" target="_parent">This is a link</a>
|
<a href="#!" target="_parent">This is a link</a>
|
||||||
<p>And this is text</p>
|
<p>And this is text</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
</header>
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
|
<main>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
Impersonation of me on the internet:
|
Impersonation of me on the internet:
|
||||||
<a
|
<a
|
||||||
href="https://blog.ari-web.xyz/b/important--impersonation-of-me-on-the-internet/"
|
href="https://blog.ari-web.xyz/b/important--impersonation-of-me-on-the-internet/"
|
||||||
></a>
|
>https://blog.ari-web.xyz/b/important--impersonation-of-me-on-the-internet/</a
|
||||||
|
>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Ari-web restricted contributions:
|
Ari-web restricted contributions:
|
||||||
<a
|
<a
|
||||||
href="https://blog.ari-web.xyz/b/restricting-contributions-on-ari-web/"
|
href="https://blog.ari-web.xyz/b/restricting-contributions-on-ari-web/"
|
||||||
></a>
|
>https://blog.ari-web.xyz/b/restricting-contributions-on-ari-web/</a
|
||||||
|
>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
The 'www' subdomain is no longer the default for ari-web.xyz:
|
The 'www' subdomain is no longer the default for
|
||||||
|
ari-web.xyz:
|
||||||
<a
|
<a
|
||||||
href="https://blog.ari-web.xyz/b/the--www--subdomain-is-no-longer-the-default-for-ari-web-xyz/"
|
href="https://blog.ari-web.xyz/b/the--www--subdomain-is-no-longer-the-default-for-ari-web-xyz/"
|
||||||
></a>
|
>https://blog.ari-web.xyz/b/the--www--subdomain-is-no-longer-the-default-for-ari-web-xyz/</a
|
||||||
|
>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Ari-web now delivers minified content:
|
Ari-web now delivers minified content:
|
||||||
<a
|
<a
|
||||||
href="https://blog.ari-web.xyz/b/ari-web-now-delivers-minified-content/"
|
href="https://blog.ari-web.xyz/b/ari-web-now-delivers-minified-content/"
|
||||||
></a>
|
>https://blog.ari-web.xyz/b/ari-web-now-delivers-minified-content/</a
|
||||||
|
>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Ari-web APIs: How to use them:
|
Ari-web APIs: How to use them:
|
||||||
<a
|
<a
|
||||||
href="https://blog.ari-web.xyz/b/ari-web-apis--how-to-use-them/"
|
href="https://blog.ari-web.xyz/b/ari-web-apis--how-to-use-them/"
|
||||||
></a>
|
>https://blog.ari-web.xyz/b/ari-web-apis--how-to-use-them/</a
|
||||||
|
>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Ari-web APIs are going public:
|
Ari-web APIs are going public:
|
||||||
<a
|
<a
|
||||||
href="https://blog.ari-web.xyz/b/ari-web-apis-are-going-public/"
|
href="https://blog.ari-web.xyz/b/ari-web-apis-are-going-public/"
|
||||||
></a>
|
>https://blog.ari-web.xyz/b/ari-web-apis-are-going-public/</a
|
||||||
|
>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Ari-web browser compatibility:
|
Ari-web browser compatibility:
|
||||||
<a
|
<a
|
||||||
href="https://blog.ari-web.xyz/b/ari-web-browser-compatibility/"
|
href="https://blog.ari-web.xyz/b/ari-web-browser-compatibility/"
|
||||||
></a>
|
>https://blog.ari-web.xyz/b/ari-web-browser-compatibility/</a
|
||||||
|
>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Accesibility issues of ari-web:
|
Accesibility issues of ari-web:
|
||||||
<a
|
<a
|
||||||
href="https://blog.ari-web.xyz/b/accesibility-issues-of-ari-web/"
|
href="https://blog.ari-web.xyz/b/accesibility-issues-of-ari-web/"
|
||||||
></a>
|
>https://blog.ari-web.xyz/b/accesibility-issues-of-ari-web/</a
|
||||||
|
>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Introducing the ari-web API:
|
Introducing the ari-web API:
|
||||||
<a
|
<a
|
||||||
href="https://blog.ari-web.xyz/b/introducing-the-ari-web-api-/"
|
href="https://blog.ari-web.xyz/b/introducing-the-ari-web-api-/"
|
||||||
></a>
|
>https://blog.ari-web.xyz/b/introducing-the-ari-web-api-/</a
|
||||||
|
>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
New blog management system!:
|
New blog management system!:
|
||||||
<a
|
<a
|
||||||
href="https://blog.ari-web.xyz/b/new-blog-management-system-/"
|
href="https://blog.ari-web.xyz/b/new-blog-management-system-/"
|
||||||
></a>
|
>https://blog.ari-web.xyz/b/new-blog-management-system-/</a
|
||||||
|
>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Legacy blog shutdown:
|
Legacy blog shutdown:
|
||||||
<a
|
<a
|
||||||
href="https://legacy.blog.ari-web.xyz/blogs/This-subdomain-is-no-longer-in-use_-7309129151"
|
href="https://legacy.blog.ari-web.xyz/blogs/This-subdomain-is-no-longer-in-use_-7309129151"
|
||||||
></a>
|
>https://legacy.blog.ari-web.xyz/blogs/This-subdomain-is-no-longer-in-use_-7309129151</a
|
||||||
|
>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Old blog new design:
|
Old blog new design:
|
||||||
<a
|
<a
|
||||||
href="https://legacy.blog.ari-web.xyz/blogs/New-blog-design!_-9192801266"
|
href="https://legacy.blog.ari-web.xyz/blogs/New-blog-design!_-9192801266"
|
||||||
></a>
|
>https://legacy.blog.ari-web.xyz/blogs/New-blog-design!_-9192801266</a
|
||||||
|
>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
<li>: <a href=""></a></li>
|
<li>: <a href=""></a></li>
|
||||||
-->
|
--></ul>
|
||||||
</ul>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Reference in a new issue