Skip to content

Commit

Permalink
clean html directory
Browse files Browse the repository at this point in the history
  • Loading branch information
s4na committed Jan 1, 2020
1 parent 9c72ed3 commit 3b722d7
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 24 deletions.
2 changes: 1 addition & 1 deletion documents/app/omega_sindan.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# おめが診断

https://omegasisters.github.io/homepage/sindan.html
https://omegasisters.github.io/homepage/pages/sindan.html

回答者がおめシスの誰に似ているかを診断するページを作りました。

Expand Down
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,9 @@
<li><a class="drawer-menu-item" href="#section_link">リンク</a></li>
<li><a class="drawer-menu-item" href="#section_3d">3Dモデル</a></li>
<li>
<a class="drawer-menu-item" href="./sindan.html">おめが診断</a>
<a class="drawer-menu-item" href="./pages/sindan.html"
>おめが診断</a
>
</li>
<li>
<a
Expand Down Expand Up @@ -283,7 +285,7 @@ <h2 class="section_title" id="section_discography">
<h3 style="margin-bottom: 1em;">
シンクロニティ by おめシス × BACK-ON
</h3>
<a href="./synchronity.html">
<a href="./pages/synchronity.html">
<img
src="https://i.gyazo.com/76ce4b6e0d4c1080b2319d28b9559246.jpg"
width="300"
Expand Down Expand Up @@ -423,7 +425,7 @@ <h2><i class="fab fa-github"></i>GitHub</h2>
</div>

<div class="c-alpha">
<a class="c-alpha__link" href="./alpha.html">
<a class="c-alpha__link" href="./pages/alpha.html">
α
</a>
</div>
Expand Down
16 changes: 10 additions & 6 deletions alpha.html → pages/alpha.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
/>

<link rel="stylesheet" href="https://unpkg.com/swiper/css/swiper.min.css" />
<link rel="stylesheet" href="./css/index.css" />
<link rel="stylesheet" href="./css/alpha.css" />
<link rel="stylesheet" href="../css/index.css" />
<link rel="stylesheet" href="../css/alpha.css" />

<title>
あるブラのホームページ |
Expand Down Expand Up @@ -178,14 +178,18 @@ <h2><i class="fab fa-youtube"></i>YouTube</h2>
</div>

<div class="c-omega">
<a class="c-omega__link" href="./index.html">
<a class="c-omega__link" href="../index.html">
Ω
</a>
</div>
</div>
</div>

<script type="text/javascript" src="./assets/js/lazyload.js" defer></script>
<script
type="text/javascript"
src="../assets/js/lazyload.js"
defer
></script>
<script src="https://unpkg.com/swiper/js/swiper.min.js" defer></script>
<script
src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
Expand All @@ -201,10 +205,10 @@ <h2><i class="fab fa-youtube"></i>YouTube</h2>
src="https://cdnjs.cloudflare.com/ajax/libs/drawer/3.2.2/js/drawer.min.js"
defer
></script>
<script type="text/javascript" src="./assets/js/navbar.js" defer></script>
<script type="text/javascript" src="../assets/js/navbar.js" defer></script>
<script
type="text/javascript"
src="./assets/js/ytplaylist.js"
src="../assets/js/ytplaylist.js"
defer
></script>
<script>
Expand Down
18 changes: 9 additions & 9 deletions sindan.html → pages/sindan.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.12.0/css/solid.css"
/>
<link rel="stylesheet" href="./css/index.css" />
<link rel="stylesheet" href="./css/sindan.css" />
<link rel="stylesheet" href="../css/index.css" />
<link rel="stylesheet" href="../css/sindan.css" />

<script src="./index.js" defer></script>
<link rel="manifest" href="./manifest.webmanifest" />
<script src="../index.js" defer></script>
<link rel="manifest" href="../manifest.webmanifest" />

<title>
おめが診断
Expand All @@ -76,15 +76,15 @@
<div class="section hero">
<figure class="hero__bg">
<video class="hero__inner__bg" autoplay playsinline loop muted>
<source src="./images/walk_omesis.webm" type="video/webm" />
<source src="../images/walk_omesis.webm" type="video/webm" />
<source
src="./images/walk_omesis_small.mp4"
src="../images/walk_omesis_small.mp4"
type="video/mp4"
media="all and (max-width: 1000px)"
/>
<source src="./images/walk_omesis.mp4" type="video/mp4" />
<source src="../images/walk_omesis.mp4" type="video/mp4" />
<img
src="./images/walk_omesis_placeholder.jpg"
src="../images/walk_omesis_placeholder.jpg"
title="Your browser does not support the <video> tag"
/>
</video>
Expand All @@ -94,7 +94,7 @@
</div>
<script
type="text/javascript"
src="./assets/preact_build/bundle.js"
src="../assets/preact_build/bundle.js"
></script>
</body>
</html>
2 changes: 1 addition & 1 deletion pages/sindan_ray.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ <h1 class="logo-desc">
>
Tweet
</a>
<a class="start-button" href="../sindan.html">
<a class="start-button" href="./sindan.html">
診断する
</a>
<a class="start-button" href="/homepage/">
Expand Down
2 changes: 1 addition & 1 deletion pages/sindan_rio.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h1 class="logo-desc">
>
Tweet
</a>
<a class="start-button" href="../sindan.html">
<a class="start-button" href="./sindan.html">
診断する
</a>
<a class="start-button" href="/homepage/">
Expand Down
2 changes: 1 addition & 1 deletion pages/sindan_unchan.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h1 class="logo-desc">
>
Tweet
</a>
<a class="start-button" href="../sindan.html">
<a class="start-button" href="./sindan.html">
診断する
</a>
<a class="start-button" href="/homepage/">
Expand Down
1 change: 1 addition & 0 deletions special/akeomega.html → pages/special/akeomega.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
content="https://omegasisters.github.io/homepage/images/ogp.png"
/>

<link rel="stylesheet" href="../css/index.css" />
<link
href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"
rel="stylesheet"
Expand Down
4 changes: 2 additions & 2 deletions synchronity.html → pages/synchronity.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
content="https://omegasisters.github.io/homepage/images/ogp.png"
/>

<link rel="stylesheet" href="./css/index.css" />
<link rel="stylesheet" href="../css/index.css" />
<link
href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"
rel="stylesheet"
Expand Down Expand Up @@ -548,7 +548,7 @@
</script>
<script
type="text/javascript"
src="./assets/js/scroll-to-top.js"
src="../assets/js/scroll-to-top.js"
defer
></script>
</body>
Expand Down

0 comments on commit 3b722d7

Please sign in to comment.