Skip to content

Commit

Permalink
Added new oscar logo.
Browse files Browse the repository at this point in the history
Had to rejig the whitespace to get things to balance
  • Loading branch information
codeinthehole committed May 29, 2012
1 parent f1d26a3 commit 041d8ef
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion _layouts/default.html
Expand Up @@ -24,7 +24,8 @@
<a href="https://github.com/tangentlabs/django-oscar"><img src="{{ site.baseurl }}/img/ribbon.png" width="134px" height="134px" alt="Github ribbon" title="Fork me on Github" /></a>
</div>
<header id="home">
<h1>Django Oscar <span class="snowcone">V</span><br /><strong>Domain-driven e-commerce for Django</strong></h1>
<h1><img src="{{ site.baseurl }}/img/oscar.png" /><br /><strong>Domain-driven e-commerce for Django</strong></h1>

<div class="featured">
External Links
<ul>
Expand Down
4 changes: 2 additions & 2 deletions css/styles.css
Expand Up @@ -200,7 +200,7 @@ hr:before {
}

#page_content {
padding-top: 8em;
padding-top: 5.8em;
}

/*** Header ***/
Expand All @@ -219,7 +219,7 @@ header h1 {
font-weight: 700;
color: #5eaba6;
text-shadow: 1px 1px 1px 1px #fff;
margin-top: 110px;
margin-top: 72px;
width: 500px;
display: block;
float: left;
Expand Down
Binary file added img/oscar.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
@@ -1,6 +1,6 @@
---
layout: default
title: django-oscar - Domain-driven e-commerce for Django
title: Oscar - Domain-driven e-commerce for Django
---
<section id="synopsis" class="body">
<p><span class="synopsis">Django-Oscar is an e-commerce framework for <a href="https://www.djangoproject.com/">Django</a>, designed
Expand Down

0 comments on commit 041d8ef

Please sign in to comment.