-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
30 lines (24 loc) · 924 Bytes
/
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
<html>
<head>
<title>CodeMortals :: Pipeline Driven Development</title>
<style>
html, body { font-family: "Lato", sans-serif; font-size: 18px; }
h3 { margin: 1rem 0 0; }
</style>
</head>
<body>
<h1>Pipeline Driven Development</h1>
<p>The following are presentation and workshops used at Meetups and Talks</p>
<ul>
<li>
<h3>Presentation <a href="presentation">click here</a></h3>
<div>Covers high level creation of a Pipeline and the benefits</div>
</li>
<li>
<h3>Workshop <a href="workshop-intro/presentation">click here</a></h3>
<div>This is an introductory workshop on how to build a Pipeline - Angular > Circle > Cypress > Cucumber > Firebase</div>
</li>
</ul>
<p>by CodeMortals</p>
</body>
</html>