mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 23:51:58 +01:00
Update home page images (#726)
This commit is contained in:
parent
787354bc76
commit
8a70c12d9b
BIN
src/.vuepress/public/assets/home_library-dark.png
Normal file
BIN
src/.vuepress/public/assets/home_library-dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 MiB |
BIN
src/.vuepress/public/assets/home_library-light.png
Normal file
BIN
src/.vuepress/public/assets/home_library-light.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1018 KiB |
BIN
src/.vuepress/public/assets/home_reader-dark.png
Normal file
BIN
src/.vuepress/public/assets/home_reader-dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 947 KiB |
BIN
src/.vuepress/public/assets/home_reader-light.png
Normal file
BIN
src/.vuepress/public/assets/home_reader-light.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 946 KiB |
BIN
src/.vuepress/public/assets/home_tracking-dark.png
Normal file
BIN
src/.vuepress/public/assets/home_tracking-dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 210 KiB |
BIN
src/.vuepress/public/assets/home_tracking-light.png
Normal file
BIN
src/.vuepress/public/assets/home_tracking-light.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 192 KiB |
@ -41,6 +41,18 @@
|
|||||||
<h2>{{ feature.title }}</h2>
|
<h2>{{ feature.title }}</h2>
|
||||||
<p>{{ feature.details }}</p>
|
<p>{{ feature.details }}</p>
|
||||||
</div>
|
</div>
|
||||||
|
<section class="feature__Animation">
|
||||||
|
<img
|
||||||
|
class="feature__Animation--dark"
|
||||||
|
alt="Feature image (Dark theme)"
|
||||||
|
:src="$withBase('/assets/home_' + feature.image + '-dark.png')"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
class="feature__Animation--light"
|
||||||
|
alt="Feature image (Light theme)"
|
||||||
|
:src="$withBase('/assets/home_' + feature.image + '-light.png')"
|
||||||
|
/>
|
||||||
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -174,6 +186,24 @@ export default {
|
|||||||
color $textColor
|
color $textColor
|
||||||
p
|
p
|
||||||
color $textColorLight
|
color $textColorLight
|
||||||
|
&__Animation
|
||||||
|
display block
|
||||||
|
position relative
|
||||||
|
&--light
|
||||||
|
&--dark
|
||||||
|
border-radius 6px
|
||||||
|
max-height 38em
|
||||||
|
max-width 100%
|
||||||
|
margin-left auto
|
||||||
|
margin-right auto
|
||||||
|
left 0
|
||||||
|
right 0
|
||||||
|
&--light
|
||||||
|
animation fade 2s ease-in-out 2s infinite alternate
|
||||||
|
box-shadow 0 10px 50px 0px #ddd
|
||||||
|
&--dark
|
||||||
|
position absolute
|
||||||
|
box-shadow 0 10px 50px 0px #ddd
|
||||||
footer
|
footer
|
||||||
position relative
|
position relative
|
||||||
.footer
|
.footer
|
||||||
@ -202,6 +232,16 @@ export default {
|
|||||||
width 1em
|
width 1em
|
||||||
height 1em
|
height 1em
|
||||||
|
|
||||||
|
@keyframes fade
|
||||||
|
0%
|
||||||
|
opacity 1
|
||||||
|
25%
|
||||||
|
opacity 1
|
||||||
|
75%
|
||||||
|
opacity 0
|
||||||
|
100%
|
||||||
|
opacity 0
|
||||||
|
|
||||||
@media (max-width: $MQNarrow)
|
@media (max-width: $MQNarrow)
|
||||||
.home
|
.home
|
||||||
.feature
|
.feature
|
||||||
|
@ -10,10 +10,13 @@ buttonDownloadLink: /download/
|
|||||||
buttonGuides: User Guide
|
buttonGuides: User Guide
|
||||||
buttonGuidesLink: /help/guides/getting-started
|
buttonGuidesLink: /help/guides/getting-started
|
||||||
features:
|
features:
|
||||||
- title: Tracking
|
|
||||||
details: Automatically keep track of your manga with MyAnimeList, AniList, Kitsu, Shikimori, and Bangumi
|
|
||||||
- title: Extensions
|
- title: Extensions
|
||||||
details: Online and offline reading from hundred of different sources
|
details: Online and offline reading from hundred of different sources
|
||||||
|
image: library
|
||||||
|
- title: Tracking
|
||||||
|
details: Automatically keep track of your manga with MyAnimeList, AniList, Kitsu, Shikimori, and Bangumi
|
||||||
|
image: tracking
|
||||||
- title: Customization
|
- title: Customization
|
||||||
details: A configurable reader with multiple reading modes, custom color filters, and other settings
|
details: A configurable reader with multiple reading modes, custom color filters, and other settings
|
||||||
|
image: reader
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user