forked from TestSheepNZ/TestSheepNZ.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PantherDocuments.html
245 lines (212 loc) · 9.6 KB
/
PantherDocuments.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Panther Document List">
<meta name="author" content="TestSheepNZ">
<title>Panther Document List</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<!-- Custom styles for this template -->
<link href="css/agency.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="shortcut icon" href="img/testsheep.ico" type="image/x-icon" />
<link rel="icon" href="img/testsheep.ico">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
<div id="mainNavigation"></div>
</nav>
<!-- Header -->
<header class="masthead">
<div class="container">
<div class="intro-text">
<div class="intro-heading text-uppercase">Panther ODM</div>
<img src="img/panther_icon.PNG">
<div class="intro-lead-in">Document List</div>
<a class="btn btn-primary btn-xl text-uppercase js-scroll-trigger" href="./PantherDocuments.html" hidden>Documentation</a>
<a class="btn btn-primary btn-xl text-uppercase js-scroll-trigger" href="./PantherExercises.html" >Exercises</a>
<a class="btn btn-primary btn-xl text-uppercase js-scroll-trigger" href="./panther-all-builds.html" >Builds</a>
</div>
</div>
</header>
<!-- Contents -->
<section class="bg-light page-section" id="panther-docs">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Document List</h2>
<h3 class="section-subheading text-muted">Directory of supporting documentation on Panther ODM and related exercises</h3>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<ul class="timeline">
<li>
<div class="timeline-image">
<a href="./PantherOverview.html">
<img class="rounded-circle img-fluid" src="img/icons/car.jpg" alt="">
</a>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>Introduction</h4>
<h4 class="subheading"></h4>
</div>
<div class="timeline-body">
<p class="text-muted">Introduction to the automation kata challenge</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<a href="./PantherODM.html">
<img class="rounded-circle img-fluid" src="img/icons/panther.jpg" alt="">
</a>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>Panther ODM Requirements</h4>
<h4 class="subheading"></h4>
</div>
<div class="timeline-body">
<p class="text-muted">A detailed breakdown of the requirements and function of the Panther ODM</p>
</div>
</div>
</li>
<li>
<div class="timeline-image">
<a href="./PantherExercises.html">
<img class="rounded-circle img-fluid" src="img/icons/exercise.jpg" alt="">
</a>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>Exercises</h4>
<h4 class="subheading"></h4>
</div>
<div class="timeline-body">
<p class="text-muted">A breakdown of the exercises we'll be covering</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<a href="./PantherRevisedCode-EmailFromLeadDev.html">
<img class="rounded-circle img-fluid" src="img/icons/computer.jpg" alt="">
</a>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>Redesign Email</h4>
<h4 class="subheading"></h4>
</div>
<div class="timeline-body">
<p class="text-muted">Background for exercise 3</p>
</div>
</div>
</li>
<li>
<div class="timeline-image">
<a href="./PantherAutomationDesign.html">
<img class="rounded-circle img-fluid" src="img/icons/selenium.jpg" alt="">
</a>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>Selenium Automation Design</h4>
<h4 class="subheading"></h4>
</div>
<div class="timeline-body">
<p class="text-muted">Background for exercise 4 which introduces our UI tests</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<a href="./PantherManualCalculator.html">
<img class="rounded-circle img-fluid" src="img/icons/calculator.jpg" alt="">
</a>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>Calculation Aid</h4>
<h4 class="subheading"></h4>
</div>
<div class="timeline-body">
<p class="text-muted"><i>I get it, not everyone loves maths!</i> This page will help simplify some maths when designing tests</p>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Modal 1 -->
<div class="portfolio-modal modal fade" id="termsModal" tabindex="-1" role="dialog" aria-hidden="true"></div>
<!-- Modal 2 -->
<div class="portfolio-modal modal fade" id="aboutModal" tabindex="-1" role="dialog" aria-hidden="true"></div>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-4">
<span class="copyright">Copyright © Mike Talks 2019</span>
</div>
<div class="col-md-4">
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a href="https://twitter.com/TestSheepNZ">
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="list-inline-item" hidden>
<a href="#">
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.linkedin.com/in/mike-talks-3423348/">
<i class="fab fa-linkedin-in"></i>
</a>
</li>
</ul>
</div>
<div class="col-md-4">
<ul class="list-inline quicklinks">
<li class="list-inline-item" >
<a data-toggle="modal" href="#aboutModal">About</a>
</li>
<li class="list-inline-item">
<a data-toggle="modal" href="#termsModal">Terms of Use</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Contact form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom scripts for this template -->
<script src="js/agency.min.js"></script>
<!-- Sets up the header-->
<script src="js/main.navigation.js"></script>
<!-- Footer Modals -->
<script src="js/footer.modals.js"></script>
</body>
</html>