From 3ea39841c8049525e31e9f4d6300f0c60cdb42de Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 24 Jan 2023 13:33:51 +0100 Subject: Adding upstream version 5.2.3+dfsg. Signed-off-by: Daniel Baumann --- site/layouts/partials/icons/bootstrap-logo-solid.svg | 1 + site/layouts/partials/icons/bootstrap-white-fill.svg | 1 + site/layouts/partials/icons/bootstrap.svg | 1 + site/layouts/partials/icons/circle-square.svg | 4 ++++ site/layouts/partials/icons/cloud-fill.svg | 3 +++ site/layouts/partials/icons/code.svg | 3 +++ site/layouts/partials/icons/collapse.svg | 4 ++++ site/layouts/partials/icons/droplet-fill.svg | 3 +++ site/layouts/partials/icons/expand.svg | 4 ++++ site/layouts/partials/icons/github.svg | 1 + site/layouts/partials/icons/hamburger.svg | 3 +++ site/layouts/partials/icons/homepage-hero.svg | 1 + site/layouts/partials/icons/list.svg | 3 +++ site/layouts/partials/icons/menu.svg | 1 + site/layouts/partials/icons/opencollective.svg | 1 + site/layouts/partials/icons/twitter.svg | 1 + 16 files changed, 35 insertions(+) create mode 100644 site/layouts/partials/icons/bootstrap-logo-solid.svg create mode 100644 site/layouts/partials/icons/bootstrap-white-fill.svg create mode 100644 site/layouts/partials/icons/bootstrap.svg create mode 100644 site/layouts/partials/icons/circle-square.svg create mode 100644 site/layouts/partials/icons/cloud-fill.svg create mode 100644 site/layouts/partials/icons/code.svg create mode 100644 site/layouts/partials/icons/collapse.svg create mode 100644 site/layouts/partials/icons/droplet-fill.svg create mode 100644 site/layouts/partials/icons/expand.svg create mode 100644 site/layouts/partials/icons/github.svg create mode 100644 site/layouts/partials/icons/hamburger.svg create mode 100644 site/layouts/partials/icons/homepage-hero.svg create mode 100644 site/layouts/partials/icons/list.svg create mode 100644 site/layouts/partials/icons/menu.svg create mode 100644 site/layouts/partials/icons/opencollective.svg create mode 100644 site/layouts/partials/icons/twitter.svg (limited to 'site/layouts/partials/icons') diff --git a/site/layouts/partials/icons/bootstrap-logo-solid.svg b/site/layouts/partials/icons/bootstrap-logo-solid.svg new file mode 100644 index 0000000..59bed36 --- /dev/null +++ b/site/layouts/partials/icons/bootstrap-logo-solid.svg @@ -0,0 +1 @@ +{{ with .title }}{{ . }}{{ else }}Bootstrap{{ end }} diff --git a/site/layouts/partials/icons/bootstrap-white-fill.svg b/site/layouts/partials/icons/bootstrap-white-fill.svg new file mode 100644 index 0000000..af4bc7f --- /dev/null +++ b/site/layouts/partials/icons/bootstrap-white-fill.svg @@ -0,0 +1 @@ +{{ with .title }}{{ . }}{{ else }}Bootstrap{{ end }} \ No newline at end of file diff --git a/site/layouts/partials/icons/bootstrap.svg b/site/layouts/partials/icons/bootstrap.svg new file mode 100644 index 0000000..1b57d33 --- /dev/null +++ b/site/layouts/partials/icons/bootstrap.svg @@ -0,0 +1 @@ +{{ with .title }}{{ . }}{{ else }}Bootstrap{{ end }} \ No newline at end of file diff --git a/site/layouts/partials/icons/circle-square.svg b/site/layouts/partials/icons/circle-square.svg new file mode 100644 index 0000000..edd0575 --- /dev/null +++ b/site/layouts/partials/icons/circle-square.svg @@ -0,0 +1,4 @@ + + + + diff --git a/site/layouts/partials/icons/cloud-fill.svg b/site/layouts/partials/icons/cloud-fill.svg new file mode 100644 index 0000000..4ca9276 --- /dev/null +++ b/site/layouts/partials/icons/cloud-fill.svg @@ -0,0 +1,3 @@ + + + diff --git a/site/layouts/partials/icons/code.svg b/site/layouts/partials/icons/code.svg new file mode 100644 index 0000000..7315685 --- /dev/null +++ b/site/layouts/partials/icons/code.svg @@ -0,0 +1,3 @@ + + + diff --git a/site/layouts/partials/icons/collapse.svg b/site/layouts/partials/icons/collapse.svg new file mode 100644 index 0000000..ede702d --- /dev/null +++ b/site/layouts/partials/icons/collapse.svg @@ -0,0 +1,4 @@ + + {{ with .title }}{{ . }}{{ else }}Collapse{{ end }} + + diff --git a/site/layouts/partials/icons/droplet-fill.svg b/site/layouts/partials/icons/droplet-fill.svg new file mode 100644 index 0000000..228abfa --- /dev/null +++ b/site/layouts/partials/icons/droplet-fill.svg @@ -0,0 +1,3 @@ + + + diff --git a/site/layouts/partials/icons/expand.svg b/site/layouts/partials/icons/expand.svg new file mode 100644 index 0000000..d143151 --- /dev/null +++ b/site/layouts/partials/icons/expand.svg @@ -0,0 +1,4 @@ + + {{ with .title }}{{ . }}{{ else }}Expand{{ end }} + + diff --git a/site/layouts/partials/icons/github.svg b/site/layouts/partials/icons/github.svg new file mode 100644 index 0000000..6f06f77 --- /dev/null +++ b/site/layouts/partials/icons/github.svg @@ -0,0 +1 @@ +{{ with .title }}{{ . }}{{ else }}GitHub{{ end }} \ No newline at end of file diff --git a/site/layouts/partials/icons/hamburger.svg b/site/layouts/partials/icons/hamburger.svg new file mode 100644 index 0000000..955d8a6 --- /dev/null +++ b/site/layouts/partials/icons/hamburger.svg @@ -0,0 +1,3 @@ + + + diff --git a/site/layouts/partials/icons/homepage-hero.svg b/site/layouts/partials/icons/homepage-hero.svg new file mode 100644 index 0000000..538045a --- /dev/null +++ b/site/layouts/partials/icons/homepage-hero.svg @@ -0,0 +1 @@ +{{ with .title }}{{ . }}{{ else }}Bootstrap{{ end }} \ No newline at end of file diff --git a/site/layouts/partials/icons/list.svg b/site/layouts/partials/icons/list.svg new file mode 100644 index 0000000..a801c22 --- /dev/null +++ b/site/layouts/partials/icons/list.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/site/layouts/partials/icons/menu.svg b/site/layouts/partials/icons/menu.svg new file mode 100644 index 0000000..70eacce --- /dev/null +++ b/site/layouts/partials/icons/menu.svg @@ -0,0 +1 @@ +{{ with .title }}{{ . }}{{ else }}Menu{{ end }} \ No newline at end of file diff --git a/site/layouts/partials/icons/opencollective.svg b/site/layouts/partials/icons/opencollective.svg new file mode 100644 index 0000000..2896ba5 --- /dev/null +++ b/site/layouts/partials/icons/opencollective.svg @@ -0,0 +1 @@ +{{ with .title }}{{ . }}{{ else }}Open Collective{{ end }} \ No newline at end of file diff --git a/site/layouts/partials/icons/twitter.svg b/site/layouts/partials/icons/twitter.svg new file mode 100644 index 0000000..7a7fcee --- /dev/null +++ b/site/layouts/partials/icons/twitter.svg @@ -0,0 +1 @@ +{{ with .title }}{{ . }}{{ else }}Twitter{{ end }} \ No newline at end of file -- cgit v1.2.3