From 392a65a4f3a1422c0164d69cb2bb4d1123c1bbeb Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 11 Jun 2020 20:42:43 +0200 Subject: initial repo. basic data models. pull in e-flux css --- public/elements/close.svg | 15 +++++++++++++ public/elements/e-flux-logo.svg | 42 +++++++++++++++++++++++++++++++++++ public/elements/icons_arrow-down.svg | 6 +++++ public/elements/icons_arrow-left.svg | 6 +++++ public/elements/icons_arrow-right.svg | 6 +++++ public/elements/icons_arrow-up.svg | 6 +++++ public/elements/icons_audio.svg | 7 ++++++ public/elements/icons_pause.svg | 6 +++++ public/elements/icons_play.svg | 6 +++++ public/elements/icons_volume.svg | 7 ++++++ public/elements/icons_zoom-plus.svg | 8 +++++++ public/elements/icons_zoom-x.svg | 10 +++++++++ public/elements/menu.svg | 19 ++++++++++++++++ public/elements/search.svg | 17 ++++++++++++++ 14 files changed, 161 insertions(+) create mode 100644 public/elements/close.svg create mode 100644 public/elements/e-flux-logo.svg create mode 100755 public/elements/icons_arrow-down.svg create mode 100755 public/elements/icons_arrow-left.svg create mode 100755 public/elements/icons_arrow-right.svg create mode 100755 public/elements/icons_arrow-up.svg create mode 100755 public/elements/icons_audio.svg create mode 100755 public/elements/icons_pause.svg create mode 100755 public/elements/icons_play.svg create mode 100755 public/elements/icons_volume.svg create mode 100755 public/elements/icons_zoom-plus.svg create mode 100755 public/elements/icons_zoom-x.svg create mode 100644 public/elements/menu.svg create mode 100644 public/elements/search.svg (limited to 'public/elements') diff --git a/public/elements/close.svg b/public/elements/close.svg new file mode 100644 index 0000000..a6141d9 --- /dev/null +++ b/public/elements/close.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + diff --git a/public/elements/e-flux-logo.svg b/public/elements/e-flux-logo.svg new file mode 100644 index 0000000..aa0809f --- /dev/null +++ b/public/elements/e-flux-logo.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/elements/icons_arrow-down.svg b/public/elements/icons_arrow-down.svg new file mode 100755 index 0000000..b800b63 --- /dev/null +++ b/public/elements/icons_arrow-down.svg @@ -0,0 +1,6 @@ + + + + + diff --git a/public/elements/icons_arrow-left.svg b/public/elements/icons_arrow-left.svg new file mode 100755 index 0000000..ffc7dd0 --- /dev/null +++ b/public/elements/icons_arrow-left.svg @@ -0,0 +1,6 @@ + + + + + diff --git a/public/elements/icons_arrow-right.svg b/public/elements/icons_arrow-right.svg new file mode 100755 index 0000000..b0807cb --- /dev/null +++ b/public/elements/icons_arrow-right.svg @@ -0,0 +1,6 @@ + + + + + diff --git a/public/elements/icons_arrow-up.svg b/public/elements/icons_arrow-up.svg new file mode 100755 index 0000000..1a6c776 --- /dev/null +++ b/public/elements/icons_arrow-up.svg @@ -0,0 +1,6 @@ + + + + + diff --git a/public/elements/icons_audio.svg b/public/elements/icons_audio.svg new file mode 100755 index 0000000..e9e4bd4 --- /dev/null +++ b/public/elements/icons_audio.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/public/elements/icons_pause.svg b/public/elements/icons_pause.svg new file mode 100755 index 0000000..c281fd1 --- /dev/null +++ b/public/elements/icons_pause.svg @@ -0,0 +1,6 @@ + + + + + diff --git a/public/elements/icons_play.svg b/public/elements/icons_play.svg new file mode 100755 index 0000000..4435cb6 --- /dev/null +++ b/public/elements/icons_play.svg @@ -0,0 +1,6 @@ + + + + + diff --git a/public/elements/icons_volume.svg b/public/elements/icons_volume.svg new file mode 100755 index 0000000..b614500 --- /dev/null +++ b/public/elements/icons_volume.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/public/elements/icons_zoom-plus.svg b/public/elements/icons_zoom-plus.svg new file mode 100755 index 0000000..22357ef --- /dev/null +++ b/public/elements/icons_zoom-plus.svg @@ -0,0 +1,8 @@ + + + + + diff --git a/public/elements/icons_zoom-x.svg b/public/elements/icons_zoom-x.svg new file mode 100755 index 0000000..126a582 --- /dev/null +++ b/public/elements/icons_zoom-x.svg @@ -0,0 +1,10 @@ + + + + + diff --git a/public/elements/menu.svg b/public/elements/menu.svg new file mode 100644 index 0000000..98493da --- /dev/null +++ b/public/elements/menu.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + diff --git a/public/elements/search.svg b/public/elements/search.svg new file mode 100644 index 0000000..8920f82 --- /dev/null +++ b/public/elements/search.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + -- cgit v1.2.3-70-g09d2