forked from Knowit-Objectnet/browseit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.html
391 lines (348 loc) · 46 KB
/
popup.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
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
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
<!DOCTYPE html>
<html>
<head>
<!-- Copyright (c) 2016 The Web Chapter. All Rights Reserved. -->
<meta charset="utf-8">
<title>BrowseIt</title>
<link href="popup.css" rel="stylesheet" type="text/css"></link>
<link href="game.css" rel="stylesheet" type="text/css"></link>
<script src="libs/jquery-3.1.0.min.js" type="text/javascript"></script>
<script src="js/browser.js" type="text/javascript"></script>
</head>
<body>
<main>
<header>
<div id="leftheader">BrowseIt</div>
<!-- Map marker by FontAwesome, license: https://fontawesome.com/license -->
<img id="mapmarker" src="img/map-marked-alt-solid.svg" width="40" />
<a href="https://projects.knowit.no/display/FAG/Web+Chapter"><img id="twc" src="img/web-chapter-logo.png" /></a>
</header>
<!-- Game container. See game.js for game logic -->
<div id="game">
<div id= gameHeader>
<button id="homeButton"><i class="arrowLeft"></i></button>
</div>
<div id="gameMain">
<div id="menu">
<div id="loading">
Laster inn
<div class="loader"></div>
</div>
<div id="loadingFinished">
<div id="instructions" class="section">
<h2>Velkommen til KnowIts navnespill!</h2>
<h3>Instruksjoner:</h3>
<p>Gjett navnet til den ansatte som vises på bildet ved å trykke inn én bokstav av gangen på tastaturet. <br/><br/>
Strekene nederst på siden viser hvor mange bokstaver som er i navnet, og bokstavene du har gjettet feil vises til venstre på skjermen. <br/><br/>
Du starter med 15 liv, og mister ett liv for hver bokstav du gjetter feil. Du får ett poeng for hvert navn du gjetter riktig. <br/><br/>
Hvor mange navn klarer du? Trykk på start-knappen for å starte spillet.
</p>
</div>
<div class="section">
<h3 id="bestHighScore"></h3>
</div>
<button class="gameButton green" id="playButton">Start spill</button>
</div>
<div id="loadingError">
</div>
</div>
<div id="play" tabindex="0">
<div class="section information">
<div class="column center">
<div class="alphabetTitle">
Feil bokstaver
</div>
<div id="alphabet"></div>
</div>
<div class="column">
<div>
<div class="title">
Hvem er dette?
</div>
<div id="imageContainer"><img id="personImage"/></div></div>
</div>
<div class="column center labels">
<label id="scoreLabel"></label>
<label id="livesLabel"></label>
</div>
</div>
<div class="name section">
<div id="nameSection">
</div>
</div>
<button class="gameButton red" id="endButton">Gi opp</button>
</div>
<div id="finish">
<div class="section">
<h1 id="finishTitle"></h1>
</div>
<div class="section">
<h2>Poengsum:</h2>
</div>
<div class="section">
<h3 id="score"></h3>
</div>
<div class="section">
<h3 id="highScore"></h3>
</div>
<button class="gameButton blue" id="retryButton">Prøv igjen</button>
<button class="gameButton red" id="quitButton">Avslutt</button>
</div>
</div>
</div>
<!-- End of game container -->
<div id="home">
<div id="map">
<img src="img/sundt-etasje-5.png" title="click to close" />
</div>
<section class="development">
<h2>Utvikling</h2>
<table>
<tbody>
<tr><td class="left link"><a href="https://projects.knowit.no/">projects.knowit.no</a></td><td class="right name">Atlassian Confluence (wiki)</td></tr>
<tr><td class="left link"><a href="https://support.knowit.no/">support.knowit.no</a></td><td class="right name">Atlassian JIRA (tickets)</td></tr>
<tr><td class="left link"><a href="https://kode.knowit.no/">kode.knowit.no</a></td><td class="right name">Atlassian Bitbucket (repos)</td></tr>
<tr><td class="divider" colspan="2"> </td></tr>
<tr><td class="left link"><a href="https://byggmester.knowit.no/">byggmester.knowit.no</a></td><td class="right name">Atlassian Bamboo (build server)</td></tr>
<tr><td class="left link"><a href="https://crowd.knowit.no/">crowd.knowit.no</a></td><td class="right name">Atlassian Crowd (user groups)</td></tr>
<tr><td class="divider" colspan="2"> </td></tr>
<tr><td class="left link"><a href="https://nexus.knowit.no/">nexus.knowit.no</a></td><td class="right name">Nexus for NPM & Maven</td></tr>
<tr><td class="left link"><a href="https://github.com/knowit/">github.com/knowit</a></td><td class="right name">Knowit's public GitHub repos</td></tr>
</tbody>
</table>
</section>
<section class="administration">
<h2>Administrasjon</h2>
<table>
<tbody>
<tr><td class="left name">Epost</td><td><a href="http://epost.knowit.no/">epost.knowit.no</a></td></tr>
<tr><td class="left name">Kalender</td><td><a href="http://kalender.knowit.no/">kalender.knowit.no</a></td></tr>
<tr><td class="left name">Passord</td><td><a href="https://knowit.1password.eu">knowit.1password.eu</a></td></tr>
<tr><td class="left name">Intern Slack</td><td><a href="https://knowitobjectnet.slack.com/signup">knowitobjectnet.slack.com</a></td></tr>
<tr><td class="left name">Felles Slack</td><td><a href="https://knowit.slack.com/signup">knowit.slack.com</a></td></tr>
<tr><td class="divider" colspan="2"> </td></tr>
<tr><td class="left name">UBW timeføring</td><td><a href="https://timer.knowit.no/">timer.knowit.no</a></td></tr>
<tr><td class="left name">UBW utlegg</td><td><a href="https://knowit.unit4cloud.no/">knowit.unit4cloud.no</a></td></tr>
<tr><td class="left name">CV Partner</td><td><a href="https://knowit.cvpartner.com/">knowit.cvpartner.com</a></td></tr>
<tr><td class="divider" colspan="2"> </td></tr>
<tr><td class="left name">PersonFinder</td><td><a href="https://personfinder.knowit.no/">personfinder.knowit.no</a> (lokalt nett)</td></tr>
<tr><td class="left name">Sharepoint</td><td><a href="https://knowit.sharepoint.com/">knowit.sharepoint.com</a></td></tr>
<tr><td class="left name">HelpIt</td><td><a href="http://helpit.knowit.se/">helpit.knowit.se</a></td></tr>
<tr><td class="divider" colspan="2"> </td></tr>
<tr><td class="left name">Seminarer</td><td><a href="https://konferanse.knowit.no/">konferanse.knowit.no</a></td></tr>
<!--<tr><td class="left name">Konsulentene</td><td><a href="http://www.knowit.no/kontakt-oss/#specialists">knowit.no/kontakt-oss/#specialists</a></td></tr>-->
<tr><td class="left name">Epostlister</td><td><a href="https://groups.google.com/a/knowit.no/forum/#!forumsearch/">groups.google.com/a/knowit.no/...</a></td></tr>
<tr><td class="left name">Firmahytter</td><td><a href="https://prodess.no/">prodess.no</a></td></tr>
</tbody>
</table>
</section>
<section class="gameLauncher">
<h2>Navnespillet</h2>
<div>Bli kjent med dine kolleager. Prøv navnespillet! </div>
<button class="gameButton small blue" id="gameButton" value="game">Start spill</button>
</section>
<section class="nooblist">
<h2>Nooblisten <span id="noob_counter">_</span></h2>
<div id="fry">
Good news everyone! You have completed all the tasks. A+. Well done!<br />
Nå gjenstår bare to små ting:<br />
<ul>
<li><b>Si ifra til</b> Christer Kjellesvig eller Michael Johansen at du har kommet hit 🎁<br /></li>
<li><b>Om du vil,</b> send feedback om BrowseIt til <a href="mailto:[email protected]">[email protected]</a> om hva som kunne vært bedre til neste år</li>
</ul>
<img src="img/fry.gif" />
</div>
<div id="noob_description">
<ul>
<li>Nooblisten er ikke i rekkefølge, bare logisk gruppert.</li>
<li>0 minutter/bootcamp betyr <b>"gjøres for deg"</b>.</li>
<li>Ikke alt er relevant for <b>sommerjobbere</b>.</li>
<li>Denne listen er kun for <b>din egen del.</b></li>
<li>Lagring skjer i <b>localStorage</b>.</li>
<li>Om du jobber med <b>design</b> eller noe annet som ikke er utvikling, så er det mye du kan hoppe over. Lucky you.</li>
</ul>
<b>Tidsfeltet til venstre</b> gir et subjektivt og røft tidsestimat. Fyll gjerne inn hvor lang tid ting egentlig tok. Vi ønsker å tilpasse estimatene til virkeligheten ved å f.eks. ta en gjennomgang med håndsopprekning etterhvert. Det er <b>spesielt viktig</b> for de estimatene vi har tatt helt feil på.
</div>
<!-- Human life -->
<h3>Personal</h3>
<div><input id="people_leaders_time" placeholder="0 min" type="text"></input><input id="people_leaders" type="checkbox"> Vet hvem mine ledere er <b>(prosjektleder && gruppeleder && avdelingsleder)</b>, og forskjellen på dem</input></div>
<div><input id="people_contract_time" placeholder="60 min" type="text"></input><input id="people_contract" type="checkbox"> Har lest, forstått og signert <b>ansettelseskontrakten</b> (tar fort en time)</input></div>
<div><input id="people_nda_time" placeholder="10 min" type="text"></input><input id="people_nda" type="checkbox"> Har lest, forstått og signert <b>taushetserklæringen</b> som var vedlagt ansettelseskontrakten</input></div>
<div><input id="people_projectnda_time" placeholder="10 min" type="text"></input><input id="people_projectnda" type="checkbox"> Om prosjektet har <b>egen taushetserklæring</b> så har jeg signert den (noen få prosjekter har dette), else void</input></div>
<div><input id="people_handbook_time" placeholder="60 min" type="text"></input><input id="people_handbook" type="checkbox"> Har lest høvelig gjennom <a href="https://projects.knowit.no/pages/viewpage.action?pageId=30998775"><b>personalhåndboka</b></a> (tar fort en time)</input></div>
<div><input id="people_project_time" placeholder="15 min" type="text"></input><input id="people_project" type="checkbox"> Har snakket med gruppeleder om hvilke <b>teknologier/prosjekter</b> jeg ønsker å jobbe med</input></div>
<div><input id="people_anyleader_time" placeholder="0 min" type="text"></input><input id="people_anyleader" type="checkbox"> Vet at jeg har <b>tilgang til alle gruppeledere og avdelingsledere,</b> selv om ikke alle er akkurat mine ledere</input></div>
<div><input id="people_whistleblower_time" placeholder="0 min" type="text"></input><input id="people_whistleblower" type="checkbox"> Vet om <a href="https://projects.knowit.no/pages/viewpage.action?spaceKey=OO&title=Varslingstjeneste"><b>varslingstjenesten</b></a> som kan brukes til å melde fra om uakseptabel atferd (f.eks. trakassering / rasisme)</input></div>
<div><input id="people_development_time" placeholder="60 min" type="text"></input><input id="people_development" type="checkbox"> Har hatt min første <b>utviklingssamtale</b> med gruppeleder</input></div>
<div><input id="people_vacation_time" placeholder="bootcamp" type="text"></input><input id="people_vacation" type="checkbox"> Har fått forklart hvordan feriedager funker i <b>mitt første arbeidsår</b></input></div>
<h3>Kommunikasjon</h3>
<div><input id="communication_hello_time" placeholder="30 min" type="text"></input><input id="communication_hello" type="checkbox"> Har vært på <b>hilserunde med gruppeleder</b> og sagt hei til de fleste</input></div>
<div><input id="communication_user_time" placeholder="0 min" type="text"></input><input id="communication_user" type="checkbox"> Har fått <b>bruker</b> på Google Apps (single sign-on for mange tjenester!)</input></div>
<div><input id="communication_email_time" placeholder="10 min" type="text"></input><input id="communication_email" type="checkbox"> Har åpnet <b>eposten og kalenderen</b>, og vet at eposten må sjekkes daglig</input></div>
<div><input id="communication_slack_time" placeholder="15 min" type="text"></input><input id="communication_slack" type="checkbox"> Har kommet meg på <a href="https://knowitobjectnet.slack.com/"><b>Slack</b></a>, og lagt til kanalene jeg vil ha</input></div>
<div><input id="communication_mailinglists_time" placeholder="15 min" type="text"></input><input id="communication_mailinglists" type="checkbox"> Har meldt meg på <a href="https://groups.google.com/a/knowit.no/forum/#!forumsearch/"><b>epostlistene</b></a> som jeg ønsker å være på</input></div>
<div><input id="communication_archive_time" placeholder="5 min" type="text"></input><input id="communication_archive" type="checkbox"> Vet hvordan jeg <b>arkiverer epost</b> i Google Apps, jeg vet hvorfor arkivering er bedre enn sletting</input></div>
<div><input id="communication_companycalendar_time" placeholder="10 min" type="text"></input><input id="communication_companycalendar" type="checkbox"> Har lagt til <a href="https://projects.knowit.no/display/DRIFT/Legge+til+kalendere"><b>felleskalenderen</b></a></input></div>
<div><input id="communication_vacationcalendar_time" placeholder="10 min" type="text"></input><input id="communication_vacationcalendar" type="checkbox"> Har lagt til <a href="https://projects.knowit.no/display/DRIFT/Legge+til+kalendere"><b>feriekalenderen</b></a>, og lover å legge inn feriedagene mine</input></div>
<div><input id="communication_sciencecalendar_time" placeholder="10 min" type="text"></input><input id="communication_sciencecalendar" type="checkbox"> Har lagt til <a href="https://projects.knowit.no/display/DRIFT/Legge+til+kalendere"><b>fagkalenderen</b></a>, og skal bli med på fagarrangementer</input></div>
<div><input id="communication_eventcalendar_time" placeholder="10 min" type="text"></input><input id="communication_eventcalendar" type="checkbox"> Har lagt til <a href="https://projects.knowit.no/display/DRIFT/Legge+til+kalendere"><b>eventkalenderen</b></a>, og skal bli med på fest</input></div>
<div><input id="communication_meetingcalendars_time" placeholder="10 min" type="text"></input><input id="communication_meetingcalendars" type="checkbox"> Har lagt til <a href="https://projects.knowit.no/display/DRIFT/Legge+til+kalendere"><b>møteromskalenderne</b></a>, og vet hvordan jeg skrur dem av når jeg ikke trenger dem</input></div>
<div><input id="communication_confluence_time" placeholder="10 min" type="text"></input><input id="communication_confluence" type="checkbox"> Abonnerer på <a href="https://projects.knowit.no/users/editmyemailsettings.action"><b>daglige oppdateringer fra Confluence</b></a> for å få oversikt over Knowit (fint som ny, skru av etterhvert)</input></div>
<h3>Lokaler</h3>
<div><input id="offices_keycard_time" placeholder="1 min" type="text"></input><input id="offices_keycard" type="checkbox"> Har fått <b>adgangskort</b>, lært koden og tatt av kodelappen</input></div>
<div><input id="offices_desk_time" placeholder="0 min" type="text"></input><input id="offices_desk" type="checkbox"> Har fått en <b>kontorstol</b> jeg liker, og et <b>heve/senk bord</b></input></div>
<div><input id="offices_lunch_time" placeholder="0 min" type="text"></input><input id="offices_lunch" type="checkbox"> Vet at lunsj dekkes med <b>50,- i Sundt-kantinen</b> hver dag, selv etter rabatter, og at dispenserdrikke er gratis for oss</input></div>
<div><input id="offices_lunch_out_time" placeholder="0 min" type="text"></input><input id="offices_lunch_out" type="checkbox"> Vet at lunsj dekkes med <b>60,- for utekonsulenter</b> hver dag</input></div>
<div><input id="offices_storage_time" placeholder="10 min" type="text"></input><input id="offices_storage" type="checkbox"> Har vært på <b>lageret</b> vårt, og vet hva jeg kan finne der</input></div>
<div><input id="offices_post_time" placeholder="0 min" type="text"></input><input id="offices_post" type="checkbox"> Vet at pakker skal adresseres <b>Heimdalsgata 15, 0561 Oslo</b>, og hentes i resepsjonen i 1. etasje</input></div>
<div><input id="offices_showers_time" placeholder="hilserunde" type="text"></input><input id="offices_showers" type="checkbox"> Vet hvor jeg finner <b>dusjene, skapene, og rekvisita</b></input></div>
<div><input id="offices_emergencyexits_time" placeholder="hilserunde" type="text"></input><input id="offices_emergencyexits" type="checkbox"> Vet hvor <b>nærmeste nødutgang</b> er, og at Heimdalsgata er stedet å møte opp når brannalarmen går</input></div>
<div><input id="offices_recycling_time" placeholder="0 min" type="text"></input><input id="offices_recycling" type="checkbox"> Jeg vet at det er tre <b>resirkuleringsstasjoner for papp, plast og pant</b>, to i 5. etasje, og en i 4. etasje</input></div>
<div><input id="offices_trash_time" placeholder="0 min" type="text"></input><input id="offices_trash" type="checkbox"> Jeg vet at det er to <b>avfallsbeholdere på hvert kjøkken</b>, med grønn pose til matavfall og hvit pose til søppel</input></div>
<div><input id="offices_cardboard_time" placeholder="0 min" type="text"></input><input id="offices_cardboard" type="checkbox"> Jeg vet at jeg selv må kaste <b>pappesker og stort avfall</b> i søppelrommet i 1. etasje (inn gangen bak heisene)</input></div>
<div><input id="offices_landlord_time" placeholder="10 min" type="text"></input><input id="offices_landlord" type="checkbox"> Har utforsket <a href="https://app.entra.no/nb/9/"><b>Entra sin app</b></a> (finnes også på iOS/Android) og sett hva slags tjenester de tilbyr oss (t.o.m. renseri)</input></div>
<div><input id="offices_auditorium_time" placeholder="5 min" type="text"></input><input id="offices_auditorium" type="checkbox"> Vet at det er gratis å booke auditorium/møterom i 1. etasje via <a href="https://cgn.pronestor.com/3392-entra-sundtkvartalet/"><b>Entra sin møteromsbooking</b></a></input></div>
<div><input id="offices_meeting_food_time" placeholder="5 min" type="text"></input><input id="offices_meeting_food" type="checkbox"> Vet at det også er mulig, men ikke gratis, å booke møtemat via <a href="https://cgn.pronestor.com/3392-entra-sundtkvartalet/"><b>Entra sin møteromsbooking</b></a></input></div>
<div><input id="offices_firetraining_time" placeholder="60 min" type="text"></input><input id="offices_firetraining" type="checkbox"> Har tatt det obligatoriske brannkurset for Sundtkvartalet, finn link og kurskode på <a href="https://projects.knowit.no/display/OO/Mottak+av+nyansatte"><b>mottak av nyansatte</b></a>-siden</input></div>
<div><input id="offices_feedback_time" placeholder="0 min" type="text"></input><input id="offices_feedback" type="checkbox"> Vet at forslag kan sendes til <a href="mailto:[email protected]"><b>[email protected]</b></a> med subject Ønske/Idé/Feil/Spørsmål</input></div>
<h3>Profilbilder</h3>
<div><input id="headshots_photoshoot_time" placeholder="30 min" type="text"></input><input id="headshots_photoshoot" type="checkbox"> Har fått bildet mitt tatt via vår interne <b>fotograf</b></input></div>
<div><input id="headshots_gallery_time" placeholder="0 min" type="text"></input><input id="headshots_gallery" type="checkbox"> Vet hvor jeg finner <a href="https://knowit.sharepoint.com/teams/profilbilder/sitepages/home.aspx"><b>profilbilder for hele Knowit Norge</b></a></input></div>
<div><input id="headshots_accesscard_time" placeholder="5 min" type="text"></input><input id="headshots_accesscard" type="checkbox"> Har fått profilbildet i farger på <b>adgangskortet</b></input></div>
<div><input id="headshots_cvreg_time" placeholder="5 min" type="text"></input><input id="headshots_cvreg" type="checkbox"> Lagt inn profilbildet i farger på <b>CV Partner</b></input></div>
<div><input id="headshots_confluence_time" placeholder="5 min" type="text"></input><input id="headshots_confluence" type="checkbox"> Lagt inn profilbildet i svart/hvitt på <b>Confluence</b></input></div>
<div><input id="headshots_jira_time" placeholder="5 min" type="text"></input><input id="headshots_jira" type="checkbox"> Lagt inn profilbildet i svart/hvitt på <b>JIRA</b></input></div>
<div><input id="headshots_bitbucket_time" placeholder="5 min" type="text"></input><input id="headshots_bitbucket" type="checkbox"> Lagt inn profilbildet i svart/hvitt på <b>Bitbucket</b></input></div>
<div><input id="headshots_slack_time" placeholder="5 min" type="text"></input><input id="headshots_slack" type="checkbox"> Lagt inn profilbildet i svart/hvitt på <b>Slack</b></input></div>
<div><input id="headshots_google_time" placeholder="5 min" type="text"></input><input id="headshots_google" type="checkbox"> Lagt inn profilbildet i svart/hvitt på <b>G Suite</b></input></div>
<div><input id="headshots_employees_time" placeholder="5 min" type="text"></input><input id="headshots_employees" type="checkbox"> Lagt inn profilbildet i svart/hvitt på <a href="https://projects.knowit.no/display/OO/Ansatte"><b>Ansatte-siden</b></a> (deretter velg bildet og bruk 100px bredde)</input></div>
<!-- Business life -->
<h3>Økonomi</h3>
<div><input id="economy_boss_time" placeholder="15 min" type="text"></input><input id="economy_boss" type="checkbox"> Har fått infoskriv for nyansatte fra <b>økonomisjefen</b></input></div>
<!--<div><input id="economy_timereg_time" placeholder="30 min" type="text"></input><input id="economy_timereg" type="checkbox"> Forstår høvelig hvordan jeg bruker <b>Timereg</b></input></div>-->
<!--<div><input id="economy_columns_time" placeholder="10 min" type="text"></input><input id="economy_columns" type="checkbox"> Har funnet <b>de skjulte kolonnene</b> i Timereg</input></div>-->
<!--<div><input id="economy_lunchmoney_time" placeholder="5 min" type="text"></input><input id="economy_lunchmoney" type="checkbox"> Er klar over at <b>lunsjordning</b> varierer stort mellom prosjekter, og har spurt i mitt prosjekt</input></div>-->
<div><input id="economy_simcard_time" placeholder="20 min" type="text"></input><input id="economy_simcard" type="checkbox"> Har fått nytt <b>telefonabonnement og SIM-kort</b> som betales av jobben (sweet!)</input></div>
<div><input id="economy_simfamily_time" placeholder="0 min" type="text"></input><input id="economy_simfamily" type="checkbox"> Vet at <a href="https://projects.knowit.no/display/OO/Telenor-mobilabonnement+for+familie"><b>familie kan få et telefonabonnement</b></a> med mye data til lav pris via jobben</input></div>
<div><input id="economy_ticket_time" placeholder="20 min" type="text"></input><input id="economy_ticket" type="checkbox"> Har ordnet meg <b>Ruter# ansattbillett</b> om ønsket (vanlig årspris, men kan avsluttes som månedskort)</input></div>
<div><input id="economy_insurancepolicy_time" placeholder="20 min" type="text"></input><input id="economy_insurancepolicy" type="checkbox"> Har lest høvelig over <b>forsikringspolisene</b></input></div>
<!--<div><input id="economy_insurance_signature_time" placeholder="15 min" type="text"></input><input id="economy_insurance_signature" type="checkbox"> Har fylt ut <b>forsikringspapirene</b></input></div>-->
<div><input id="economy_insurance_card_time" placeholder="5 min" type="text"></input><input id="economy_insurance_card" type="checkbox"> Har lastet ned og lagt inn <b>forsikringsinfo</b> i Gouda-appen</input></div>
<div><input id="economy_accounts_time" placeholder="10 min" type="text"></input><input id="economy_accounts" type="checkbox"> Har sett over listen over <a href="https://projects.knowit.no/display/UC/Bedriftskonti"><b>bedriftskonti</b></a> og bedriftsavtalene nederst på siden <i>(«Gratis FastTrack? Ooh, nice.»)</i></input></div>
<div><input id="economy_travelexpenses_time" placeholder="20 min" type="text"></input><input id="economy_travelexpenses" type="checkbox"> Har brukt <a href="https://knowit.unit4cloud.no/"><b>utleggregningssystemet</b></a> for første gang (merk: ikke single sign-on, har eget passord)</input></div>
<div><input id="economy_faq_time" placeholder="5 min" type="text"></input><input id="economy_faq" type="checkbox"> Vet hvor jeg finner <a href="https://projects.knowit.no/pages/viewpage.action?pageId=1541230"><b>info om timeføring og utleggregningssystemet</b></a></input></div>
<div><input id="economy_overtimefood_time" placeholder="10 min" type="text"></input><input id="economy_overtimefood" type="checkbox"> Vet at <b>overtidsmat</b> skal ha kvittering og føres i UBW (PS: noter hvem du spiste med i UBW)</input></div>
<div><input id="economy_overtimeworkorder_time" placeholder="10 min" type="text"></input><input id="economy_overtimeworkorder" type="checkbox"> Vet at <b>overtidsmat</b> føres på <i>"no project - no workorder"</i> i UBW (altså på selskapet, ikke kunde)</input></div>
<div><input id="economy_negotiations_time" placeholder="10 min" type="text"></input><input id="economy_negotiations" type="checkbox"> Har lest <b>lønnskapittelet i personalhåndboken</b> ekstra godt, og vet at lønnsjusteringer skjer årlig i januar</input></div>
<div><input id="economy_savings_time" placeholder="0 min" type="text"></input><input id="economy_savings" type="checkbox"> Har begynt å <b>spare penger</b> og skal ha minst 3 månedslønner stående som buffer fordi jeg er en ansvarlig voksen</input></div>
<div><input id="economy_salary_time" placeholder="0 min" type="text"></input><input id="economy_salary" type="checkbox"> Vet at jeg får lønn <b>den 20. i hver måned</b>, bortsett fra i desember som er den 10. (samt halv skatt, som er sweet)</input></div>
<div><input id="economy_pensionpolicy_time" placeholder="30 min" type="text"></input><input id="economy_pensionpolicy" type="checkbox"> Har satt meg inn i hvordan <b>pensjonsavtalen</b> min fungerer, og har aktivt valgt en spare/investere-balanse</input></div>
<h3>Timeføring</h3>
<div><input id="hours_code_time" placeholder="5 min" type="text"></input><input id="hours_code" type="checkbox"> Har lært at Objectnet sine timekoder starter på <b>320</b> (Experience sine starter med <b>312</b>)</input></div>
<div><input id="hours_startpage_time" placeholder="5 min" type="text"></input><input id="hours_startpage" type="checkbox"> Har satt ny startside til å være <b>"Din ansettelse" → "Timelister"</b> under "Din Profil" i UBW</input></div>
<div><input id="hours_warning_time" placeholder="0 min" type="text"></input><input id="hours_warning" type="checkbox"> Vet at jeg <b>ikke må endre</b> primær epost under "Din Profil" i UBW, for da mister jeg tilgang (ja, sykt teit)</input></div>
<div><input id="hours_lunch_time" placeholder="10 min" type="text"></input><input id="hours_lunch" type="checkbox"> Har funnet ut av hvorvidt jeg skal føre <b>0.5 timer for lunsj eller ikke</b> (kundeavhengig)</input></div>
<div><input id="hours_vacation_time" placeholder="5 min" type="text"></input><input id="hours_vacation" type="checkbox"> Har forstått at jeg må <b>forhåndslevere timelister</b> for ferieuker slik at regnskap ikke lider</input></div>
<div><input id="hours_scanreceipts_time" placeholder="10 min" type="text"></input><input id="hours_scanreceipts" type="checkbox"> Har lært at det er enklere å <b>scanne kvitteringer</b> i browser på mobil (knowit.unit4cloud.no) enn i Unit4-appen</input></div>
<h3>Fag</h3>
<div><input id="science_leaders_time" placeholder="10 min" type="text"></input><input id="science_leaders" type="checkbox"> Vet hvem <b>fagsjefen</b> er, og har hilst på vedkommende</input></div>
<div><input id="science_news_time" placeholder="0 min" type="text"></input><input id="science_news" type="checkbox"> Jeg leser <a href="https://news.ycombinator.com"><b>Hacker News</b></a> daglig</input></div>
<div><input id="science_wiki_time" placeholder="25 min" type="text"></input><input id="science_wiki" type="checkbox"> Har sett på listen over aktive <a href="https://projects.knowit.no/display/FAG/Faggrupper"><b>faggrupper / fagområder</b></a> på wikien</input></div>
<div><input id="science_groups_time" placeholder="15 min" type="text"></input><input id="science_groups" type="checkbox"> Har <b>meldt meg inn i, eller <a href="https://projects.knowit.no/pages/viewpage.action?pageId=22682668">startet</a>,</b> en faggruppe / et fagområde (ledere får mer fagtimer)</input></div>
<div><input id="science_hours_time" placeholder="8 timer" type="text"></input><input id="science_hours" type="checkbox"> Har brukt mine første <b>8 fagtimer</b></input></div>
<div><input id="science_reward_time" placeholder="10 min" type="text"></input><input id="science_reward" type="checkbox"> Har lest om <a href="https://projects.knowit.no/pages/viewpage.action?pageId=19335580"><b>belønningsmodellen</b></a> for foredrag</input></div>
<div><input id="science_seminar_time" placeholder="15 min" type="text"></input><input id="science_seminar" type="checkbox"> Har meldt meg på mitt første <b>fagseminar</b></input></div>
<div><input id="science_conference_time" placeholder="60 min" type="text"></input><input id="science_conference" type="checkbox"> Har meldt meg på min første <a href="https://projects.knowit.no/display/FAG/Kurs+og+konferanser"><b>konferanse</b></a> (tar fort en time)</input></div>
<h3>Sosialt</h3>
<div><input id="social_companysports_time" placeholder="5 min" type="text"></input><input id="social_companysports" type="checkbox"> Om ønsket har jeg blitt med i en av gruppene i <b>bedriftsidrettslaget</b>, else void</input></div>
<div><input id="social_bandit_time" placeholder="5 min" type="text"></input><input id="social_bandit" type="checkbox"> Om jeg kan spille et instrument så har jeg pratet med en i <b>BandIt</b>, else void</input></div>
<div><input id="social_internalmeeting_time" placeholder="2 timer" type="text"></input><input id="social_internalmeeting" type="checkbox"> Har vært med på mitt første <b>internmøte</b> (før én time på "1020: Interne møter")</input></div>
<div><input id="social_teambuilding_time" placeholder="4 timer" type="text"></input><input id="social_teambuilding" type="checkbox"> Har hatt <b>brettspillkveld</b> eller annen teambuilding med teamet mitt</input></div>
<div><input id="social_teamlunch_time" placeholder="60 min" type="text"></input><input id="social_teamlunch" type="checkbox"> Har vært med på min første <b>prosjektlunsj</b></input></div>
<div><input id="social_teamice_time" placeholder="15 min" type="text"></input><input id="social_teamice" type="checkbox"> Har vært med på min første <b>is på takterrassen</b> med teamet</input></div>
<h3>Salg</h3>
<div><input id="sales_login_time" placeholder="10 min" type="text"></input><input id="sales_login" type="checkbox"> Får logget inn i CV Partner, ellers <b><a href="mailto:[email protected]?subject=Trenger innlogging til CV Partner">mailer jeg Per Christian Øren</a></b></input></div>
<div><input id="sales_master_time" placeholder="8 timer" type="text"></input><input id="sales_master" type="checkbox"> Har laget <b>master-CV i <a href="https://knowit.cvpartner.com/">CV Partner</a></b> på norsk (tar fort en dag)</input></div>
<!--<div><input id="sales_sent_time" placeholder="10 min" type="text"></input><input id="sales_sent" type="checkbox"> Har <b>sendt CVen</b> til selgerne våre</input></div>-->
<!--<div><input id="sales_feedback_time" placeholder="60 min" type="text"></input><input id="sales_feedback" type="checkbox"> Har <b>fulgt opp</b> tilbakemelding fra selgerne</input></div>-->
<!--<div><input id="sales_removal_time" placeholder="20 min" type="text"></input><input id="sales_removal" type="checkbox"> Har seriøst vurdert hvilke teknologier jeg <b>kan, men ikke legger inn</b> på CV-reg fordi jeg ikke vil ta i dem igjen</input></div>-->
<div><input id="sales_employeelist_time" placeholder="15 min" type="text"></input><input id="sales_employeelist" type="checkbox"> Har lagt inn meg selv på <a href="https://projects.knowit.no/display/OO/Ansatte"><b>ansattsiden</b></a> på wikien</input></div>
<!--<div><input id="sales_internalexposure_time" placeholder="60 min" type="text"></input><input id="sales_internalexposure" type="checkbox"> Har sørget for at gruppeleder har skrevet en <b>en artikkel om meg på intranettet</b></input></div>-->
<!--<div><input id="sales_externalexposure_time" placeholder="60 min" type="text"></input><input id="sales_externalexposure" type="checkbox"> Har sørget for at navn, og eventuelt (bilde && beskrivelse && kontaktinfo) for meg <b>vises på knowit.no</b></input></div>-->
<h3>Rekruttering</h3>
<div><input id="recruiting_bizprez_time" placeholder="15 min" type="text"></input><input id="recruiting_bizprez" type="checkbox"> Om ønsket har jeg meldt interesse for å delta på <b>bedpres/kurs/karrieredager</b></input></div>
<div><input id="recruiting_interview_time" placeholder="0 min" type="text"></input><input id="recruiting_interview" type="checkbox"> Jeg vet at det går an å være med å holde <b>tekniske intervjuer</b> når jeg får mer erfaring (minst 1 år)</input></div>
<div><input id="recruiting_bonus_time" placeholder="10 min" type="text"></input><input id="recruiting_bonus" type="checkbox"> Har lest om <a href="https://projects.knowit.no/pages/viewpage.action?pageId=61052573"><b>rekrutteringsbonusen</b></a> vår</input></div>
<h3>Grafisk profil</h3>
<div><input id="profile_brandbook_time" placeholder="10 min" type="text"></input><input id="profile_brandbook" type="checkbox"> Har sett Knowit sin <a href="https://knowit.se/brandbook/"><b>Brandbook</b></a> og vet at jeg skal hente logoer osv. derfra</input></div>
<div><input id="profile_templates_time" placeholder="15 min" type="text"></input><input id="profile_templates" type="checkbox"> Har sett Knowit sine <a href="https://knowit.sharepoint.com/sites/groupcommon/templates/SitePages/Home.aspx"><b>presentasjons- og dokumentmaler</b></a> og vet at jeg skal bruke den for "Knowit Solutions"</input></div>
<div><input id="profile_bizcard_time" placeholder="20 min" type="text"></input><input id="profile_bizcard" type="checkbox"> Hvis jeg vil så har jeg skaffet <a href="https://knowit.sharepoint.com/sites/groupcommon/templates/Word/Forms/AllItems.aspx"><b>visittkort</b></a>, else void</input></div>
<div><input id="profile_ask_time" placeholder="0 min" type="text"></input><input id="profile_ask" type="checkbox"> Dersom jeg ikke kan noe om design så lover jeg å <b>spørre</b> om designhjelp når jeg trenger det</input></div>
<!-- Digital life -->
<h3>Hardware & software</h3>
<div><input id="hwsw_arrange_time" placeholder="45 min" type="text"></input><input id="hwsw_arrange" type="checkbox"> Avtale innkjøp av splitter ny <b>laptop</b> (3 år syklus)</input></div>
<div><input id="hwsw_laptop_time" placeholder="0 min" type="text"></input><input id="hwsw_laptop" type="checkbox"> Fått splitter ny <b>laptop<3</b></input></div>
<div><input id="hwsw_applecare_time" placeholder="15 min" type="text"></input><input id="hwsw_applecare" type="checkbox"> Har registrert <b><a href="https://checkcoverage.apple.com/no/no/">AppleCare</a></b> eller tilsvarende (husk at forbrukerlov ikke gjelder for bedrifter)</input></div>
<div><input id="hwsw_setup_time" placeholder="8 timer" type="text"></input><input id="hwsw_setup" type="checkbox"> <b>Sette opp laptopen</b> slik jeg liker å ha den (tar fort en dag)</input></div>
<!--<div><input id="hwsw_sticker_time" placeholder="10 min" type="text"></input><input id="hwsw_sticker" type="checkbox"> Har fått <b>Knowit-sticker</b> til laptopen</input></div>-->
<div><input id="hwsw_gadgets_time" placeholder="20 min" type="text"></input><input id="hwsw_gadgets" type="checkbox"> Hentet det jeg trenger av <b>kabler, mus/tastatur,</b> laptopstand, overganger, etc.</input></div>
<div><input id="hwsw_wifi_time" placeholder="5 min" type="text"></input><input id="hwsw_wifi" type="checkbox"> Fått koblet på <b>WiFi</b> og vet at VPN og møteroms-Chromecasts kun funker på vårt interne WiFi (ikke gjestenettet)</input></div>
<div><input id="hwsw_printer_time" placeholder="10 min" type="text"></input><input id="hwsw_printer" type="checkbox"> Har satt opp <a href="https://projects.knowit.no/display/DRIFT/Oppsett+av+skriver+%28printer%29+i+Sundtkvartalet"><b>printeren</b></a> med guiden på wikien</input></div>
<div><input id="hwsw_office_time" placeholder="20 min" type="text"></input><input id="hwsw_office" type="checkbox"> Har en <b>office suite</b> som fungerer for meg (MS Office, iWork, GDocs, OpenOffice, etc.)</input></div>
<h3>Utviklingsverktøy</h3>
<div><input id="develop_confluence_time" placeholder="løpende" type="text"></input><input id="develop_confluence" type="checkbox"> Har sett meg rundt på <b>Confluence</b> (wikien)<b></b></input></div>
<div><input id="develop_jira_time" placeholder="løpende" type="text"></input><input id="develop_jira" type="checkbox"> Har sett meg rundt på <b>JIRA</b> (tickets)<b></b></input></div>
<div><input id="develop_bitbucket_time" placeholder="løpende" type="text"></input><input id="develop_bitbucket" type="checkbox"> Har sett meg rundt på <b>Bitbucket</b> (kodebasene)<b></b></input></div>
<div><input id="develop_crowd_bamboo_time" placeholder="10 min" type="text"></input><input id="develop_crowd_bamboo" type="checkbox"> Har sett litt på <b>Crowd og Bamboo</b> (brukergrupper, byggserver)<b></b></input></div>
<div><input id="develop_atlassian_time" placeholder="løpende" type="text"></input><input id="develop_atlassian" type="checkbox"> Har fått intro til hvilke verktøy som brukes i <b>prosjektet</b> mitt</input></div>
<div><input id="develop_sshkeys_time" placeholder="30 min" type="text"></input><input id="develop_sshkeys" type="checkbox"> Har laget <b>unik og passordbeskyttet SSH-nøkkel</b>, og lagt den inn på Bitbucket</input></div>
<div><input id="develop_support_time" placeholder="5 min" type="text"></input><input id="develop_support" type="checkbox"> Vet at jeg kan ta kontakt med Drift på <b><a href="http://knowitobjectnet.slack.com/archives/drift">#drift</a>, <a href="mailto:[email protected]?subject=Halp!!&body=Oh%20no%20I%20need%20halp%2C%20plz%20halp">[email protected]</a></b>, eller lage en <b><a href="https://support.knowit.no/support/browse/DRIFT">JIRA til Drift</a></b></input></div>
<h3>Sikkerhet</h3>
<div><input id="security_encryption_time" placeholder="bootcamp" type="text"></input><input id="security_encryption" type="checkbox"> Har skrudd på <b>full disk encryption</b> på laptopen (kan være problematisk på noen Linux-distroer)</input></div>
<div><input id="security_workpasswords_time" placeholder="bootcamp" type="text"></input><input id="security_workpasswords" type="checkbox"> Bruker et sterkt og unikt passord <b>med single sign-on hos Knowit</b> (Gmail, Slack, Confluence, JIRA, Bitbucket, etc.)</input></div>
<div><input id="security_privatepasswords_time" placeholder="bootcamp" type="text"></input><input id="security_privatepasswords" type="checkbox"> Bruker sterke og helt unike passord <b>på alle private kjernetjenester</b> (Facebook, Gmail, Dropbox, iCloud, etc.)</input></div>
<div><input id="security_2fa_time" placeholder="bootcamp" type="text"></input><input id="security_2fa" type="checkbox"> Har satt 2-faktor på konsernkontoen via <b><a href="https://account.activedirectory.windowsazure.com/">Active Directory</a></b> → Profile → "Additional security verification"</input></div>
<div><input id="security_pwmanager_time" placeholder="bootcamp" type="text"></input><input id="security_pwmanager" type="checkbox"> Har tatt i bruk <b><a href="https://projects.knowit.no/display/DRIFT/1Password">Knowits 1Password</a></b>, og skal aldri legge inn mine private passord der</input></div>
<div><input id="security_getpwmanager_time" placeholder="bootcamp" type="text"></input><input id="security_getpwmanager" type="checkbox"> Om jeg ikke har fått 1Password automatisk så <a href="mailto:[email protected]?subject=Hjeeelp%20%F0%9F%98%AD"><b>mailer jeg [email protected]</a></b> og ber om konto</input></div>
<div><input id="security_linkprivate_time" placeholder="bootcamp" type="text"></input><input id="security_linkprivate" type="checkbox"> Om ønsket har jeg <b>lagt til mitt private 1Password-vault</b> i 1Password-appen for å unngå å logge ut/inn hele tiden</input></div>
<div><input id="security_firewall_time" placeholder="bootcamp" type="text"></input><input id="security_firewall" type="checkbox"> Tatt i bruk <b>brannmur</b>, og har kontroll på hvilke tjenester som kjører på min jobbmaskin</input></div>
<div><input id="security_backup_time" placeholder="bootcamp" type="text"></input><input id="security_backup" type="checkbox"> Har lagt inn gode <b>backup-løsninger</b> på laptopen (cloud syncing er tilstrekkelig)</input></div>
<div><input id="security_hierarchy_time" placeholder="30 min" type="text"></input><input id="security_hierarchy" type="checkbox"> Har laget en god begynnelse på <b>en filstruktur</b> og skal holde Knowit-filer ryddige plassert i strukturen</input></div>
<div><input id="security_projectguidelines_time" placeholder="60 min" type="text"></input><input id="security_projectguidelines" type="checkbox"> Om prosjektet har <b>egne sikkerhetsretningslinjer</b> så har jeg lest og forstått dem, og skal følge dem, else void</input></div>
<!-- Lastly… -->
<h3>Anstendighet</h3>
<div><input id="decency_dishwasher" type="checkbox"></input>Jeg lover å <b>aldri sette koppen nedi kummen</b>, for jeg er ikke 12 år lenger</input></div>
<div><input id="decency_noise" type="checkbox"></input>Jeg lover å <b>redusere støynivået mitt</b> når jeg går gjennom kontorlandskapet i arbeidstiden, for jeg er ikke 5 år lenger</input></div>
<div><input id="decency_cantina" type="checkbox"></input>Jeg skal <b>unngå å ta med ting fra kantina</b> opp, og dersom jeg gjør det så lover jeg å <b>ta det ned samme dag</b></input></div>
<div><input id="decency_toilets" type="checkbox"></input>Jeg lover å forlate toalettet nøyaktig <b>slik det var når jeg gikk inn</b> - eller bedre (f.eks. kaste et papir som lå på gulvet)</input></div>
<div><input id="decency_recycling" type="checkbox"></input>Jeg lover å gjøre mitt for å motvirke planetens død ved å <b>skille avfall</b> i plast, papp/papir, og matavfall. Og dersom jeg lurer på hvordan noe skal kastes så spør jeg noen i stedet for å gjøre den samme feilen i flere tiår fremover</input></div>
<h3>When the going gets tough...</h3>
<div><input id="tough_chocolate" type="checkbox"></input>...the tough eat chocolate (på fredager kl 14, sett en alarm på smartklokken din)</input></div>
<div><input id="tough_commit" type="checkbox"></input>Jeg <b>skal</b> committe ofte. Jeg <b>skal</b> committe ofte. Jeg <b>skal</b> committe ofte.</input></div>
<div><input id="tough_tell" type="checkbox"></input>Jeg lover å <b>si ifra</b> når jeg har problemer</input></div>
<div><input id="tough_ask" type="checkbox"></input>Jeg lover å <b>spørre de andre på teamet</b> om alt mulig rart</input></div>
<div><input id="tough_docs" type="checkbox"></input>Jeg lover å <b>lese dokumentasjonen</b></input></div>
<div><input id="tough_projects" type="checkbox"></input>Jeg forstår at <b>jeg må si nei</b> dersom jeg ikke vil påta meg et nytt prosjekt <b>selv om en leder spør om det</b></input></div>
<div><input id="tough_confidant" type="checkbox"></input>Jeg vet at jeg alltid kan prate med de personalansvarlige (gruppeledere og avdelingsledere) om <b>hva som helst</b> for de har taushetsplikt, og at jeg kan <b>velge fritt</b> hvem av dem jeg vil prate med vanskelige ting om</input></div>
</section>
</div>
<footer>
<a href="popup.html"><img id="expand" src="img/expand.png" /></a>
<div id="feedback">
Kildekode: <a href="https://github.com/knowit/browseit">github.com/knowit/browseit</a>
<!--<span class="bold">Ctrl + Shift + B</span> åpner BrowseIt.-->
– Versjon <span class="version">?.?.?</span>.
<br />
Send gjerne forslag til
<a href="mailto:[email protected]">[email protected]</a>
</div>
<div id="counter">?</div>
</footer>
</main>
<div id="leftblock"></div>
<div id="rightblock"></div>
<script src="getEmployees.js" type="text/javascript"></script>
<script src="game.js" type="text/javascript"></script>
<script src="popup.js" type="text/javascript"></script>
</body>
</html>