Skip to content

Commit

Permalink
update footer from music-avqa
Browse files Browse the repository at this point in the history
  • Loading branch information
Hou9612 committed May 28, 2024
1 parent 143989d commit d8b27de
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h5>


<!-- Footer -->
<footer style="background-color:#373435ff;">
<!-- <footer style="background-color:#373435ff;">
<div class="container">
<div class="row">
<div class="col-md-4">
Expand All @@ -124,6 +124,21 @@ <h5>
</div>
</div>
</div>
</footer> -->

<footer style="background-color:#373435ff;">
<div class="container">
<div class="row">
<div class="col-md-4">
<img alt="Creative Commons License" style="border-width:1px;float:left;margin-right:15px;margin-bottom:0px;" src="http://i.creativecommons.org/l/by-nc/3.0/88x31.png"/>
<span class="copyright" style="color:#eee;">Copyright &copy; Guangyao Li</span>
</div>
<div class="col-md-8">
<p style="color:#eee;">For any questions, email us at
<a href="mailto:guangyaoli@ruc.edu.cn"> guangyaoli@ruc.edu.cn</a></p>
</div>
</div>
</div>
</footer>

<!-- Bootstrap core JavaScript -->
Expand Down

0 comments on commit d8b27de

Please sign in to comment.