Added banner with logo
This commit is contained in:
parent
274eb17e8b
commit
757595bbd5
5 changed files with 24 additions and 5 deletions
BIN
cara/apps/static/images/HES_logo_white.png
Normal file
BIN
cara/apps/static/images/HES_logo_white.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 39 KiB |
BIN
cara/apps/static/images/hse_triangle_right_1.png
Normal file
BIN
cara/apps/static/images/hse_triangle_right_1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 82 KiB |
BIN
cara/apps/static/images/tree.png
Normal file
BIN
cara/apps/static/images/tree.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
|
|
@ -2,6 +2,8 @@
|
|||
{% set active_page="home/" %}
|
||||
|
||||
{% block main %}
|
||||
<div style="height: 8em; display: block;"></div>
|
||||
|
||||
<div class="field--item">
|
||||
<div class="component-row component-row__display__fluidcenter section-navigation effect_none">
|
||||
<div class="component-row__row">
|
||||
|
|
|
|||
|
|
@ -94,15 +94,27 @@
|
|||
|
||||
|
||||
<header role="banner">
|
||||
<div class="header-wrapper">
|
||||
|
||||
<div class="header-wrapper" style="background: rgb(47, 52, 66);">
|
||||
|
||||
<div class="site-info col-sm-2">
|
||||
|
||||
<div class="site-info__logo col-lg-3 col-md-2 col-sm-3">
|
||||
<!-- <a href="https://againstcovid19.cern/" title="Home" rel="home">
|
||||
<img src="/static/CERNagainstLogo-02_1.png" alt="home">
|
||||
</a> -->
|
||||
<a href="https://againstcovid19.cern/" title="Home" rel="home">
|
||||
<img src="/static/images/tree.png" alt="home">
|
||||
</a>
|
||||
<!--ul class="nav navbar-nav">
|
||||
<li>
|
||||
<img src="/static/images/hse_triangle_right_1.png">
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://againstcovid19.cern/" title="Home" rel="home">
|
||||
<img src="/static/images/tree.png" alt="home">
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<img src="/static/images/HES_logo_white.png">
|
||||
</li>
|
||||
</ul-->
|
||||
</div>
|
||||
|
||||
<div class="site-info__text col-lg-9 col-md-10 col-sm-9">
|
||||
|
|
@ -158,6 +170,11 @@
|
|||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<li>
|
||||
<a href="https://hse.cern/content/declaration-cases-covid-19">
|
||||
Covid Information
|
||||
</a>
|
||||
</li>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Reference in a new issue