491942bf414390468edd5b74d53073f7055e9251
Sebastian Hahn iAttempt at adding the rule...

Sebastian Hahn authored 7 years ago

1) <!DOCTYPE html>
2) <html lang="en">
3) 
4)   <head>
5)     <meta charset="utf-8">
6)     <meta name="viewport" content="width=device-width, initial-scale=1.0">
7)     <meta name="description" content="">
8)     <link href="css/bootstrap.min.css" rel="stylesheet">
9) 
hiromipaw Minify JS and CSS

hiromipaw authored 6 years ago

10)     <link rel="stylesheet" type="text/css" href="styles.min.css" />
Sebastian Hahn iAttempt at adding the rule...

Sebastian Hahn authored 7 years ago

11) 
12)     <script type="text/javascript" src="js/jquery-1.11.0.min.js"></script>
13)     <script type="text/javascript" src="js/easyXDM.min.js"></script>
14)     <script type='text/javascript' src="js/modernizr.min.js"></script>
hiromipaw Minify JS and CSS

hiromipaw authored 6 years ago

15)     <script type='text/javascript' src="js/css3-mediaqueries.min.js"></script>
16)     <script type="text/javascript" src="js/animate.min.js"></script>
Sebastian Hahn iAttempt at adding the rule...

Sebastian Hahn authored 7 years ago

17) 
18)     <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
19)     <!--[if lt IE 9]>
hiromipaw Minify JS and CSS

hiromipaw authored 6 years ago

20)       <script type='text/javascript' src="js/html5.min.js"></script>
Sebastian Hahn iAttempt at adding the rule...

Sebastian Hahn authored 7 years ago

21)       <script type='text/javascript' src="js/respond.min.js"></script>
22)     <![endif]-->
23)   </head>
24) 
25)   <body class="tdwfb-banner">
26)     <div class="hidden-xs">
27)       <div id="banner-container">
28)       <div class="second-slide" id="second-slide">
29)         <div class="col-sm-3 leftside">
30)             <div class="leftsidecontainer">
31)               <div class="logotext">
32)                   <a href="https://NoGlobalWarrants.org" target="_parent">
33)                       <img src="imgs/spider.svg" id="animate" class="img-responsive" />
34)                   </a>
35)               </div>
36)             </div>
37)           </div>
38)           <div class="col-sm-9 rightside top">
39)             <div class="rightsidecontainer">
40)               <h2>TELL THE U.S. CONGRESS:</h2>
41)               <h1>REJECT THE RULE 41 PROPOSAL</h1>
42)               <p>The change to Rule 41 would create a new avenue for the U.S. government to hack into computers around the world. It's a security nightmare.</p>
43)               <div class="btn-container">
44)                 <a class="btn btn-lg btn-green" id="action_us" href="#">Take action in the U.S.</a>
45)                 <a class="btn btn-lg btn-green" id="action_not_us" href="#">Take action outside the U.S.</a>
46)               </div>
47)             </div>
48)           </div>
49)         </div>
50)       </div>
51)     </div>
52) 
53)     <div class="footer-wrapper">
54)       <div id="banner-container" class="footer">
55)         <div id="homepage_link">
56)           <a href="https://NoGlobalWarrants.org" target="_blank">NoGlobalWarrants.org</a>
57)         </div>
58)       </div>
59)     </div>
60)   </div>
61) 
62)    <div class="mobile-banner visible-xs abs-centered">
63)       <a href="https://NoGlobalWarrants.org" target="_blank"><img src="imgs/mobile_txt.png" class="img-responsive abs-centered" /></a>
64)    </div>
65) 
hiromipaw Move scripts to their own j...

hiromipaw authored 6 years ago

66) 
hiromipaw Minify JS and CSS

hiromipaw authored 6 years ago

67)     <script type='text/javascript' src="js/main.min.js"></script>
Sebastian Hahn iAttempt at adding the rule...

Sebastian Hahn authored 7 years ago

68)   </body>