From d069de465402eb89c7a9d2311242ecd1d6f60ea0 Mon Sep 17 00:00:00 2001 From: luigser Date: Mon, 8 Feb 2016 17:28:37 +0100 Subject: [PATCH] google card components --- controllets/google-cards-controllet/google-card-controllet.html | 178 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ controllets/google-cards-controllet/google-card-creation-controllet.html | 251 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ controllets/google-cards-controllet/static/images/google-doc-icon.png | Bin 0 -> 20291 bytes controllets/google-cards-controllet/static/images/google-drawing-icon.png | Bin 0 -> 6601 bytes controllets/google-cards-controllet/static/images/google-presentation-icon.png | Bin 0 -> 12697 bytes controllets/google-cards-controllet/static/images/google-sheet-icon.png | Bin 0 -> 17440 bytes 6 files changed, 429 insertions(+), 0 deletions(-) create mode 100644 controllets/google-cards-controllet/google-card-controllet.html create mode 100644 controllets/google-cards-controllet/google-card-creation-controllet.html create mode 100644 controllets/google-cards-controllet/static/images/google-doc-icon.png create mode 100644 controllets/google-cards-controllet/static/images/google-drawing-icon.png create mode 100644 controllets/google-cards-controllet/static/images/google-presentation-icon.png create mode 100644 controllets/google-cards-controllet/static/images/google-sheet-icon.png diff --git a/controllets/google-cards-controllet/google-card-controllet.html b/controllets/google-cards-controllet/google-card-controllet.html new file mode 100644 index 0000000..e7ab3b5 --- /dev/null +++ b/controllets/google-cards-controllet/google-card-controllet.html @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/controllets/google-cards-controllet/google-card-creation-controllet.html b/controllets/google-cards-controllet/google-card-creation-controllet.html new file mode 100644 index 0000000..a69b199 --- /dev/null +++ b/controllets/google-cards-controllet/google-card-creation-controllet.html @@ -0,0 +1,251 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/controllets/google-cards-controllet/static/images/google-doc-icon.png b/controllets/google-cards-controllet/static/images/google-doc-icon.png new file mode 100644 index 0000000..9cada25 Binary files /dev/null and b/controllets/google-cards-controllet/static/images/google-doc-icon.png differ diff --git a/controllets/google-cards-controllet/static/images/google-drawing-icon.png b/controllets/google-cards-controllet/static/images/google-drawing-icon.png new file mode 100644 index 0000000..510a291 Binary files /dev/null and b/controllets/google-cards-controllet/static/images/google-drawing-icon.png differ diff --git a/controllets/google-cards-controllet/static/images/google-presentation-icon.png b/controllets/google-cards-controllet/static/images/google-presentation-icon.png new file mode 100644 index 0000000..304f49c Binary files /dev/null and b/controllets/google-cards-controllet/static/images/google-presentation-icon.png differ diff --git a/controllets/google-cards-controllet/static/images/google-sheet-icon.png b/controllets/google-cards-controllet/static/images/google-sheet-icon.png new file mode 100644 index 0000000..6ea5ff3 Binary files /dev/null and b/controllets/google-cards-controllet/static/images/google-sheet-icon.png differ -- libgit2 0.21.4