Giter Site home page Giter Site logo

thedod / sopa-pipa-protest-page Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sarajo/sopa-pipa-protest-page

1.0 2.0 0.0 344 KB

This is a standardized page to act as a placeholder for those taking down their websites on 1/18 to protest the Stop Online Piracy Act and PIPA.

JavaScript 100.00%

sopa-pipa-protest-page's Introduction

Let's Save the Internet!

This is a standardized page for the internet blackout planned for 1/18/2012. Feel free to contribute to the design, or fork to do something cool. This README will contain a list of sites planned to be taken down for the duration of the day of 1/18/2012. Please add yours, or ping me at [email protected] and I will add it to the list.

If you have access to the HTML in your homepage, between the two HEAD tags, you can drop in this bit of code. This will send your visitors to a protest page here: http://protestsopa.com. I blogged about this here.

<script>
var today = new Date();
if((today.getDate() == 18) && (today.getMonth() == 0) && (today.getFullYear() == 2012))
 {
      window.location = "http://protestsopa.org";
 }
</script>

If you are not a developer, or you don't know how to work the GitHubs, or have access to your HTML, and you would like to participate reach out to [email protected], and myself or a lovely assistant will walk you through the process beforehand, and help you revert your site back the way it was afterwards.

###Sites Pledged to be Blacked Out 1/18/2012 in Protest of SOPA/PIPA

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.