-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.htm
336 lines (328 loc) · 13.1 KB
/
index.htm
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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
<!DOCTYPE html>
<html>
<head>
<!--#include virtual="header.shtml" -->
<!-- OpenGraph/Twitter Meta Tags -->
<!-- Title -->
<title>Home | KTDash.app</title>
<meta property="og:title" content="Home | KTDash.app">
<meta name="twitter:title" content="Home | KTDash.app">
<meta name="keywords" content="killteam, Kill Team, kill team roster builder, Octarius, Warhammer, 40000, 40k, wh40k, Roster, Battle Scribe, Printable, Card, Datacard, KTDash, dashboard">
<!-- Description -->
<meta name="description" content="KTDash is a web-based application for KillTeam - Run your KillTeam games, build your rosters and teams, and browse the compendium.">
<meta property="og:description" content="KTDash is a web-based application for KillTeam - Run your KillTeam games, build your rosters and teams, and browse the compendium.">
<meta name="twitter:description" content="KTDash is a web-based application for KillTeam - Run your KillTeam games, build your rosters and teams, and browse the compendium.">
<!-- URL -->
<meta property="og:url" content="https://ktdash.app/">
<meta property="twitter:url" content="https://ktdash.app/">
<!-- Image -->
<meta property="og:image" content="https://ktdash.app/img/og/Home.png">
<meta name="twitter:image" content="https://ktdash.app/img/og/Home.png">
<style>
<!--#include virtual="/css/styles.css" -->
</style>
</head>
<body ng-app="kt" ng-controller="ktCtrl" ng-init="initHome();" class="p-0 m-0 oswald">
<!--#include virtual="topnav.shtml" -->
<!--#include virtual="templates/dialogs.shtml" -->
<div class="m-0 p-0"
style="
background: linear-gradient(rgba(32, 32, 32, 0.5), rgba(32, 32, 32, .75), rgba(32, 32, 32, 1)), url('/img/homesplash_5.jpg');
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;">
<br/>
<h1 class="m-0 p-0 text-center" style="font-size: 64px;">
KTDash
</h1>
<div class="align-items-center m-0 p-0 mt-2 p-3 row">
<div class="col-md-2 col-xl-3"> </div>
<div class="col-12 col-md-8 col-xl-6">
KTDash is a web-based application for running your KillTeam games.
<ul>
<li>
Browse the <a class="navloader" href="/allfactions">Factions</a>
</li>
<li>
<a ng-if="currentuser != null" class="navloader" href="/u">Build your rosters</a>
<span ng-if="currentuser == null">Build your rosters</span>
or import a <a href="/u/KTDash">pre-built roster</a>
</li>
<li>
Generate <a class="navloader" href="/name.htm">names</a> for your operatives
</li>
<li>
Use the
<a ng-if="currentuser != null" class="navloader" href="/dashboard">Dashboard</a>
<span ng-if="currentuser == null">Dashboard</span>
to play your games
<span class="d-none d-lg-inline">
and track operative wounds, TacOps, Ploys, operative orders and activation, TP/CP/VP, and more
</span>
</li>
</ul>
</div>
<div class="col-md-2 col-xl-3"> </div>
</div>
<div class="align-items-center m-0 p-0 mt-2 p-3 text-center" ng-if="currentuser == null">
<h4 class="orange btn btn-primary"><a href="/signup.htm">Sign Up</a></h4>
<h4 class="orange btn btn-primary"><a href="/login.htm">Log In</a></h4>
</div>
</div>
<!-- div class="m-0 p-0 row orange cinzel text-center h4">
<div class="col-4">
<a class="nav-link navloader" href="/dashboard"><span class="fas fa-dice fa-fw"></span><span class="d-none d-md-inline"> Dashboard</span></a>
</div>
<div class="col-4">
<a class="nav-link navloader" href="/u"><span class="fas fa-users fa-fw"></span><span class="d-none d-md-inline"> My Rosters</span></a>
</div>
<div class="col-4">
<a class="nav-link navloader" href="/allfactions"><span class="fas fa-book-dead fa-fw"></span><span class="d-none d-md-inline"> Factions</span></a>
</div>
</div -->
<div class="m-0 p-0 row">
<!-- div class="m-0 p-0 col-12 col-md-6">
<h3 class="orange">
<a class="nav-link navloader" href="/u">
<span class="fas fa-users fa-fw"></span> My Rosters
</a>
</h3>
<ul>
<li ng-repeat="roster in myRosters">
<a class="navloader" href="/r/{{ roster.rosterid }}">{{ roster.rostername }}</a>
</li>
<li>
<a class="navloader" href="/u/KTDash">Pre-built rosters</a>
</li>
</ul>
</div -->
<div class="m-0 p-0 col-12 col-md-4 h-100">
<!-- Random Spotlighted Roster -->
<h3 class="orange">
<a class="nav-link navloader" href="/r/{{ myRoster.rosterid }}">
<i class="fas fa-star fa-fw" data-bs-toggle="tooltip" data-bs-placement="top" title="Spotlight"></i>
Roster Spotlight
</a>
</h3>
<!--#include virtual="templates/roster_card.shtml" -->
</div>
<div class="m-0 p-0 col-12 col-md-8">
<h3 class="orange">
<a class="nav-link navloader" href="/allfactions">
<span class="fas fa-book-dead fa-fw"></span> Factions
</a>
</h3>
<div style="column-width: 150px;">
<div style="break-inside: avoid;" class="line-top-light mt-2" ng-repeat="faction in factions">
<h6><a class="navloader" style="text-decoration: none;" href="/fa/{{ faction.factionid }}">{{ faction.factionname }}</a></h6>
<div class="m-0 p-0" ng-repeat="killteam in faction.killteams track by $index">
<ANY ng-if="settings['edition'] == '' || settings['edition'] == killteam.edition">
<strong ng-if="settings['edition'] == '' && ($index == 0 || killteam.edition != faction.killteams[$index - 1].edition)">{{ killteam.edition }}<br/></strong>
<a class="navloader" href="/fa/{{ faction.factionid }}/kt/{{ killteam.killteamid }}">{{ killteam.killteamname }}</a><br/>
</ANY>
</div>
</div>
</div>
</div>
<div class="m-0 p-0 col-12">
<h3 class="orange">
<a class="nav-link navloader" href="/news.htm">
<span class="far fa-newspaper fa-fw"></span> News
</a>
</h3>
<ul style="columns: 300px;">
<li>
<strong>14 Dec 2024</strong><br/>
Loaded <a href="/fa/IMP/kt/RAT24">Ratlings</a>!
</li>
<li>
<strong>12 Dec 2024</strong><br/>
Loaded <a href="/fa/ORK/kt/WK24">Wrecka Krew</a>!
</li>
<li>
<strong>06 Nov 2024</strong><br/>
Loaded <a href="/fa/CHAOS/kt/PM24">Plague Marines</a>!
</li>
<li>
<strong>23 Oct 2024</strong><br/>
Roster-level Equipment selections for kt2024 teams are now live! These are available on the <a href="/dashboard">Dashboard</a>
</li>
<li>
<strong>15 Oct 2024</strong><br/>
Loaded the last KT2024 team:
<ul>
<li><a href="/fa/IMP/kt/INQ24">Inquisitorial Agents</a></li>
</ul>
</li>
<li>
<strong>13 Oct 2024</strong><br/>
Loaded more KT2024 teams:
<ul>
<li><a href="/fa/AEL/kt/VDT24">Void-Dancer Troupe</a></li>
<li><a href="/fa/IMP/kt/INB24">Imperial Navy Breachers</a></li>
<li><a href="/fa/AEL/kt/BOK24">Blades Of Khaine</a></li>
<li><a href="/fa/IMP/kt/ESS24">Elucidian Starstriders</a></li>
<li><a href="/fa/TAU/kt/FSKB24">Farstalker Kinband</a></li>
<li><a href="/fa/CHAOS/kt/CULT24">Chaos Cult</a></li>
<li><a href="/fa/TYR/kt/WB24">Wyrmblade</a></li>
</ul>
</li>
<li>
<strong>12 Oct 2024</strong><br/>
Loaded more KT2024 teams:
<ul>
<li><a href="/fa/CHAOS/kt/GPI24">Gellerpox Infected</a></li>
</ul>
</li>
<li>
<strong>11 Oct 2024</strong><br/>
Loaded more KT2024 teams:
<ul>
<li><a href="/fa/IMP/kt/NOV24">Novitiates</a></li>
<li><a href="/fa/IMP/kt/HC24">Hunter Clade</a></li>
</ul>
</li>
<li>
<strong>06 Oct 2024</strong><br/>
Loaded more KT2024 teams:
<ul>
<li><a href="/fa/VOT/kt/HKS24">Hearthkyn Salvagers</a></li>
<li><a href="/fa/IMP/kt/AES24">Exaction Squad</a></li>
<li><a href="/fa/CHAOS/kt/FELL24">Fellgor Ravagers</a></li>
</ul>
</li>
<li>
<strong>05 Oct 2024</strong><br/>
Loaded more KT2024 teams:
<ul>
<li><a href="/fa/AEL/kt/HOTA24">Hand Of The Archon</a></li>
<li><a href="/fa/TAU/kt/PF24">Pathfinders</a></li>
<li><a href="/fa/SPEC/kt/NPO">Non-Player Operatives</a> (for KT2024 joint operations)</li>
</ul>
</li>
<li>
<strong>03 Oct 2024</strong><br/>
Loaded more KT2024 teams:
<ul>
<li><a href="/fa/CHAOS/kt/LEG24">Legionaries</a></li>
<li><a href="/fa/IMP/kt/KAS24">Kasrkin</a></li>
<li><a href="/fa/IMP/kt/DKK24">Death Korps</a></li>
<li><a href="/fa/CHAOS/kt/WC24">Warp Coven</a></li>
</ul>
</li>
<li>
<strong>02 Oct 2024</strong><br/>
Loaded more KT2024 teams:
<ul>
<li><a href="/fa/IMP/kt/AOD">Angels Of Death</a></li>
<li><a href="/fa/IMP/kt/PHO24">Phobos Strike Team</a></li>
<li><a href="/fa/NEC/kt/HIER24">Hierotek Circle</a></li>
</ul>
</li>
<li>
<strong>23 Sep 2024</strong><br/>
Loaded more KT2024 teams:
<ul>
<li><a href="/fa/VOT/kt/HKY24">Hernkyn Yaegirs</a></li>
<li><a href="/fa/AEL/kt/COR24">Corsair Voidscarred</a></li>
</ul>
</li>
<li>
<strong>22 Sep 2024</strong><br/>
Loaded more KT2024 teams:
<ul>
<li><a href="/fa/AEL/kt/MND24">Mandrakes</a></li>
<li><a href="/fa/CHAOS/kt/BLD24">Blooded</a></li>
<li><a href="/fa/IMP/kt/SCT24">Scout Squad</a></li>
<li><a href="/fa/ORK/kt/KOM24">Kommandos</a></li>
<li><a href="/fa/CHAOS/kt/NC24">Nemesis Claw</a></li>
</ul>
</li>
<li>
<strong>14 Sep 2024</strong><br/>
Everything is ready for KT2024! Are you?<br/>
Loaded the first two KT2024 killteams:
<ul>
<li><a href="/fa/IMP/kt/TEMPAQ">Tempestus Aquilons</a></li>
<li><a href="/fa/TAU/kt/VESP">Vespid Stingwings</a></li>
</ul>
</li>
<li>
<strong>14 Jul 2024</strong><br/>
Added new homebrew team <a href="/fa/HBR/kt/WDR">Warpdivers</a>!
</li>
<li>
<strong>28 Jun 2024</strong><br/>
<a href="https://www.warhammer-community.com/wp-content/uploads/2023/03/mVMatxuIveHaDNUd.pdf" target="_blank">2024Q2 Balance Dataslate</a> is loaded!
</li>
<li>
<strong>01 Jun 2024</strong><br/>
Two new KillTeams loaded!
<a href="https://ktdash.app/fa/VOT/kt/HKY">Herkyn Yaegir</a> and <a href="https://ktdash.app/fa/TYR/kt/BBRO">Brood Brother</a><br/>
<a href="/fa/VOT/kt/HKS">Hearthkyn Salvagers</a> have been moved to new Faction <a href="/fa/VOT">Leagues of Votann</a>.
</li>
<li>
<strong>20 Apr 2024</strong><br/>
New Homebrew <a href="https://ktdash.app/fa/HBR/kt/SHV">Space Hulk Veterans</a> killteam loaded!
</li>
<li>
<strong>06 Apr 2024</strong><br/>
Two new killteams loaded! <a href="https://ktdash.app/fa/AEL/kt/MND">Mandrakes</a> and <a href="https://ktdash.app/fa/CHAOS/kt/NC">Nemesis Claw</a>
</li>
<li>
<strong>27 Mar 2024</strong><br/>
Balance dataslate is loaded!
</li>
<li>
<strong>22 Mar 2024</strong><br/>
Redid all roster printing options, with new Card formats (Poker or Tarot, Vertical or Horizontal)
</li>
<li>
<strong>14 Mar 2024</strong><br/>
Errata applied!
Updated teams:
<ul>
<li>Void-Dancer Troupe</li>
<li>Pathfinders</li>
<li>Novitiates</li>
<li>Kommandoz</li>
<li>Inquisitorial Agents</li>
<li>Hierotek Circle</li>
<li>Hand of the Archon</li>
<li>Fellgor Ravagers</li>
<li>Chaos Cult</li>
<li>Blooded</li>
</ul>
</li>
<li>
<strong>02 Mar 2024</strong><br/>
Narrative Info: You can now fill in your roster's Requisition Points, Strategic Asset Notes, Equipment Notes, and SpecOps notes.
New roster menu option "Narrative Info" (if you have Narrative info enabled in your <a href="/settings.php">Settings</a>).
In addition, that same setting also enables a Rested tracker for your operatives.
</li>
<li>
<strong>08 Feb 2024</strong><br/>
New "homebrew" faction and first killteam is loaded!<br/>
<a href="https://ktdash.app/fa/HBR/kt/AEF">Assassin Execution Force</a>
</li>
<li>
<strong>23 Jan 2024</strong><br/>
New setting for those who don't like operative names: You can now select whether to show the operative's name or its type first.
</li>
<li>
<strong>25 Dec 2023</strong><br/>
Two new killteams loaded!<br/>
<a href="/fa/IMP/kt/SCT">Scout Squad</a> and <a href="/fa/AEL/kt/BOK">Blades of Khaine</a>!
</li>
<li>
<a href="news.htm">More News</a>
</li>
</ul>
</div>
</div>
<!--#include virtual="footer.shtml" -->
</body>
</html>