forked from gocd/www.go.cd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
97 lines (88 loc) · 3.89 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
---
layout: home
title: Go - Continuous Delivery software
---
<h2 class="app-mission">Automate and streamline the build-test-release cycle for worry-free, continuous delivery of your product.</h2>
<img class="banner-image" width="100%" src="/images/home-image1.png">
<hr>
<div class="download-panel">
<span style="display:inline-block">
<a href="/download/" class="download btn-big">
<div> <i class="icon-download"></i> Download</div>
<div class='smaller'>it's free!</div>
</a>
<span style='display:block;'>(<a href="/releases/"><i class="icon-list-1"></i>Release Notes</a>)</span>
</span>
<span>
<a href="/contribute/" class="secondary-button contribute btn-big">
<i class='icon-star-5'></i> Contribute
</a>
</span>
<h5>Or you can, </h5>
<ul class="other-options">
<li><a target="_blank" href="https://github.com/gocd/documentation"><i class='icon-doc-text-inv'></i>Read Documentation</a>
</li>
<li>
<a target="_blank" href="https://groups.google.com/forum/#!forum/go-cd"> <i class='icon-mail-alt'></i>Join the mailing list</a>
</li>
<li><a target="_blank" href="https://github.com/gocd/gocd/issues/new"><i class='icon-github-squared'></i>Create issue</a>
</li>
</ul>
</div>
<div class="full-width ">
<div class="container-12 feature" style="border:0 none;">
<div class="grid-6">
<h4 class="features__title" style="margin-top:0px">Pipelines at the Core</h4>
<p>Model even the most complex build & deploy workflow with ease. Unlike CI servers, Go was built from the ground up with pipelines in mind. Go makes it simple to model failing fast, artifact promotion, self-service environments and single-click deployment.</p>
</div>
<div class="grid-6">
<h4 class="features__title" style="margin-top:0px">Meaningful Visibility</h4>
<p>Go's Value Stream Map visualizes your entire CD workflow. With a single glance you can trace a change from commit to deployment.</p>
</div>
</div>
</div>
<div class="container-12 more-feature">
<a class="link" href="/learn-more/why-go.html">More features</a>
<hr>
</div>
<h4 class='social-share-icons-title'>Spread the word</h4>
<ul class="social-share-icons">
<li>
<iframe src="http://ghbtns.com/github-btn.html?user=gocd&repo=gocd&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="90" height="20"></iframe>
</li>
<li>
<div id="fb-root"></div>
<script>
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=359055107503266";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div class="fb-share-button" data-href="http://www.go.cd" data-type="button_count"></div>
</li>
<li>
<script src="//platform.linkedin.com/in.js" type="text/javascript">
lang: en_US
</script>
<script type="IN/Share" data-url="http://www.go.cd" data-counter="right"></script>
</li>
<li>
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.go.cd">Tweet</a>
<script>
! function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0],
p = /^http:/.test(d.location) ? 'http' : 'https';
if (!d.getElementById(id)) {
js = d.createElement(s);
js.id = id;
js.src = p + '://platform.twitter.com/widgets.js';
fjs.parentNode.insertBefore(js, fjs);
}
}(document, 'script', 'twitter-wjs');
</script>
</li>
</ul>