Skip to content

Commit

Permalink
Merge pull request #267 from jerrylovescheese/jerrysbranch
Browse files Browse the repository at this point in the history
Updated Aug 7 2024
  • Loading branch information
jerrylovescheese authored Aug 7, 2024
2 parents db5a6bd + a130b5d commit 3d1418c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
20 changes: 14 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,20 @@
</div>
</div>

<div class="canvas" id="canvas-13">
<div class="canvas-clicker">
<a href="#canvas-12">
<div class="canvas-clicker-inside"><i class="fas fa-circle-chevron-down"></i>&emsp;1 of 6</div>
</a>
</div>
</div>

<div class="canvas" id="canvas-12">
<div id="canvas-12-img"></div>
<div class="canvas-text">get in the car it's august</div>
<div class="canvas-clicker">
<a href="#canvas-11">
<div class="canvas-clicker-inside"><i class="fas fa-circle-chevron-down"></i>&emsp;1 of 5</div>
<div class="canvas-clicker-inside"><i class="fas fa-circle-chevron-down"></i>&emsp;2 of 6</div>
</a>
</div>
</div>
Expand Down Expand Up @@ -158,7 +166,7 @@
<br>
<div class="canvas-clicker">
<a href="#canvas-10">
<div class="canvas-clicker-inside"><i class="fas fa-circle-chevron-down"></i>&emsp;2 of 5</div>
<div class="canvas-clicker-inside"><i class="fas fa-circle-chevron-down"></i>&emsp;3 of 6</div>
</a>
</div>
</div>
Expand All @@ -169,7 +177,7 @@
<span class="canvas-text-small">江源工作室期待与您共度下一个五年。</span>
<div class="canvas-clicker">
<a href="#canvas-1">
<div class="canvas-clicker-inside"><i class="fas fa-circle-chevron-down"></i>&emsp;3 of 5</div>
<div class="canvas-clicker-inside"><i class="fas fa-circle-chevron-down"></i>&emsp;4 of 6</div>
</a>
</div>
</div>
Expand All @@ -190,7 +198,7 @@
<audio src="./static/audio/May 13 2024 3.mp3" controls controlsList="nodownload"></audio>
<div class="canvas-clicker">
<a href="#canvas-3">
<div class="canvas-clicker-inside"><i class="fas fa-circle-chevron-down"></i>&emsp;4 of 5</div>
<div class="canvas-clicker-inside"><i class="fas fa-circle-chevron-down"></i>&emsp;5 of 6</div>
</a>
</div>
</div>
Expand Down Expand Up @@ -276,8 +284,8 @@
</div>
</div>
<div class="canvas-clicker">
<a href="#canvas-12">
<div class="canvas-clicker-inside"><i class="fas fa-circle-chevron-up"></i>&emsp;5 of 5</div>
<a href="#canvas-13">
<div class="canvas-clicker-inside"><i class="fas fa-circle-chevron-up"></i>&emsp;6 of 6</div>
</a>
</div>
</div>
Expand Down
5 changes: 5 additions & 0 deletions static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -867,4 +867,9 @@
background-size: cover;
background-position: center bottom;
filter: blur(1em);
}

#canvas-13 {
background-image: url(../img/Aug-7-2024_画板-1.webp);
background-size: cover;
}
Binary file added static/img/Aug-7-2024_画板-1.webp
Binary file not shown.

0 comments on commit 3d1418c

Please sign in to comment.