-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·209 lines (194 loc) · 8.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>SherlockQA</title>
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/animate.css">
<link rel="stylesheet" type="text/css" href="css/et-icons.css">
<link rel="stylesheet" type="text/css" href="css/tooltip.css">
<link rel="stylesheet" type="text/css" href="css/lightbox.css">
<link rel="stylesheet" type="text/css" href="css/owl.css">
<link id="main" rel="stylesheet" type="text/css" href="css/custom.css">
</head>
<body>
<div id="wrapper" class="behind">
<header>
<div class="container">
<div class="col-md-6 col-sm-12 wow animated fadeInUp">
<div class="intro-sherlock">
<img src="img/raposa.png" alt="">
</div>
</div>
<div class="col-md-6 intro-text hidden-sm hidden-xs wow animated fadeInUp">
<img src="img/sherlock_name_light.png" alt="">
<h2 class="heading">SherlockQA Test Manager</h2>
<h4 class="subheading">A simple open source test manager for your team.</h4>
<p>If your thought that an open source test manager needs to be ugly and complicated, think again! Sherlock came to make your life easier as a Tester or Product Owner. And it's as beautiful as it's simple to use. </p>
<a href="#about" class="scrollto btn btn-white">Why you should I use it?</a>
</div>
</div>
</header>
<nav class="navbar navbar-default">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><img src="img/sherlock_name.png" alt=""></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right main-nav">
<li><a href="#about" class="scrollto">About</a></li>
<li><a href="#Features" class="scrollto">Features</a></li>
<li><a href="#Download" class="scrollto">Download</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<section id="about">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="about-info">
<img src="img/sherlock_raposa_bored.png" style="width: 134%;">
</div>
</div>
<div class="col-md-6">
<h2 class="heading wow animated fadeInUp">Why use Sherlock?</h2>
<p class="small wow animated fadeInUp">A good test is a automated test, but it's not always possible to automate everything.</p>
<p class="small wow animated fadeInUp">Every project have a suite of regression tests. Some projects have outside hardware depencies and some have tests that are so abstract that is really tricky to automate.</p>
<p class="small wow animated fadeInUp">For those cases, until today, you had to pay expensive tools per user and month or use outdated tools that are heavy and hard to use and extend. </p>
<p class="small wow animated fadeInUp">Sherlock is an option for those scenarios, as it's an open source and a free tool that you can use and extend as you need.</p>
</div>
</div>
</div>
</section>
<section class="call-to-action">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center wow animated fadeInUp">
<p class="white">Sherlock is free and <b>will always be free!</b></p>
</div>
</div>
</div>
</section>
<section id="Features" class="features">
<div class="container">
<div class="row">
<div class="col-sm-6 text-left">
<h2 class="heading">Features</h2>
</div>
</div>
<div class="row">
<div class="col-md-3 feature text-center wow animated fadeInUp">
<h4 class="subheading feature-name">It's Simple</h4>
<i class="fa fa-hand-peace-o fa-3x" aria-hidden="true"></i>
<p class="small">Create a project, define your cases and start your cycle. As simple as that.</p>
</div>
<div class="col-md-3 feature text-center wow animated fadeInUp">
<h4 class="subheading feature-name">Track Progress</h4>
<i class="fa fa-area-chart fa-3x" aria-hidden="true"></i>
<p class="small">On the project dashboard, you can check out each cycle and its progress.</p>
</div>
<div class="col-md-3 feature text-center wow animated fadeInUp">
<h4 class="subheading feature-name">Top Technology</h4>
<i class="fa fa-code fa-3x" aria-hidden="true"></i>
<p class="small">Sherlock use last and top Technology. Vuejs, Flask, MariaDB and Docker</p>
</div>
<div class="col-md-3 feature text-center wow animated fadeInUp">
<h4 class="subheading feature-name">It's Free</h4>
<span class="fa-stack fa-lg">
<i class="fa fa-usd fa-stack-1x fa-1x"></i>
<i class="fa fa-ban fa-stack-2x text-danger fa-4x"></i>
</span>
<p class="small">Sherlock was created for the community. It's free and will always be free.</p>
</div>
</div>
</div>
</section>
<section id="Download">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="row">
<img src="https://i.imgur.com/LLh2Gv3.png" alt="" class="pic">
</div>
<div class="row">
<div class="col-md-12">
<h3 class="subheading gray wow animated fadeInUp">Sherlock is a part of AgileTesters community and mainly maintained by its founder, <a href="https://www.linkedin.com/in/leonardogalani/"<b>Leonardo Galani</b> </a>.</h3>
</div>
</div>
</div> <!-- col-md-6 author -->
<div class="col-md-4 col-md-offset-2">
<img src="img/sherlock.png" style="width: 250px;">
<h3 class="heading wow animated fadeInUp" style="margin-top: 5px !important;">Repository</h3>
<h4 class="subheading muted no-margin wow animated fadeInUp" style="margin-top: 0px !important;"><a href="http://github.com/leoGalani/sherlock"><i class="fa fa-check-square" aria-hidden="true"></i>
Learn how to run Sherlock</a></h4>
<h3 class="heading wow animated fadeInUp" style="margin-top: 5px !important;">Documentation</h3>
<h4 class="subheading muted no-margin wow animated fadeInUp" style="margin-top: 0px !important;"><a href="http://sherlockqa.readthedocs.io"><i class="fa fa-check-square" aria-hidden="true"></i>
Learn how to use and extend</a></h4>
<h3 class="heading wow animated fadeInUp" style="margin-top: 5px !important;">Discuss</h3>
<h4 class="subheading muted no-margin wow animated fadeInUp" style="margin-top: 0px !important;"><a href="http://agiletesters.com.br/category/10/sherlock-qa"><i class="fa fa-check-square" aria-hidden="true"></i>
Get involve in the community</a></h4>
</div>
</div>
</div>
</section>
<section class="call-to-action">
<div class="container">
<div class="row">
<div class="col-md-8 text-left text-center-mobile wow animated fadeInUp">
<h2 class="heading white top-fit">Checkout The Live Demo!</h2>
<h4 class="subheading white no-margin">You can try SherlockQA out before doing your own setup.</h4>
</div>
<div class="col-md-4 text-right wow animated fadeInUp text-center-mobile">
<a href="http://demo.sherlockqa.com/" class="btn btn-white">Live Demo</a>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-sm-6 text-left text-center-mobile">
<p class="copyright small muted">
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Licença Creative Commons" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br /> <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a>.
</p>
</div>
<div class="col-sm-6 text-right text-center-mobile">
<div class="social">
<a href="http://facebook.com/agiletesters" class="facebook"><i class="fa fa-facebook"></i></a>
<!-- <a href="#" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="#" class="vine"><i class="fa fa-vine"></i></a> -->
</div>
</div>
</div>
</div>
</footer>
</div>
<div class="mobile-nav">
<ul class="menu">
</ul>
</div>
<script src="js/jquery-1.11.1.min.js"></script>
<script src="js/owl.carousel.js"></script>
<script src="js/lightbox.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/jquery.onepagenav.js"></script>
<script src="js/core.js"></script>
<script src="js/tooltip.js"></script>
<script src="js/jquery.form-validator.js"></script>
<script src="js/preloader.js"></script>
<script src="js/main.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="https://use.fontawesome.com/b3f13e644e.js"></script>
</body>
</html>