From de12b9ef24ab43e9241ff3c37162b5204792fd02 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Wed, 16 Mar 2016 09:34:10 -0400 Subject: [PATCH] icons for dashboard --- public/images/bookmark.svg | 7 +++++++ public/images/calendar.svg | 20 ++++++++++++++++++++ public/images/camera.svg | 10 ++++++++++ public/images/email.svg | 8 ++++++++ public/images/note.svg | 12 ++++++++++++ public/images/plane.svg | 3 +++ public/images/quill.svg | 14 ++++++++++++++ public/images/repost.svg | 16 ++++++++++++++++ public/images/star.svg | 4 ++-- views/dashboard.php | 30 ++++++++++++++++++++---------- 10 files changed, 112 insertions(+), 12 deletions(-) create mode 100644 public/images/bookmark.svg create mode 100644 public/images/calendar.svg create mode 100644 public/images/camera.svg create mode 100644 public/images/email.svg create mode 100644 public/images/note.svg create mode 100644 public/images/plane.svg create mode 100644 public/images/quill.svg create mode 100644 public/images/repost.svg diff --git a/public/images/bookmark.svg b/public/images/bookmark.svg new file mode 100644 index 0000000..99f4c27 --- /dev/null +++ b/public/images/bookmark.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/public/images/calendar.svg b/public/images/calendar.svg new file mode 100644 index 0000000..5c845dd --- /dev/null +++ b/public/images/calendar.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + diff --git a/public/images/camera.svg b/public/images/camera.svg new file mode 100644 index 0000000..32e360d --- /dev/null +++ b/public/images/camera.svg @@ -0,0 +1,10 @@ + + + + + + + diff --git a/public/images/email.svg b/public/images/email.svg new file mode 100644 index 0000000..417d529 --- /dev/null +++ b/public/images/email.svg @@ -0,0 +1,8 @@ + + + + + + + diff --git a/public/images/note.svg b/public/images/note.svg new file mode 100644 index 0000000..55080c3 --- /dev/null +++ b/public/images/note.svg @@ -0,0 +1,12 @@ + + + + + + + + + diff --git a/public/images/plane.svg b/public/images/plane.svg new file mode 100644 index 0000000..af068d4 --- /dev/null +++ b/public/images/plane.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/public/images/quill.svg b/public/images/quill.svg new file mode 100644 index 0000000..6b52ca0 --- /dev/null +++ b/public/images/quill.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/public/images/repost.svg b/public/images/repost.svg new file mode 100644 index 0000000..cb2a6e0 --- /dev/null +++ b/public/images/repost.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + diff --git a/public/images/star.svg b/public/images/star.svg index 5970e33..b05f44a 100644 --- a/public/images/star.svg +++ b/public/images/star.svg @@ -3,6 +3,6 @@ - + diff --git a/views/dashboard.php b/views/dashboard.php index 49baf8c..b5c4aa3 100644 --- a/views/dashboard.php +++ b/views/dashboard.php @@ -1,16 +1,26 @@
-
+ \ No newline at end of file