Commit Graph

15 Commits

Author SHA1 Message Date
XhmikosR
4aed0c33d5 HTML validation fixes
* fix invalid `for` attributes
* fix invalid `p` tags
* fix empty `name` attribute
* fix duplicate ID
* fix deprecated HTML attributes
* fix missing `alt` attributes
2020-09-19 15:16:08 +03:00
XhmikosR
041fc1ba6d Update index.html
Remove unneeded rel="noopener" tags for internal links
2020-09-18 19:16:01 +03:00
XhmikosR
df0b208a7d Remove redundant end closing HTML tags 2020-09-17 19:42:03 +03:00
XhmikosR
63e32d8b4c Remove redundant type="text/javascript" from script tags 2020-09-17 19:32:38 +03:00
XhmikosR
ae65fcea31 Replace protocol-relative URLs with https 2020-09-17 19:30:54 +03:00
XhmikosR
33bb7bfcd8 Add rel="noopener" for the remaining external links. 2020-09-17 19:28:35 +03:00
XhmikosR
61faf73b73 Fix the remaining 404s and redirects 2020-09-17 18:51:36 +03:00
Thomas Park
7ccff41138 fix broken links, #1017 2020-09-17 10:40:42 -04:00
XhmikosR
24b4bf894c Fix links
* fix redirects
* fix http used in bookmarklets
* be more consistent with the trailing slashes
2020-09-14 18:11:39 +03:00
XhmikosR
e40c289ced HTML cleanup
* use https when possible (Google Analytics is left)
* use `img-fluid` since `img-responsive` is a v3 class
* specify `rel="noopener"` for external links
* trim trailing spaces
* remove unneeded HTML end tags
* remove the unneeded `type=text/javascript`
* remove the obsolete `border="0"`
2020-08-11 14:02:50 +03:00
Thomas Park
d965464fa8 update footer links to https, closes #900 2019-04-10 15:33:15 -04:00
Thomas Park
527878a651 fix version number on docs v3 2019-02-13 19:19:06 -05:00
Thomas Park
0bc7ad03cf update site and api version for 3.4.0 2018-12-27 12:33:13 -05:00
Thomas Park
c08e8188af add v3.4.0 to docs 2018-12-18 16:20:01 -05:00
Thomas Park
60c5d1f696 move files to dist and docs 2017-11-03 20:35:32 -04:00