We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c522c7 commit 0bad0b0Copy full SHA for 0bad0b0
CTFd/themes/tsc/templates/index.html
@@ -26,7 +26,7 @@ <h1 class="text-center">
26
<a style="margin: 1%;" target="_blank" href="https://www.nchc.org.tw/"><img width="300px" src="{{ url_for('views.themes', theme='tsc', path='img/logos/國網中心_logo.png') }}"></a>
27
</div>
28
<div style="display: inline-flex;justify-content: center; align-items: center;width: 100%;">
29
- <a target="_blank" href="https://trapa.tw/"><img style="clip-path: circle();" width="100px" src="{{ url_for('views.themes', theme='tsc', path='img/logos/TRAPA_logo.png') }}"></a>
+ <a target="_blank" href="https://trapa.tw/"><img width="100px" src="{{ url_for('views.themes', theme='tsc', path='img/logos/TRAPA_logo.png') }}"></a>
30
<a style="margin-left: 2%;" target="_blank" href="https://teamt5.org/"><img width="300px" src="{{ url_for('views.themes', theme='tsc', path='img/logos/TeamT5_logo.png') }}"></a>
31
<a style="margin-left: 2%;" target="_blank" href="https://authme.com/zh_tw/"><img style="vertical-align: baseline;" width="250px" src="{{ url_for('views.themes', theme='tsc', path='img/logos/Authme_logo.png') }}"></a>
32
<a style="margin-left: 2%;" target="_blank" href="https://www.trendmicro.com/zh_tw/about/careers.html"><img width="250px" src="{{ url_for('views.themes', theme='tsc', path='img/logos/TrendMircro.png') }}"></a>
0 commit comments