mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-11-04 14:49:58 +08:00
about 页面增加 acm logo
This commit is contained in:
parent
7ac93841d6
commit
593864d4e7
@ -104,3 +104,7 @@ li.list-group-item {
|
|||||||
#share-code textarea {
|
#share-code textarea {
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#about-acm-logo{
|
||||||
|
width: 40%;
|
||||||
|
}
|
||||||
BIN
static/src/img/acm_logo.png
Normal file
BIN
static/src/img/acm_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 500 KiB |
@ -11,6 +11,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
<div>
|
<div>
|
||||||
<h2 class="text-center">ACM 简介</h2>
|
<h2 class="text-center">ACM 简介</h2>
|
||||||
|
<img src="/static/img/acm_logo.png" id="about-acm-logo" class="center-block">
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
ACM国际大学生程序设计竞赛(英语:ACM International Collegiate Programming Contest,
|
ACM国际大学生程序设计竞赛(英语:ACM International Collegiate Programming Contest,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user