commit
7b9dd04243
|
@ -1,14 +1,28 @@
|
||||||
{% filter remove_whitespace %}
|
{% filter remove_whitespace %}
|
||||||
<div class="introduction">
|
<div class="introduction">
|
||||||
|
<style style="display:none;">
|
||||||
|
.home-logo {
|
||||||
|
display: block;
|
||||||
|
margin: auto;
|
||||||
|
min-width: 100px;
|
||||||
|
width: 15%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.home-description {
|
||||||
|
margin: 20px auto 0 auto;
|
||||||
|
text-align: center;
|
||||||
|
max-width: 700px;"
|
||||||
|
}
|
||||||
|
</style>
|
||||||
{{ boardlist.top }}
|
{{ boardlist.top }}
|
||||||
<header>
|
<header>
|
||||||
<h1>{{ settings.title }}</h1>
|
<h1>{{ settings.title }}</h1>
|
||||||
|
<img src="{{ config.logo }}" alt="logo" class="home-logo">
|
||||||
<div class="subtitle">{{ settings.subtitle }}</div>
|
<div class="subtitle">{{ settings.subtitle }}</div>
|
||||||
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}">
|
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}">
|
||||||
<link rel="stylesheet" media="screen" href="/stylesheets/dark_red.css">
|
<link rel="stylesheet" media="screen" href="/stylesheets/dark_red.css">
|
||||||
<p style="margin:20px auto 0 auto;text-align:center;max-width:700px;">{{ description }}</p>
|
<p class="home-description" >{{ description }}</p>
|
||||||
</header>
|
</header>
|
||||||
<img src="{{ config.logo }}" alt="logo" style="display:block;margin:auto;min-width:100px;width:15%;">
|
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="ban">
|
<div class="ban">
|
||||||
|
|
Loading…
Reference in New Issue