Skip to content

Commit 055b78d

Browse files
committed
add project onboarding url; add non profit footer
1 parent a72a300 commit 055b78d

File tree

1 file changed

+20
-14
lines changed

1 file changed

+20
-14
lines changed

index.html

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
@@ -48,7 +48,7 @@ <h1 class="title">PIPELINE FOUNDATION</h1>
4848
<h1 class="heading"><i class="far fa-eye"></i>Vision</h1>
4949
<p class="text">
5050
Enable software community to grow and achieve software engineering
51-
excellence utilizing DevSecOps best practices
51+
excellence utilizing DevSecOps best practices.
5252
</p>
5353
</div>
5454
<div class="mission line" id="Mission">
@@ -65,18 +65,22 @@ <h1 class="heading">
6565
<i class="fas fa-sign-in-alt"></i>Who can join
6666
</h1>
6767
<ul class="text">
68-
<li>
69-
<i class="fas fa-caret-right"></i>
70-
<span
71-
>Any OSS project, based on availability and complexity</span
72-
>
73-
</li>
74-
<li>
75-
<i class="fas fa-caret-right"></i>
76-
<span>
77-
Commercial projects can be funded based on eligibility
78-
</span>
79-
</li>
68+
<li>
69+
<i class="fas fa-caret-right"></i>
70+
<span>Any OSS project, based on availability and complexity</span>
71+
</li>
72+
<li>
73+
<i class="fas fa-caret-right"></i>
74+
<span>
75+
Commercial projects can be supported based on eligibility
76+
</span>
77+
</li>
78+
<li>
79+
<i class="fas fa-caret-right"></i>
80+
<span>
81+
Submit an issue to apply <a href="https://github.com/pipeline-foundation/projects" target="_blank">here</a>
82+
</span>
83+
</li>
8084
</ul>
8185
</div>
8286
<div class="benefits line" id="Benefits">
@@ -112,6 +116,8 @@ <h1 class="heading"><i class="fas fa-chart-line"></i>Benefits</h1>
112116

113117
<div class="footer">
114118
<p>© 2021 Pipeline Foundation</p>
119+
<br/>
120+
<h2>Non profit initiative sponsored by <a href="https://singlet.dev">Singlet Dev</a></h2>
115121
</div>
116122
</body>
117123
</html>

0 commit comments

Comments
 (0)