-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcaptains.html
166 lines (166 loc) · 6.95 KB
/
captains.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<!DOCTYPE html>
<html>
<head>
<meta content='width=device-width, initial-scale=1' name='viewport'>
<script crossorigin='anonymous' integrity='sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=' src='https://code.jquery.com/jquery-3.1.1.min.js'></script>
<script src='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js'></script>
<script src='https://use.typekit.net/abb5hmw.js'></script>
<script>
try{Typekit.load({ async: true });}catch(e){}
</script>
<link href='css/bootstrap.min.css' rel='stylesheet'>
<link crossorigin='anonymous' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css' integrity='sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN' rel='stylesheet'>
<link href='css/main.css?' rel='stylesheet'>
</head>
<body>
<nav class='navbar navbar-inverse navbar-static-top'>
<div class='container'>
<div class='navbar-header'>
<button class='navbar-toggle collapsed' data-target='#navbar-collapse' data-toggle='collapse'>
<span class='icon-bar'></span>
<span class='icon-bar'></span>
<span class='icon-bar'></span>
</button>
<a class='navbar-brand' href='/'>The 1545</a>
</div>
<div class='collapse navbar-collapse' id='navbar-collapse'>
<ul class='nav navbar-nav'>
<li>
<a href='/teams.html'>Teams</a>
</li>
<li>
<a href='/schedule.html'>Schedule</a>
</li>
<li>
<a href='/rules.html'>Rules</a>
</li>
<li>
<a href='/captains.html'>Captains</a>
</li>
</ul>
<ul class='nav navbar-nav navbar-right'>
<li>
<a href='https://discord.gg/ZYfBpdk' target='_blank'>Discord</a>
</li>
<li>
<a href='https://twitch.tv/1545race' target='_blank'>Twitch</a>
</li>
<li>
<a href='https://twitter.com/1545race' target='_blank'>Twitter</a>
</li>
</ul>
</div>
</div>
</nav>
<div class='container'>
<div class='row'>
<div class='col-sm-10'>
<div class='page-header'>
<h1>Captain Duties</h1>
</div>
<ol>
<li>
Point of contact before and during the race.
<ul>
<li>Help answer questions for your team and help them out and cheer them on during the race.</li>
</ul>
</li>
<li>
Work with your team to create a team name.
<ul>
<li>It does not have to relate to your team's assigned color.</li>
<li>It can be whatever your team wants, but it does have to be within reason.</li>
<li>Please make a post in the captain's room in the discord whenever your team decides upon a name.</li>
<li>
<strong>This is due by May 1st.</strong>
</li>
</ul>
</li>
<li>
Encourage the team to hang out in voice chat if they'd like.
<ul>
<li>If the current runner is not in voice chat, then encourage your team to hang out in the runner's twitch chat.</li>
<li>Be as supportive as possible for any runners of your team who are running late at night.</li>
</ul>
</li>
<li>
Schedule runs for your team.
<ul>
<li>Make sure everyone is available for their run.</li>
<li>You'll want to make a typed out schedule either on some website, a google document, or Horaro.</li>
<li>Please post your schedule in the captain's room whenever it is made.</li>
<li>
<strong>This is due by July 10th.</strong>
</li>
</ul>
</li>
<li>
Make sure runners are ready to start their run when it starts.
<ul>
<li>Try to have them ready to go at least an hour before they're scheduled to start just in case.</li>
</ul>
</li>
<li>
If someone drops unexpectedly before the race, make a post in the captain's room and get in contact with an organizer immediately about it.
<ul>
<li>
If someone drops unexpectedly during the race, make a post in the
<code>#emergency-help</code>
channel and we will help address the situation immediately.
</li>
</ul>
</li>
<li>
Leave someone in charge of your duties while you sleep during the marathon.
<ul>
<li>You can have an assistant captain if you want someone to take over your duties while you're not there.</li>
</ul>
</li>
<li>
Team channel setup.
<ul>
<li>You have the option to have your team stream to a single channel, rather than individual channels.</li>
<li>You would be in charge of adding info panels, managing the stream key, etc. You can also add channel artwork, layouts and other information.</li>
<li>The way you handle your stream is up to you and your team. You can name your team's twitch channel however you want to.</li>
<li>Please post your team channel in the captain's room in the discord whenever you make it.</li>
<li>If your team does not want to have a team channel, you don't have to have one.</li>
<li>If your team is choosing to not make a team channel, please make a post in the captain's room saying so.</li>
<li>
<strong>Your team's decision is due by June 1st.</strong>
</li>
</ul>
</li>
<li>
Mitigate conflicts between team members.
<ul>
<li>If there is a conflict between you and a member of your team, bring it to an organizer.</li>
</ul>
</li>
</ol>
</div>
</div>
</div>
<footer>
<div class='container'>
<div class='row'>
<div class='col-sm-10'>
<div class='pull-right'>
<p>© 2017 fifteenfortyfive.org</p>
</div>
<ul>
<li>
<a href='https://discord.gg/ZYfBpdk' target='_blank'>Discord</a>
</li>
<li>
<a href='https://twitch.tv/1545race' target='_blank'>Twitch</a>
</li>
<li>
<a href='https://twitter.com/1545race' target='_blank'>Twitter</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
</body>
</html>