mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-11-01 07:25:06 +01:00
Add footer, add FAQ's
Also change the bottom long-page
This commit is contained in:
parent
5ccdf3353a
commit
e205f9c22a
@ -1,7 +1,7 @@
|
||||
html {
|
||||
padding-bottom: 30em;
|
||||
padding-bottom: calc(100vh - 30px);
|
||||
}
|
||||
/* html {
|
||||
padding-bottom: 30em; <-- Testing bottom scroll, commit 40
|
||||
padding-bottom: calc(100vh - 30px); <-- Testing bottom scroll, commit 40
|
||||
} */
|
||||
img, video {
|
||||
margin-bottom: 1.5em;
|
||||
max-width: 325px;
|
||||
@ -14,9 +14,9 @@ h2 { font-size: 1.5em; }
|
||||
h3 { font-size: 1.25em; }
|
||||
body {
|
||||
padding-top: 40px;
|
||||
padding-bottom: 40px;
|
||||
/* padding-bottom: 40px; <-- Testing bottom scroll, commit 40 */
|
||||
background-color: #f5f5f5;
|
||||
border-bottom: red dotted 30px;
|
||||
/* border-bottom: red dotted 30px; <-- Testing bottom scroll, commit 40 */
|
||||
}
|
||||
|
||||
.row {
|
||||
@ -51,6 +51,15 @@ figure {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
details > p:nth-child(2) {
|
||||
padding-top: 16px;
|
||||
}
|
||||
|
||||
summary:focus {
|
||||
outline: none;
|
||||
outline-color: transparent;
|
||||
}
|
||||
|
||||
summary > * {
|
||||
display: inline;
|
||||
}
|
||||
@ -59,9 +68,14 @@ summary {
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
footer {
|
||||
margin-top: 25em;
|
||||
background-color: #eaeaea;
|
||||
}
|
||||
|
||||
/** */
|
||||
nav[data-toggle="toc"] {
|
||||
top: 42px;
|
||||
top: 95px;
|
||||
}
|
||||
|
||||
/* small screens */
|
||||
|
24
index.html
24
index.html
@ -83,30 +83,46 @@
|
||||
</figure>
|
||||
</details>
|
||||
<details>
|
||||
<summary><h3>I'm not getting any results when searching/browsing MangaDex...</h3></summary>
|
||||
<summary><h3>I'm not getting any results when searching/browsing MangaDex.</h3></summary>
|
||||
<p>Go to <code>Browse</code>/<code>Latest</code> for MangaDex under <code>Catalogues</code>, enter a random manga and then press overflow menu (3 dot menu) in the top-right corner and then the <code>Open in web view</code> button.</p>
|
||||
<p>Now go to the hamburger menu, press the <code>Manga</code> drop-down and then choose either <code>Sign up</code> or <code>Log in</code>.</p>
|
||||
</details>
|
||||
<details>
|
||||
<summary><h3>I've logged in to MangaDex and still no results...</h3></summary>
|
||||
<summary><h3>I've logged in to MangaDex and still no results.</h3></summary>
|
||||
<p>Go to <code>Browse</code>/<code>Latest</code> for MangaDex under <code>Catalogues</code>, enter a random manga and then press the overflow menu (3 dot menu) in the top-right corner and then the <code>Open in web view</code> button.</p>
|
||||
<p>Now go to the hamburger menu, press the <code>Manga</code> drop-down and then <code>Titles</code>. The last step is to go to the icon in the upper right that looks like four-boxes and select <code>Detailed</code>.</p>
|
||||
</details>
|
||||
<details>
|
||||
<summary><h3>The extensions won't install...</h3></summary>
|
||||
<summary><h3>The extensions won't install.</h3></summary>
|
||||
<p>In some cases your phone might have some issues downloading the extensions, in those cases you can try installing them yourselves directly from the source. <a href="https://github.com/inorichi/tachiyomi-extensions/tree/repo/apk" target="_blank">Here</a>'s the repository for the files.</p>
|
||||
<p>To install just download the <code>.apk</code> file for the extension you want and then install it, like how you installed Tachiyomi.</p>
|
||||
</details>
|
||||
<details>
|
||||
<summary><h3>Does Tachiyomi have automatic updates?</h3></summary>
|
||||
<p>The Tachiyomi app now has in-app updating for both stable and dev versions. If you go to <code>Settings > About > Version</code> to check for updates, you can force an update there or wait for the app to notify you.</p>
|
||||
</details>
|
||||
<details>
|
||||
<summary><h3>Why are some images not displayed?</h3></summary>
|
||||
<p>Aside from network issues, it could be because the images are too big or the decoder doesn't support that image.</p>
|
||||
</details>
|
||||
<p class="mt-5 text-muted">More frequently asked questions can be found <a href="https://github.com/inorichi/tachiyomi/wiki/FAQ#frequently-asked-questions" target="_blank">here</a>.</p>
|
||||
</div>
|
||||
<h2>Related Links</h2>
|
||||
<h3><a href="https://github.com/inorichi/tachiyomi/">Github</a></h3>
|
||||
<h3><a href="https://github.com/inorichi/tachiyomi/wiki">Wiki</a></h3>
|
||||
<p>At a high level, GitHub is a website and cloud-based service that helps developers store and manage their code, as well as track and control changes to their code. It's here we store our FOSS (Free and open source software) code for Tachiyomi.</p>
|
||||
<h3><a href="https://github.com/inorichi/tachiyomi/wiki">GitHub Wiki</a></h3>
|
||||
<p>Every GitHub repository comes equipped with a section for hosting documentation, called a wiki. Here you can find out more about features and how to fix a problem you might have.</p>
|
||||
<h3><a href="https://discord.gg/tachiyomi">Discord</a></h3>
|
||||
<p>Discord is a proprietary freeware VoIP application and digital distribution platform that specializes in text, image, video and audio communication between users in a chat channel. Join our Discord server for chatting or if you want help.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<footer class="page-footer font-small blue">
|
||||
<div class="footer-copyright text-center py-3">Project Repository:
|
||||
<a href="https://github.com/Soitora/soitora.github.io"> github.com/soitora/soitora.github.io</a>
|
||||
</div>
|
||||
</footer>
|
||||
<!-- Scripts to be removed when possible -->
|
||||
<script src="assets/jquery.slim.min.js"></script>
|
||||
<script src="assets/bootstrap.min.js"></script>
|
||||
|
Loading…
Reference in New Issue
Block a user