diff --git a/floppies/giulia/cgi-bin/index.cgi b/floppies/giulia/cgi-bin/index.cgi index 0cde9e9..a06606f 100755 --- a/floppies/giulia/cgi-bin/index.cgi +++ b/floppies/giulia/cgi-bin/index.cgi @@ -46,7 +46,7 @@ div.movie img { - +
{% for i in items %}
diff --git a/floppies/nadine1/noweb/img/drone1.svg b/floppies/nadine1/noweb/img/drone1.svg index 5acf5e6..6424fa4 100644 --- a/floppies/nadine1/noweb/img/drone1.svg +++ b/floppies/nadine1/noweb/img/drone1.svg @@ -1,27 +1,50 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/floppies/nadine1/noweb/img/drone2.svg b/floppies/nadine1/noweb/img/drone2.svg index c3c6618..1f86069 100644 --- a/floppies/nadine1/noweb/img/drone2.svg +++ b/floppies/nadine1/noweb/img/drone2.svg @@ -1,20 +1,21 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/floppies/nadine1/noweb/img/drone3.svg b/floppies/nadine1/noweb/img/drone3.svg index 2b314de..9af0b6e 100644 --- a/floppies/nadine1/noweb/img/drone3.svg +++ b/floppies/nadine1/noweb/img/drone3.svg @@ -2,25 +2,18 @@ - + + + + + + - - - - - - - - - - - - + + + diff --git a/floppies/nadine1/noweb/index.html b/floppies/nadine1/noweb/index.html index bf9596f..cc4f892 100644 --- a/floppies/nadine1/noweb/index.html +++ b/floppies/nadine1/noweb/index.html @@ -1,28 +1,20 @@ - - - + Drone
-
Table of contents from the
National Couterterrorism Center's (NCC)
'Watchlisting Guidance'
-
- -

- Please remove your shoes, put your head back and enjoy the sound of drones! -

- +
Drone Oddity
#1
+

Please remove your shoes, put your head back and enjoy the sound of drones!

-
- +
Buy war rugs here...
@@ -31,8 +23,15 @@ - diff --git a/floppies/nadine1/noweb/style.css b/floppies/nadine1/noweb/style.css index 51efc91..80dc726 100644 --- a/floppies/nadine1/noweb/style.css +++ b/floppies/nadine1/noweb/style.css @@ -5,58 +5,59 @@ background-position: center; background-size: 100%; font-family: 'Roboto Mono', monospace; + margin: 0 !important; } - header{} - .title {text-align: center; - font-size: 45px; - margin-top: 50px; - color: black; - font-weight: 700; - margin-left: 20px; - margin-right:20px; - } - .title a {color:black; - text-decoration: underline;} - a{text-decoration: none; - } - .title span{ - background-color: rgba(255,255,255,.9); - } - .subtitle{font-size: 50px; + + @font-face { + font-family: 'Roboto Mono', monospace; + src: url(RobotoMono-Regular.ttf); +} +header{ + height: 400px; + background: black; /* For browsers that do not support gradients */ + background: -webkit-linear-gradient(black, transparent); /* For Safari 5.1 to 6.0 */ + background: -o-linear-gradient(black, transparent); /* For Opera 11.1 to 12.0 */ + background: -moz-linear-gradient(black, transparent); /* For Firefox 3.6 to 15 */ + background: linear-gradient(black, transparent); /* Standard syntax (must be last) */ + margin:-10px; + padding-top: 60px; +} + + .title { + padding-top: 40px; text-align: center; - font-weight: 100; - color: black; + font-size: 70px; + color: white; + margin:auto; + font-weight: 700;; + padding: 6px; } - .shoes{font-size: 20px; - font-style: normal;} - .subtitle span{ - background-color: rgba(255,255,255,.8); - } - .instructions span{background-color: rgba(0,0,20,.85)} + + .title a { + color:black; + text-decoration: underline;} + + a{ text-decoration: none;} .instructions{ - max-width: 300px; - line-height: 22px - font-size: 30px; - margin-bottom: 20px; - font-weight: 100; + text-align: center; + max-width: 39%; + line-height: 26px; + font-size: 20px; + padding: 10px; + margin: auto; + font-weight: 500; color: white; - font-style: italic;} - - audio{ - width: 100%; - margin-bottom: -5px;} + } .wrap{width: 100%; } - .transcript{ width:40%; margin:auto; height:5500px; overflow: hidden; - border: 4px solid; - } + .title-transcript{ margin-top: 0; margin-bottom: 0; @@ -75,11 +76,31 @@ height:5500px; width: 100%; } + footer{ + height: 400px; + background: black; /* For browsers that do not support gradients */ + background: -webkit-linear-gradient(transparent, black); /* For Safari 5.1 to 6.0 */ + background: -o-linear-gradient(transparent, black); /* For Opera 11.1 to 12.0 */ + background: -moz-linear-gradient(transparent, black); /* For Firefox 3.6 to 15 */ + background: linear-gradient(transparent, black); /* Standard syntax (must be last) */ + margin:-10px; + padding: 20px; + } + .subtitle{ + text-align: center; + font-size: 40px; + color: white; + font-weight: 700;; + } + + .subtitle a{ + text-decoration: none; + color: white; + } embed::-webkit-scrollbar-track { - /*border: 1px solid black; -*/ background-color: #F5F5F5; + background-color: #F5F5F5; } embed::-webkit-scrollbar @@ -95,12 +116,19 @@ embed::-webkit-scrollbar-thumb /*////////mobile///////*/ @media screen and (max-width:767px) { -.title{font-size: 35px;} - .transcript{ - +.title{font-size: 30 px; + max-width: 90%;} +.instructions{max-width: 90%;} + + .transcript{ + margin-top: 50px; width:90%; - height: 500px; + height: 6555px; } - - +.transcript embed{height: 6555px;} +.header{margin-bottom: 20px;} +.footer{height: 600px;} +.subtitle{ + margin-top: 40px; + font-size: 26px;} }/*end of 767*/ diff --git a/floppies/nadine1/noweb/txt/watchlist.txt b/floppies/nadine1/noweb/txt/watchlist.txt deleted file mode 100644 index 907375f..0000000 --- a/floppies/nadine1/noweb/txt/watchlist.txt +++ /dev/null @@ -1,383 +0,0 @@ -Chapter 1 - section 1 - sub 1 - foot 1 - sub 2 - foot 1 - foot 2 - sub 3 - sub 4 - section 2 - sub 1 - foot 1 - sub 2 - foot 1 - foot 2 - sub 3 - foot 1 - sub 4 - sub 5 - foot 1 - foot 2 - subsub 1 - sub 6 - sub 7 - foot 1 - sub 8 - sub 9 - sub 10 - foot 1 - subsub 1 - subsub 2 - subsubsub 1 - subsubsub 2 - subsubsub 3 - sub 11 - sub 12 - sub 13 - foot 1 - foot 2 - sub 14 - foot 1 - section 3 - sub 1 - foot 1 - subsub 1 - subsub 2 - subsub 3 - subsub 4 - sub 2 - section 4 - sub 1 - foot 1 - sub 2 - foot 1 - sub 3 - section 5 - sub 1 - subsub 1 - subsub 2 - foot 1 - section 6 - sub 1 - sub 2 - sub 3 - sub 4 - sub 5 - foot 1 - sub 6 - foot 1 - sub 7 - sub 8 - sub 9 - foot 1 - - section 7 - sub 1 - sub 2 - foot 1 - sub 3 - sub 4 - section 8 - sub 1 - sub 2 - sub 3 - subsub 1 - subsub 2 - subsub 3 - foot 1 - sub 4 - sub 5 - foot 1 - sub 6 - subsub 1 - subsub 2 - subsub 3 - subsub 4 - foot 1 - subsub 5 - subsub 6 - subsub 7 - subsub 8 - subsub 9 - sub 7 - sub 8 - sub 9 - section 9 - sub 1 - foot 1 - sub 2 - subsub 1 - subsub 2 - subsub 3 - foot 1 - subsub 4 - sub 3 - sub 4 - sub 5 - sub 6 - subsub 1 - subsub 2 - sub 7 - subsub 1 - subsub 2 - foot 1 - subsubsub 1 - foot 1 - subsubsub 2 - subsubsub 3 - subsubsub 4 - subsubsub 5 - sub 8 - sub 9 - foot 1 - sub 10 - foot 1 - subsub 1 - foot 1 - subsub 2 - subsubsub 1 - subsubsubsub 1 - subsubsubsub 2 - subsubsubsub 3 - subsubsubsub 4 - subsubsubsub 5 - subsubsubsub 6 - subsubsubsub 7 - subsubsub 2 - sub 11 - sub 12 - subsub 1 - censored 2 - subsub 2 - subsub 3 - subsub 4 - sub 13 - subsub 1 - subsubsub 1 - subsubsub 2 - subsubsub 3 - subsubsub 4 - subsub 2 - subsub 3 - subsub 4 - subsub 5 - subsub 6 - sub 14 - sub 15 - sub 16 - section 10 - sub 1 - sub 2 - sub 3 - subsub 1 - subsub 2 - subsub 3 - foot 1 - sub 4 - sub 5 - section 11 - sub 1 - sub 2 - foot 1 - sub 3 - sub 4 - sub 5 - section 12 - sub 1 - -Chapter 2 - section 1 - sub 1 - section 2 - sub 1 - subsub1 - sub 2 - sub 3 - sub 4 - subsub 1 - subsub 2 - subsubsub 1 - subsubsub 2 - subsubsub 3 - subsubsub 4 - foot 1 - subsubsub 5 - foot 1 - subsubsub 6 - subsub 3 - foot 1 - subsubsub 1 - subsubsub 2 - subsubsub 3 - subsubsub 4 - subsubsub 5 - subsubsub 6 - subsubsub 7 - subsubsub 8 - subsubsub 9 - subsubsub 10 - section 3 - sub 1 - sub 2 - subsub 1 - subsub 2 - subsub 3 - subsub 4 - subsub 5 - subsub 6 - subsub 7 -Chapter 3 - section 1 - sub 1 - sub 2 - section 2 - sub 1 - sub 2 - sub 3 - sub 4 - sub 5 - sub 6 - sub 7 - subsub 1 - subsub 2 - subsub 3 - subsub 4 - section 3 - sub 1 - subsub 1 - subsub 2 - sub 2 - subsub 1 - subsub 2 - subsub 3 - subsub 4 - section 4 - sub 1 - subsub 1 - sub 2 - subsub 1 - subsub 2 - subsub 3 - subsub 4 - subsubsub 1 - subsubsubsub 1 - subsubsubsub 2 - subsubsubsub 3 - subsubsubsub 4 - subsub 5 - subsubsub 1 - subsub 6 - subsub 7 - subsub 8 - subsubsub 1 - subsub 9 - subsubsub 1 - subsub 10 - subsub 11 - subsub 12 - subsub 13 - section 5 - sub 1 - subsub 1 - subsubsub 1 - subsubsubsub 1 - subsubsubsub 2 - subsubsub 2 - subsubsub 3 - subsub 2 - subsub 3 - subsub 4 - subsub 5 - subsub 6 - subsubsub 1 - subsubsub 2 - subsubsub 3 - subsubsub 4 - subsubsub 5 - subsub 7 - section 6 - sub 1 - subsub 1 - subsubsub 1 - subsubsub 2 - subsubsub 3 - subsubsub 4 - subsub 2 - subsub 3 - sub 2 - subsub 1 - sub 3 - subsub 1 - subsubsub 1 - subsubsub 2 - subsub 2 - section 7 - sub 1 - subsub 1 - subsub 2 - subsub 3 - subsub 4 - subsub 5 - subsub 6 - subsub 7 - subsub 8 - subsub 9 - subsub 10 - subsub 11 - subsub 12 - subsub 13 - subsub 15 - subsub 16 - subsub 17 - subsub 18 - subsub 19 - subsub 20 - subsub 21 - subsub 22 - subsub 23 - subsub 24 - subsub 25 - subsub 26 - subsub 27 - subsub 28 - subsub 29 - subsub 30 - subsub 31 - subsub 32 - subsub 33 - subsub 34 - subsub 35 - subsub 36 - subsub 37 - subsub 38 - subsub 39 - subsub 40 - subsub 41 - subsub 42 - subsub 43 - subsub 44 - subsub 45 - subsub 46 -Chapter 4 - - - - - - - - - - - - - - - - - - - - - diff --git a/floppies/nadine2/readnew.py b/floppies/nadine2/readnew.py index 7f7fed0..ccfd630 100755 --- a/floppies/nadine2/readnew.py +++ b/floppies/nadine2/readnew.py @@ -6,10 +6,10 @@ from time import sleep dic={ "narrator": "en-us", -"Pilot": "klatt", -"Sensor": "whisper", -"MC": "pt", -"Jag25": "mb-us2", +"Pilot": "m4", +"Sensor": "m7", +"MC": "m2", +"Jag25": "m6", "Unknown": "f1" } diff --git a/floppies/nadine2/transcripts-drone-attack.txt b/floppies/nadine2/transcripts-drone-attack.txt index 26ac92f..047b4c1 100644 --- a/floppies/nadine2/transcripts-drone-attack.txt +++ b/floppies/nadine2/transcripts-drone-attack.txt @@ -1,5 +1,5 @@ -00:59 (Pilot): Can you zoom in a little bit man, *expletive* let em take a look -00:59 (Sensor): at least 4 in *expletive* the back of the pickup +00:59 (Pilot): Can you zoom in a little bit man, let em take a look +00:59 (Sensor): at least 4 in the back of the pickup 00:59 (Pilot): what about the guy under the north arrow, does it look like he is hold'n something across his chest 00:59 (Sensor): yea it's kind of weird how they all have a cold spot on their chest 00:59 (Pilot): It's what they've been doing here lately, they wrap their *expletive* up in their man dresses so you can't PID it @@ -84,3 +84,10 @@ CLASSIFIED CLASSIFIED CLASSIFIED + +04:07 (Sensor) : We're gonna look like we're gonna be looking at 421. +04:07 (Pilot) : Yeah +04:07 (Sensor) : For a hostile intent and... initial plan without seeing how they break up, follow the largest group. +04:07 (Pilot) : Yeah, sounds good. When it all comes down, if everybody is running in their separate direction, I don't care if you just follow one guy, you know like whatever you decide to do I'm with you on it. + +