Skip to content

Commit

Permalink
Create community page
Browse files Browse the repository at this point in the history
Community page with links to guidelines, communication channels and the
community repository.
  • Loading branch information
geriom authored and tekton-robot committed Oct 19, 2022
1 parent 0fdec20 commit fb51eb3
Show file tree
Hide file tree
Showing 4 changed files with 140 additions and 1 deletion.
8 changes: 7 additions & 1 deletion assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,18 @@
}
}

/* Keep cover top nav bar with dark background */
/* Top nav bar background */

.td-navbar-cover {
&.navbar-bg-onscroll { background: $dark !important }
}

/* Remove default styles from community page lists */

.linkbox {
ul { list-style-type: none }
}

/* Click-to-copy button styles */

.highlight {
Expand Down
9 changes: 9 additions & 0 deletions content/en/community/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Community
menu:
main:
weight: 30
---

Find more information on the [Tekton Community
repository](https://github.com/tektoncd/community).
20 changes: 20 additions & 0 deletions layouts/community/list.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{{ define "main" }}

<a class="td-offset-anchor"></a>
<section class="row td-box td-box--1 position-relative td-box--danger td-box--gradient td-box--height-auto">
<div class="container text-center td-arrow-down">
<span class="h4 mb-0">
<h1>Welcome to the Tekton Community!</h1>
<p>Our misson is to be the industry-standard, cloud-native CI/CD
platform components and ecosystem.</p>
</span>
</div>
</section>

{{ partial "community-links.html" . }}

<div class="td-content">
{{ .Content }}
</div>

{{ end }}
104 changes: 104 additions & 0 deletions layouts/partials/community-links.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
<section class="row td-box td-box--4 td-box--gradient td-box--height-auto linkbox">
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6">
<h2>Get involved</h2>
<p>Read our contribution standards:</p>
<ul>
<li><i class="fab fa-github fa-fw"></i>
<a href="https://github.com/tektoncd/community/blob/main/code-of-conduct.md">
Code of conduct</a>
</li>
<li><i class="fab fa-github fa-fw"></i>
<a href="https://github.com/tektoncd/community/blob/main/design-principles.md">
Design principles</a>
</li>
<li><i class="fab fa-github fa-fw"></i>
<a href="https://github.com/tektoncd/community/blob/main/standards.md#commits">
Commits standards</a>
</li>
<li><i class="fab fa-github fa-fw"></i>
<a href="https://github.com/tektoncd/community/blob/main/standards.md#code">
Code standards</a>
</li>
<li><i class="fab fa-github fa-fw"></i>
<a href="https://github.com/tektoncd/community/blob/main/user-profiles.md">
User profiles</a>
</li>
<li><i class="fab fa-github fa-fw"></i>
<a href="https://github.com/tektoncd/community/blob/main/releases.md">
Release cycles</a>
</li>
</ul>
</div>
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6">
<h2>Reach out</h2>
<p>Join our community spaces:</p>
<ul>
<li><i class="fab fa-slack fa-fw"></i>
<a href="https://join.slack.com/t/tektoncd/shared_invite/enQtNjQ1NjQzNTQ3MDQwLTc5MWU4ODg3MGJiYjllZjlmMWI0YWFlMzJjMTkyZGEyMTFhYzY1ZTkzZGU0M2I3NGEyYjU2YzNhOTE4OWQyZTM">
Join the Tekton Slack!</a>
</li>
<li><i class="fab fa-twitter fa-fw"></i>
<a href="https://twitter.com/tektoncd">
Follow us on Twitter</a>
</li>

<li><i class="fa fa-inbox fa-fw"></i>
<a href="https://groups.google.com/forum/#!forum/tekton-dev">
Tekton developers mailing list</a>
</li>
<li><i class="fa fa-inbox fa-fw"></i>
<a href="https://groups.google.com/forum/#!forum/tekton-users">
Tekton users mailing list</a>
</li>
<li><i class="fa fa-calendar fa-fw"></i>
<a href="https://github.com/tektoncd/community/blob/main/working-groups.md">
Working groups and meetings</a>
</li>
<li><i class="fab fa-google-drive fa-fw"></i>
<a href="https://drive.google.com/drive/u/0/folders/0AFOvPxM9MpebUk9PVA">
The Tekton Developer's shared Drive</a>
</li>
</ul>
</div>
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6">
<h2>Contribution process</h2>
<p>Check out our processes:</p>
<ul>
<li><i class="fab fa-github fa-fw"></i>
<a href="https://github.com/tektoncd/community/blob/main/process.md#finding-something-to-work-on">
Find something to work on</a>
</li>
<li><i class="fab fa-github fa-fw"></i>
<a href="https://github.com/tektoncd/community/blob/main/process.md#proposing-features">
Propose new features</a>
</li>
<li><i class="fab fa-github fa-fw"></i>
<a href="https://github.com/tektoncd/community/blob/main/process.md#contributor-ladder">
Contributor ladder</a>
</li>
<li><i class="fab fa-github fa-fw"></i>
<a href="https://github.com/tektoncd/community/blob/main/process.md#reviews">
Pull requests reviews</a>
</li>
<li><i class="fab fa-github fa-fw"></i>
<a href="https://github.com/tektoncd/community/blob/main/process.md#proposing-projects">
Propose new projects</a>
</li>
<li><i class="fab fa-github fa-fw"></i>
<a href="https://github.com/tektoncd/community/blob/main/org/README.md">
GitHub Org management</a>
</li>
<li><i class="fab fa-github fa-fw"></i>
<a href="https://github.com/tektoncd/community/blob/main/org/README.md">
Contributor's Licence Agreement</a>
</li>
</ul>
</div>
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6">
<h2>Learn about Tekton users</h2>
<p>Open source projects, cloud vendors, and end users are building
amazing things with Tekton. Check out the
<a href="https://github.com/tektoncd/community/blob/main/adopters.md">
list of Tekton Adopers</a> to learn more.</p>
</div>
</section>

0 comments on commit fb51eb3

Please sign in to comment.