diff options
| author | Mirek Kratochvil <exa.exa@gmail.com> | 2023-06-07 00:00:43 +0200 |
|---|---|---|
| committer | Mirek Kratochvil <exa.exa@gmail.com> | 2023-06-07 00:01:14 +0200 |
| commit | 1b320c5b479b7420f142788a7a6f7b88e54aaf3b (patch) | |
| tree | cbc44b620c43ff47abac3b966a0113001d9b41ac /templates/header.html | |
| parent | aef05617b7c0634e896a0f686ef90bbd6a06fd39 (diff) | |
| download | reploy-1b320c5b479b7420f142788a7a6f7b88e54aaf3b.tar.gz reploy-1b320c5b479b7420f142788a7a6f7b88e54aaf3b.tar.bz2 | |
template work
Diffstat (limited to 'templates/header.html')
| -rw-r--r-- | templates/header.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/templates/header.html b/templates/header.html new file mode 100644 index 0000000..7482894 --- /dev/null +++ b/templates/header.html @@ -0,0 +1,18 @@ +<div class="layout-topbar"> + <div class="bar-fill topbar-borderbottom"></div> + <div class="width-content same-height"> + <div class="topbar-lcsb topbar-borderbottom"> + <div class="logo-lcsb"></div> + </div> + <div class="topbar-text topbar-borderbottom"> + <div class="header-title">LCSB How-To Cards</div> + <div class="header-subtitle">Practical and handy reference</div> + </div> + <div class="bar-fill topbar-borderbottom"></div> + <div class="topbar-unilu topbar-borderbottom"> + <div class="logo-unilu"></div> + </div> + </div> + <div class="bar-fill topbar-borderbottom"></div> +</div> +<div class="width-content margin-center"> |
