commit
7b9dd04243
|
@ -1,14 +1,28 @@
|
|||
{% filter remove_whitespace %}
|
||||
<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 }}
|
||||
<header>
|
||||
<h1>{{ settings.title }}</h1>
|
||||
<img src="{{ config.logo }}" alt="logo" class="home-logo">
|
||||
<div class="subtitle">{{ settings.subtitle }}</div>
|
||||
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}">
|
||||
<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>
|
||||
<img src="{{ config.logo }}" alt="logo" style="display:block;margin:auto;min-width:100px;width:15%;">
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="ban">
|
||||
|
|
Loading…
Reference in New Issue