BOOTSTRA.386

A vintage 1980s DOS inspired Twitter Bootstrap theme

  • Owner: kristopolous/BOOTSTRA.386
  • Platform:
  • License:: Apache License 2.0
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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

See the wiki for more documentation.

Main metrics

Overview
Name With Ownerkristopolous/BOOTSTRA.386
Primary LanguageHTML
Program languageShell (Language Count: 11)
Platform
License:Apache License 2.0
所有者活动
Created At2013-04-12 13:17:25
Pushed At2024-09-11 14:45:20
Last Commit At2024-06-18 22:16:30
Release Count2
Last Release Namebs3-pre2 (Posted on 2015-04-19 16:44:35)
First Release Namebs3-pre1 (Posted on 2015-03-13 15:37:17)
用户参与
Stargazers Count6.7k
Watchers Count131
Fork Count313
Commits Count536
Has Issues Enabled
Issues Count87
Issue Open Count33
Pull Requests Count11
Pull Requests Open Count12
Pull Requests Close Count41
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private