Update personal web

Update the last page and add more info
This commit is contained in:
Doveliyuchen 2023-04-03 15:16:27 +08:00
parent 4fd6763875
commit 52d24998de
2 changed files with 27 additions and 4 deletions

View File

@ -173,7 +173,7 @@
</nav> </nav>
<section id="Over"> <section id="Over">
<div class="container"> <div class="container col-xl-7 align-content-center" style="margin: auto">
<h1> <h1>
<i class="icon-chevron-down"></i> Thank You For Playing!!! <i class="icon-chevron-down"></i> Thank You For Playing!!!
</h1> </h1>
@ -186,6 +186,22 @@
<br> <br>
<br> <br>
<button id="hideButton" class="cirButton">No</button> <button id="hideButton" class="cirButton">No</button>
<br>
<br>
<h3>Do you have any feedback?</h3>
<br>
<form method="POST" action="feedback">
<textarea
id="message"
cols="60"
rows="10"
placeholder="Enter your message"
></textarea>
<br><br>
<input type="submit" value="Submit" class="cirButton">
</form>
<script> <script>
document.getElementById("hideButton").addEventListener("click", function () { document.getElementById("hideButton").addEventListener("click", function () {
var buttons = document.getElementsByTagName("button"); var buttons = document.getElementsByTagName("button");
@ -204,11 +220,18 @@
</script> </script>
</div> </div>
<div class="col-xl-7" style="margin:auto;">
<img src="../templates/Web/sustc.png" height="230">
<img src="../templates/Web/Malta.png" width="400">
</div>
</section> </section>
<div class="col-xl-7 justify-content-between align-content-center" style="margin: auto">This page is created by <a href="https://github.com/BigJIU">Haocheng Du</a>, <a href="doveliyuchen.github.io">Yuchen Li</a>; game content is generated by <a href="https://github.com/PneuC">Ziqi Wang</a>. This project is supported by <a href="http://www.liujialin.tech/">Dr. Liu</a> and <a href="https://yannakakis.net/">Prof. Yannakakis</a>.</div>
<br><br>
<!-- Footer mx-auto --> <!-- Footer mx-auto -->

BIN
templates/Web/Malta.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB