Advertisement
Guest User

CISPA BLACKOUT CODE

a guest
Apr 22nd, 2013
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 6.26 KB | None | 0 0
  1. <!DOCTYPE html>
  2.     <html lang="en-US">
  3.         <head>
  4.             <!--
  5.            CISPA Blackout Script
  6.            Written By: Anthony Papillion <papillion@gmail.com>
  7.            Copyright (C) 2013 Anthony Papillion
  8.            Releaed under the GNU Public License
  9.            
  10.            This is a simple HTML page that will allow any website to participate in the
  11.            April 22nd website blackout in protest of CISPA. You may use this script on your own
  12.            website and you may change it as you see fit.
  13.            
  14.            Please be sure to change the "contact" link at the bottom of this page. Change the
  15.            anthony@cajuntechie.org email address to your own address as I am not able to help
  16.            visitors who contact me from your site. If you don't change the address, visitor emails
  17.            from your site that come to me will largely go unanswered.
  18.            -->
  19.             <title>THIS WEBSITE IS BLACKED OUT</title>
  20.             <meta equiv="description" content="A website blacked out in protest of CISPA" />
  21.             <meta equiv="keywords" content="CISPA,Stop CISPA,Anti-CISPA,Blacked Out Websites" />
  22.             <style type="text/css">
  23.             body {
  24.                 width:100%;
  25.                 background-color:#000;
  26.                 color: #fff;
  27.                 font-family: helvetica, arial, sans-serif;
  28.                 font-size:18px;
  29.                 }
  30.              
  31.             #containAll {
  32.                 width:600px;
  33.                 margin:0 auto;
  34.                 text-align:center;
  35.                 border:1px #fff solid;
  36.                 padding:10px;
  37.                 }
  38.            
  39.             #containText {
  40.                 padding:0px 20px;
  41.                 font-size:18px;
  42.                 line-height:24px;
  43.                 }
  44.                
  45.             #containFoot {
  46.         margin:20px 20px 5px;
  47.         font-weight:bold;
  48.         font-size:24px;
  49.         line-height:40px;
  50.         text-transform:uppercase;
  51.                 }
  52.            
  53.             a{
  54.                 color:#fff;
  55.                 }
  56.            
  57.             a:hover {
  58.                 text-decoration:none;
  59.                 }
  60.            
  61.             .center {
  62.         text-align:center;
  63.         margin-top:25px;
  64.             }
  65.            
  66.             hr {
  67.                 background:#fff;
  68.                 border:0px;
  69.                 height:1px;
  70.                 }
  71.            
  72.             h1 {
  73.                 margin:15px 20px;
  74.                 line-height:72px;
  75.                 letter-spacing:-6px;
  76.                 font-size:84px;
  77.                 }
  78.            
  79.             h2{
  80.                 margin:15px 20px 20px;
  81.                 font-weight:normal;
  82.                 line-height:40px;
  83.                 }
  84.            
  85.             p{
  86.             margin:20px 0px;
  87.             }
  88.             </style>
  89.         </head>
  90.         <body>
  91.             <div id="containAll">
  92.                 <h1>CISPA MUST BE STOPPED!</h1>
  93.                 <h2>This website is <strong><a href="http://www.huffingtonpost.com/2013/04/19/anonymous-blackout-cispa_n_3116509.html">shut down</a></strong> today as a response to the passage of <strong><a href="http://www.zdnet.com/cispa-passes-u-s-house-death-of-the-fourth-amendment-7000014205/">CISPA</a></strong>!</h2>
  94.                 <hr />
  95.                 <p class="center">
  96.                     <iframe width="560" height="315" src="http://www.youtube.com/embed/i_nFyavcld4" frameborder="0" allowfullscreen></iframe>
  97.                 </p>
  98.                 <div id="containText">
  99.                     <p>
  100.                         On Thursday, April 18th, 2013, the United States House of Representatives passed
  101.                         the Cyber Intelligence Sharing and Protection Act (CISPA), a bill that allows
  102.                         the companies you do business with to easily share your private information
  103.                         with the Federal Government and <i>provides no protection to you if that
  104.                         information is misused.</i> This is a dangerous piece of legislation which is
  105.                         designed to allow the federal government to bypass the protections given to
  106.                         Americans by the fourth amendment to the US Constitution. It's an end-run around
  107.                         the Constitution.
  108.                     </p>
  109.                     <p>
  110.                         As a response, the owners of this website, along with thousands of others, have
  111.                         chosen to "go black" today and take this site offline in protest of CISPA and
  112.                         to send a clear message to business, government, and other citizens, about what
  113.                         might happen if CISPA were to pass the US Senate and become an actual law.
  114.                     </p>
  115.                     <p>
  116.                         CISPA is dangerous to your freedom. We encourage you to help us fight it by
  117.                         <a href="https://www.senate.gov/general/contact_information/senators_cfm.cfm">
  118.                         contacting your Senators</a> and telling them to vote no on the bill when it
  119.                         comes to them for a vote. We also encourage you to
  120.                         <a href="http://www.govtrack.us/congress/votes/113-2013/h117">learn which
  121.                         Representatives voted yes on CISPA</a> and make sure they pay a high political
  122.                         price for their betrayal of our country by losing their seats in the next
  123.                         election. The only way to stop our government from passing these types of
  124.                         dangerous laws is to make sure that those who vote for them do so
  125.                         at their own peril.
  126.                     </p>
  127.                     <p>
  128.                         If you want to black out your own website in solidarity with us, you can find
  129.                         the code to this script <a href="https://github.com/cajuntechie/CISPABlackout">here</a>. Feel free to
  130.                         use it as you see fit. To learn more about CISPA or to alert your friends to this
  131.                         dangerous piece of law, use the links below.
  132.                     </p>
  133.                 </div>
  134.                 <hr />
  135.                 <div id="containFoot">
  136.                     <center>
  137.                         <a href="http://www.zdnet.com/cispa-passes-u-s-house-death-of-the-fourth-amendment-7000014205/">More About CISPA</a><br />
  138.                         <a href="http://www.huffingtonpost.com/2013/04/19/anonymous-blackout-cispa_n_3116509.html">More About The Blackout</a><br />
  139.                         <a href="http://www.govtrack.us/congress/votes/113-2013/h117">Did Your Rep Vote For CISPA?</a><br />
  140.                         Need Anything Else? <a href="mailto:dannymilligan@live.com?subject=CISPA Blackout">Email!</a>
  141.                     </center>
  142.                 </div>
  143.             </div>
  144.         </body>
  145.     </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement