Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improving Accessibility and Broken Links #7

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/help/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ sort_by = "weight"

# Help Center

New to Aidoku? Check out our [Getting Started](/help/guides/getting-started) guide for instructions on installing and using Aidoku for the first time.
New to Aidoku? Check out our [Getting Started](/content/help/guides/getting-started.md) guide for instructions on installing and using Aidoku for the first time.
2 changes: 1 addition & 1 deletion sass/css/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
// logo
&:first-child {
font-size: 5.7rem;
mask-image: url(/images/aidoku.svg);
mask-image: url(/static/images/aidoku.svg);
background-color: $tintColor;
width: 5.7rem;
height: 5.7rem;
Expand Down
7 changes: 4 additions & 3 deletions static/add-source-list/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5">

<title>Aidoku | Add Source List</title>

<meta name="description" content="Free and open source manga reader for iOS">
<meta name="keywords" content="iOS app, Manga, Reading, Download, TestFlight, AltStore">
<meta name="theme-color" content="#ff375f">

<link rel="stylesheet" href="../css/global.css">
<link rel="stylesheet" href="../css/page.css"">

<link rel="stylesheet" href="/sass/css/global.scss">
<link rel="stylesheet" href="/sass/css/page.scss">
</head>
<body>

Expand Down
4 changes: 2 additions & 2 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<span class="line"></span>
<span class="line"></span>
</div>
<a href="/" class="title"><img class="icon" width="24" height="24" src="/images/aidoku.svg"></a>
<a href="/" class="title" aria-label="homepage"><img class="icon" width="24" height="24" src="/static/images/aidoku.svg" alt="Aidoku Logo"></a>
{% if not home %}
<a href="/" class="title bold mobile">Aidoku</a>
{% endif %}
Expand Down Expand Up @@ -66,7 +66,7 @@
<header class="header">
{% block header_content %}
<div class="title">
<img class="icon" width="91.2" height="91.2" src="/images/aidoku.svg">
<img class="icon" width="91.2" height="91.2" src="/images/aidoku.svg" alt="Aidoku logo">
<span>Aidoku</span>
</div>
<div class="buttons">
Expand Down