diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-31 12:49:33 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-31 12:49:33 (EDT) |
commit | 4c9b19e0d1a8db32408d0ccca547a4093671a12f (patch) | |
tree | 7e57cdae900ad36aa1874b6ea646fd10900eee32 | |
parent | 85fa1d8f69f95d5bba82911bd16f202ee4088ece (diff) | |
download | libreboot.org-4c9b19e0d1a8db32408d0ccca547a4093671a12f.zip libreboot.org-4c9b19e0d1a8db32408d0ccca547a4093671a12f.tar.gz libreboot.org-4c9b19e0d1a8db32408d0ccca547a4093671a12f.tar.bz2 |
Optimize logo
-rw-r--r-- | site/index.php | 2 | ||||
-rw-r--r-- | site/logo/logo-small.jpg | bin | 897 -> 0 bytes | |||
-rw-r--r-- | site/logo/s.png | bin | 0 -> 1155 bytes |
3 files changed, 1 insertions, 1 deletions
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 Binary files differdeleted file mode 100644 index 5ada1e9..0000000 --- a/site/logo/logo-small.jpg +++ /dev/null diff --git a/site/logo/s.png b/site/logo/s.png Binary files differnew file mode 100644 index 0000000..5335f23 --- /dev/null +++ b/site/logo/s.png |