Update personal web
Update the last page and add more info
This commit is contained in:
parent
4fd6763875
commit
52d24998de
@ -173,7 +173,7 @@
|
||||
</nav>
|
||||
|
||||
<section id="Over">
|
||||
<div class="container">
|
||||
<div class="container col-xl-7 align-content-center" style="margin: auto">
|
||||
<h1>
|
||||
<i class="icon-chevron-down"></i> Thank You For Playing!!!
|
||||
</h1>
|
||||
@ -186,6 +186,22 @@
|
||||
<br>
|
||||
<br>
|
||||
<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>
|
||||
document.getElementById("hideButton").addEventListener("click", function () {
|
||||
var buttons = document.getElementsByTagName("button");
|
||||
@ -204,11 +220,18 @@
|
||||
</script>
|
||||
|
||||
</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>
|
||||
|
||||
<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 -->
|
||||
|
BIN
templates/Web/Malta.png
Normal file
BIN
templates/Web/Malta.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Loading…
Reference in New Issue
Block a user