Skip to content

Commit

Permalink
Update website
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuz0u committed Sep 24, 2021
1 parent 7c1027c commit 759b678
Show file tree
Hide file tree
Showing 28 changed files with 4 additions and 4 deletions.
Binary file modified ehpanda-vue/public/img/openGraph.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ehpanda-vue/public/img/openGraph.psd
Binary file not shown.
Binary file modified ehpanda-vue/public/img/screenshot/Home_CHS_Dark_iPad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ehpanda-vue/public/img/screenshot/Home_CHS_Dark_iPad.webp
Binary file not shown.
Binary file modified ehpanda-vue/public/img/screenshot/Home_CHS_Light_iPad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ehpanda-vue/public/img/screenshot/Home_CHS_Light_iPad.webp
Binary file not shown.
Binary file modified ehpanda-vue/public/img/screenshot/Home_CHT_Dark_iPad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ehpanda-vue/public/img/screenshot/Home_CHT_Dark_iPad.webp
Binary file not shown.
Binary file modified ehpanda-vue/public/img/screenshot/Home_CHT_Light_iPad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ehpanda-vue/public/img/screenshot/Home_CHT_Light_iPad.webp
Binary file not shown.
Binary file modified ehpanda-vue/public/img/screenshot/Home_DE_Dark_iPad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ehpanda-vue/public/img/screenshot/Home_DE_Dark_iPad.webp
Binary file not shown.
Binary file modified ehpanda-vue/public/img/screenshot/Home_DE_Light_iPad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ehpanda-vue/public/img/screenshot/Home_DE_Light_iPad.webp
Binary file not shown.
Binary file modified ehpanda-vue/public/img/screenshot/Home_EN_Dark_iPad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ehpanda-vue/public/img/screenshot/Home_EN_Dark_iPad.webp
Binary file not shown.
Binary file modified ehpanda-vue/public/img/screenshot/Home_EN_Light_iPad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ehpanda-vue/public/img/screenshot/Home_EN_Light_iPad.webp
Binary file not shown.
Binary file modified ehpanda-vue/public/img/screenshot/Home_JA_Dark_iPad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ehpanda-vue/public/img/screenshot/Home_JA_Dark_iPad.webp
Binary file not shown.
Binary file modified ehpanda-vue/public/img/screenshot/Home_JA_Light_iPad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ehpanda-vue/public/img/screenshot/Home_JA_Light_iPad.webp
Binary file not shown.
Binary file modified ehpanda-vue/public/img/screenshot/Home_KO_Dark_iPad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ehpanda-vue/public/img/screenshot/Home_KO_Dark_iPad.webp
Binary file not shown.
Binary file modified ehpanda-vue/public/img/screenshot/Home_KO_Light_iPad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ehpanda-vue/public/img/screenshot/Home_KO_Light_iPad.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion ehpanda-vue/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta property="og:title" content="EhPanda">
<meta property="og:description" content="An unofficial E-Hentai app for iOS.">
<meta property="og:image"
content="https://github.com/tatsuz0u/EhPanda/raw/main/ehpanda-vue/public/img/openGraph.jpg">
content="https://ehpanda.app/img/openGraph.jpg">
<meta property="og:url" content="https://ehpanda.app">
<meta name="twitter:card" content="summary_large_image">
<title>EhPanda</title>
Expand Down
6 changes: 3 additions & 3 deletions ehpanda-vue/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</div>
<div class="flex-row-reverse items-end hidden md:flex">
<img alt="home-ipad" class="frontpage-ipad-img-size" id="img-home-ipad">
<img alt="home" class="mb-9 frontpage-img-size -mr-36" id="img-home">
<img alt="home" class="mb-5 lg:mb-8 frontpage-img-size -mr-28 lg:-mr-44" id="img-home">
</div>
</section>
<section class="flex flex-col items-center justify-center w-screen min-h-screen bg-gray-200 dark:bg-gray-900">
Expand Down Expand Up @@ -273,7 +273,7 @@ export default {
}
.frontpage-ipad-img-size {
width: 300px;
height: 430px;
height: 392px;
}
.feature-img-size {
width: 243px;
Expand All @@ -292,7 +292,7 @@ export default {
}
.frontpage-ipad-img-size {
width: 500px;
height: 715px;
height: 654px;
}
}
@media(min-width: 1280px) {
Expand Down

0 comments on commit 759b678

Please sign in to comment.