From a44a0e047a7582fe7e31743e1b03a17cf2987f73 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Thu, 9 Mar 2017 00:28:02 -0500 Subject: Created the ability to post ads, rating framework --- dash/img/1.png | Bin 0 -> 320 bytes dash/img/check_blank.png | Bin 0 -> 2161 bytes dash/img/check_hover.png | Bin 0 -> 2193 bytes dash/img/star_empty.png | Bin 0 -> 2714 bytes dash/img/star_given.png | Bin 0 -> 3792 bytes dash/img/star_half.png | Bin 0 -> 3539 bytes dash/img/unrated.png | Bin 0 -> 11010 bytes dash/img/x_red.png | Bin 0 -> 2636 bytes 8 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 dash/img/1.png create mode 100644 dash/img/check_blank.png create mode 100644 dash/img/check_hover.png create mode 100644 dash/img/star_empty.png create mode 100644 dash/img/star_given.png create mode 100644 dash/img/star_half.png create mode 100644 dash/img/unrated.png create mode 100644 dash/img/x_red.png (limited to 'dash/img') diff --git a/dash/img/1.png b/dash/img/1.png new file mode 100644 index 0000000..c92417a Binary files /dev/null and b/dash/img/1.png differ diff --git a/dash/img/check_blank.png b/dash/img/check_blank.png new file mode 100644 index 0000000..a0de2d8 Binary files /dev/null and b/dash/img/check_blank.png differ diff --git a/dash/img/check_hover.png b/dash/img/check_hover.png new file mode 100644 index 0000000..b73c4eb Binary files /dev/null and b/dash/img/check_hover.png differ diff --git a/dash/img/star_empty.png b/dash/img/star_empty.png new file mode 100644 index 0000000..11cfffe Binary files /dev/null and b/dash/img/star_empty.png differ diff --git a/dash/img/star_given.png b/dash/img/star_given.png new file mode 100644 index 0000000..70cad61 Binary files /dev/null and b/dash/img/star_given.png differ diff --git a/dash/img/star_half.png b/dash/img/star_half.png new file mode 100644 index 0000000..c6de7ff Binary files /dev/null and b/dash/img/star_half.png differ diff --git a/dash/img/unrated.png b/dash/img/unrated.png new file mode 100644 index 0000000..89dd0ec Binary files /dev/null and b/dash/img/unrated.png differ diff --git a/dash/img/x_red.png b/dash/img/x_red.png new file mode 100644 index 0000000..b5999c2 Binary files /dev/null and b/dash/img/x_red.png differ -- cgit v1.2.3