1
Fork 0

Added logo

This commit is contained in:
Jake Howard 2015-11-25 21:34:07 +00:00
parent 27c8c8f10b
commit 2a0175017b
3 changed files with 11 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 KiB

View file

@ -13,8 +13,12 @@
margin-bottom: 0;
h1 {
margin-bottom: 15px;
margin-top: 10px;
}
.icon {
p.scroll-icon {
margin-top: 45px;
}
i.icon {
cursor: pointer;
font-size: 30px;
.transition(color 0.4s);
@ -22,6 +26,9 @@
color: #ff7f00;
}
}
img {
height: 275px;
}
}
}
#intro-text {

View file

@ -1,12 +1,12 @@
{% extends 'base.html' %}
{% load staticfiles %}
{% block baseContent%}
<div class="container-fluid" id="header">
<div class="jumbotron container animated zoomInDown">
<img src="http://placehold.it/230x230"/>
<img src="{% static 'img/logo-transparent.png'%}"/>
<h1>Hello, world!</h1>
<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 class="container-fluid" id="intro-text">