forked from z4ce/postfacto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
386 lines (346 loc) · 15.8 KB
/
index.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
<!--
Postfacto, a free, open-source and self-hosted retro tool aimed at helping
remote teams.
Copyright (C) 2016 - Present Pivotal Software, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>Postfacto</title>
<link href="https://fonts.googleapis.com/css?family=Karla:400,700" rel="stylesheet">
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="styles.css">
<!-- Polyfill image source sets for IE -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/picturefill/3.0.3/picturefill.min.js"></script>
</head>
<body class="script-off">
<header>
<div class="section">
<div class="container">
<div id="brand">postfacto</div>
<div class="desktop">
<nav>
<a href="#features" class="header-link">Features</a>
<a href="#benefits" class="header-link">Benefits</a>
<a href="#contribute" class="header-link">Contribute</a>
</nav>
</div>
<div class="mobile burger-container">
<button class="burger" id="menuButton">
<!--Burger menu stripes-->
<div></div>
<div></div>
<div></div>
</button>
</div>
</div>
</div>
<div class="section mobile mobile-nav" id="mobileNav">
<div class="container">
<nav>
<a href="#features" class="header-link">Features</a>
<a href="#benefits" class="header-link">Benefits</a>
<a href="#contribute" class="header-link">Contribute</a>
</nav>
</div>
</div>
</header>
<main>
<div class="section" id="hero">
<div class="container">
<section>
<h1 class="site-title">Postfacto.</h1>
<h1 class="strapline">The digital<br>retro board.</h1>
</section>
</div>
</div>
<div class="section" id="introduction">
<div class="container">
<section>
<div class="hero-text">
<h1 class="site-title">Postfacto.</h1>
<h1 class="strapline">The digital retro board.</h1>
</div>
<p class="description">Postfacto helps team members to facilitate retrospectives, where team members
come together and discuss what went well and what could be improved. Postfacto is free and open
source!</p>
<p class="installation"><a href="https://github.com/Pivotal/postfacto#readme">Read
about the project on GitHub</a></p>
<a href="https://github.com/Pivotal/postfacto/releases/latest" class="button">Download latest release</a>
</section>
</div>
</div>
<div class="section" id="features">
<div class="container">
<section>
<h2>Easy and simple to use</h2>
<div class="tabs">
<button id="featuresTab1" class="features-title tab">1. Create your retro</button>
<button id="featuresTab2" class="features-title tab">2. Add retro items</button>
<button id="featuresTab3" class="features-title tab">3. Add actions</button>
</div>
<div>
<p class="features-title">1. Create your retro</p>
<div id="featuresCard1" class="features-card">
<div class="image">
<img src="images/postfacto-ui.png"
alt="Screenshot of Postfacto retrospective board"
sizes="(min-width: 600px) 50vw, 100vw"
srcset="images/postfacto-ui@2x.png 1204w, images/postfacto-ui@3x.png 1806w">
</div>
<div class="text">
<h3>Set up your first retro board</h3>
<ul>
<li><span>To create your board, set a name and choose a URL that you can share it with the
team.</span>
</li>
<li><span>Set a password to keep your team’s retro data secure.</span>
</li>
<li><span>You can add retro items on each column for things that went well, what you are
wondering about and what didn’t work so well.</span>
</li>
<li><span>Access archived boards and edit settings.</span>
</li>
</ul>
</div>
</div>
</div>
<div>
<p class="features-title">2. Add retro items</p>
<div id="featuresCard2" class="features-card">
<div class="image">
<img src="images/postfacto-ui-2.png"
alt="Annotated retrospective items"
sizes="(min-width: 600px) 50vw, 100vw"
srcset="images/postfacto-ui-2@2x.png 1114w, images/postfacto-ui-2@3x.png 1671w">
</div>
<div class="text">
<h3>Create retro items to discuss</h3>
<ul>
<li><span>Add retro items to each column for discussion.</span></li>
<li><span>Edit retro items if you want to make any changes.</span></li>
<li><span>Vote on team members’ retro items that you want to be discussed by clicking on the heart icon.</span>
</li>
<li><span>Keep your retro time-framed with the 5-minute timer.</span></li>
</ul>
</div>
</div>
</div>
<div>
<p class="features-title">3. Add actions</p>
<div id="featuresCard3" class="features-card">
<div class="image">
<img src="images/postfacto-ui-3.png"
alt="Annotated retrospective actions"
sizes="(min-width: 600px) 50vw, 100vw"
srcset="images/postfacto-ui-3@2x.png 1114w, images/postfacto-ui-3@3x.png 1671w">
</div>
<div class="text">
<h3>Record actions to be taken</h3>
<ul>
<li><span>Add action items from your retro to improve teamwork.</span></li>
<li><span>Edit action items and assign tasks to team members.</span></li>
<li><span>Revisit previous action items to check what has been achieved and to keep track of things.</span>
</li>
</ul>
</div>
</div>
</div>
</section>
</div>
</div>
<div class="section" id="benefits">
<div class="container">
<section>
<h2>Teamwork & Collaboration</h2>
<div class="benefits-cards">
<div class="benefits-card">
<div class="benefits-image">
<img src="images/cake.svg" alt="Piece of cake">
</div>
<div class="benefits-text">
<h4>Easy & simple to use</h4>
<p>Intuitive interface and simple functionality. It’s like using a whiteboard.</p>
</div>
</div>
<div class="benefits-card">
<div class="benefits-image">
<img src="images/speaker.svg" alt="Hifi speaker">
</div>
<div class="benefits-text">
<h4>Everyone can be heard</h4>
<p>Inclusivity is important to your team. Members can all add items to be discussed so no one is left out. </p>
</div>
</div>
<div class="benefits-card">
<div class="benefits-image">
<img src="images/remote.svg" alt="Laptop computer">
</div>
<div class="benefits-text">
<h4>Remote & co-located teams</h4>
<p>Part of your team may be remote, share your retro board with them and collaborate via
video conferencing.</p>
</div>
</div>
</div>
</section>
</div>
</div>
<div class="section" id="contribute">
<div class="container">
<section>
<h2>Everyone can contribute</h2>
<div class="contribute-cards">
<div class="contribute-card">
<div class="logo">
<img src="images/github.png"
alt="GitHub logo"
sizes="84px"
srcset="images/github@2x.png 194w, images/github@3x.png 291w">
</div>
<div class="text">
<h4>Get involved</h4>
<p>Engineers, Designers and Product Managers can contribute through
<a href="https://github.com/Pivotal/postfacto" target="_blank">GitHub</a>.
</p>
</div>
</div>
<!-- <div class="contribute-card">
<div class="logo">
<img src="images/slack.svg" alt="Slack logo">
</div>
<div class="text">
<h4>Join the community!</h4>
<p>Join our
<a href="https://join.slack.com/t/postfacto/shared_invite/enQtNDAzMzM5NDQ2MTAyLWM3Yjk3NTBlZTIxNzk1YWNkZTdjNTNiZTliNmQ4OGJiMWJlMzU0NzMyMjU5M2FhMTMzMDJlYTNhZjA4MGY2N2I" target="_blank">Slack channel</a>
to start the conversation. Any ideas, opinions and tech news are welcome!
</p>
</div>
</div> -->
<div class="contribute-card">
<div class="logo">
<img src="images/sketch.svg" alt="Sketch logo">
</div>
<div class="text">
<h4>Get our brand assets</h4>
<p>We've created some guidelines to help you use our brand and assets. Download our
<a href="https://github.com/Pivotal/postfacto/blob/master/design/postfacto.sketch?raw=true">Sketch files</a>.
</p>
</div>
</div>
<div class="contribute-card">
<div class="logo">
<img src="images/medium.svg" alt="Medium logo">
</div>
<div class="text">
<h4>Visit our blog</h4>
<p>Read our featured
<a href="https://builttoadapt.io/how-to-run-a-really-good-retrospective-8982bd839e16" target="_blank">article</a>
on how you can run a good retrospective.
</p>
</div>
</div>
</div>
</section>
</div>
</div>
</main>
<footer>
<div class="section">
<div class="container">
</div>
</div>
</footer>
<script>
var welcomeWagon;
function clearActiveStates () {
var activeElements = document.querySelectorAll(".active");
for (var i = 0; i < activeElements.length; i++) {
activeElements.item(i).classList.remove("active");
}
}
function handleActivation(index) {
clearActiveStates();
document.querySelector("#featuresTab" + index).classList.add("active");
document.querySelector("#featuresCard" + index).classList.add("active");
}
function enableScript () {
document.querySelector("body").classList.remove("script-off");
document.querySelector("body").classList.add("script-on");
}
function initialiseTabs () {
[1, 2, 3].forEach(function (index) {
document.querySelector("#featuresTab" + index).addEventListener("click", function () {
clearTimeout(welcomeWagon);
handleActivation(index);
});
});
}
function initialiseNavMenu () {
document.querySelector("#menuButton").addEventListener("click", function () {
if (document.querySelector("header").classList.contains("open-menu")) {
document.querySelector("header").classList.remove("open-menu");
} else {
document.querySelector("header").classList.add("open-menu");
}
});
}
function initialiseWelcomeWagon () {
welcomeWagon = setTimeout(function () {
var toVisit = [2, 3, 1];
welcomeWagon = setInterval(function () {
handleActivation(toVisit.shift());
if (toVisit.length === 0) {
clearTimeout(welcomeWagon);
}
}, 15000);
}, 15000);
}
function handleClick () {
var id = this.getAttribute("href");
document
.querySelector(id)
.scrollIntoView({ behavior: "smooth", block: "start" });
history.replaceState(null, "", id);
return false;
}
function createButton (element) {
var button = document.createElement("button");
button.classList.add("header-link");
button.innerText = element.innerText;
button.onclick = handleClick.bind(element);
return button;
}
function replaceLinksWithButtons () {
var links = document.querySelectorAll(".header-link");
for (var i = 0; i < links.length; i++) {
var element = links.item(i);
element.parentElement.replaceChild(createButton(element), element);
}
}
function initialise () {
enableScript();
initialiseTabs();
initialiseNavMenu();
initialiseWelcomeWagon();
replaceLinksWithButtons();
}
window.onload = function () {
initialise();
handleActivation(1);
}
</script>
</body>
</html>