Commit Graph

50 Commits

Author SHA1 Message Date
XhmikosR
039451c523 Format HTML 2020-09-19 10:40:55 +03:00
XhmikosR
ecfddde752 Properly encode the data SVGs
Spaces need to be escaped after all.
2020-09-18 21:17:26 +03:00
XhmikosR
5e6517d6b3 Compress docs URL-encoded SVGs 2020-09-18 17:51:20 +03: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
35ae173672 Remove media="screen" from link 2020-09-13 19:37:07 +03:00
XhmikosR
18d2b7c36c Remove the obsolete X-UA-Compatible meta tag 2020-09-12 17:07:01 +03:00
Thomas Park
4d95f396a9 update ga.js to gtag.js 2020-08-25 14:23:50 -04:00
Thomas Park
e2e374faa5 Merge pull request #979 from XhmikosR/bundle
Use the bootstrap bundle file.
2020-08-17 14:34:24 -04:00
Thomas Park
9a187cc044 Merge pull request #978 from XhmikosR/html-2
HTML cleanup
2020-08-17 14:32:23 -04:00
XhmikosR
9c5f4a1025 Use the bootstrap bundle file. 2020-08-11 17:24:29 +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
XhmikosR
6256ddc076 Remove empty ID attributes. 2020-08-11 08:45:06 +03:00
GamerBene19
ff25f00530 Added a dropdown example to all navbar examples. 2020-07-16 19:35:54 +02:00
Thomas Park
0b52fdd9ab add toasts to preview pages, #944 2020-02-07 13:23:30 -05:00
Thomas Park
891376893a in docs, remove data-toggle from btn-group 2020-02-04 12:22:15 -05:00
Thomas Park
778c0ef07c add range slider to preview pages, closes #560 2019-11-26 15:11:20 -05:00
Thomas Park
8359e2d05c remove wrapbootstrap from navbar 2019-08-10 23:45:05 -04:00
Thomas Park
6ebdc026e4 allow source modal to be closed with escape key 2019-06-01 11:00:54 -04:00
Thomas Park
d965464fa8 update footer links to https, closes #900 2019-04-10 15:33:15 -04:00
Florian Kaldowski
ab5819d348 Direct download (#1)
* Direct download

* Direct download

* Direct download

* Direct download

* Direct download

* Direct download

* Direct download

* Direct download

* Direct download

* Direct download

* Direct download

* Direct download

* Direct download

* Direct download

* Direct download

* Direct download

* Direct download

* Direct download

* Direct download

* Direct download

* Direct download

* Direct download
2019-03-06 15:54:16 +01:00
Thomas Park
6dd080dcc4 add custom switch to previews, #884 2019-01-10 14:57:54 -05:00
Thomas Park
8f19e2e7c4 remove builtwithbootstrap 2018-12-04 09:51:48 -05:00
Thomas Park
a0f5612563 add text-secondary to preview pages 2018-10-16 13:01:02 -04:00
Thomas Park
6cdff25117 update ad code 2018-05-22 18:55:46 -04:00
Thomas Park
85c87c3c8e fix custom file input part 2 2018-04-16 16:18:47 -04:00
Thomas Park
7843b4781a fix custom file input markup 2018-04-16 16:08:52 -04:00
Thomas Park
7276d66344 make code snippets selectable with contenteditable 2018-04-16 13:14:19 -04:00
Thomas Park
2caa868f12 simplex: fix secondary card text color, closes #809 2018-03-20 14:16:39 -04:00
Thomas Park
4085d342c9 update sponsor 2018-02-28 17:43:46 -05:00
Thomas Park
83f5465a97 remove text color classes from bordered cards, closes #790 2018-02-13 13:58:30 -05:00
Thomas Park
150745bc59 fix light alert colors, closes #783 2018-02-01 10:34:54 -05:00
m5o
d6db3c4840 update checkbox or radio style button toggling
* checkbox or radio style button toggling

via: https://getbootstrap.com/docs/4.0/components/buttons/#checkbox-and-radio-buttons
2018-01-04 18:11:59 +01:00
m5o
236fc35fbe update custom-control markup 2018-01-02 20:20:22 +01:00
m5o
4c320abeab update input-group markup 2018-01-02 20:12:53 +01:00
m5o
008febb07e update table markup
* update table markup
* https://getbootstrap.com/docs/4.0/content/tables/#contextual-classes
2017-12-08 12:12:42 +01:00
Thomas Park
75f209ca91 Merge pull request #736 from m5o/sink-nav-fix
update nav example
2017-12-05 10:02:37 -05:00
Thomas Park
1ba679f711 Merge pull request #735 from m5o/sink-alert-fix
update alert example
2017-12-05 10:01:54 -05:00
m5o
880f4572ad update nav example
* use `.flex-column` for vertical navigation
* show first tab content
2017-12-05 14:28:56 +01:00
m5o
57318ee2b1 update alert example
* update alert example
* https://getbootstrap.com/docs/4.0/components/alerts/#additional-content
2017-12-05 14:18:56 +01:00
m5o
aa8338ee77 update form markup
* update form markup
* add `.form-control-plaintext` example
* use `.valid-feedback`
* use `.invalid-feedback`
* add disabled checkbox
* fix indentation
* add custom forms section
2017-12-05 14:12:05 +01:00
Thomas Park
3446991d8f Merge pull request #733 from m5o/sink-cards
update card markup
2017-12-03 12:56:24 -05:00
Thomas Park
c3bda34932 Merge pull request #732 from m5o/sink-jumbotron
update jumbotron markup
2017-12-03 12:55:19 -05:00
m5o
005af9598f update card markup
* update `.card` markup
* add `.list-group`
* add simple `.card-body` example
* https://getbootstrap.com/docs/4.0/components/card/#card-styles
  * https://getbootstrap.com/docs/4.0/components/card/#background-and-color
  * https://getbootstrap.com/docs/4.0/components/card/#border
2017-12-03 12:51:39 +01:00
m5o
d541fbba18 update jumbotron markup
* update `.jumbotron` markup
* https://getbootstrap.com/docs/4.0/components/jumbotron/
2017-12-03 12:13:31 +01:00
m5o
de07478fe9 update blockquotes markup
* update `.blockquote` markup
* add alignment variants `.text-center` / `.text-right`
* https://getbootstrap.com/docs/4.0/content/typography/#blockquotes
2017-12-03 12:02:15 +01:00
m5o
8803decdf1 update list-group markup
* update list-group markup
* see: https://getbootstrap.com/docs/4.0/components/list-group/
2017-12-03 01:00:51 +01:00
XhmikosR
05bc06a727 Compress images.
The thumbnails are converted to 8-bit; the rest are losslessly compressed.

Before: 968 KB (991.784 bytes)
After:  408 KB (418.420 bytes)
2017-11-23 17:36:54 +02:00
Thomas Park
b8ef8347c6 update license url 2017-11-07 15:15:39 -05:00
Thomas Park
0017790708 move files to _assets and _vendor 2017-11-04 00:31:20 -04:00
Thomas Park
60c5d1f696 move files to dist and docs 2017-11-03 20:35:32 -04:00