Skip to content

Commit

Permalink
Add template and CSS customizations for FAUST CTF 2024
Browse files Browse the repository at this point in the history
Same procedure as every year.
  • Loading branch information
rudis committed Aug 24, 2024
1 parent cbfbdb5 commit 13936ba
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/ctf_gameserver/web/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,14 @@ img#load-spinner, button#refresh {
margin-top: 20px;
padding-left: 20px;
}

.jumbotron img.big-logo {
margin-right: 30px;
width: 30%;
}

#supporter-column img {
margin-top: 10px;
margin-bottom: 35px;
width: 100%;
}
10 changes: 10 additions & 0 deletions src/ctf_gameserver/web/templates/base-common.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,18 @@

<title itemprop="name">{% block title %}{% endblock %} | {{ competition_name }}</title>

<meta name="description" itemprop="description" property="og:description" content="
FAUST CTF 2023 is an online attack-defense CTF competition run by FAUST, the CTF team of
Friedrich-Alexander University Erlangen-Nürnberg
" />
<meta name="keywords" content="
ctf, capture the flag, security, it security, information security, hacking, competition,
contest, challenge, fau security team, fau, friedrich-alexander university
" />

<meta property="og:type" content="website" />
<meta property="og:site_name" content="{{ competition_name }}" />
<meta property="og:image" content="https://www.faustctf.net{% static 'faustctf.svg' %}" />
</head>


Expand Down

0 comments on commit 13936ba

Please sign in to comment.