This repository was archived by the owner on Feb 24, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbetter-scrum-management.html
497 lines (474 loc) · 23.2 KB
/
better-scrum-management.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
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
<html>
<head>
<title> ScrumDo - Landing Page</title>
<link rel="stylesheet" href="css/style.css" type="text/css">
<link rel="stylesheet" href="css/bootstrap.css" type="text/css" />
<link rel = stylesheet type = "text/css" href = "css/jquery.openCarousel.css"> <!-- In your projects, be sure to include this css file -->
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script> <!-- Include jQuery, duh! -->
<script type="text/javascript" src="scripts/jquery.openCarousel.js"></script> <!-- And also include the js file -->
<script type="text/javascript" src="scripts/example_programmatic.js"></script> <!-- This is just for the programmatic example -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
<script type="text/javascript" src="scripts/jquery.bxslider.min.js"></script>
<script type="text/javascript">var _kmq = _kmq || [];
var _kmk = _kmk || '03519b5a41c175953eb8c1963e55054f5dc16063';
function _kms(u){
setTimeout(function(){
var d = document, f = d.getElementsByTagName('script')[0],
s = d.createElement('script');
s.type = 'text/javascript'; s.async = true; s.src = u;
f.parentNode.insertBefore(s, f);
}, 1);
}
_kms('//i.kissmetrics.com/i.js');
_kms('//doug1izaerwt3.cloudfront.net/' + _kmk + '.1.js');
</script>
</head>
<body>
<div id="header">
<div class="wrapper">
<div class="floatLeft">
<a class="logo_top" href="/">
<img src="http://cdn2.scrumdo.com/static/v50/scrumdo/landing/images/logo_top.png" width="205" height="40" border="0" />
</a>
<img src="http://cdn2.scrumdo.com/static/v50/scrumdo/landing/images/man_with_tie.png" width="97" height="142" border="0" />
</div>
<div class="floatRight get_scrumdo_btn_holder">
<a href="https://www.scrumdo.com/account/signup/" class="btn btn-success btn-success-iefix">Get ScrumDo</a>
<br/>
<h6>14 day Trial Free!</h6>
</div>
<div class="clearBoth"></div>
</div>
</div>
<!-- #header ends -->
<!-- Main Area Starts -->
<div id="main">
<div class="wrapper">
<div class="row">
<div class="paddingTop40px">
<h2>
Easy to Use . <span class="color_414040">Incredible Value</span> . Free Trial . <span class="color_414040">No Commitments</span>
</h2>
</div>
</div>
<div class="row">
<div class="paddingTop20px paddingBottom20px">
<h3>
A simple & powerful project management tool for Agile development teams.
</h3>
<br/>
<h5 class="lineHeight24px">
Development teams employ Scrum for a variety of reasons - to accelerate Time to Market, to improve product quality, to more effectively manage changing business requirements, and more. ScrumDo helps teams achieve these objectives more readily by providing them with a lean and simple tool for visualizing and managing essential project artifacts - all at an incredible value compared to other tools in the market.
</h5>
</div>
</div>
<div id="black">
<div class="green">
<h3>Here's a quick comparison of tools</h3>
<div style="padding-top:5px;" >
<table cellpadding="0" cellspacing="0" class="table_header" width="99%">
<tr>
<td class="tableheadtext" style="border-right:2px solid #fff;" width="20%">
<img src="images/settico.png"> PRODUCT
</td>
<td class="tableheadtext paddinglft5px" width="16%">
monthly <br>cost (15 users)
</td>
<td class="tableheadtext paddinglft15px" width="16%">
Project Attachments
</td>
<td class="tableheadtext paddinglft15px" width="16%">
Team Communications
</td>
<td class="tableheadtext paddinglft15px" width="16%">
3rd Party Integrations
</td>
<td class="tableheadtext paddinglft15px" width="16%">
Metrics / Reporting
</td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="table_special_bg">
<tr>
<td width="20%" align="center" style="padding-left:25px;">
<h4><b>ScrumDo</b></h4>
</td>
<td width="16%" style="padding-left:18px;">
<h4><b>34.95</b></h4>
</td>
<td width="16%" align="center">
<img src="images/checktick.png">
</td>
<td width="16%" align="center">
<img src="images/checktick.png">
</td>
<td width="16%" align="center">
<img src="images/checktick.png">
</td>
<td width="16%" align="center">
<span class="paddingright12px"><img src="images/checktick.png"></span>
</td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td style="padding-top:3px;">
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td class="tablesubtextwhitebg" style="border-right:2px solid #fff;" width="20%">
<span style="padding-left:20px;">TargetProcess</span>
</td>
<td class="tablesubtextwhitebg" width="16%">
<span class="paddingleft10px">375.00</span>
</td>
<td class="tablesubtextwhitebg" width="16%" align="center">
<img src="images/cross.png">
</td>
<td class="tablesubtextwhitebg" width="16%" align="center">
<img src="images/graytick.png">
</td>
<td class="tablesubtextwhitebg" width="16%" align="center">
<img src="images/graytick.png">
</td>
<td class="tablesubtextwhitebg" width="16%" align="center">
<img src="images/graytick.png">
</td>
</tr>
<tr>
<td class="tablesubtextgray" style="border-right:2px solid #fff;" width="20%">
<span style="padding-left:20px;">Rally - eXpress</span>
</td>
<td class="tablesubtextgray" width="16%">
<span class="paddingleft10px">285.00</span>
</td>
<td class="tablesubtextgray" width="16%" align="center">
<img src="images/cross.png">
</td>
<td class="tablesubtextgray" width="16%" align="center">
<img src="images/graytick.png">
</td>
<td class="tablesubtextgray" width="16%" align="center">
<img src="images/graytick.png">
</td>
<td class="tablesubtextgray" width="16%" align="center">
<img src="images/graytick.png">
</td>
</tr>
<tr>
<td class="tablesubtextwhitebg" style="border-right:2px solid #fff;" width="20%">
<span style="padding-left:20px;">Agile Buddy</span>
</td>
<td class="tablesubtextwhitebg" width="16%">
<span class="paddingleft10px">194.25</span>
</td>
<td class="tablesubtextwhitebg" width="16%" align="center">
<img src="images/graytick.png">
</td>
<td class="tablesubtextwhitebg" width="16%" align="center">
<img src="images/graytick.png">
</td>
<td class="tablesubtextwhitebg" width="16%" align="center">
<img src="images/cross.png">
</td>
<td class="tablesubtextwhitebg" width="16%" align="center">
<img src="images/graytick.png">
</td>
</tr>
<tr>
<td class="tablesubtextgray" style="border-right:2px solid #fff;" width="20%">
<span style="padding-left:20px;">V.1 - Catalyst</span>
</td>
<td class="tablesubtextgray" width="16%">
<span class="paddingleft10px">174.90</span>
</td>
<td class="tablesubtextgray" width="16%" align="center">
<img src="images/cross.png">
</td>
<td class="tablesubtextgray" width="16%" align="center">
<img src="images/graytick.png">
</td>
<td class="tablesubtextgray" width="16%" align="center">
<img src="images/graytick.png">
</td>
<td class="tablesubtextgray" width="16%" align="center">
<img src="images/graytick.png">
</td>
</tr>
<tr>
<td class="tablesubtextwhitebg" style="border-right:2px solid #fff;" width="20%">
<span style="padding-left:20px;">Pivotal Tracker</span>
</td>
<td class="tablesubtextwhitebg" width="16%">
<span class="paddingleft10px">100.00</span>
</td>
<td class="tablesubtextwhitebg" width="16%" align="center">
<img src="images/graytick.png">
</td>
<td class="tablesubtextwhitebg" width="16%" align="center">
<img src="images/graytick.png">
</td>
<td class="tablesubtextwhitebg" width="16%" align="center">
<img src="images/graytick.png">
<td class="tablesubtextwhitebg" width="16%" align="center">
<img src="images/cross.png">
</td>
</tr>
<tr>
<tr>
<td class="tablesubtextgray" style="border-right:2px solid #fff;" width="20%">
<span style="padding-left:20px;">Agile Zen</span>
</td>
<td class="tablesubtextgray" width="16%">
<span class="paddingleft10px">59.00</span>
</td>
<td class="tablesubtextgray" width="16%" align="center">
<img src="images/graytick.png">
</td>
<td class="tablesubtextgray" width="16%" align="center">
<img src="images/graytick.png">
</td>
<td class="tablesubtextgray" width="16%" align="center">
<img src="images/graytick.png">
</td>
<td class="tablesubtextgray" width="16%" align="center">
<img src="images/graytick.png">
</td>
</tr>
<!--
<tr>
<td class="tablesubtextwhitebg" style="border-right:2px solid #fff;" width="20%">
<span style="padding-left:20px;">Jira / Atlasslan</span>
</td>
<td class="tablesubtextwhitebg" width="16%">
<span class="paddingleft10px">49.95</span>
</td>
<td class="tablesubtextwhitebg" width="16%" align="center">
-
</td>
<td class="tablesubtextwhitebg" width="16%" align="center">
-
</td>
<td class="tablesubtextwhitebg" width="16%" align="center">
<img src="images/cross.png">
</td>
<td class="tablesubtextwhitebg" width="16%" align="center">
<img src="images/graytick.png">
</td>
</tr>
-->
<tr>
<td align="center" colspan="10">
<div class="get_scrumdo_btn_holder">
<a href="https://www.scrumdo.com/account/signup/" class="btn btn-success btn-success-iefix">Get ScrumDo</a>
<br/>
<h6>30 Days Trial Free!</h6>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</div>
<div class="red">
<h3>What our customers are saying</h3>
<div class="ocarousel example_text" data-ocarousel-indicator-fill="#f1f1f1" data-ocarousel-indicator-r="4" data-ocarousel-indicator-strokewidth="1" data-ocarousel-transition="fade">
<div class="ocarousel_window">
<div>
<div style="width: 10%; float:left; vertical-align:bottom;">
<img src="images/quote.png">
</div>
<div style="width: 90%; float:right; margin-top:-2px; ">
<p>
I've been using ScrumDo for 4 months. I used to have to manage project activities using several tools because none could provide everything we needed. With ScrumDo I've been able to eliminate all the other tools!
</p>
<p>
<b>Paulo L.</b>
</p>
</div>
</div>
<div>
<div style="width: 10%; float:left; vertical-align:bottom;">
<img src="images/quote.png">
</div>
<div style="width: 90%; float:right; vertical-align:top; margin-top:-2px;">
<p>
I manage 10 or so projects at a time. Scrumdo is attractive because of it's integration with Harvest, Basecamp, and GitHub. Each of those tools are good at what they do but they don't support a planning process.
</p>
<p>
<b>Carol S.</b>
</p>
</div>
</div>
<div>
<div style="width: 10%; float:left; vertical-align:bottom;">
<img src="images/quote.png">
</div>
<div style="width: 90%; float:right; vertical-align:top; margin-top:-2px;">
<p>
I have played with Pivotal Tracker, Rally and AgileZen and so far I am loving ScrumDo. The prediction feature looks very interesting. Keep it up!
</p>
<p>
<b>Mark C.</b>
</p>
</div>
</div>
</div>
<div class="ocarousel_indicators"></div>
</div>
</div>
</div>
<div class="row">
<div class="paddingBottom20px">
<h3>Integrate with applications you love</h3>
<p style="border-bottom: 1px solid #e2e2e2;"></p>
<div class="testimonials-slider">
<div class="slide">
<a href="http://www.scrumdo.com/addons/jira/" style="text-decoration: none">
<div class="testimonials-carousel-thumbnail"><img alt="" src="images/appico.png"></div>
<div class="testimonials-carousel-context">
<div class="appdesc"><p>Jira is an defect tracking tool for teams building great software. Track bugs about ScrumDo stories or create stories from Jira bugs. JIRA 4 is a proprietary issue tracking product, developed by Atlasssian, used for bug tracking, issue tracking and project management. </p></div>
</div>
<div class="appReadMoreblue"> <b>></b> Read More</div>
</a>
</div>
<div class="slide">
<a href="http://www.scrumdo.com/addons/basecamp/" style="text-decoration: none">
<div class="testimonials-carousel-thumbnail"><img alt="" src="images/appico2.png"></div>
<div class="testimonials-carousel-context">
<div class="appdesc"><p>Basecamp is an online project management tool. Create ScrumDo stories for any Basecamp todo item. Push ScrumDo stories to Basecamp todos. </p></div>
</div>
<div class="appReadMoreblue"> <b>></b> Read More</div>
</a>
</div>
<div class="slide">
<a href="http://www.scrumdo.com/addons/github/" style="text-decoration: none">
<div class="testimonials-carousel-thumbnail"><img alt="" src="images/appico3.png"></div>
<div class="testimonials-carousel-context">
<div class="appdesc"><p>Github is one of the most popular SCM tool. Create ScrumDo stories for any open GitHub issue. Get updates of source code commits in ScrumDo newsfeed.</p></div>
</div>
<div class="appReadMoreblue"> <b>></b> Read More</div>
</a>
</div>
<div class="slide">
<a href="http://www.scrumdo.com/addons/harvest/" style="text-decoration: none">
<div class="testimonials-carousel-thumbnail"><img alt="" src="images/appico4.png"></div>
<div class="testimonials-carousel-context">
<div class="appdesc"><p>Harvest is an tool to track time, Send Invoice and Run Business online. Create Harvest tasks for your ScrumDo stories. Track your time and invoice customers in Harvest. </p></div>
</div>
<div class="appReadMoreblue"> <b>></b> Read More</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="graybg">
<div class="wrapper">
<div class="featurecol1" style="border-right: 1px solid #e2e2e2; height:500px; margin-top:40px;">
<div align="center">
<img src="images/feature_01.png">
</div>
<div style="padding-top:20px;">
<h4 align="center"><b>All the Features at a Fraction of the Cost</b>
</h4>
<p>
<ul>
<li>Backlog Management</li>
<li>Epic Stories</li>
<li>Planning Poker</li>
<li>Burndown & Burnup charts</li>
<li>Releases</li>
<li>Iteration Planning</li>
<li>Future Predictions</li>
</ul>
<a href="http://www.scrumdo.com/plans" class="muchmore">And much more...</a>
</p>
</div>
</div>
<div class="featurecol3" >
<div align="center">
<img src="images/feature_03.png">
</div>
<div style="padding-top:20px;">
<h4 align="center"><b>Flexible Third Party <br>Integrations</b>
</h4>
<p>
<ul>
<li>GitHub</li>
<li>Basecamp</li>
<li>Jira</li>
<li>Harvest</li>
<li>Releases</li>
<li>Flowdock</li>
</ul>
<a href="https://github.com/ScrumDoLLC/ScrumDoAPIV2" class="muchmore">And an API for everything else</a>
</p>
</div>
</div>
<div class="featurecol2">
<div class="paddingtop40px" align="center">
<img src="images/feature_02.png">
</div>
<div class="floatLeft" style="padding-top:20px;">
<h4 class="bold" align="center">
Group Communications & Notifications
</h4>
<h5 class="lineHeight24px marginTop15px">
Good communication is essential for any agile process, and ScrumDo eliminates communication barriers across the board. E-mail notifications, live chat, and project bulletin boards are some of the many ways we keep team members in close contact - whether they're across the room or across the world!
</h5>
</div>
</div>
</div>
</div>
<div class="clearBoth"></div>
<!-- Main Area Ends -->
<!-- #footer starts -->
<div id="footer">
<div class="wrapper">
<div class="row">
<div class="posRel">
<div class="floatLeft">
ScrumDo is a registered trademark of ScrumDo, LLC.
</div>
<div class="floatRight">
<a href="https://www.scrumdo.com/about/terms/">Terms of Use</a> <a href="https://www.scrumdo.com/about/privacy/">Privacy Policy</a> <a href="http://support.scrumdo.com/">Support</a> <span>© 2013 ScrumDo</span>
</div>
<div class="clearBoth"></div>
</div>
</div>
</div>
</div>
<!-- #footer ends -->
<!-- JS -->
<script>
$('.testimonials-slider').bxSlider({
slideWidth: 992,
minSlides: 1,
maxSlides: 1,
slideMargin: 32,
auto: true,
autoControls: true
});
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-19817142-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
var google_conversion_id = 1021662849;
var google_custom_params = window.google_tag_params;
var google_remarketing_only = true;
</script>
<script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js"></script>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/1021662849/?value=0&guid=ON&script=0"/>
</div>
</noscript>
</body>
</html>