aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas <skangas@skangas.se>2011-04-25 01:58:16 +0200
committerStefan Kangas <skangas@skangas.se>2011-04-25 01:58:16 +0200
commitae738f43fd043844b17e1304f271574f34a144ac (patch)
tree1bfad2e1775ae731be55a6a2591e3ffb06ff8e01
parentb1ee106d03cf7442ee858a0348efb23c81120e1c (diff)
Add new logo to website
-rw-r--r--fripost-web.el2
-rw-r--r--site/default.css9
-rw-r--r--site/images/logo2011_top.pngbin0 -> 7604 bytes
-rw-r--r--site/images/logo2011_top.xcfbin0 -> 1942305 bytes
4 files changed, 9 insertions, 2 deletions
diff --git a/fripost-web.el b/fripost-web.el
index 1ff5f6d..773a677 100644
--- a/fripost-web.el
+++ b/fripost-web.el
@@ -10,7 +10,7 @@
:recursive t
:publishing-function org-publish-org-to-html
:preamble "<div class=\"header\">
- <h1>Fripost</h1>
+ <h1><img src=\"images/logo2011_top.png\" /></h1>
<a href=\"index.en.html\" class=\"translate\">Click here for English</a>
</div>
diff --git a/site/default.css b/site/default.css
index e19acfe..15b5e44 100644
--- a/site/default.css
+++ b/site/default.css
@@ -138,6 +138,13 @@ p.incitement
font: normal 50px "Trebuchet MS",sans-serif;
line-height: 180px;
}
+
+.header h1 img
+{
+ margin-left: 300px;
+ margin-top: 120px;
+}
+
/* navigation */
.navigation
{
@@ -210,7 +217,7 @@ p.incitement
color: #FFF;
font-size: 0.8em;
position: relative;
- top: -170px;
+ top: -200px;
left: -235px;
}
.header a.translate:hover
diff --git a/site/images/logo2011_top.png b/site/images/logo2011_top.png
new file mode 100644
index 0000000..f7ef9cf
--- /dev/null
+++ b/site/images/logo2011_top.png
Binary files differ
diff --git a/site/images/logo2011_top.xcf b/site/images/logo2011_top.xcf
new file mode 100644
index 0000000..978058f
--- /dev/null
+++ b/site/images/logo2011_top.xcf
Binary files differ