-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
222 lines (192 loc) · 7.06 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
<!DOCTYPE html>
<html>
<head>
<title>Perspective</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,600,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Lobster+Two' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic' rel='stylesheet' type='text/css'>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Top Starts -->
<div class="top">
<!-- Header Starts -->
<header>
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="logo">
<h1><a href="http://perspective.github.io/perspective">Perspective <span class="tblue label">ALPHA</span></a></h1>
</div>
</div>
<div class="navigation pull-right">
<a href="index.html">Home</a>
<a href="goals.html">Goals</a>
<a href="https://github.com/perspective/dev">Contribute</a>
</div>
</div>
</div>
</header>
<!-- Header Ends -->
<!-- Hero starts -->
<div class="hero">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="intro">
<h2>A teams best friend</h2>
<p>Delivering the right information at the right time in a lovely package for you and your team</p><br />
<a href="https://github.com/perspective/dev" class="download"><i class="icon-thumbs-up"></i> Contribute</a> <strong> - we've just started and need your help</strong>
</div>
</div>
</div>
</div>
</div>
<!-- Hero ends -->
</div>
<!-- Top Ends -->
<!-- Feature Starts -->
<div class="features">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="feature-title text-center">
<h3>Features</h3>
<p>Ideas are born, prioritized, analyzed, designed, implemented and shipped. Perspective lets you follow them from start to finish in views (perspectives) that's tailored for each stakeholder and process ceremonies</p>
</div>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-4 col-xs-6">
<div class="feat">
<p><i class="icon-bar-chart"></i></p>
<h4>All in one place</h4>
<p>Get a new perspective on your process by aggregating information from Jira, Jenkins, dev servers and more</p>
</div>
</div>
<div class="col-md-4 col-xs-6">
<div class="feat">
<p><i class="icon-group"></i></p>
<h4>All onboard</h4>
<p>Software development tools are often made for developers only. We're also designing for testers, designers, leaders and all stakeholders on a team</p>
</div>
</div>
<div class="col-md-4 col-xs-6">
<div class="feat">
<p><i class="icon-code-fork"></i></p>
<h4>All hackable</h4>
<p>Perspective is open-source, free to use and modify</p>
</div>
</div>
</div>
</div>
</div>
<!-- Feature Ends -->
<!-- Shots starts -->
<div class="shots">
<div class="container">
<!-- shot1-->
<div class="row">
<div class="col-md-12">
<div class="shotcontent">
<h3>Task management</h3>
<p class="shot-para">So simple, it makes JIRA jealous</p>
<hr>
<img src="img/tasks.png" class="screenshot" alt="Task management" />
<div class="row">
<div class="col-md-4 col-xs-4">
<div class="shot-content-body">
<h4><i class="icon-gears tblue"></i>Custom boards</h4>
<p>Create dynamic boards based on any information you'd like</p>
</div>
</div>
<div class="col-md-4 col-xs-4">
<div class="shot-content-body">
<h4><i class="icon-camera tblue"></i>Add anything</h4>
<p>Tasks are extensible. Add build information, documentation, tests script and everyting you and your team need</p>
</div>
</div>
<div class="col-md-4 col-xs-4">
<div class="shot-content-body">
<h4><i class="icon-globe tblue"></i>Integrated</h4>
<p>Want to show which server a task is deployed on? Its last sucessful build? No problem, just pull in information from other perspective modules and external systems</p>
</div>
</div>
</div>
</div>
</div>
</div>
<hr>
<!-- shot1 ends -->
<!-- shot2 -->
<div class="row">
<div class="col-md-12">
<div class="shotcontent">
<h3>Deployment views</h3>
<p class="shot-para">Because you like to follow your feature from feature branches, to continous integration and deployment</p>
<img src="img/builds.png" class="screenshot" alt="Builds" />
<hr>
<div class="row">
<div class="col-md-4 col-xs-4">
<div class="shot-content-body">
<h4><i class="icon-github tblue"></i> Feature branches to trees</h4>
<p>Establish a naming convention and get your feature branches rendered as
trees. In the image above we've used <code>iphone-app_login_from-github</code> and
<code>iphone-app_login_password</code>
</p>
</div>
</div>
<div class="col-md-4 col-xs-4">
<div class="shot-content-body">
<h4><i class="icon-legal tblue"></i> Jenkins integration</h4>
<p>With perspective-jenkins you get color coding on your feature branches.
And a even a hammer when it builds!</p>
</div>
</div>
<div class="col-md-4 col-xs-4">
<div class="shot-content-body">
<h4><i class="icon-laptop tblue"></i> Dev servers</h4>
<p>Push or pull information from your development servers into the build screen.
Show notifications when new builds or deploys start.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<hr>
<!-- shot2 ends -->
</div>
</div>
<!-- Shots Ends -->
<!-- Footer starts -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="copy text-center">
<a href="https://github.com/perspective">Perspective on Github</a>
</div>
</div>
</div>
</div>
</footer>
<!-- Footer Ends -->
<!-- Javascript files -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap JS -->
<script src="js/bootstrap.min.js"></script>
<!-- Respond JS for IE8 -->
<script src="js/respond.min.js"></script>
<!-- HTML5 Support for IE -->
<script src="js/html5shiv.js"></script>
<!-- Custom JS -->
<script src="js/custom.js"></script>
</body>
</html>