-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jiangyuan Li
authored and
Jiangyuan Li
committed
Nov 5, 2024
1 parent
98d8e3a
commit 66d34fe
Showing
42 changed files
with
32,486 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<div id="copyright-info"> | ||
<p class="copyright-info"> | ||
想帮忙?有想法或建议?欢迎给 | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
发一封邮件。<br> | ||
</p> | ||
<p class="copyright-info"> | ||
版权所有 © aluminum.studio | ||
<a id="my-page" href="http://jerrylovescheese.github.io/web/pages/aluminum_studio.html"> | ||
江源工作室 <i class="fas fa-arrow-right"></i> | ||
</a> | ||
</p> | ||
<p class="copyright-info"> | ||
<a href="javascript:;" onclick="alert('Currently no items in test. Stay tuned!')"> | ||
<i class="fas fa-flask"></i>  | ||
实验室 | ||
</a> | ||
  | ||
<a href="https://blog.jerryly.top/2024/04/04/legal-statement.html"> | ||
<i class="fa-solid fa-scale-balanced"></i>  | ||
法律声明 | ||
</a> | ||
</p> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
<script> | ||
$(function () { | ||
$("#b-close").click(function () { | ||
$("#attic").toggleClass("collapse"); | ||
}); | ||
}); | ||
$(function () { | ||
$("#header-collapse-button").click(function () { | ||
$("#header-unit").toggleClass("active"); | ||
$("#content-unit").toggleClass("active"); | ||
}); | ||
}); | ||
// Ensure the DOM is fully loaded before running the script | ||
$(document).ready(function () { | ||
// Get the title of the document | ||
var title = $(document).attr("title"); | ||
// Display the title inside an element with id 'titleDisplay' | ||
$("#titleDisplay").text(title); | ||
}); | ||
</script> | ||
|
||
<header id="attic"> | ||
<div id="b-close"><i class="fas fa-arrow-right"></i></div> | ||
<a href="https://jerryly.top"> | ||
<div class="b-item-0"></div> | ||
</a> | ||
<div class="b-item-1"><span id="titleDisplay"></span></div> | ||
<div id="attic-items"> | ||
<div class="b-item-2">things I love</div> | ||
<div class="b-item"> | ||
<a href="./apple.html">Apple</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="./friends.html">Friends</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="./music.html">Music</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="./taylorswift.html">Swiftie</a> | ||
</div> | ||
<div class="b-item-2">festivity</div> | ||
<div class="b-item"> | ||
<a href="./christmas.html">Christmas</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="./homemade_giftcard.html">Homemade Giftcard</a> | ||
</div> | ||
<div class="b-item-2">other stuff</div> | ||
<div class="b-item"> | ||
<a href="./aluminum_studio.html">About</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="https://blog.jerryly.top"> | ||
Blog   | ||
<i class="fa-solid fa-arrow-up-right-from-square"></i> | ||
</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="./classical_ch_sh.html">Classical Chinese for Senior High</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="./classical_ch.html">Classical Chinese for Junior High</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="./clock.html">Clock</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="./contact.html">Contact</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="./develop.html">Develop</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="./flashback.html">Rainbow Room</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="./gallery.html">Gallery</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="./noticeboard.html">Noticeboard</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="./search.html">Search (deprecated)</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="./survey.html">Survey</a> | ||
</div> | ||
</div> | ||
</header> | ||
<div id="back-to-top"> | ||
<a href="#"> | ||
<div id="back-button"> | ||
<i class="fas fa-arrow-up"></i> | ||
</div> | ||
</a> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
<script> | ||
$(function () { | ||
$("#b-close").click(function () { | ||
$("#attic").toggleClass("collapse"); | ||
}); | ||
}); | ||
// Ensure the DOM is fully loaded before running the script | ||
$(document).ready(function () { | ||
// Get the title of the document | ||
var title = $(document).attr("title"); | ||
// Display the title inside an element with id 'titleDisplay' | ||
$("#titleDisplay").text(title); | ||
}); | ||
</script> | ||
|
||
<header id="attic"> | ||
<div id="b-close"><i class="fas fa-arrow-right"></i></div> | ||
<a href="https://jerryly.top"> | ||
<div class="b-item-0"></div> | ||
</a> | ||
<div class="b-item-1"><span id="titleDisplay"></span></div> | ||
<div id="attic-items"> | ||
<div class="b-item-2">things I love</div> | ||
<div class="b-item"> | ||
<a href="pages/apple.html">Apple</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="pages/friends.html">Friends</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="pages/music.html">Music</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="pages/taylorswift.html">Swiftie</a> | ||
</div> | ||
<div class="b-item-2">festivity</div> | ||
<div class="b-item"> | ||
<a href="pages/christmas.html">Christmas</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="pages/homemade_giftcard.html">Homemade Giftcard</a> | ||
</div> | ||
<div class="b-item-2">other stuff</div> | ||
<div class="b-item"> | ||
<a href="pages/aluminum_studio.html">About</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="https://blog.jerryly.top"> | ||
Blog   | ||
<i class="fa-solid fa-arrow-up-right-from-square"></i> | ||
</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="pages/classical_ch_sh.html">Classical Chinese for Senior High</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="pages/classical_ch.html">Classical Chinese for Junior High</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="pages/clock.html">Clock</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="pages/contact.html">Contact</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="pages/develop.html">Develop</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="pages/flashback.html">Rainbow Room</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="pages/gallery.html">Gallery</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="pages/noticeboard.html">Noticeboard</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="pages/search.html">Search (deprecated)</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="pages/survey.html">Survey</a> | ||
</div> | ||
</div> | ||
</header> | ||
<div id="back-to-top"> | ||
<a href="#"> | ||
<div id="back-button"> | ||
<i class="fas fa-arrow-up"></i> | ||
</div> | ||
</a> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
<script> | ||
$(function () { | ||
$("#b-close").click(function () { | ||
$("#attic").toggleClass("collapse"); | ||
}); | ||
}); | ||
// Ensure the DOM is fully loaded before running the script | ||
$(document).ready(function () { | ||
// Get the title of the document | ||
var title = $(document).attr("title"); | ||
// Display the title inside an element with id 'titleDisplay' | ||
$("#titleDisplay").text(title); | ||
}); | ||
</script> | ||
|
||
<header id="attic"> | ||
<div id="b-close"><i class="fas fa-arrow-right"></i></div> | ||
<a href="https://jerryly.top"> | ||
<div class="b-item-0"></div> | ||
</a> | ||
<div class="b-item-1"><span id="titleDisplay"></span></div> | ||
<div id="attic-items"> | ||
<div class="b-item-2">things I love</div> | ||
<div class="b-item"> | ||
<a href="../pages/apple.html">Apple</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="../pages/friends.html">Friends</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="../pages/music.html">Music</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="../pages/taylorswift.html">Swiftie</a> | ||
</div> | ||
<div class="b-item-2">festivity</div> | ||
<div class="b-item"> | ||
<a href="../pages/christmas.html">Christmas</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="../pages/homemade_giftcard.html">Homemade Giftcard</a> | ||
</div> | ||
<div class="b-item-2">other stuff</div> | ||
<div class="b-item"> | ||
<a href="../pages/aluminum_studio.html">About</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="https://blog.jerryly.top"> | ||
Blog   | ||
<i class="fa-solid fa-arrow-up-right-from-square"></i> | ||
</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="../pages/classical_ch_sh.html">Classical Chinese for Senior High</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="../pages/classical_ch.html">Classical Chinese for Junior High</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="../pages/clock.html">Clock</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="../pages/contact.html">Contact</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="../pages/develop.html">Develop</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="../pages/flashback.html">Rainbow Room</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="../pages/gallery.html">Gallery</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="../pages/noticeboard.html">Noticeboard</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="../pages/search.html">Search (deprecated)</a> | ||
</div> | ||
<div class="b-item"> | ||
<a href="../pages/survey.html">Survey</a> | ||
</div> | ||
</div> | ||
</header> | ||
<div id="back-to-top"> | ||
<a href="#"> | ||
<div id="back-button"> | ||
<i class="fas fa-arrow-up"></i> | ||
</div> | ||
</a> | ||
</div> |
Oops, something went wrong.