From 64ffd7a9f9604805c01f8bb2fd32616c3adf3ec0 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 2 May 2017 19:47:36 +0200 Subject: Initial commit Change-Id: I536251add63ef100b42a67e39a02fef117f2b414 Signed-off-by: Romain Forlot --- examples/html5/app/Frontend/images/avatars/istoobig.jpg | Bin 0 -> 7204 bytes examples/html5/app/Frontend/images/avatars/istoobig.png | Bin 0 -> 35678 bytes .../html5/app/Frontend/images/avatars/tux-admin.png | Bin 0 -> 58558 bytes examples/html5/app/Frontend/images/avatars/tux-bzh.png | Bin 0 -> 65172 bytes .../html5/app/Frontend/images/avatars/tux-visitor.png | Bin 0 -> 84573 bytes 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 examples/html5/app/Frontend/images/avatars/istoobig.jpg create mode 100644 examples/html5/app/Frontend/images/avatars/istoobig.png create mode 100644 examples/html5/app/Frontend/images/avatars/tux-admin.png create mode 100644 examples/html5/app/Frontend/images/avatars/tux-bzh.png create mode 100644 examples/html5/app/Frontend/images/avatars/tux-visitor.png (limited to 'examples/html5/app/Frontend/images/avatars') diff --git a/examples/html5/app/Frontend/images/avatars/istoobig.jpg b/examples/html5/app/Frontend/images/avatars/istoobig.jpg new file mode 100644 index 0000000..da0f255 Binary files /dev/null and b/examples/html5/app/Frontend/images/avatars/istoobig.jpg differ diff --git a/examples/html5/app/Frontend/images/avatars/istoobig.png b/examples/html5/app/Frontend/images/avatars/istoobig.png new file mode 100644 index 0000000..5614073 Binary files /dev/null and b/examples/html5/app/Frontend/images/avatars/istoobig.png differ diff --git a/examples/html5/app/Frontend/images/avatars/tux-admin.png b/examples/html5/app/Frontend/images/avatars/tux-admin.png new file mode 100644 index 0000000..ee40d2a Binary files /dev/null and b/examples/html5/app/Frontend/images/avatars/tux-admin.png differ diff --git a/examples/html5/app/Frontend/images/avatars/tux-bzh.png b/examples/html5/app/Frontend/images/avatars/tux-bzh.png new file mode 100644 index 0000000..16e001b Binary files /dev/null and b/examples/html5/app/Frontend/images/avatars/tux-bzh.png differ diff --git a/examples/html5/app/Frontend/images/avatars/tux-visitor.png b/examples/html5/app/Frontend/images/avatars/tux-visitor.png new file mode 100644 index 0000000..bd491b0 Binary files /dev/null and b/examples/html5/app/Frontend/images/avatars/tux-visitor.png differ -- cgit