commit 7736da5c338ef4dfee1fca0f2364f82bd2bb31ac
Author: Laslo Hunhold <[email protected]>
Date: Sun Jun 25 20:52:45 2017 +0200
Add a quark logo
diff --git a/tools.suckless.org/quark.md b/tools.suckless.org/quark.md
deleted file mode 100644
index bc204f5..0000000
--- a/tools.suckless.org/quark.md
+++ /dev/null
@@ -1,10 +0,0 @@
-quark
-=====
-quark is an extremly small and simple http get-only web server. It only serves
static pages on a single host.
-
-Development
------------
-You can [browse](http://git.suckless.org/quark) the source code repository or
get a copy with the following command:
-
- git clone http://git.suckless.org/quark
-
diff --git a/tools.suckless.org/quark/index.md
b/tools.suckless.org/quark/index.md
new file mode 100644
index 0000000..546001c
--- /dev/null
+++ b/tools.suckless.org/quark/index.md
@@ -0,0 +1,13 @@
+
+
+quark is an extremly small and simple http get-only web server. It only serves
+static pages on a single host.
+
+Development
+-----------
+
+You can [browse](http://git.suckless.org/quark) the source code repository or
+get a copy with the following command:
+
+ git clone http://git.suckless.org/quark
+
diff --git a/tools.suckless.org/quark/quark.svg
b/tools.suckless.org/quark/quark.svg
new file mode 100644
index 0000000..10051e2
--- /dev/null
+++ b/tools.suckless.org/quark/quark.svg
@@ -0,0 +1,5 @@
+<?xml version="1.0"?>
+<!-- Copyright (c) 2017, Laslo Hunhold <[email protected]> CC BY 4.0 -->
+<svg xmlns="http://www.w3.org/2000/svg" width="240" height="40">
+<path d="m 220,30 20,0 0,10 -20,0 z m 0,-30 20,0 0,10 -20,0 z m -20,0 0,40
10,0 0,-10 10,0 0,-20 -10,0 0,-10 z m -50,40 0,-40 40,0 0,10 -30,0 0,30 z m
-40,-20 20,0 0,-10 -20,0 z m -10,-20 0,40 10,0 0,-10 20,0 0,10 10,0 0,-40 z M
50,0 50,40 90,40 90,0 80,0 80,30 60,30 60,0 Z m -40,10 0,20 10,0 0,-10 10,0
0,-10 z M 0,0 0,40 40,40 40,0 Z" style="fill:#222;fill-rule:evenodd"/>
+</svg>