Added more steps

This commit is contained in:
Simon Mattila 2019-07-22 20:53:26 +02:00
parent 88f51bb67f
commit e942167db4
4 changed files with 80 additions and 32 deletions

BIN
assets/step-extensions.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

BIN
assets/step-install.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

View File

@ -105,17 +105,49 @@ body {
-------------------------------------------------- */ -------------------------------------------------- */
.step { .step {
padding: 5px;
}
.step-number {
display: inline-block; display: inline-block;
color: #fff; color: #fff;
width: 22px; width: 22px;
height: 22px; height: 22px;
background-color: #2E84BF; background-color: #54759E;
margin-right: 4px; margin-right: 2px;
text-align: center; text-align: center;
line-height: 22px; line-height: 22px;
border-radius: 50%; border-radius: 50%;
margin-top: 5px;
}
.step-img {
padding-top: 10px;
padding-bottom: 5px;
max-width: 325px;
} }
a { a {
color: #2E84BF; color: #54759E;
}
a.step-number:hover {
background-color: #435E7E;
color: #ffffff;
text-decoration: none;
}
:target {
-webkit-animation: target-fade 3s 1;
-moz-animation: target-fade 3s 1;
}
@-webkit-keyframes target-fade {
0% { background-color: rgba(255,255,0,.25); }
100% { background-color: rgba(255,255,0,0); }
}
@-moz-keyframes target-fade {
0% { background-color: rgba(255,255,0,.25); }
100% { background-color: rgba(255,255,0,0); }
} }

View File

@ -1,15 +1,18 @@
<!doctype html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<title>Tachiyomi Installation</title> <title>Tachiyomi Installation</title>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport">
<meta name="description" content=""> <meta content="" name="description">
<link rel="icon" href="favicon.ico"> <link href="favicon.ico" rel="icon">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> <link href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet"href="assets/style.css"> <link href="assets/style.css" rel="stylesheet">
</head> </head>
<body> <body>
<form class="form-signin"> <form class="form-signin">
<div class="text-center mb-4"> <div class="text-center mb-4">
<img class="mb-4" src="assets/app-icon.png"> <img class="mb-4" src="assets/app-icon.png">
@ -17,15 +20,28 @@
<p><a href="https://github.com/inorichi/tachiyomi">Tachiyomi</a> is a free and open source manga reader for Android.</p> <p><a href="https://github.com/inorichi/tachiyomi">Tachiyomi</a> is a free and open source manga reader for Android.</p>
</div> </div>
<div class="text-center mb-4"> <div class="text-center mb-4">
<h1 class="h5 mb-3 font-weight-normal">Installation</h1>
<p><span class="step">1</span> Get the latest stable release from <a href="https://github.com/inorichi/tachiyomi/releases/tag/v0.8.4">GitHub.</a></br><code>tachiyomi-vX.Y.Z.apk</code></p> <h1 id="installation" class="h5 mb-3 font-weight-normal">Installation</h1>
<p><span class="step">2</span> Once installed, open the app and navigate to "Extensions".</p>
<img src="https://camo.githubusercontent.com/8404fe758d2f7baa474a0c9af959ea8107120549/68747470733a2f2f692e726564642e69742f777874777674757030757a32312e706e67" class="img-fluid"> <p id="step1" class="step"><a href="#step1" class="step-number">1</a> Get the latest stable release from <a href="https://github.com/inorichi/tachiyomi/releases/tag/v0.8.4">GitHub.</a><br>
<code>tachiyomi-vX.Y.Z.apk</code></p>
<p id="step2" class="step"><a href="#step2" class="step-number">2</a> Install the <code>.apk</code> file you just downloaded from GitHub.</br><img class="img-fluid step-img" src="assets/step-install.jpg"></p>
<h1 id="extensions" class="h5 mb-3 font-weight-normal">Extensions</h1>
<p id="step3" class="step"><a href="#step3" class="step-number">3</a> Once installed, open the app and navigate to "Extensions".</br><img class="img-fluid step-img" src="assets/step-extensions.png"></p>
</div> </div>
<p class="mt-5 mb-3 text-muted text-center">&copy; 2019-</p> <p class="mt-5 mb-3 text-muted text-center">&copy; 2019-</p>
</form> </form>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script> <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script> </script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js">
</script>
</body> </body>
</html> </html>