gkweb / stopdataretention

Simple embed code to help website owners protest the proposed new Australian Data Retention laws.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#STOP DATA RETENTION! Its WRONG!

================= ##Simple embed code to help website owners protest the proposed new Australian Data Retention laws. ##Embedd on your own site using the below code:


	<!-- [BEGIN] Stop data retention embed here -->
        <!--
        Stop Data retention because its wrong!
        Author website: http://gladekettle.com.au 
        -->
        <link rel="stylesheet" href="http://cdn.rawgit.com/gkweb/stopdataretention/master/dist/sdt.min.css">
        <script src="http://cdn.rawgit.com/gkweb/stopdataretention/master/dist/sdt.min.js"></script>
        <!-- ====================================== -->
        <!-- [END] Stop data retention embed here -->




##DEMO Demo

##To compile js/css requires nodejs to be installed and gulp to be installed globally.

###After node installed run: npm install -g gulp

###If MAC/nix: sudo npm install -g gulp

###THEN RUN: npm install

###If MAC/nix: sudo npm install

###To compile js and css from the root dir run: gulp

This will compile to the ./dist folder.

If forking - work within the src folder.

Does not include watch task - But this can be added with a simple google search to find info of how.

About

Simple embed code to help website owners protest the proposed new Australian Data Retention laws.

License:MIT License


Languages

Language:HTML 66.2%Language:PHP 15.1%Language:CSS 10.0%Language:JavaScript 8.8%