Added logo
This commit is contained in:
parent
27c8c8f10b
commit
2a0175017b
3 changed files with 11 additions and 4 deletions
BIN
static/src/img/logo-transparent.png
Normal file
BIN
static/src/img/logo-transparent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 237 KiB |
|
@ -13,8 +13,12 @@
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
h1 {
|
h1 {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
.icon {
|
p.scroll-icon {
|
||||||
|
margin-top: 45px;
|
||||||
|
}
|
||||||
|
i.icon {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
.transition(color 0.4s);
|
.transition(color 0.4s);
|
||||||
|
@ -22,6 +26,9 @@
|
||||||
color: #ff7f00;
|
color: #ff7f00;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
img {
|
||||||
|
height: 275px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#intro-text {
|
#intro-text {
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
{% extends 'base.html' %}
|
{% extends 'base.html' %}
|
||||||
|
{% load staticfiles %}
|
||||||
{% block baseContent%}
|
{% block baseContent%}
|
||||||
<div class="container-fluid" id="header">
|
<div class="container-fluid" id="header">
|
||||||
<div class="jumbotron container animated zoomInDown">
|
<div class="jumbotron container animated zoomInDown">
|
||||||
<img src="http://placehold.it/230x230"/>
|
<img src="{% static 'img/logo-transparent.png'%}"/>
|
||||||
<h1>Hello, world!</h1>
|
<h1>Hello, world!</h1>
|
||||||
<p>Some random subtitle</p>
|
<p>Some random subtitle</p>
|
||||||
<p><a href="#intro-text" class="no-color-change"><i class="icon ion-chevron-down"></i></a></p>
|
<p class="scroll-icon"><a href="#intro-text" class="no-color-change"><i class="icon ion-chevron-down"></i></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="container-fluid" id="intro-text">
|
<div class="container-fluid" id="intro-text">
|
||||||
|
|
Reference in a new issue