From d8c670233cb6b14fc405d04f009e0959710910a6 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 16 Feb 2012 08:46:47 +0100 Subject: Refactoring: change paths, move files, renaming, re-adapt templates + use context template (refs #316) --- example_project/static/icons/email.png | Bin 0 -> 735 bytes example_project/static/icons/facebook.png | Bin 0 -> 731 bytes example_project/static/icons/identica.png | Bin 0 -> 1373 bytes example_project/static/icons/minus.png | Bin 0 -> 259 bytes example_project/static/icons/plus.png | Bin 0 -> 275 bytes example_project/static/icons/twitter.png | Bin 0 -> 924 bytes example_project/static/icons/zoom.png | Bin 0 -> 655 bytes 7 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 example_project/static/icons/email.png create mode 100644 example_project/static/icons/facebook.png create mode 100644 example_project/static/icons/identica.png create mode 100644 example_project/static/icons/minus.png create mode 100644 example_project/static/icons/plus.png create mode 100644 example_project/static/icons/twitter.png create mode 100644 example_project/static/icons/zoom.png (limited to 'example_project') diff --git a/example_project/static/icons/email.png b/example_project/static/icons/email.png new file mode 100644 index 0000000..1a0a014 Binary files /dev/null and b/example_project/static/icons/email.png differ diff --git a/example_project/static/icons/facebook.png b/example_project/static/icons/facebook.png new file mode 100644 index 0000000..8036b19 Binary files /dev/null and b/example_project/static/icons/facebook.png differ diff --git a/example_project/static/icons/identica.png b/example_project/static/icons/identica.png new file mode 100644 index 0000000..a9625d1 Binary files /dev/null and b/example_project/static/icons/identica.png differ diff --git a/example_project/static/icons/minus.png b/example_project/static/icons/minus.png new file mode 100644 index 0000000..a95822f Binary files /dev/null and b/example_project/static/icons/minus.png differ diff --git a/example_project/static/icons/plus.png b/example_project/static/icons/plus.png new file mode 100644 index 0000000..404a24a Binary files /dev/null and b/example_project/static/icons/plus.png differ diff --git a/example_project/static/icons/twitter.png b/example_project/static/icons/twitter.png new file mode 100644 index 0000000..295767a Binary files /dev/null and b/example_project/static/icons/twitter.png differ diff --git a/example_project/static/icons/zoom.png b/example_project/static/icons/zoom.png new file mode 100644 index 0000000..3a53680 Binary files /dev/null and b/example_project/static/icons/zoom.png differ -- cgit v1.2.3