Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Tabler | 33,438 | 16 | 5 | 4 days ago | 16 | April 04, 2019 | 51 | mit | HTML | |
Tabler is free and open-source HTML Dashboard UI Kit built on Bootstrap | ||||||||||
Ngx Admin | 24,340 | 7 | 16 days ago | 11 | July 19, 2017 | 463 | mit | TypeScript | ||
Customizable admin dashboard template based on Angular 10+ | ||||||||||
Bootswatch | 14,026 | 1,604 | 157 | 24 days ago | 39 | September 15, 2022 | 34 | mit | JavaScript | |
Themes for Bootstrap | ||||||||||
Selectize.js | 12,916 | 600 | 105 | 8 days ago | 7 | July 12, 2018 | 37 | apache-2.0 | SCSS | |
Selectize is the hybrid of a textbox and <select> box. It's jQuery based, and it has autocomplete and native-feeling keyboard navigation; useful for tagging, contact lists, etc. | ||||||||||
Coreui Free Bootstrap Admin Template | 11,525 | 3 | 1 | 2 months ago | 3 | May 25, 2017 | 10 | mit | HTML | |
Free Bootstrap Admin & Dashboard Template | ||||||||||
Startbootstrap | 7,146 | 2 years ago | July 20, 2014 | 2 | other | HTML | ||||
A library of free and open source Bootstrap themes and templates | ||||||||||
Bootstra.386 | 6,247 | 4 months ago | 1 | May 09, 2018 | 60 | apache-2.0 | HTML | |||
A vintage 1980s DOS inspired Twitter Bootstrap theme | ||||||||||
Jquery Ui Bootstrap | 5,486 | 4 | 5 years ago | March 15, 2015 | 49 | HTML | ||||
A jQuery UI theme based on Twitter Bootstrap | ||||||||||
Bootstrap Fileinput | 5,258 | 1,182 | 35 | 12 days ago | 89 | August 17, 2022 | 14 | other | JavaScript | |
An enhanced HTML 5 file input for Bootstrap 5.x/4.x./3.x with file preview, multiple selection, and more features. | ||||||||||
Jekyll Theme Chirpy | 3,783 | 20 hours ago | 37 | September 23, 2022 | 20 | mit | HTML | |||
A minimal, responsive and feature-rich Jekyll theme for technical writing. |
Bootstrap/386 is a Twitter bootstrap v2/31/4 theme to make webpages look like they are from the gentler, less distracting time of the 1980s.
____ ____ ____ _____________________ ___ ____ __ _____ ____ _____ / __ )/ __ \/ __ \/_ __/ ___/_ __/ __ \/ | / __ \ _/_/ |__ /( __ )/ ___/ / __ / / / / / / / / / \__ \ / / / /_/ / /| | / /_/ / _/_/ /_ </ __ / __ \ / /_/ / /_/ / /_/ / / / ___/ // / / _, _/ ___ |/ ____/ _/_/ ___/ / /_/ / /_/ / /_____/\____/\____/ /_/ /____//_/ /_/ |_/_/ |_/_/ /_/ /____/\____/\____/ The Definitive All-in-one Graphical Tool-Kit for Micros and Terminals. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - There's a lot of micros and a lot of this future has arrived. graphics modes. Today there's CGA, Hercules, MDA, and EGA. And that's only Use primitives like buttons, "toolbars" on the IBM-PC. and various "widgets" that will control your application. We handle rendering What about Tandy, CDC, Honeywell, these abstractions on screen for you. DEC, and Zenith? That's a different problem. How about the portables on Think of your software in terms of tomorrows' horizon? Plan to ignore the Windows, Icons, Menus, and Pull-Downs. Compaq-1? Your customers won't. Even a WIMP can do it (TM). Such incompatibilities shouldn't be That's the new paradigm of full-screen your concern. You focus on making interactive applications. Give your great microcomputer applications. We customers the rich interface that are focus on making your application work easy to use and also, easy to create. on tomorrow's computer. Give yourself that one-leg up on your competition. GUI is Good. GUI is God. It's called a "Graphical User Interface" They've been in development for years Just look at how beautiful at places like XEROX Parc in Palo Alto your application can look with and Carnegie Mellon. And now, finally BOOTSTRAP/386:
Javascript settings are set via a global _386
object.
The loading animation can be configured through the following values:
[bool]
(default: false) - disable all animation.[bool]
(default: false) - when set, this will disable the second flyby cursor[float]
(default: 1.0) - This controls how fast the animation happens. Higher values mean faster animation.Example:
_386 = { onePass: true, speedFactor: 1.25 };
Note: For the progressive animation to work you may need to set this stanza in your regular CSS:
body { visibility: hidden }
.
During a 2018 April fools' prank, a user pointed out that this theme doesn't work without javascript. This is a valid concern, however it cannot be addressed without a user manually doing something since this is just a bootstrap theme.
Luckily, HTML5 permits noscript in the head section which means that style can be put in the noscript section. This means that putting this in the header would permit people without JS on to see the site:
<noscript>
<style>
body { visibility: visible }
</style>
</noscript>
While you're here, let me plug another fun project I have. This one includes a 1990's style "made for tv" infomercial I made. It's a better way to search manpages called mansnip. At least watch the youtube video, that took me days.
Let's make software fun again, remember those days? Oh you're too young? Well trust me, it used to be a blast! Let's do that again, it was a good time.
Also you can give me money, as little as $1/month ... Click on that heart sponsor thing at the top ... I'm a sponsorer as well!
Check out the contribution doc - it's easy, I swear.
The font for the v4 is by VileR, used under Creative Commons Share-Alike, which can be found at int10h.org.
Notes
[1] The v3 version kinda sucked. You don't want that, do you? Brooks' 2nd system effect, not just the musings of 1975. Anyway, v4 is coming ...