Skip to content

Commit

Permalink
Add UC logo to homepage (fixes #64)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackMorganNZ committed Aug 4, 2017
1 parent 75aedd4 commit b2a4ed6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cs4teachers/templates/general/index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{% extends "base.html" %}

{% load static %}

{% block body_container %}
<div id="welcome-jumbotron" class="jumbotron">
<div class="container text-center">
<img src="{% static 'img/uc-computer-science-education-logo.png' %}" class="img-fluid mb-3">
<h1 class="display-3">Computer Science for teachers</h1>
</div>
</div>
Expand Down

0 comments on commit b2a4ed6

Please sign in to comment.