From e2eedb51b3b99d65e2ac76834286ae6fe64bddcf Mon Sep 17 00:00:00 2001 From: thmsdt Date: Thu, 24 Nov 2022 16:56:33 +0100 Subject: rework of index page; add icons Issue-ID: DOC-798 Signed-off-by: thmsdt Change-Id: Icebb12289c67e064e0d948d857cc65ff2444d5b1 --- docs/_static/calendar-event.svg | 4 ++++ docs/_static/clock-history.svg | 5 +++++ docs/_static/code-slash.svg | 3 +++ docs/_static/columns-gap.svg | 3 +++ docs/_static/diagram-3.svg | 3 +++ docs/_static/eye.svg | 4 ++++ docs/_static/file.svg | 3 +++ docs/_static/files.svg | 3 +++ docs/_static/filetype-rst.svg | 47 +++++++++++++++++++++++++++++++++++++++++ docs/_static/person-gear.svg | 3 +++ docs/_static/person.svg | 3 +++ docs/_static/shield.svg | 3 +++ docs/_static/terminal.svg | 4 ++++ 13 files changed, 88 insertions(+) create mode 100644 docs/_static/calendar-event.svg create mode 100644 docs/_static/clock-history.svg create mode 100644 docs/_static/code-slash.svg create mode 100644 docs/_static/columns-gap.svg create mode 100644 docs/_static/diagram-3.svg create mode 100644 docs/_static/eye.svg create mode 100644 docs/_static/file.svg create mode 100644 docs/_static/files.svg create mode 100644 docs/_static/filetype-rst.svg create mode 100644 docs/_static/person-gear.svg create mode 100644 docs/_static/person.svg create mode 100644 docs/_static/shield.svg create mode 100644 docs/_static/terminal.svg (limited to 'docs/_static') diff --git a/docs/_static/calendar-event.svg b/docs/_static/calendar-event.svg new file mode 100644 index 000000000..41c0ef9b4 --- /dev/null +++ b/docs/_static/calendar-event.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/docs/_static/clock-history.svg b/docs/_static/clock-history.svg new file mode 100644 index 000000000..414b526c6 --- /dev/null +++ b/docs/_static/clock-history.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/docs/_static/code-slash.svg b/docs/_static/code-slash.svg new file mode 100644 index 000000000..ef0ef0181 --- /dev/null +++ b/docs/_static/code-slash.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/docs/_static/columns-gap.svg b/docs/_static/columns-gap.svg new file mode 100644 index 000000000..b3cb17536 --- /dev/null +++ b/docs/_static/columns-gap.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/docs/_static/diagram-3.svg b/docs/_static/diagram-3.svg new file mode 100644 index 000000000..464b051d8 --- /dev/null +++ b/docs/_static/diagram-3.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/docs/_static/eye.svg b/docs/_static/eye.svg new file mode 100644 index 000000000..412ff6928 --- /dev/null +++ b/docs/_static/eye.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/docs/_static/file.svg b/docs/_static/file.svg new file mode 100644 index 000000000..3562fb2b2 --- /dev/null +++ b/docs/_static/file.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/docs/_static/files.svg b/docs/_static/files.svg new file mode 100644 index 000000000..f8842f89b --- /dev/null +++ b/docs/_static/files.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/docs/_static/filetype-rst.svg b/docs/_static/filetype-rst.svg new file mode 100644 index 000000000..5db1a7e26 --- /dev/null +++ b/docs/_static/filetype-rst.svg @@ -0,0 +1,47 @@ + + + + + + + diff --git a/docs/_static/person-gear.svg b/docs/_static/person-gear.svg new file mode 100644 index 000000000..8024d86c7 --- /dev/null +++ b/docs/_static/person-gear.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/docs/_static/person.svg b/docs/_static/person.svg new file mode 100644 index 000000000..18d641190 --- /dev/null +++ b/docs/_static/person.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/docs/_static/shield.svg b/docs/_static/shield.svg new file mode 100644 index 000000000..18309d181 --- /dev/null +++ b/docs/_static/shield.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/docs/_static/terminal.svg b/docs/_static/terminal.svg new file mode 100644 index 000000000..e12c9f882 --- /dev/null +++ b/docs/_static/terminal.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit 1.2.3-korg