diff --git a/public/img/anime3.png b/public/img/anime3.png new file mode 100755 index 0000000..130d043 Binary files /dev/null and b/public/img/anime3.png differ diff --git a/public/img/anime6.png b/public/img/anime6.png new file mode 100755 index 0000000..cc29817 Binary files /dev/null and b/public/img/anime6.png differ diff --git a/src/assets/img/apple-icon.png b/public/img/apple-icon.png similarity index 100% rename from src/assets/img/apple-icon.png rename to public/img/apple-icon.png diff --git a/public/img/bg5.jpg b/public/img/bg5.jpg new file mode 100755 index 0000000..423e888 Binary files /dev/null and b/public/img/bg5.jpg differ diff --git a/public/img/default-avatar.png b/public/img/default-avatar.png new file mode 100755 index 0000000..ca9fa88 Binary files /dev/null and b/public/img/default-avatar.png differ diff --git a/public/img/emilyz.jpg b/public/img/emilyz.jpg new file mode 100755 index 0000000..8a6fad2 Binary files /dev/null and b/public/img/emilyz.jpg differ diff --git a/src/assets/img/favicon.png b/public/img/favicon.png similarity index 100% rename from src/assets/img/favicon.png rename to public/img/favicon.png diff --git a/public/img/header.jpg b/public/img/header.jpg new file mode 100755 index 0000000..f98e238 Binary files /dev/null and b/public/img/header.jpg differ diff --git a/public/img/img_3115.jpg b/public/img/img_3115.jpg new file mode 100755 index 0000000..b32a9f4 Binary files /dev/null and b/public/img/img_3115.jpg differ diff --git a/public/img/james.jpg b/public/img/james.jpg new file mode 100755 index 0000000..3cb4322 Binary files /dev/null and b/public/img/james.jpg differ diff --git a/public/img/mike.jpg b/public/img/mike.jpg new file mode 100755 index 0000000..cac7d3a Binary files /dev/null and b/public/img/mike.jpg differ diff --git a/src/assets/img/background.jpg b/src/assets/img/background.jpg deleted file mode 100755 index 0fc5797..0000000 Binary files a/src/assets/img/background.jpg and /dev/null differ diff --git a/src/assets/img/faces/face-0.jpg b/src/assets/img/faces/face-0.jpg deleted file mode 100755 index 5a9348e..0000000 Binary files a/src/assets/img/faces/face-0.jpg and /dev/null differ diff --git a/src/assets/img/faces/face-1.jpg b/src/assets/img/faces/face-1.jpg deleted file mode 100755 index bc74fea..0000000 Binary files a/src/assets/img/faces/face-1.jpg and /dev/null differ diff --git a/src/assets/img/faces/face-2.jpg b/src/assets/img/faces/face-2.jpg deleted file mode 100755 index 7e7055c..0000000 Binary files a/src/assets/img/faces/face-2.jpg and /dev/null differ diff --git a/src/assets/img/faces/face-3.jpg b/src/assets/img/faces/face-3.jpg deleted file mode 100755 index 3e470d6..0000000 Binary files a/src/assets/img/faces/face-3.jpg and /dev/null differ diff --git a/src/assets/img/glyphicons-halflings-regular.8988968.svg b/src/assets/img/glyphicons-halflings-regular.8988968.svg deleted file mode 100755 index 94fb549..0000000 --- a/src/assets/img/glyphicons-halflings-regular.8988968.svg +++ /dev/null @@ -1,288 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/assets/img/new_logo.png b/src/assets/img/new_logo.png deleted file mode 100755 index 8e2192b..0000000 Binary files a/src/assets/img/new_logo.png and /dev/null differ diff --git a/src/assets/img/tim_80x80.png b/src/assets/img/tim_80x80.png deleted file mode 100755 index 1f7aa0d..0000000 Binary files a/src/assets/img/tim_80x80.png and /dev/null differ diff --git a/src/assets/img/vue-logo.png b/src/assets/img/vue-logo.png deleted file mode 100755 index 74389d8..0000000 Binary files a/src/assets/img/vue-logo.png and /dev/null differ diff --git a/src/components/BaseButton.vue b/src/components/BaseButton.vue index 6e6f800..31916e3 100644 --- a/src/components/BaseButton.vue +++ b/src/components/BaseButton.vue @@ -8,7 +8,7 @@ :class="[ {'btn-round': round}, {'btn-block': block}, - {'btn-just-icon': icon}, + {'btn-icon': icon}, {[`btn-${type}`]: type && !outline}, {[`btn-outline-${type}`]: type && outline}, {[`btn-${size}`]: size}, diff --git a/src/components/Cards/Card.vue b/src/components/Cards/Card.vue index e9ec55f..8b9f67d 100644 --- a/src/components/Cards/Card.vue +++ b/src/components/Cards/Card.vue @@ -1,5 +1,5 @@