css/README.rst

47 lines
956 B
ReStructuredText
Raw Normal View History

2015-04-14 16:26:58 +00:00
================
Hacker Bootstrap
================
2015-04-14 18:59:52 +00:00
A Bootstrap theme for 1337 h4x0rs. Inspired by the classic green on black terminal style.
2015-04-14 16:32:41 +00:00
Check out the `example site <http://brobin.github.io/hacker-bootstrap/>`_!
2015-04-14 16:26:58 +00:00
-----
Usage
-----
**H4X0RS ONLY**
2015-04-14 18:59:52 +00:00
Make sure you have bootstrap and less installed. Open up your h4x0r terminal and type the following:
2015-04-14 16:26:58 +00:00
.. code-block:: bash
$ npm install bootstrap
$ npm install less
2015-04-14 18:59:52 +00:00
Then compile by using the 1337 compile script:
2015-04-14 16:26:58 +00:00
.. code-block:: bash
$ ./compile.sh
2015-04-14 16:32:41 +00:00
Finally, reference the css in your html and h4ck away!
2015-04-14 16:26:58 +00:00
.. code-block:: html
<link href="css/hacker.css" rel="stylesheet">
2015-04-14 17:01:40 +00:00
Or, you can just pick up the latest `hacker.css <http://brobin.github.io/hacker-bootstrap/css/hacker.css>`_
2015-04-14 16:26:58 +00:00
------------
Contributing
------------
Feel free to hack around and submit pull requests. Not every style is 100% comp1337, so any assistance is greatly appreciated.
-------
License
-------
MIT