dr-w-site/css/README.md

61 lines
1.5 KiB
Markdown
Raw Permalink Normal View History

2018-11-20 00:08:30 +00:00
# tilde team hacker bootstrap theme
this is a fork of [brobin's hacker bootstrap](https://github.com/brobin/hacker-bootstrap)
the latest compiled css will be available [here](https://tilde.team/css/hacker.css)
2018-12-13 03:21:00 +00:00
if you want a quick start, feel free to use [skeleton.html](skeleton.html).
2020-07-09 20:17:22 +00:00
curl https://tilde.team/css/skeleton.html > mynewpage.html
2018-11-20 00:08:30 +00:00
the major changes from the original are a few tweaks to colors of code samples and font sizes.
feel free to use and modify as you like!
this is the style used on [tilde.team](https://tilde.team).
![](haxor.png)
a bootstrap theme for 1337 h4x0rs. inspired by the classic green on black terminal style. this theme will make your website 1337.
check out the [example site](https://tilde.team/css/)!
## usage
you can pick up the latest [hacker.css](https://tilde.team/css/hacker.css) and reference the css in your page.
2020-07-09 20:17:22 +00:00
<link href="https://tilde.team/css/hacker.css" rel="stylesheet">
2018-11-20 00:08:30 +00:00
**or** you could be a real h4x0r.
**h4x0rs only**
open up your h4x0r terminal and type the following:
2020-07-09 20:17:22 +00:00
git clone https://tildegit.org/team/site
cd site/css
2018-11-20 00:08:30 +00:00
if you want to make adjustments with live-reloading, try this:
2020-07-09 20:17:22 +00:00
make dev
2018-11-20 00:08:30 +00:00
if you just want to compile, you can do this:
2020-07-09 20:17:22 +00:00
make
2018-11-20 00:08:30 +00:00
you'll find the compiled css in hacker.css to do with as you please
## contributing
feel free to hack around and submit pull requests. not every style is 100% comp1337, so any assistance is greatly appreciated.
thanks for stopping by :)
## license
mit