Skip to content

Commit

Permalink
feat: optimize folder structures
Browse files Browse the repository at this point in the history
Co-authored-by: Monet Joe <[email protected]>
  • Loading branch information
fred913 and Monet Joe committed Jun 11, 2023
1 parent 3ff1d20 commit 0dc6a8b
Show file tree
Hide file tree
Showing 38 changed files with 166 additions and 185 deletions.
23 changes: 5 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<meta charset="utf-8" />
<title id="doc-title">Kuru Kuru~</title>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<link rel="stylesheet" href="style.css" type="text/css" />
<link rel="stylesheet" href="static/css/style.css" type="text/css" />
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/css/ionicons.min.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/css/mdui.min.css" />
<link href="img/favicon.ico" rel="shortcut icon">
<link href="static/img/favicon.ico" rel="shortcut icon">
</head>

<body class="mdui-theme-primary-purple mdui-theme-accent-blue">
Expand All @@ -19,21 +19,8 @@
<div id="content">
<div id="title-container">
<h1 id="page-title">Welcome to herta kuru</h1>
<img id="title-img" alt="img of herta" src="img/favicon.ico">
<img id="title-img" alt="img of herta" src="static/img/favicon.png">
</div>
<!-- <div id="language-selector-container">
<select id="language-selector" class="mdui-select">
<option value="en" selected>English</option>
<option value="cn">中文</option>
<option value="ja">日本語</option>
<option value="kr">한국어</option>
<option value="id">Bahasa Indonesia</option>
</select>
<select id="vo-language-selector" class="mdui-select">
<option value="ja" selected>日本語</option>
<option value="cn">中文</option>
</select>
</div> -->

<h2 id="page-descriptions">
The website for Herta, the <del>annoying</del> cutest genius Honkai:
Expand All @@ -59,7 +46,7 @@ <h3 id="counter-descriptions">The kuru~ has been squished</h3>
</div>
</main>
<div id="footer">
<img id="herta-card" loading="lazy" src="img/card_en.jpg" class="img-autocdn" alt="" />
<img id="herta-card" loading="lazy" src="static/img/card_en.jpg" class="img-autocdn" alt="" />
<div id="footer-text">
<div class="mdui-list"><a href="javascript:void(0);" class="mdui-list-item mdui-ripple"
id="show-credits-opt">
Expand Down Expand Up @@ -88,7 +75,7 @@ <h3 id="counter-descriptions">The kuru~ has been squished</h3>
</div>
</div>
<script src="https://unpkg.com/[email protected]/dist/js/mdui.min.js"></script>
<script src="script.js" async></script>
<script src="static/js/script.js" async></script>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-T303QPC9L9"></script>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion style.css → static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ body {
position: absolute;
width: 100%;
height: 100%;
background-image: url("img/hertaa1.gif");
background-image: url("../img/hertaa1.gif");
background-repeat: no-repeat;
background-position: 50%;
background-size: contain;
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
326 changes: 160 additions & 166 deletions script.js → static/js/script.js

Large diffs are not rendered by default.

0 comments on commit 0dc6a8b

Please sign in to comment.