forked from team/site
1
0
Fork 0
tilde.team/css
Ben Harris a2ff9e3c48
fix up makefile, remove npm scripts from package.json
thanks to @tomasino for the help with the makefile!

don't use npm run *

make compiles all scripts; make dev starts the live-reload dev server
2018-11-19 19:35:07 -05:00
..
img merge css in, add makefile 2018-11-19 19:08:30 -05:00
less merge css in, add makefile 2018-11-19 19:08:30 -05:00
LICENSE merge css in, add makefile 2018-11-19 19:08:30 -05:00
Makefile fix up makefile, remove npm scripts from package.json 2018-11-19 19:35:07 -05:00
README.md merge css in, add makefile 2018-11-19 19:08:30 -05:00
dracula.css new build artifacts 2018-11-18 19:08:12 -05:00
dracula.html fix up makefile, remove npm scripts from package.json 2018-11-19 19:35:07 -05:00
fork-awesome.css switch to fork awesome 2018-06-11 16:36:25 -04:00
hacker.css new build artifacts 2018-11-18 19:08:12 -05:00
haxor.png merge css in, add makefile 2018-11-19 19:08:30 -05:00
index.html fix up makefile, remove npm scripts from package.json 2018-11-19 19:35:07 -05:00
package-lock.json fix up makefile, remove npm scripts from package.json 2018-11-19 19:35:07 -05:00
package.json fix up makefile, remove npm scripts from package.json 2018-11-19 19:35:07 -05:00
shrinkwrap.yaml merge css in, add makefile 2018-11-19 19:08:30 -05:00
yarn.lock merge css in, add makefile 2018-11-19 19:08:30 -05:00

README.md

tilde team hacker bootstrap theme

this is a fork of brobin's hacker bootstrap

the latest compiled css will be available here

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.

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!

usage

you can pick up the latest hacker.css and reference the css in your page.

<link href="https://tilde.team/css/hacker.css" rel="stylesheet">

or you could be a real h4x0r.

h4x0rs only

open up your h4x0r terminal and type the following:

git clone https://tildegit.org/team/site
cd site/css

if you want to make adjustments with live-reloading, try this:

make dev

if you just want to compile, you can do this:

make

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