-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
321 lines (306 loc) · 15.3 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
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="css\style.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" />
<title>PIPELINE FOUNDATION</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-195048057-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-195048057-2');
</script>
<!-- <link rel="shortcut icon" type="image/jpg" href="/img/favicon.ico" /> -->
<link rel="icon" href="favicon.png" sizes="32x32">
<!-- Facebook Open Graph configuration -->
<meta property="og:title" content="Pipeline Foundation" />
<meta property="og:url" content="https://pipeline.foundation/" />
<meta property="og:site_name" content="pipeline.foundation" />
<meta property="og:image" content="https://raw.githubusercontent.com/pipeline-foundation/pipeline-foundation.github.io/master/img/og-image.jpg" />
<meta property="og:type" content="website" />
<meta property="og:description" content="We are a non-profit initiative that can assist you in your projects while using DevSecOps implementations. Automation runs in our blood! All phases of the software development lifecycle are a piece of cake when the cause is great – helping the IT community!" />
</head>
<body>
<div class="content">
<div class="content-inside">
<div class="container header">
<div class="logo">
<img src="img/logo.png" alt="">
</div>
<div class="nav">
<h1 class="title">PIPELINE FOUNDATION</h1>
<div class="items">
<a href="#Vision" class="item active">
<i class="far fa-eye"></i>
<span>Vision</span>
</a>
<a href="#Mission" class="item" style="display: none;">
<i class="far fa-dot-circle"></i>
<span>Mission</span>
</a>
<a href="#Expertise" class="item">
<i class="fas fa-brain"></i>
<span>Expertise</span>
</a>
<a href="#WhoCanJoin" class="item" style="display: none;">
<i class="fas fa-sign-in-alt"></i>
<span>Who can join</span>
</a>
<a href="#FAQ" class="item">
<i class="fas fa-question"></i>
<span>FAQ</span>
</a>
<a href="#CaseStudies" class="item">
<i class="fas fa-code"></i>
<span>Case studies</span>
</a>
</div>
</div>
</div>
<div class="container">
<div class="vision line" id="Vision">
<h1 class="heading"><i class="far fa-eye"></i>Vision</h1>
<p class="text">
Enable software community to grow and achieve software engineering
excellence utilizing DevSecOps best practices.
</p>
<p class="text">
We are a non-profit initiative that can assist you in your projects while using DevSecOps implementations. Automation runs in our blood! All phases of the software development lifecycle are a piece of cake when the cause is great – helping the IT community!
</p>
<p class="text">
Pipeline Foundation is here to help your projects grow smoothly while providing know-how regarding DevSecOps practices. We thank our sponsors for their continuous support and responsiveness while we build our way through the ceaselessly changing technological world!
</p>
<p class="text">
Whether you need practical help or just a chat regarding a topic that undoubtedly intrigues you and your colleagues, please do not hesitate to contact us!
</p>
</div>
<div class="mission line" id="Mission" style="display: none;">
<h1 class="heading"><i class="far fa-dot-circle"></i>Mission</h1>
<p class="text">
Help open source projects with their migration to GitHub Actions,
Azure Pipelines or other CI/CD so that DevSecOps best practices
are followed. Review and support existing pipelines. Foster
community for like-minded people.
</p>
</div>
<div class="expertise line" id="Expertise">
<h1 class="heading"><i class="fas fa-chart-line"></i>Expertise</h1>
<ul class="text">
<li>
<i class="fas fa-caret-right"></i>
<span>Use industry DevOps best practices</span>
</li>
<li>
<i class="fas fa-caret-right"></i>
<span>Enable analysis tools for better software insights</span>
</li>
<li>
<i class="fas fa-caret-right"></i>
<span>
Provide meaningful reports integrated in DevOps pipeline
</span>
</li>
<li>
<i class="fas fa-caret-right"></i>
<span>Protect automation secrets from unwanted leaks</span>
</li>
<li>
<i class="fas fa-caret-right"></i>
<span>Prevent pipeline highjacks</span>
</li>
</ul>
</div>
<div class="who-can-join line" id="WhoCanJoin" style="display: none;">
<h1 class="heading">
<i class="fas fa-sign-in-alt"></i>Application process
</h1>
<ul class="text">
<li>
<i class="fas fa-caret-right"></i>
<span>Any qualified projects, based on availability and complexity</span>
</li>
<li style="display: none;">
<i class="fas fa-caret-right"></i>
<span>
Commercial projects can be supported based on eligibility
</span>
</li>
<li>
<i class="fas fa-caret-right"></i>
<span>
Submit an application to our GitHub Onboarding Projects board
<a href="https://github.com/pipeline-foundation/projects/issues/new/choose" target="_blank">here</a>
</span>
</li>
</ul>
</div>
<div class="faq line" id="FAQ">
<h1 class="heading"><i class="fas fa-question"></i>FAQ</h1>
<ul class="text">
<li class="faq-item" style="display:none;">
<i class="fas fa-caret-right"></i>
<span>Who are you ?</span>
<p class="faq-answer">We are Pipeline Foundation, a non-profit initiative that seeks to give back to the IT community by assisting projects with their DevSecOps implementations.</p>
</li>
<li class="faq-item">
<i class="fas fa-caret-right"></i>
<span>Why are you contributing to my project ?</span>
<p class="faq-answer">We frequently look at different projects on GitHub and we contribute to projects we think we can bring DevSecOps value to. If we've contributed to your project, please let us know if you have any feedback.</p>
</li>
<li class="faq-item">
<i class="fas fa-caret-right"></i>
<span>Are you trying to sell me something ?</span>
<p class="faq-answer">We are strictly a non-profit initiative. We <strong>do not sell, nor promote</strong> services, tools, applications etc. Pipeline Foundation is funded through our sponsors Singlet, still there is no obligation of any kind to use any commercial product or services provided by the sponsors or any other third party.</p>
</li>
<li class="faq-item">
<i class="fas fa-caret-right"></i>
<span>Alright, what if I need help with DevSecOps ?</span>
<div class="faq-answer">
<p>We are at your disposal! You can submit an application to our GitHub Onboarding Projects board by clicking the button below, which will redirect you to the issue creation page in our GitHub repo.</p>
<div class="btn-wrap">
<a href="https://github.com/pipeline-foundation/projects/issues/new/choose" class="btn-apply" target="_blank">Apply</a>
</div>
</div>
</li>
</ul>
</div>
<div class="case-studies line" id="CaseStudies">
<h1 class="heading"><i class="fas fa-code"></i>Case studies</h1>
<p class="text">
The following videos are concise technical presentations of our DevOps contributions. Feel free to absorb as much knowledge as possible – as we are contented to come to the aid of any of your projects! Special thanks go to our sponsors for funding the video production process.
</p>
<ul class="text">
<li>
<div class="item-left-s">
<div class="item-title">
<i class="fas fa-caret-right"></i>
<span>Notepads - </span>
<a href="https://github.com/JasonStein/Notepads" target="_blank">[ repo ]</a>
</div>
<div class="item-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/g7v9TO4mFbg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="item-right-s">
<p class="item-description">
Notepads is a modern, lightweight text editor with a minimalist design. Our contribution to the project includes dependency management, code security scanning and a CI/CD pipeline covering all the necessary automation features. We wholeheartedly encourage you to check it out!
</p>
<blockquote style="display:none;">"Lorem, ipsum dolor sit amet consectetur adipisicing elit. Perspiciatis harum dicta odit ipsum debitis, rem praesentium laudantium. Laudantium reiciendi incidunt numquam odit quam ex possimus nisi eos. Libero, ad eum."
<p class="quote-author">- Jason Stein</p>
</blockquote>
</div>
</li>
<li>
<div class="item-left-s">
<div class="item-title">
<i class="fas fa-caret-right"></i>
<span>MimeKit - </span>
<a href="https://github.com/jstedfast/MimeKit" target="_blank">[ repo ]</a>
</div>
<div class="item-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/4ppEfl40kwQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="item-right-s">
<p class="item-description">
MimeKit is a .NET MIME creation and parser library. Our contribution to MimeKit is a consolidation of three separate pipelines (one on Azure, one on Appveyor and one on Travis) into a single GitHub Actions CI/CD pipeline. The attention to detail we put in this project, reflects in its simplicity of execution.
</p>
</div>
</li>
<li>
<div class="item-left-s">
<div class="item-title">
<i class="fas fa-caret-right"></i>
<span>NanUI - </span>
<a href="https://github.com/NetDimension/NanUI" target="_blank">[ repo ]</a>
</div>
<div class="item-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/xeeE6IjiAaU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="item-right-s">
<p class="item-description">NanUI is this really awesome open source .NET project for .NET/.NET Core developers who want to use front-end technologies such as HTML/CSS to build user interfaces for Windows Form applications. Our contribution to NanUI is a robust and concise CI pipeline to allow the owners and contributors to know at all times if the project is in a healthy state or not.</p>
</div>
</li>
<li>
<div class="item-left-s">
<div class="item-title">
<i class="fas fa-caret-right"></i>
<span>Terminal.Gui - </span>
<a href="https://github.com/migueldeicaza/gui.cs" target="_blank">[ repo ]</a>
</div>
<div class="item-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/mUpt8kyGHx0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="item-right-s">
<p class="item-description">`Terminal.Gui` or `gui.cs` is a toolkit for building console GUI apps for .NET, .NET Core, and Mono that works on Windows, Mac, and Linux. Since the project already had almost every one of its DevOps needs fulfilled, our contribution to `Terminal.Gui` is not huge by any means, but still we do believe that dependency management is important and very useful.</p>
</div>
</li>
<li>
<div class="item-left-s">
<div class="item-title">
<i class="fas fa-caret-right"></i>
<span>RestSharp - </span>
<a href="https://github.com/restsharp/RestSharp" target="_blank">[ repo ]</a>
</div>
<div class="item-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/GoolULpAhSQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="item-right-s">
<p class="item-description">RestSharp is a very useful REST and HTTP API Client for .NET and we encourage you to check it out. Our contribution to RestSharp includes dependency management and code security and quality scan.</p>
</div>
</li>
<li>
<div class="item-left-s">
<div class="item-title">
<i class="fas fa-caret-right"></i>
<span>MIEngine - </span>
<a href="https://github.com/microsoft/MIEngine" target="_blank">[ repo ]</a>
</div>
<div class="item-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/BWOy1Ir41aU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="item-right-s">
<p class="item-description">MIEngine is the Visual Studio MI Debug Engine that provides an open-source Visual Studio Debugger extension that works with MI-enabled debuggers such as gdb and lldb. Our contribution includes dependency management, code quality and security analysis and a development container configuration.</p>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="sponsor-message">
<p>
We would not be able to take up this revolutionary cause – The Pipeline Foundation, without our open-minded and dedicated sponsors – <a href="https://singlet.dev" target="_blank">Singlet Ltd</a>. While our activities being clearly distinguished from their occupation, we totally recommend you visiting their website and immersing into their innovative technological world!
</p>
</div>
<div class="footer">
<ul class="socials-list">
<li class="sl-item">
<a href="https://www.youtube.com/channel/UClHGuzVPOt-VoFv3q4OVe5w" class="sl-link" target="_blank">
<i class="fab fa-youtube sl-icon"></i>Youtube
</a>
</li>
<li class="sl-item">
<a href="https://twitter.com/DevOps_PF" class="sl-link" target="_blank">
<i class="fab fa-twitter sl-icon"></i>Twitter
</a>
</li>
</ul>
<p class="info">
Non profit initiative sponsored by
<a href="https://singlet.dev" target="_blank">Singlet Ltd</a>
</p>
<p class="copyright">© 2021 Pipeline Foundation</p>
</div>
</body>
</html>