See A Demo By Clicking Here
Download the latest zip file with all the necessary JS and CSS to get started right away.
Bootstrap/386 is a Twitter bootstrap v2/v3 theme to make webpages look like they are from the 1980s.
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>
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