From 4c9b19e0d1a8db32408d0ccca547a4093671a12f Mon Sep 17 00:00:00 2001
From: Francis Rowe <info@gluglug.org.uk>
Date: Sun, 31 May 2015 12:49:33 -0400
Subject: Optimize logo

---
diff --git a/site/index.php b/site/index.php
index dc333c2..23fa839 100644
--- a/site/index.php
+++ b/site/index.php
@@ -34,7 +34,7 @@
 
 	<div>
 		<p>
-			<img src="logo/logo.png" alt="" />
+			<img src="logo/s.png" alt="" />
 		</p>
 		<h1><?php echo gettext("Libreboot project"); ?></h1>
 			<p>
diff --git a/site/logo/logo-small.jpg b/site/logo/logo-small.jpg
deleted file mode 100644
index 5ada1e9..0000000
--- a/site/logo/logo-small.jpg
+++ /dev/null
Binary files differ
diff --git a/site/logo/s.png b/site/logo/s.png
new file mode 100644
index 0000000..5335f23
--- /dev/null
+++ b/site/logo/s.png
Binary files differ
--
cgit v0.9.1