mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 02:28:42 +00:00
fix(web): header & footer
This commit is contained in:
parent
74e1088784
commit
7ddefd950e
@ -16,7 +16,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<ul class="list-inline"><li class="list-inline-item"><?= UOJConfig::$data['profile']['oj-name'] ?></li></ul>
|
||||
<ul class="list-inline"><li class="list-inline-item">Universal Online Judge</li></ul>
|
||||
<?php if (UOJConfig::$data['profile']['ICP-license'] != ''): ?>
|
||||
<p><a target="_blank" href="https://beian.miit.gov.cn" style="text-decoration:none;"><?= UOJConfig::$data['profile']['ICP-license'] ?></a></p>
|
||||
<?php endif ?>
|
||||
|
@ -253,7 +253,7 @@
|
||||
<a href="<?= HTML::url('/') ?>">
|
||||
<img src="<?= HTML::url('/images/logo_small.png') ?>" alt="Logo" class="img-rounded" style="width: 39px; height: 39px; position: relative; top: -4px; margin-right: 8px;" />
|
||||
</a>
|
||||
<span class="u" style="position: absolute; font-size: 13px; letter-spacing: 10px; left: 48px;">S2 Online Judge</span>
|
||||
<span class="u" style="position: absolute; font-size: 13px; left: 48px;">S2 Online Judge</span>
|
||||
<span class="d" style="position: absolute; font-size: 26px; top: 11px;">在线评测系统</span>
|
||||
</h1>
|
||||
<h1 class="d-block d-sm-none"><?= $PageMainTitleOnSmall ?></h1>
|
||||
|
Loading…
Reference in New Issue
Block a user