Skip to content

Commit d3e8d6a

Browse files
committed
reorg file structure
1 parent cfe4db2 commit d3e8d6a

13 files changed

+19
-13
lines changed

redteam/Dockerfile Dockerfile

File renamed without changes.

redteam/Winwheel.js Winwheel.js

File renamed without changes.

redteam/airhorn.mp3 airhorn.mp3

File renamed without changes.

redteam/index.html index.html

+19-13
Original file line numberDiff line numberDiff line change
@@ -79,21 +79,21 @@
7979
'segments' : // Define segments including colour and text.
8080
[
8181
{'fillStyle' : '#2B00FF', 'text' : '5min hands off', 'textFillStyle' : '#FFFFFF'},
82-
{'fillStyle' : '#FF0000', 'text' : 'Sing or else...'},
83-
{'fillStyle' : '#FF0000', 'text' : 'Service break'},
84-
{'fillStyle' : '#FF0000', 'text' : 'Change PW'},
82+
{'fillStyle' : '#FF0000', 'text' : 'Sing or else...', 'textFillStyle' : '#FFFFFF'},
83+
{'fillStyle' : '#FF0000', 'text' : 'Service break', 'textFillStyle' : '#FFFFFF'},
84+
{'fillStyle' : '#FF0000', 'text' : 'Change PW', 'textFillStyle' : '#FFFFFF'},
8585
{'fillStyle' : '#B7B7B7', 'text' : 'No action'},
86-
{'fillStyle' : '#FF0000', 'text' : 'Lose GUI'},
87-
{'fillStyle' : '#FF0000', 'text' : 'No FW'},
88-
{'fillStyle' : '#FF0000', 'text' : 'RM rand bin'},
86+
{'fillStyle' : '#FF0000', 'text' : 'Lose GUI', 'textFillStyle' : '#FFFFFF'},
87+
{'fillStyle' : '#FF0000', 'text' : 'No FW', 'textFillStyle' : '#FFFFFF'},
88+
{'fillStyle' : '#FF0000', 'text' : 'RM rand bin', 'textFillStyle' : '#FFFFFF'},
89+
{'fillStyle' : '#B7B7B7', 'text' : 'Reee-spin'},
90+
{'fillStyle' : '#FF0000', 'text' : 'Push-ups or else...', 'textFillStyle' : '#FFFFFF'},
91+
{'fillStyle' : '#FF0000', 'text' : 'Logout all', 'textFillStyle' : '#FFFFFF'},
92+
{'fillStyle' : '#FF0000', 'text' : 'Deface site', 'textFillStyle' : '#FFFFFF'},
8993
{'fillStyle' : '#B7B7B7', 'text' : 'No action'},
90-
{'fillStyle' : '#FF0000', 'text' : 'Push-ups or else...'},
91-
{'fillStyle' : '#FF0000', 'text' : 'Logout all'},
92-
{'fillStyle' : '#FF0000', 'text' : 'Deface site'},
93-
{'fillStyle' : '#B7B7B7', 'text' : 'No action'},
94-
{'fillStyle' : '#FF0000', 'text' : 'Flood shells'},
95-
{'fillStyle' : '#FF0000', 'text' : 'Isayno'},
96-
{'fillStyle' : '#FF0000', 'text' : 'Delete config'}
94+
{'fillStyle' : '#FF0000', 'text' : 'Flood shells', 'textFillStyle' : '#FFFFFF'},
95+
{'fillStyle' : '#FF0000', 'text' : 'Isayno', 'textFillStyle' : '#FFFFFF'},
96+
{'fillStyle' : '#FF0000', 'text' : 'Delete config', 'textFillStyle' : '#FFFFFF'}
9797
],
9898
'animation' : // Define spin to stop animation.
9999
{
@@ -102,6 +102,12 @@
102102
'spins' : 8,
103103
'callbackFinished' : playSound2,
104104
},
105+
'pins' : // Turn pins on.
106+
{
107+
'number' : 16,
108+
'fillStyle' : 'silver',
109+
'outerRadius': 4,
110+
}
105111
});
106112

107113
// Loads the tick and airhorn audio sound in to an audio object.

redteam/main.css main.css

File renamed without changes.
File renamed without changes.

redteam/spin_off.png spin_off.png

File renamed without changes.

redteam/spin_on.png spin_on.png

File renamed without changes.

redteam/tick.mp3 tick.mp3

File renamed without changes.

redteam/waiting.mp3 waiting.mp3

File renamed without changes.

redteam/wb.pdn wb.pdn

File renamed without changes.

redteam/wb.png wb.png

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)