commit 9f3bc41514082bb9ed6846cdf43a69f491f9c566
Author: FRIGN <dev_AT_frign.de>
Date: Wed Jul 9 16:46:56 2014 +0200
Vectorize surf-logo
The last one for now. This also fixes a 1px-offset in the png-logo.
diff --git a/surf.suckless.org/index.md b/surf.suckless.org/index.md
index 1030482..6285947 100644
--- a/surf.suckless.org/index.md
+++ b/surf.suckless.org/index.md
_AT_@ -1,4 +1,4 @@
-![surf](/surf.png)
+![surf](surf.svg)
surf is a simple web browser based on WebKit/GTK+. It is able
to display websites and follow links. It supports the XEmbed protocol
diff --git a/surf.suckless.org/surf.png b/surf.suckless.org/surf.png
deleted file mode 100644
index d9cd7bb..0000000
Binary files a/surf.suckless.org/surf.png and /dev/null differ
diff --git a/surf.suckless.org/surf.svg b/surf.suckless.org/surf.svg
new file mode 100644
index 0000000..e2e4bbc
--- /dev/null
+++ b/surf.suckless.org/surf.svg
_AT_@ -0,0 +1,5 @@
+<?xml version="1.0"?>
+<svg xmlns="
http://www.w3.org/2000/svg" width="88" height="40">
+<path style="fill:#222" d="m 0,32 8,0 0,-16 24,0 0,16 8,0 0,-16 32,0 0,-16 16,0 0,8 -8,0 0,8
+8,0 0,8 -8,0 0,16 -8,0 0,-16 -8,0 0,16 -8,0 0,-16 -8,0 0,16 -24,0 0,-16 -8,0 0,16 -16,0 z"/>
+</svg>
Received on Wed Jul 09 2014 - 16:46:55 CEST