diff --git a/CHANGELOG.md b/CHANGELOG.md
deleted file mode 100644
index 0ab9f2b..0000000
--- a/CHANGELOG.md
+++ /dev/null
@@ -1,57 +0,0 @@
-## [v1.4](https://git.hadan-it.com/stiebke/hugo-internet-weblog/releases/tag/v1.4) - 2025-04-21
-
-* ENHANCEMENTS
- * Add optional license text and AI opt-out-text to footer (#40)
-
-## [v1.3.3](https://git.hadan-it.com/stiebke/hugo-internet-weblog/releases/tag/v1.3.3) - 2025-03-03
-
-* ENHANCEMENTS
- * Set Referrer-Policy Meta-Header (#39)
-
-## [v1.3.2](https://git.hadan-it.com/stiebke/hugo-internet-weblog/releases/tag/v1.3.2) - 2025-02-19
-
-* ENHANCEMENTS
- * Added missing styling for ol elements in articles class (#38)
-
-## [v1.3.1](https://git.hadan-it.com/stiebke/hugo-internet-weblog/releases/tag/v1.3.1) - 2025-02-11
-
-* BUGFIXES
- * Fix to eliminate the rest of Flickr API in layouts/partials/custom_image_handler.html (#37)
-
-## [v1.3](https://git.hadan-it.com/stiebke/hugo-internet-weblog/releases/tag/v1.3) - 2025-02-11
-
-* ENHANCEMENTS
- * Eliminate Flickr because of cookieless browsing experience (#35)
- * Change font to "Inter" locally (#36)
-
-## [v1.2](https://git.hadan-it.com/stiebke/hugo-internet-weblog/releases/tag/v1.2) - 2025-02-11
-
-* WONTFIX
- * Fix path to icon android-chrome-192x192.png when served on subpath (#34)
-* ENHANCEMENTS
- * Move repository to new public organization (#33)
- * Updated lightbox2 to version 2.11.5 (#32)
- * Every external library should be served locally (#6)
- * Serve font files locally (#31)
-
-## [v1.1.2](https://git.hadan-it.com/stiebke/hugo-internet-weblog/releases/tag/v1.1.2) - 2025-02-11
-
-* BUGFIXES
- * Problem with categories path, which is absolute (#30)
-
-## [v1.1.1](https://git.hadan-it.com/stiebke/hugo-internet-weblog/releases/tag/v1.1.1) - 2025-02-11
-
-* BUGFIXES
- * Multilingual date formatting (#29)
-
-## [v1.1](https://git.hadan-it.com/stiebke/hugo-internet-weblog/releases/tag/v1.1) - 2025-01-29
-
-* BUGFIXES
- * Fix not valid RSS-Feed (#27)
- * Eliminate ´s in specific file (#7)
-* ENHANCEMENTS
- * Configurable statuspage-link in footer (#28)
- * Rework Umami Integration (#12)
- * Update documentation (#10)
- * Rework favicon integration (#5)
- * Create demo page repository (#4)
diff --git a/README.md b/README.md
index ee23c42..87e56c8 100644
--- a/README.md
+++ b/README.md
@@ -2,11 +2,11 @@
`internet-weblog` is a minimalistic (and a bit responsive) Hugo theme that offers a traditional blog mixed with a microblog and a photoblog. It also offers the ability to do simple link posts that link to a remote page. It was ported from a theme made for Octopress.
-The theme features unique layouts for displaying all posts sorted by year, and support for partials to customize style and javascript loaded.
+The theme features a customizable bio-section and flickr-based photo stream in it's footer, unique layouts for displaying all posts sorted by year, and support for partials to customize style and javascript loaded.
-To see more, [check out a sample site which is rendered with this theme](https://preview.hadan-it.com/hugo-internet-weblog-demo/) and see it's [configuration on my Forgejo instance](https://git.hadan-it.com/public/hugo-internet-weblog-demo).
+To see more, [check out my blog which is rendered with this theme](https://reaktionsfaehig.net) and see it's [configuration on my Forgejo instance](https://git.hadan-it.com/web/reaktionsfaehig.net).
-
+
## Contents
@@ -35,7 +35,7 @@ To see more, [check out a sample site which is rendered with this theme](https:/
Inside the folder of your Hugo site run:
$ mkdir themes
- $ git submodule add https://git.hadan-it.com/public/hugo-internet-weblog.git themes/internet-weblog
+ $ git submodule add https://git.hadan-it.com/stiebke/hugo-internet-weblog.git themes/internet-weblog
$ echo "theme = 'internet-weblog'" >> hugo.toml
For more information read the official [setup guide](https://gohugo.io/installation/) for Hugo.
@@ -60,7 +60,7 @@ It also assumes you want to display links to your sections of content (`posts`,
The theme works with other content types, but posts work best when grouped under `posts`. When using the `posts` (_note that it is plural_) content type you'll have a customized list page sorted by year and the default list page. Here's an example:
-
+
**Recommendation:** Organize your blog posts under the `posts` directory.
@@ -132,7 +132,7 @@ externalurl = "http://kickstarter.com"
These posts are rendered slightly different with an → to signify that it is remote.
-
+
#### Specifying a featured image for social media
@@ -158,11 +158,12 @@ If you want to enable a dark appearance, there is limited support for that. Curr
| `[params.author]` - `LastName` | Your last name | Not really. It is used in some places to identify you as the author. |
| `[params.author]` - `AboutPage` | `/about` or `http://about.othersite.com` | Only if you want an about page. This is exposed to allow you to link to an external about page as well. If you have a local page it can just be something relative. |
| `[params.author]` - `Location` | `Your City` | No. If set, this is added to the Copyright in the footer so you can give some love to your hometown. |
+| `[params.author]` - `FlickrID` | `Your Flickr ID` | No. The footer shows your photo stream from flickr. If you don't set it, nothing will be displayed. |
| `[params]` - `Description` | `Describe your site` | No. If set, this is added to your pages metadata. |
| `[params]` - `ShowCopyright` | `true` or `false` | No. If true, Copyright text will be added to the footer. |
| `[params]` - `EnablePreferredDarkAppearance` | `true` or `false` | No. If true, The viewers system dark mode is respected switching to a dark appearance. |
| `[params]` - `RSSEnabled` | `true` or `false` | No. If true, RSS pages will be generated. |
-| `[params]` - `RSSSections` | `[ "Posts", "Microposts", "Photos" ]` | If you want RSS links in the menu, yes. These strings need to be the display name of the section where you want to have an RSS icon displayed.  |
+| `[params]` - `RSSSections` | `[ "Posts", "Microposts", "Photos" ]` | If you want RSS links in the menu, yes. These strings need to be the display name of the section where you want to have an RSS icon displayed.  |
| `[params]` - `RSSMicropostTitles` | `true` or `false` | No. If false, Microposts RSS feeds will not have the title in included posts. If not present or true, nothing happens. |
| `[params]` - `YearlyMicroposts` | `true` or `false` | No. If true, Microposts will have a page with a yearly grouping just like the posts. If not present or false, the default of not having a micropost yearly grouping is applied. |
| `[params]` - `SummarizeMicroposts` | `true` or `false` | No. If true, Microposts will be summarized in the main list just like posts with a continue reading link. If not present or false, the default of not summarizing microposts is applied. |
@@ -170,13 +171,6 @@ If you want to enable a dark appearance, there is limited support for that. Curr
| `[params]`- `umamiurl` | `Your Umami-URL`| No. i.e. `https://analytics.example.com/`. Please add the trailing slash at the end. |
| `[params]`- `umamisrihash` | `SRI hash` | No. Generate your SRI hash for your complete Umami-URL (incl. script.js). You can do this here: [https://www.srihash.org/](https://www.srihash.org/). |
| `[params]`- `umamiid` | `Umami Website ID` | No. Add Your Umami-Website ID to this variable |
-| `[params]`- `statuspageenabled` | `true` or `false` | No. If true an all parameters are set a link to your status page is shown in the page_footer. |
-| `[params]`- `statuspage` | `Your Statuspage-URL`| No. i.e. `https://status.example.com`. |
-| `[params]`- `statuspagename` | `Name your Statuspage` | No. Set a specific name for your statuspage in de page_footer. |
-| `[params]`- `showlicense` | `true` or `false` | No. Show license in footer. |
-| `[params]`- `license` | `Name your license` | No. i.e. `CC BY NC SA 4.0` |
-| `[params]`- `licensepage` | `Your license-url` | No. i.e. `https://example.com/license` |
-| `[params]`- `tdmurl` | `Your AI/ML-Opt-Out-URL` | No. i.e. `https://example.com/imprint/` |
Here is an example `hugo.toml`:
@@ -194,6 +188,7 @@ SectionPagesMenu = "main"
LastName = "Johnson"
AboutPage = "/about"
Location = "Durham, NC"
+ FlickrID = "87151163@N00"
[params]
Description = "This is my blog, read it and enjoy."
@@ -204,13 +199,6 @@ SectionPagesMenu = "main"
umamiurl = "https://analytics.example.com"
umamisrihash = "xyz"
umamiid = "xxxxxxxxxxxxxxxxxxx-yyyyyyyyyy-zzzzzzzzzzzzz"
- statuspageenabled = true
- statuspage = "https://status.example.com/status/preview-demo"
- statuspagename = "Statusseite"
- showlicense = true
- licensepage = "https://example.com/license/"
- tdmurl = "https://example.com/imprint/"
- license= "CC BY NC SA 4.0"
[taxonomies]
tag = "tags"
@@ -276,7 +264,7 @@ This theme makes use of the following 3rd Party Libraries.
## License
-This theme is released under MIT. For more information, please see the [License](https://git.hadan-it.com/public/hugo-internet-weblog/src/branch/main/LICENSE).
+This theme is released under MIT. For more information, please see the [License](https://git.hadan-it.com/stiebke/hugo-internet-weblog/src/branch/main/LICENSE).
## Contact
diff --git a/changelog.yml b/changelog.yml
deleted file mode 100644
index dc13b8b..0000000
--- a/changelog.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-# The full repository name
-repo: stiebke/hugo-internet-weblog
-
-# Service type (gitea or github)
-service: gitea
-
-# Base URL for Gitea instance if using gitea service type (optional)
-# Default: https://gitea.com
-base-url: https://git.hadan-it.com
-
-# Changelog groups and which labeled PRs to add to each group
-groups:
- -
- name: BUGFIXES
- labels:
- - bug
- -
- name: ENHANCEMENTS
- labels:
- - enhancement
-
-# regex indicating which labels to skip for the changelog
-skip-labels: skip-changelog|backport\/.+
diff --git a/layouts/partials/custom_image_handler.html b/layouts/partials/custom_image_handler.html
index f7f6edf..65fdbd3 100644
--- a/layouts/partials/custom_image_handler.html
+++ b/layouts/partials/custom_image_handler.html
@@ -1,4 +1,4 @@
-
+
diff --git a/layouts/partials/page_footer.html b/layouts/partials/page_footer.html
index 3551822..e2d076b 100644
--- a/layouts/partials/page_footer.html
+++ b/layouts/partials/page_footer.html
@@ -1,27 +1,24 @@
\ No newline at end of file
+
diff --git a/layouts/partials/page_header.html b/layouts/partials/page_header.html
index 2a92297..f0c29fa 100644
--- a/layouts/partials/page_header.html
+++ b/layouts/partials/page_header.html
@@ -13,7 +13,7 @@
{{ end }}
{{ end }}
-
Geschrieben am in
{{ range $i, $v := .Params.categories }}
- {{ $v }}{{ if ne (len $.Params.categories) (add $i 1) }}, {{ end }}
+ {{ $v }}{{ if ne (len $.Params.categories) (add $i 1) }}, {{ end }}
{{ end }}
-
+
{{ .Content }}
diff --git a/layouts/rss.xml b/layouts/rss.xml
index 8cc4264..40e4220 100644
--- a/layouts/rss.xml
+++ b/layouts/rss.xml
@@ -1,20 +1,20 @@
@{{ .Site.Params.Author.handle }} {{ .Site.Title }}{{ with .Title }} - {{ . }}{{ end }}
- {{ .Permalink }}
+ {{ .Site.BaseURL }}{{ .Permalink }}
All entries {{ with .Title }}in {{.}} {{ end }}on {{ .Site.Title }}Hugo -- gohugo.io
{{ with .Site.LanguageCode }}{{.}}{{end}}
{{ with .Site.Copyright }}{{.}}{{end}}
{{ if not .Date.IsZero }}{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}{{ end }}
-
+
{{ range .Site.RegularPages }}
{{ if ne .Type "page" }}
{{ .Title }}
{{ .Permalink }}
{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}
- {{ with .Site.Params.Author.email }}{{.}} {{end}}{{ with .Site.Params.Author.firstname }}({{.}}{{ end }} {{ with .Site.Params.Author.lastname }}{{.}}){{end}}
+ {{ with .Site.Params.Author.email }}{{.}} - {{end}}{{ with .Site.Params.Author.firstname }}{{.}}{{ end }} {{ with .Site.Params.Author.lastname }}{{.}}{{end}}{{ .Permalink }}{{ .Content | html }}
diff --git a/static/css/weblog.css b/static/css/weblog.css
index df362d0..ae121ff 100644
--- a/static/css/weblog.css
+++ b/static/css/weblog.css
@@ -5,8 +5,7 @@
/* Page */
body {
- /* font: 16px/24px "Avenir Next", "Helvetica Neue", Arial, Helvetica, sans-serif; */
- font: 16px/24px "InterDisplay", sans-serif;
+ font: 16px/24px "Avenir Next", "Helvetica Neue", Arial, Helvetica, sans-serif;
line-height: 24px;
background-color: var(--joshin-elevation-0);
}
@@ -78,12 +77,6 @@ article > ul > li {
color: var(--joshin-primary-color-500);
}
-article > ol > li {
- font-size: 18px;
- line-height: 28px;
- color: var(--joshin-primary-color-500);
-}
-
/* Navigation */
nav {
@@ -268,12 +261,6 @@ article.photo img:hover {
padding: 0 0 0 6px;
}
-.post-group-item ol {
- list-style-type: none;
- margin: 0;
- padding: 0 0 0 6px;
-}
-
/* Footer */
footer {
diff --git a/static/fonts/Inter-Black.woff2 b/static/fonts/Inter-Black.woff2
deleted file mode 100644
index 2e73dce..0000000
Binary files a/static/fonts/Inter-Black.woff2 and /dev/null differ
diff --git a/static/fonts/Inter-BlackItalic.woff2 b/static/fonts/Inter-BlackItalic.woff2
deleted file mode 100644
index d85db93..0000000
Binary files a/static/fonts/Inter-BlackItalic.woff2 and /dev/null differ
diff --git a/static/fonts/Inter-Bold.woff2 b/static/fonts/Inter-Bold.woff2
deleted file mode 100644
index b9e3cb3..0000000
Binary files a/static/fonts/Inter-Bold.woff2 and /dev/null differ
diff --git a/static/fonts/Inter-BoldItalic.woff2 b/static/fonts/Inter-BoldItalic.woff2
deleted file mode 100644
index 31cd052..0000000
Binary files a/static/fonts/Inter-BoldItalic.woff2 and /dev/null differ
diff --git a/static/fonts/Inter-ExtraBold.woff2 b/static/fonts/Inter-ExtraBold.woff2
deleted file mode 100644
index bbd0006..0000000
Binary files a/static/fonts/Inter-ExtraBold.woff2 and /dev/null differ
diff --git a/static/fonts/Inter-ExtraBoldItalic.woff2 b/static/fonts/Inter-ExtraBoldItalic.woff2
deleted file mode 100644
index 288f2de..0000000
Binary files a/static/fonts/Inter-ExtraBoldItalic.woff2 and /dev/null differ
diff --git a/static/fonts/Inter-ExtraLight.woff2 b/static/fonts/Inter-ExtraLight.woff2
deleted file mode 100644
index f691003..0000000
Binary files a/static/fonts/Inter-ExtraLight.woff2 and /dev/null differ
diff --git a/static/fonts/Inter-ExtraLightItalic.woff2 b/static/fonts/Inter-ExtraLightItalic.woff2
deleted file mode 100644
index 3e3934d..0000000
Binary files a/static/fonts/Inter-ExtraLightItalic.woff2 and /dev/null differ
diff --git a/static/fonts/Inter-Italic.woff2 b/static/fonts/Inter-Italic.woff2
deleted file mode 100644
index 9a1ad21..0000000
Binary files a/static/fonts/Inter-Italic.woff2 and /dev/null differ
diff --git a/static/fonts/Inter-Light.woff2 b/static/fonts/Inter-Light.woff2
deleted file mode 100644
index f3e012a..0000000
Binary files a/static/fonts/Inter-Light.woff2 and /dev/null differ
diff --git a/static/fonts/Inter-LightItalic.woff2 b/static/fonts/Inter-LightItalic.woff2
deleted file mode 100644
index 2f37009..0000000
Binary files a/static/fonts/Inter-LightItalic.woff2 and /dev/null differ
diff --git a/static/fonts/Inter-Medium.woff2 b/static/fonts/Inter-Medium.woff2
deleted file mode 100644
index fdfdcc6..0000000
Binary files a/static/fonts/Inter-Medium.woff2 and /dev/null differ
diff --git a/static/fonts/Inter-MediumItalic.woff2 b/static/fonts/Inter-MediumItalic.woff2
deleted file mode 100644
index 0dc5a30..0000000
Binary files a/static/fonts/Inter-MediumItalic.woff2 and /dev/null differ
diff --git a/static/fonts/Inter-Regular.woff2 b/static/fonts/Inter-Regular.woff2
deleted file mode 100644
index 2bcd222..0000000
Binary files a/static/fonts/Inter-Regular.woff2 and /dev/null differ
diff --git a/static/fonts/Inter-SemiBold.woff2 b/static/fonts/Inter-SemiBold.woff2
deleted file mode 100644
index fbae113..0000000
Binary files a/static/fonts/Inter-SemiBold.woff2 and /dev/null differ
diff --git a/static/fonts/Inter-SemiBoldItalic.woff2 b/static/fonts/Inter-SemiBoldItalic.woff2
deleted file mode 100644
index d67d01c..0000000
Binary files a/static/fonts/Inter-SemiBoldItalic.woff2 and /dev/null differ
diff --git a/static/fonts/Inter-Thin.woff2 b/static/fonts/Inter-Thin.woff2
deleted file mode 100644
index 83bf54b..0000000
Binary files a/static/fonts/Inter-Thin.woff2 and /dev/null differ
diff --git a/static/fonts/Inter-ThinItalic.woff2 b/static/fonts/Inter-ThinItalic.woff2
deleted file mode 100644
index 928da4b..0000000
Binary files a/static/fonts/Inter-ThinItalic.woff2 and /dev/null differ
diff --git a/static/fonts/InterDisplay-Black.woff2 b/static/fonts/InterDisplay-Black.woff2
deleted file mode 100644
index 72532b2..0000000
Binary files a/static/fonts/InterDisplay-Black.woff2 and /dev/null differ
diff --git a/static/fonts/InterDisplay-BlackItalic.woff2 b/static/fonts/InterDisplay-BlackItalic.woff2
deleted file mode 100644
index de02111..0000000
Binary files a/static/fonts/InterDisplay-BlackItalic.woff2 and /dev/null differ
diff --git a/static/fonts/InterDisplay-Bold.woff2 b/static/fonts/InterDisplay-Bold.woff2
deleted file mode 100644
index 304c31d..0000000
Binary files a/static/fonts/InterDisplay-Bold.woff2 and /dev/null differ
diff --git a/static/fonts/InterDisplay-BoldItalic.woff2 b/static/fonts/InterDisplay-BoldItalic.woff2
deleted file mode 100644
index 89d5c5a..0000000
Binary files a/static/fonts/InterDisplay-BoldItalic.woff2 and /dev/null differ
diff --git a/static/fonts/InterDisplay-ExtraBold.woff2 b/static/fonts/InterDisplay-ExtraBold.woff2
deleted file mode 100644
index 4250fa0..0000000
Binary files a/static/fonts/InterDisplay-ExtraBold.woff2 and /dev/null differ
diff --git a/static/fonts/InterDisplay-ExtraBoldItalic.woff2 b/static/fonts/InterDisplay-ExtraBoldItalic.woff2
deleted file mode 100644
index d68a400..0000000
Binary files a/static/fonts/InterDisplay-ExtraBoldItalic.woff2 and /dev/null differ
diff --git a/static/fonts/InterDisplay-ExtraLight.woff2 b/static/fonts/InterDisplay-ExtraLight.woff2
deleted file mode 100644
index 7d376e2..0000000
Binary files a/static/fonts/InterDisplay-ExtraLight.woff2 and /dev/null differ
diff --git a/static/fonts/InterDisplay-ExtraLightItalic.woff2 b/static/fonts/InterDisplay-ExtraLightItalic.woff2
deleted file mode 100644
index 1f1ca72..0000000
Binary files a/static/fonts/InterDisplay-ExtraLightItalic.woff2 and /dev/null differ
diff --git a/static/fonts/InterDisplay-Italic.woff2 b/static/fonts/InterDisplay-Italic.woff2
deleted file mode 100644
index 4475f7c..0000000
Binary files a/static/fonts/InterDisplay-Italic.woff2 and /dev/null differ
diff --git a/static/fonts/InterDisplay-Light.woff2 b/static/fonts/InterDisplay-Light.woff2
deleted file mode 100644
index ef7dbbf..0000000
Binary files a/static/fonts/InterDisplay-Light.woff2 and /dev/null differ
diff --git a/static/fonts/InterDisplay-LightItalic.woff2 b/static/fonts/InterDisplay-LightItalic.woff2
deleted file mode 100644
index a57c48b..0000000
Binary files a/static/fonts/InterDisplay-LightItalic.woff2 and /dev/null differ
diff --git a/static/fonts/InterDisplay-Medium.woff2 b/static/fonts/InterDisplay-Medium.woff2
deleted file mode 100644
index f6157fa..0000000
Binary files a/static/fonts/InterDisplay-Medium.woff2 and /dev/null differ
diff --git a/static/fonts/InterDisplay-MediumItalic.woff2 b/static/fonts/InterDisplay-MediumItalic.woff2
deleted file mode 100644
index 8b2f1c2..0000000
Binary files a/static/fonts/InterDisplay-MediumItalic.woff2 and /dev/null differ
diff --git a/static/fonts/InterDisplay-Regular.woff2 b/static/fonts/InterDisplay-Regular.woff2
deleted file mode 100644
index b5a45e8..0000000
Binary files a/static/fonts/InterDisplay-Regular.woff2 and /dev/null differ
diff --git a/static/fonts/InterDisplay-SemiBold.woff2 b/static/fonts/InterDisplay-SemiBold.woff2
deleted file mode 100644
index 6e04091..0000000
Binary files a/static/fonts/InterDisplay-SemiBold.woff2 and /dev/null differ
diff --git a/static/fonts/InterDisplay-SemiBoldItalic.woff2 b/static/fonts/InterDisplay-SemiBoldItalic.woff2
deleted file mode 100644
index 72b4743..0000000
Binary files a/static/fonts/InterDisplay-SemiBoldItalic.woff2 and /dev/null differ
diff --git a/static/fonts/InterDisplay-Thin.woff2 b/static/fonts/InterDisplay-Thin.woff2
deleted file mode 100644
index 893595a..0000000
Binary files a/static/fonts/InterDisplay-Thin.woff2 and /dev/null differ
diff --git a/static/fonts/InterDisplay-ThinItalic.woff2 b/static/fonts/InterDisplay-ThinItalic.woff2
deleted file mode 100644
index 46e1b5a..0000000
Binary files a/static/fonts/InterDisplay-ThinItalic.woff2 and /dev/null differ
diff --git a/static/fonts/InterVariable-Italic.woff2 b/static/fonts/InterVariable-Italic.woff2
deleted file mode 100644
index b3530f3..0000000
Binary files a/static/fonts/InterVariable-Italic.woff2 and /dev/null differ
diff --git a/static/fonts/InterVariable.woff2 b/static/fonts/InterVariable.woff2
deleted file mode 100644
index 5a8d3e7..0000000
Binary files a/static/fonts/InterVariable.woff2 and /dev/null differ
diff --git a/static/fonts/LICENSE b/static/fonts/LICENSE
deleted file mode 100644
index 11e550d..0000000
--- a/static/fonts/LICENSE
+++ /dev/null
@@ -1,34 +0,0 @@
-License
-Copyright 2020 The Inter Project Authors (https://github.com/rsms/inter)
-This Font Software is licensed under the SIL Open Font License, Version 1.1 . This license is copied below, and is also available with a FAQ at: https://openfontlicense.org
-
-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-
-PREAMBLE
-The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others.
-
-The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives.
-
-DEFINITIONS
-"Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation.
-
-"Reserved Font Name" refers to any names specified as such after the copyright statement(s).
-
-"Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s).
-"Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment.
-
-"Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software.
-
-PERMISSION & CONDITIONS
-Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions:
-
-Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself.
-Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user.
-No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users.
-The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission.
-The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software.
-TERMINATION
-This license becomes null and void if any of the above conditions are not met.
-
-DISCLAIMER
-THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
\ No newline at end of file
diff --git a/static/fonts/inter.css b/static/fonts/inter.css
deleted file mode 100644
index 6144065..0000000
--- a/static/fonts/inter.css
+++ /dev/null
@@ -1,148 +0,0 @@
-/* Variable fonts usage:
-:root { font-family: "Inter", sans-serif; }
-@supports (font-variation-settings: normal) {
- :root { font-family: "InterVariable", sans-serif; font-optical-sizing: auto; }
-} */
-@font-face {
- font-family: InterVariable;
- font-style: normal;
- font-weight: 100 900;
- font-display: swap;
- src: url("InterVariable.woff2") format("woff2");
-}
-@font-face {
- font-family: InterVariable;
- font-style: italic;
- font-weight: 100 900;
- font-display: swap;
- src: url("InterVariable-Italic.woff2") format("woff2");
-}
-
-/* static fonts */
-@font-face { font-family: "Inter"; font-style: normal; font-weight: 100; font-display: swap; src: url("Inter-Thin.woff2") format("woff2"); }
-@font-face { font-family: "Inter"; font-style: italic; font-weight: 100; font-display: swap; src: url("Inter-ThinItalic.woff2") format("woff2"); }
-@font-face { font-family: "Inter"; font-style: normal; font-weight: 200; font-display: swap; src: url("Inter-ExtraLight.woff2") format("woff2"); }
-@font-face { font-family: "Inter"; font-style: italic; font-weight: 200; font-display: swap; src: url("Inter-ExtraLightItalic.woff2") format("woff2"); }
-@font-face { font-family: "Inter"; font-style: normal; font-weight: 300; font-display: swap; src: url("Inter-Light.woff2") format("woff2"); }
-@font-face { font-family: "Inter"; font-style: italic; font-weight: 300; font-display: swap; src: url("Inter-LightItalic.woff2") format("woff2"); }
-@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("Inter-Regular.woff2") format("woff2"); }
-@font-face { font-family: "Inter"; font-style: italic; font-weight: 400; font-display: swap; src: url("Inter-Italic.woff2") format("woff2"); }
-@font-face { font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap; src: url("Inter-Medium.woff2") format("woff2"); }
-@font-face { font-family: "Inter"; font-style: italic; font-weight: 500; font-display: swap; src: url("Inter-MediumItalic.woff2") format("woff2"); }
-@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap; src: url("Inter-SemiBold.woff2") format("woff2"); }
-@font-face { font-family: "Inter"; font-style: italic; font-weight: 600; font-display: swap; src: url("Inter-SemiBoldItalic.woff2") format("woff2"); }
-@font-face { font-family: "Inter"; font-style: normal; font-weight: 700; font-display: swap; src: url("Inter-Bold.woff2") format("woff2"); }
-@font-face { font-family: "Inter"; font-style: italic; font-weight: 700; font-display: swap; src: url("Inter-BoldItalic.woff2") format("woff2"); }
-@font-face { font-family: "Inter"; font-style: normal; font-weight: 800; font-display: swap; src: url("Inter-ExtraBold.woff2") format("woff2"); }
-@font-face { font-family: "Inter"; font-style: italic; font-weight: 800; font-display: swap; src: url("Inter-ExtraBoldItalic.woff2") format("woff2"); }
-@font-face { font-family: "Inter"; font-style: normal; font-weight: 900; font-display: swap; src: url("Inter-Black.woff2") format("woff2"); }
-@font-face { font-family: "Inter"; font-style: italic; font-weight: 900; font-display: swap; src: url("Inter-BlackItalic.woff2") format("woff2"); }
-@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 100; font-display: swap; src: url("InterDisplay-Thin.woff2") format("woff2"); }
-@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 100; font-display: swap; src: url("InterDisplay-ThinItalic.woff2") format("woff2"); }
-@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 200; font-display: swap; src: url("InterDisplay-ExtraLight.woff2") format("woff2"); }
-@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 200; font-display: swap; src: url("InterDisplay-ExtraLightItalic.woff2") format("woff2"); }
-@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 300; font-display: swap; src: url("InterDisplay-Light.woff2") format("woff2"); }
-@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 300; font-display: swap; src: url("InterDisplay-LightItalic.woff2") format("woff2"); }
-@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 400; font-display: swap; src: url("InterDisplay-Regular.woff2") format("woff2"); }
-@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 400; font-display: swap; src: url("InterDisplay-Italic.woff2") format("woff2"); }
-@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 500; font-display: swap; src: url("InterDisplay-Medium.woff2") format("woff2"); }
-@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 500; font-display: swap; src: url("InterDisplay-MediumItalic.woff2") format("woff2"); }
-@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 600; font-display: swap; src: url("InterDisplay-SemiBold.woff2") format("woff2"); }
-@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 600; font-display: swap; src: url("InterDisplay-SemiBoldItalic.woff2") format("woff2"); }
-@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 700; font-display: swap; src: url("InterDisplay-Bold.woff2") format("woff2"); }
-@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 700; font-display: swap; src: url("InterDisplay-BoldItalic.woff2") format("woff2"); }
-@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 800; font-display: swap; src: url("InterDisplay-ExtraBold.woff2") format("woff2"); }
-@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 800; font-display: swap; src: url("InterDisplay-ExtraBoldItalic.woff2") format("woff2"); }
-@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 900; font-display: swap; src: url("InterDisplay-Black.woff2") format("woff2"); }
-@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 900; font-display: swap; src: url("InterDisplay-BlackItalic.woff2") format("woff2"); }
-
-@font-feature-values InterVariable {
- @character-variant {
- cv01: 1; cv02: 2; cv03: 3; cv04: 4; cv05: 5; cv06: 6; cv07: 7; cv08: 8;
- cv09: 9; cv10: 10; cv11: 11; cv12: 12; cv13: 13;
- alt-1: 1; /* Alternate one */
- alt-3: 9; /* Flat-top three */
- open-4: 2; /* Open four */
- open-6: 3; /* Open six */
- open-9: 4; /* Open nine */
- lc-l-with-tail: 5; /* Lower-case L with tail */
- simplified-u: 6; /* Simplified u */
- alt-double-s: 7; /* Alternate German double s */
- uc-i-with-serif: 8; /* Upper-case i with serif */
- uc-g-with-spur: 10; /* Capital G with spur */
- single-story-a: 11; /* Single-story a */
- compact-lc-f: 12; /* Compact f */
- compact-lc-t: 13; /* Compact t */
- }
- @styleset {
- ss01: 1; ss02: 2; ss03: 3; ss04: 4; ss05: 5; ss06: 6; ss07: 7; ss08: 8;
- open-digits: 1; /* Open digits */
- disambiguation: 2; /* Disambiguation (with zero) */
- disambiguation-except-zero: 4; /* Disambiguation (no zero) */
- round-quotes-and-commas: 3; /* Round quotes & commas */
- square-punctuation: 7; /* Square punctuation */
- square-quotes: 8; /* Square quotes */
- circled-characters: 5; /* Circled characters */
- squared-characters: 6; /* Squared characters */
- }
-}
-@font-feature-values Inter {
- @character-variant {
- cv01: 1; cv02: 2; cv03: 3; cv04: 4; cv05: 5; cv06: 6; cv07: 7; cv08: 8;
- cv09: 9; cv10: 10; cv11: 11; cv12: 12; cv13: 13;
- alt-1: 1; /* Alternate one */
- alt-3: 9; /* Flat-top three */
- open-4: 2; /* Open four */
- open-6: 3; /* Open six */
- open-9: 4; /* Open nine */
- lc-l-with-tail: 5; /* Lower-case L with tail */
- simplified-u: 6; /* Simplified u */
- alt-double-s: 7; /* Alternate German double s */
- uc-i-with-serif: 8; /* Upper-case i with serif */
- uc-g-with-spur: 10; /* Capital G with spur */
- single-story-a: 11; /* Single-story a */
- compact-lc-f: 12; /* Compact f */
- compact-lc-t: 13; /* Compact t */
- }
- @styleset {
- ss01: 1; ss02: 2; ss03: 3; ss04: 4; ss05: 5; ss06: 6; ss07: 7; ss08: 8;
- open-digits: 1; /* Open digits */
- disambiguation: 2; /* Disambiguation (with zero) */
- disambiguation-except-zero: 4; /* Disambiguation (no zero) */
- round-quotes-and-commas: 3; /* Round quotes & commas */
- square-punctuation: 7; /* Square punctuation */
- square-quotes: 8; /* Square quotes */
- circled-characters: 5; /* Circled characters */
- squared-characters: 6; /* Squared characters */
- }
-}
-@font-feature-values InterDisplay {
- @character-variant {
- cv01: 1; cv02: 2; cv03: 3; cv04: 4; cv05: 5; cv06: 6; cv07: 7; cv08: 8;
- cv09: 9; cv10: 10; cv11: 11; cv12: 12; cv13: 13;
- alt-1: 1; /* Alternate one */
- alt-3: 9; /* Flat-top three */
- open-4: 2; /* Open four */
- open-6: 3; /* Open six */
- open-9: 4; /* Open nine */
- lc-l-with-tail: 5; /* Lower-case L with tail */
- simplified-u: 6; /* Simplified u */
- alt-double-s: 7; /* Alternate German double s */
- uc-i-with-serif: 8; /* Upper-case i with serif */
- uc-g-with-spur: 10; /* Capital G with spur */
- single-story-a: 11; /* Single-story a */
- compact-lc-f: 12; /* Compact f */
- compact-lc-t: 13; /* Compact t */
- }
- @styleset {
- ss01: 1; ss02: 2; ss03: 3; ss04: 4; ss05: 5; ss06: 6; ss07: 7; ss08: 8;
- open-digits: 1; /* Open digits */
- disambiguation: 2; /* Disambiguation (with zero) */
- disambiguation-except-zero: 4; /* Disambiguation (no zero) */
- round-quotes-and-commas: 3; /* Round quotes & commas */
- square-punctuation: 7; /* Square punctuation */
- square-quotes: 8; /* Square quotes */
- circled-characters: 5; /* Circled characters */
- squared-characters: 6; /* Squared characters */
- }
-}
diff --git a/static/js/jquery-3.7.1.min.js b/static/js/jquery-3.7.1.min.js
deleted file mode 100644
index 7f37b5d..0000000
--- a/static/js/jquery-3.7.1.min.js
+++ /dev/null
@@ -1,2 +0,0 @@
-/*! jQuery v3.7.1 | (c) OpenJS Foundation and other contributors | jquery.org/license */
-!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(ie,e){"use strict";var oe=[],r=Object.getPrototypeOf,ae=oe.slice,g=oe.flat?function(e){return oe.flat.call(e)}:function(e){return oe.concat.apply([],e)},s=oe.push,se=oe.indexOf,n={},i=n.toString,ue=n.hasOwnProperty,o=ue.toString,a=o.call(Object),le={},v=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},y=function(e){return null!=e&&e===e.window},C=ie.document,u={type:!0,src:!0,nonce:!0,noModule:!0};function m(e,t,n){var r,i,o=(n=n||C).createElement("script");if(o.text=e,t)for(r in u)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function x(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[i.call(e)]||"object":typeof e}var t="3.7.1",l=/HTML$/i,ce=function(e,t){return new ce.fn.init(e,t)};function c(e){var t=!!e&&"length"in e&&e.length,n=x(e);return!v(e)&&!y(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+ge+")"+ge+"*"),x=new RegExp(ge+"|>"),j=new RegExp(g),A=new RegExp("^"+t+"$"),D={ID:new RegExp("^#("+t+")"),CLASS:new RegExp("^\\.("+t+")"),TAG:new RegExp("^("+t+"|[*])"),ATTR:new RegExp("^"+p),PSEUDO:new RegExp("^"+g),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+ge+"*(even|odd|(([+-]|)(\\d*)n|)"+ge+"*(?:([+-]|)"+ge+"*(\\d+)|))"+ge+"*\\)|)","i"),bool:new RegExp("^(?:"+f+")$","i"),needsContext:new RegExp("^"+ge+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+ge+"*((?:-\\d)?\\d*)"+ge+"*\\)|)(?=[^-]|$)","i")},N=/^(?:input|select|textarea|button)$/i,q=/^h\d$/i,L=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,H=/[+~]/,O=new RegExp("\\\\[\\da-fA-F]{1,6}"+ge+"?|\\\\([^\\r\\n\\f])","g"),P=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},M=function(){V()},R=J(function(e){return!0===e.disabled&&fe(e,"fieldset")},{dir:"parentNode",next:"legend"});try{k.apply(oe=ae.call(ye.childNodes),ye.childNodes),oe[ye.childNodes.length].nodeType}catch(e){k={apply:function(e,t){me.apply(e,ae.call(t))},call:function(e){me.apply(e,ae.call(arguments,1))}}}function I(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(V(e),e=e||T,C)){if(11!==p&&(u=L.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return k.call(n,a),n}else if(f&&(a=f.getElementById(i))&&I.contains(e,a)&&a.id===i)return k.call(n,a),n}else{if(u[2])return k.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&e.getElementsByClassName)return k.apply(n,e.getElementsByClassName(i)),n}if(!(h[t+" "]||d&&d.test(t))){if(c=t,f=e,1===p&&(x.test(t)||m.test(t))){(f=H.test(t)&&U(e.parentNode)||e)==e&&le.scope||((s=e.getAttribute("id"))?s=ce.escapeSelector(s):e.setAttribute("id",s=S)),o=(l=Y(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+Q(l[o]);c=l.join(",")}try{return k.apply(n,f.querySelectorAll(c)),n}catch(e){h(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return re(t.replace(ve,"$1"),e,n,r)}function W(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function F(e){return e[S]=!0,e}function $(e){var t=T.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function B(t){return function(e){return fe(e,"input")&&e.type===t}}function _(t){return function(e){return(fe(e,"input")||fe(e,"button"))&&e.type===t}}function z(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&R(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function X(a){return F(function(o){return o=+o,F(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function U(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}function V(e){var t,n=e?e.ownerDocument||e:ye;return n!=T&&9===n.nodeType&&n.documentElement&&(r=(T=n).documentElement,C=!ce.isXMLDoc(T),i=r.matches||r.webkitMatchesSelector||r.msMatchesSelector,r.msMatchesSelector&&ye!=T&&(t=T.defaultView)&&t.top!==t&&t.addEventListener("unload",M),le.getById=$(function(e){return r.appendChild(e).id=ce.expando,!T.getElementsByName||!T.getElementsByName(ce.expando).length}),le.disconnectedMatch=$(function(e){return i.call(e,"*")}),le.scope=$(function(){return T.querySelectorAll(":scope")}),le.cssHas=$(function(){try{return T.querySelector(":has(*,:jqfake)"),!1}catch(e){return!0}}),le.getById?(b.filter.ID=function(e){var t=e.replace(O,P);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&C){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(O,P);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&C){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):t.querySelectorAll(e)},b.find.CLASS=function(e,t){if("undefined"!=typeof t.getElementsByClassName&&C)return t.getElementsByClassName(e)},d=[],$(function(e){var t;r.appendChild(e).innerHTML="",e.querySelectorAll("[selected]").length||d.push("\\["+ge+"*(?:value|"+f+")"),e.querySelectorAll("[id~="+S+"-]").length||d.push("~="),e.querySelectorAll("a#"+S+"+*").length||d.push(".#.+[+~]"),e.querySelectorAll(":checked").length||d.push(":checked"),(t=T.createElement("input")).setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),r.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&d.push(":enabled",":disabled"),(t=T.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||d.push("\\["+ge+"*name"+ge+"*="+ge+"*(?:''|\"\")")}),le.cssHas||d.push(":has"),d=d.length&&new RegExp(d.join("|")),l=function(e,t){if(e===t)return a=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!le.sortDetached&&t.compareDocumentPosition(e)===n?e===T||e.ownerDocument==ye&&I.contains(ye,e)?-1:t===T||t.ownerDocument==ye&&I.contains(ye,t)?1:o?se.call(o,e)-se.call(o,t):0:4&n?-1:1)}),T}for(e in I.matches=function(e,t){return I(e,null,null,t)},I.matchesSelector=function(e,t){if(V(e),C&&!h[t+" "]&&(!d||!d.test(t)))try{var n=i.call(e,t);if(n||le.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){h(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(O,P),e[3]=(e[3]||e[4]||e[5]||"").replace(O,P),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||I.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&I.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return D.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&j.test(n)&&(t=Y(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(O,P).toLowerCase();return"*"===e?function(){return!0}:function(e){return fe(e,t)}},CLASS:function(e){var t=s[e+" "];return t||(t=new RegExp("(^|"+ge+")"+e+"("+ge+"|$)"))&&s(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=I.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function T(e,n,r){return v(n)?ce.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?ce.grep(e,function(e){return e===n!==r}):"string"!=typeof n?ce.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(ce.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||k,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:S.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof ce?t[0]:t,ce.merge(this,ce.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:C,!0)),w.test(r[1])&&ce.isPlainObject(t))for(r in t)v(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=C.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):v(e)?void 0!==n.ready?n.ready(e):e(ce):ce.makeArray(e,this)}).prototype=ce.fn,k=ce(C);var E=/^(?:parents|prev(?:Until|All))/,j={children:!0,contents:!0,next:!0,prev:!0};function A(e,t){while((e=e[t])&&1!==e.nodeType);return e}ce.fn.extend({has:function(e){var t=ce(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,Ce=/^$|^module$|\/(?:java|ecma)script/i;xe=C.createDocumentFragment().appendChild(C.createElement("div")),(be=C.createElement("input")).setAttribute("type","radio"),be.setAttribute("checked","checked"),be.setAttribute("name","t"),xe.appendChild(be),le.checkClone=xe.cloneNode(!0).cloneNode(!0).lastChild.checked,xe.innerHTML="",le.noCloneChecked=!!xe.cloneNode(!0).lastChild.defaultValue,xe.innerHTML="",le.option=!!xe.lastChild;var ke={thead:[1,"
","
"],col:[2,"
","
"],tr:[2,"
","
"],td:[3,"
","
"],_default:[0,"",""]};function Se(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&fe(e,t)?ce.merge([e],n):n}function Ee(e,t){for(var n=0,r=e.length;n",""]);var je=/<|?\w+;/;function Ae(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function Re(e,t){return fe(e,"table")&&fe(11!==t.nodeType?t:t.firstChild,"tr")&&ce(e).children("tbody")[0]||e}function Ie(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function We(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Fe(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(_.hasData(e)&&(s=_.get(e).events))for(i in _.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),C.head.appendChild(r[0])},abort:function(){i&&i()}}});var Jt,Kt=[],Zt=/(=)\?(?=&|$)|\?\?/;ce.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Kt.pop()||ce.expando+"_"+jt.guid++;return this[e]=!0,e}}),ce.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Zt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Zt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=v(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Zt,"$1"+r):!1!==e.jsonp&&(e.url+=(At.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||ce.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=ie[r],ie[r]=function(){o=arguments},n.always(function(){void 0===i?ce(ie).removeProp(r):ie[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Kt.push(r)),o&&v(i)&&i(o[0]),o=i=void 0}),"script"}),le.createHTMLDocument=((Jt=C.implementation.createHTMLDocument("").body).innerHTML="",2===Jt.childNodes.length),ce.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(le.createHTMLDocument?((r=(t=C.implementation.createHTMLDocument("")).createElement("base")).href=C.location.href,t.head.appendChild(r)):t=C),o=!n&&[],(i=w.exec(e))?[t.createElement(i[1])]:(i=Ae([e],t,o),o&&o.length&&ce(o).remove(),ce.merge([],i.childNodes)));var r,i,o},ce.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(ce.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},ce.expr.pseudos.animated=function(t){return ce.grep(ce.timers,function(e){return t===e.elem}).length},ce.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=ce.css(e,"position"),c=ce(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=ce.css(e,"top"),u=ce.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),v(t)&&(t=t.call(e,n,ce.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},ce.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){ce.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===ce.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===ce.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=ce(e).offset()).top+=ce.css(e,"borderTopWidth",!0),i.left+=ce.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-ce.css(r,"marginTop",!0),left:t.left-i.left-ce.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===ce.css(e,"position"))e=e.offsetParent;return e||J})}}),ce.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;ce.fn[t]=function(e){return M(this,function(e,t,n){var r;if(y(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),ce.each(["top","left"],function(e,n){ce.cssHooks[n]=Ye(le.pixelPosition,function(e,t){if(t)return t=Ge(e,n),_e.test(t)?ce(e).position()[n]+"px":t})}),ce.each({Height:"height",Width:"width"},function(a,s){ce.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){ce.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return M(this,function(e,t,n){var r;return y(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?ce.css(e,t,i):ce.style(e,t,n,i)},s,n?e:void 0,n)}})}),ce.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){ce.fn[t]=function(e){return this.on(t,e)}}),ce.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.on("mouseenter",e).on("mouseleave",t||e)}}),ce.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){ce.fn[n]=function(e,t){return 0",
- ">=",
- "<",
- "<="
- ],
- "disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"],
- "disallowSpaceBeforePostfixUnaryOperators": ["++", "--"],
- "requireSpaceBeforeBinaryOperators": [
- "=",
- "+",
- "-",
- "/",
- "*",
- "==",
- "===",
- "!=",
- "!=="
- ],
- "requireSpaceAfterBinaryOperators": [
- "=",
- ",",
- "+",
- "-",
- "/",
- "*",
- "==",
- "===",
- "!=",
- "!=="
- ],
- "disallowMixedSpacesAndTabs" : true,
- "disallowTrailingWhitespace": true,
- "disallowTrailingComma": true,
- "requireLineFeedAtFileEnd": true,
- "requireCapitalizedConstructors": true
-}
-
diff --git a/static/lightbox2-2.11.5/.jshintrc b/static/lightbox2-2.11.5/.jshintrc
deleted file mode 100644
index 1bc8f85..0000000
--- a/static/lightbox2-2.11.5/.jshintrc
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- "bitwise":true,
- "browser":true,
- "camelcase":true,
- "curly":true,
- "eqeqeq":true,
- "forin":true,
- "freeze":true,
- "indent":2,
- "latedef":true,
- "maxdepth": 6,
- "maxparams": 6,
- "maxstatements": 50,
- "newcap": true,
- "noarg":true,
- "noempty":true,
- "nonbsp":true,
- "nonew":true,
- "quotmark":"single",
- "trailing":true,
- "undef":true,
- "unused":"vars",
- "immed":true,
- "browser": true,
- "jquery":true,
- "predef": [
- "alert",
- "confirm",
- "console",
- "escape",
- "define",
- "module",
- "require"
- ]
-}
diff --git a/static/lightbox2-2.11.5/LICENSE b/static/lightbox2-2.11.5/LICENSE
deleted file mode 100644
index 0b34e12..0000000
--- a/static/lightbox2-2.11.5/LICENSE
+++ /dev/null
@@ -1,21 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2015 Lokesh Dhakar
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
diff --git a/static/lightbox2-2.11.5/css/lightbox.css b/static/lightbox2-2.11.5/css/lightbox.css
deleted file mode 100644
index ba1c98b..0000000
--- a/static/lightbox2-2.11.5/css/lightbox.css
+++ /dev/null
@@ -1,195 +0,0 @@
-body.lb-disable-scrolling {
- overflow: hidden;
-}
-
-.lightboxOverlay {
- position: absolute;
- top: 0;
- left: 0;
- z-index: 9999;
- background-color: black;
- opacity: 0.8;
- display: none;
-}
-
-.lightbox {
- position: absolute;
- left: 0;
- width: 100%;
- z-index: 10000;
- text-align: center;
- line-height: 0;
- font-weight: normal;
- outline: none;
-}
-
-.lightbox .lb-image {
- display: block;
- height: auto;
- max-width: inherit;
- max-height: none;
- border-radius: 3px;
-
- /* Image border */
- border: 4px solid white;
-}
-
-.lightbox a img {
- border: none;
-}
-
-.lb-outerContainer {
- position: relative;
- width: 250px;
- height: 250px;
- margin: 0 auto;
- border-radius: 4px;
-
- /* Background color behind image.
- This is visible during transitions. */
- background-color: white;
-}
-
-.lb-outerContainer:after {
- content: "";
- display: table;
- clear: both;
-}
-
-.lb-loader {
- position: absolute;
- top: 43%;
- left: 0;
- height: 25%;
- width: 100%;
- text-align: center;
- line-height: 0;
-}
-
-.lb-cancel {
- display: block;
- width: 32px;
- height: 32px;
- margin: 0 auto;
- background: url(../images/loading.gif) no-repeat;
-}
-
-.lb-nav {
- position: absolute;
- top: 0;
- left: 0;
- height: 100%;
- width: 100%;
- z-index: 10;
-}
-
-.lb-container > .nav {
- left: 0;
-}
-
-.lb-nav a {
- outline: none;
- background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
-}
-
-.lb-prev, .lb-next {
- height: 100%;
- cursor: pointer;
- display: block;
-}
-
-.lb-nav a.lb-prev {
- width: 34%;
- left: 0;
- float: left;
- background: url(../images/prev.png) left 48% no-repeat;
- opacity: 0;
- -webkit-transition: opacity 0.6s;
- -moz-transition: opacity 0.6s;
- -o-transition: opacity 0.6s;
- transition: opacity 0.6s;
-}
-
-.lb-nav a.lb-prev:hover {
- opacity: 1;
-}
-
-.lb-nav a.lb-next {
- width: 64%;
- right: 0;
- float: right;
- background: url(../images/next.png) right 48% no-repeat;
- opacity: 0;
- -webkit-transition: opacity 0.6s;
- -moz-transition: opacity 0.6s;
- -o-transition: opacity 0.6s;
- transition: opacity 0.6s;
-}
-
-.lb-nav a.lb-next:hover {
- opacity: 1;
-}
-
-.lb-dataContainer {
- margin: 0 auto;
- padding-top: 5px;
- width: 100%;
- border-bottom-left-radius: 4px;
- border-bottom-right-radius: 4px;
-}
-
-.lb-dataContainer:after {
- content: "";
- display: table;
- clear: both;
-}
-
-.lb-data {
- padding: 0 4px;
- color: #ccc;
-}
-
-.lb-data .lb-details {
- width: 85%;
- float: left;
- text-align: left;
- line-height: 1.1em;
-}
-
-.lb-data .lb-caption {
- font-size: 13px;
- font-weight: bold;
- line-height: 1em;
-}
-
-.lb-data .lb-caption a {
- color: #4ae;
-}
-
-.lb-data .lb-number {
- display: block;
- clear: left;
- padding-bottom: 1em;
- font-size: 12px;
- color: #999999;
-}
-
-.lb-data .lb-close {
- display: block;
- float: right;
- width: 30px;
- height: 30px;
- background: url(../images/close.png) top right no-repeat;
- text-align: right;
- outline: none;
- opacity: 0.7;
- -webkit-transition: opacity 0.2s;
- -moz-transition: opacity 0.2s;
- -o-transition: opacity 0.2s;
- transition: opacity 0.2s;
-}
-
-.lb-data .lb-close:hover {
- cursor: pointer;
- opacity: 1;
-}
diff --git a/static/lightbox2-2.11.5/css/lightbox.min.css b/static/lightbox2-2.11.5/css/lightbox.min.css
deleted file mode 100644
index 2094499..0000000
--- a/static/lightbox2-2.11.5/css/lightbox.min.css
+++ /dev/null
@@ -1 +0,0 @@
-.lb-loader,.lightbox{text-align:center;line-height:0}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400;outline:0}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../images/loading.gif) no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../images/prev.png) left 48% no-repeat;opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../images/next.png) right 48% no-repeat;opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../images/close.png) top right no-repeat;text-align:right;outline:0;opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;opacity:1}
\ No newline at end of file
diff --git a/static/lightbox2-2.11.5/images/close.png b/static/lightbox2-2.11.5/images/close.png
deleted file mode 100644
index 20baa1d..0000000
Binary files a/static/lightbox2-2.11.5/images/close.png and /dev/null differ
diff --git a/static/lightbox2-2.11.5/images/loading.gif b/static/lightbox2-2.11.5/images/loading.gif
deleted file mode 100644
index 5087c2a..0000000
Binary files a/static/lightbox2-2.11.5/images/loading.gif and /dev/null differ
diff --git a/static/lightbox2-2.11.5/images/next.png b/static/lightbox2-2.11.5/images/next.png
deleted file mode 100644
index 08365ac..0000000
Binary files a/static/lightbox2-2.11.5/images/next.png and /dev/null differ
diff --git a/static/lightbox2-2.11.5/images/prev.png b/static/lightbox2-2.11.5/images/prev.png
deleted file mode 100644
index 329fa98..0000000
Binary files a/static/lightbox2-2.11.5/images/prev.png and /dev/null differ
diff --git a/static/lightbox2-2.11.5/js/lightbox-plus-jquery.js b/static/lightbox2-2.11.5/js/lightbox-plus-jquery.js
deleted file mode 100644
index b98bc50..0000000
--- a/static/lightbox2-2.11.5/js/lightbox-plus-jquery.js
+++ /dev/null
@@ -1,11288 +0,0 @@
-/*!
- * jQuery JavaScript Library v3.7.1
- * https://jquery.com/
- *
- * Copyright OpenJS Foundation and other contributors
- * Released under the MIT license
- * https://jquery.org/license
- *
- * Date: 2023-08-28T13:37Z
- */
-( function( global, factory ) {
-
- "use strict";
-
- if ( typeof module === "object" && typeof module.exports === "object" ) {
-
- // For CommonJS and CommonJS-like environments where a proper `window`
- // is present, execute the factory and get jQuery.
- // For environments that do not have a `window` with a `document`
- // (such as Node.js), expose a factory as module.exports.
- // This accentuates the need for the creation of a real `window`.
- // e.g. var jQuery = require("jquery")(window);
- // See ticket trac-14549 for more info.
- module.exports = global.document ?
- factory( global, true ) :
- function( w ) {
- if ( !w.document ) {
- throw new Error( "jQuery requires a window with a document" );
- }
- return factory( w );
- };
- } else {
- factory( global );
- }
-
-// Pass this if window is not defined yet
-} )( typeof window !== "undefined" ? window : this, function( window, noGlobal ) {
-
-// Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1
-// throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode
-// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common
-// enough that all such attempts are guarded in a try block.
-"use strict";
-
-var arr = [];
-
-var getProto = Object.getPrototypeOf;
-
-var slice = arr.slice;
-
-var flat = arr.flat ? function( array ) {
- return arr.flat.call( array );
-} : function( array ) {
- return arr.concat.apply( [], array );
-};
-
-
-var push = arr.push;
-
-var indexOf = arr.indexOf;
-
-var class2type = {};
-
-var toString = class2type.toString;
-
-var hasOwn = class2type.hasOwnProperty;
-
-var fnToString = hasOwn.toString;
-
-var ObjectFunctionString = fnToString.call( Object );
-
-var support = {};
-
-var isFunction = function isFunction( obj ) {
-
- // Support: Chrome <=57, Firefox <=52
- // In some browsers, typeof returns "function" for HTML