redcatgirl / bootstrap.386
A vintage 1980s DOS inspired Twitter Bootstrap theme
Fund package maintenance!
kristopolous
Installs: 14
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 309
Open Issues: 0
Language:HTML
This package is auto-updated.
Last update: 2024-10-17 13:07:42 UTC
README
Download for your favorite bootstrap version with all the necessary JS and CSS to get started right away:
- BOOTSTRA/386 ][ (from 2013) 144KB
- BOOTSTRA/386 iii (from 2015) 423KB
- BOOTSTRA/386 4 (2020 - in progress) - demo - remaining issues - current build
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:
Configuration
Javascript settings are set via a global _386
object.
Animation
The loading animation can be configured through the following values:
- fastLoad
[bool]
(default: false) - disable all animation. - onePass
[bool]
(default: false) - when set, this will disable the second flyby cursor - speedFactor
[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 }
.
Accomodating users without javascript
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>
Distractions
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!
Bugs and Stuff
Check out the contribution doc - it's easy, I swear.
Contact
- Mailing list
- Also try my github username on your messaging platform of choice
See the wiki for more documentation.
Attributions
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 ...