Skip to content

Commit 889b534

Browse files
committed
refactor: Convert Hacktoberfest 2022 content from HTML to Markdown table format and update class attributes to className.
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent 06e6285 commit 889b534

1 file changed

Lines changed: 32 additions & 118 deletions

File tree

  • src/collections/programs/hacktoberfest-2022

src/collections/programs/hacktoberfest-2022/index.mdx

Lines changed: 32 additions & 118 deletions
Original file line numberDiff line numberDiff line change
@@ -15,128 +15,42 @@ import hacktoberfest2022prepslides from "../../events/2022/hacktoberfest-2022/ha
1515

1616
<ProgramsWrapper>
1717

18-
<img class="hacktoberfest-img" src={hacktoberfest2022}/>
19-
<h2>Participate in Hacktoberfest 2022 with Layer5</h2>
20-
<p>
21-
Hacktoberfest is open to everyone in the global community. Whether you’re
22-
a developer, student learning to code, event host, or a company of any
23-
size, you can help drive growth of open source and make positive
24-
contributions to an ever-growing community. All backgrounds and skill
25-
levels are encouraged to complete the challenge. Join the <Link to="/community/events/hacktoberfest-prep-easing-into-cncf-open-source-projects" class="highlight">Hacktoberfest Prep: Easing into CNCF Open Source Projects</Link>.
26-
</p>
27-
28-
<h4><strong>Layer5 celebrates and supports all open source contributors in our global community.</strong></h4>
29-
<p>
30-
Layer5 is a warm and welcoming community of open source contributors. We
31-
are continuously welcoming new <Link to="/community/members" class="highlight">members</Link>. If would like to join as community member, simply fill-in the <Link class="highlight" to="newcomer">new community member form</Link>. New members are always welcome.
32-
</p>
33-
<p>
34-
Our cloud native application and infrastructure management software enables organizations to expect more from their infrastructure. The Layer5 community represents the largest collection of service mesh projects and their maintainers in the world. We build projects to provide learning environments, deployment and operational best practices, performance benchmarks, create documentation, share networking opportunities, and more. Our shared commitment to the open source spirit pushes Layer5 projects forward.
35-
</p>
36-
37-
<h4><strong>Hacking on open source issues</strong></h4>
38-
39-
<p>
40-
We have communities spread across the month of October to introduce you to the <Link to="/community/handbook/repository-overview" class="highlight">Layer5 project repositories</Link> and help you get started on those pull requests.
41-
</p>
42-
<p>
43-
A long list of
44-
<a
45-
href="https://github.com/issues?q=is%3Aopen+is%3Aissue+archived%3Afalse+org%3Ameshery+org%3Aservice-mesh-performance+org%3Alayer5io+org%3Aservice-mesh-patterns+org%3Alayer5labs+label%3Ahacktoberfest" target="_blank" class="highlight"> hacktoberfest </a> issues
46-
have been specially curated in anticipation of our hackers! Here is a list of
47-
<a href="https://github.com/issues?q=is%3Aopen+is%3Aissue+archived%3Afalse+org%3Ameshery+org%3Aservice-mesh-performance+org%3Alayer5io+org%3Aservice-mesh-patterns+org%3Alayer5labs+label%3A%22help+wanted%22+" target="_blank" class="highlight"> help wanted </a> issues
48-
to help you make your mark in open-source and move towards successfully
49-
completing the Hacktoberfest challenge.
50-
</p>
18+
<img className="hacktoberfest-img" src={hacktoberfest2022} alt="Hacktoberfest 2022"/>
19+
20+
## Participate in Hacktoberfest 2022 with Layer5
21+
22+
Hacktoberfest is open to everyone in the global community. Whether you’re a developer, student learning to code, event host, or a company of any size, you can help drive growth of open source and make positive contributions to an ever-growing community. All backgrounds and skill levels are encouraged to complete the challenge. Join the <Link to="/community/events/hacktoberfest-prep-easing-into-cncf-open-source-projects" className="highlight">Hacktoberfest Prep: Easing into CNCF Open Source Projects</Link>.
23+
24+
#### **Layer5 celebrates and supports all open source contributors in our global community.**
25+
26+
Layer5 is a warm and welcoming community of open source contributors. We are continuously welcoming new <Link to="/community/members" className="highlight">members</Link>. If would like to join as community member, simply fill-in the <Link className="highlight" to="newcomer">new community member form</Link>. New members are always welcome.
27+
28+
Our cloud native application and infrastructure management software enables organizations to expect more from their infrastructure. The Layer5 community represents the largest collection of service mesh projects and their maintainers in the world. We build projects to provide learning environments, deployment and operational best practices, performance benchmarks, create documentation, share networking opportunities, and more. Our shared commitment to the open source spirit pushes Layer5 projects forward.
5129

30+
#### **Hacking on open source issues**
31+
32+
We have communities spread across the month of October to introduce you to the <Link to="/community/handbook/repository-overview" className="highlight">Layer5 project repositories</Link> and help you get started on those pull requests.
33+
34+
A long list of <a href="https://github.com/issues?q=is%3Aopen+is%3Aissue+archived%3Afalse+org%3Ameshery+org%3Aservice-mesh-performance+org%3Alayer5io+org%3Aservice-mesh-patterns+org%3Alayer5labs+label%3Ahacktoberfest" target="_blank" className="highlight"> hacktoberfest </a> issues have been specially curated in anticipation of our hackers! Here is a list of <a href="https://github.com/issues?q=is%3Aopen+is%3Aissue+archived%3Afalse+org%3Ameshery+org%3Aservice-mesh-performance+org%3Alayer5io+org%3Aservice-mesh-patterns+org%3Alayer5labs+label%3A%22help+wanted%22+" target="_blank" className="highlight"> help wanted </a> issues to help you make your mark in open-source and move towards successfully completing the Hacktoberfest challenge.
5235

5336
<br/>
5437
<hr/>
5538
<br/>
56-
<h2>Previous Hacktoberfest Tutorials</h2>
57-
<table class="tutorials-table" style="margin:0px; padding:0px; width:100%; text-align: left;">
58-
<thead>
59-
<tr>
60-
<th>Date</th>
61-
<th>Topic</th>
62-
<th>Resources</th>
63-
<th>Presenter</th>
64-
</tr>
65-
</thead>
66-
<tbody>
67-
<tr>
68-
<td>Oct. 1st, 2020</td>
69-
<td><i>An Introduction to Contributing to Meshery</i></td>
70-
<td>
71-
<a href="https://docs.google.com/presentation/d/1Wc5ALdn-G3fADJ8I6nJlyOGhV2XHVprYPqDvkZ1MEqY/edit#" target="_blank">slides</a>, <a href="https://youtu.be/67iy2JEp4Ss" target="_blank">recording</a>
72-
</td>
73-
<td>
74-
<a href="/community/members/vijay-cherukuri">Vijay Cherukuri</a>
75-
</td>
76-
</tr>
77-
<tr>
78-
<td>Oct. 8th, 2020</td>
79-
<td><i>An Introduction to mesheryctl</i></td>
80-
<td><a
81-
href="https://docs.google.com/presentation/d/1LxhzJhUs9-Hc9mwlKVUMlDAVdH-QWLvU1KWxVuRbSHg/edit?usp=sharing" target="_blank">slides</a>, <a
82-
href="https://youtu.be/wK7Q-zbJ3gQ?t=3" target="_blank">recording</a></td>
83-
<td><a href="/community/members/nupur-thakur">Nupur Thakur</a></td>
84-
</tr>
85-
<tr>
86-
<td>Oct. 15th, 2020</td>
87-
<td><i>A tutorial on contributing to Layer5 and working with Git </i></td>
88-
<td><a
89-
href="https://docs.google.com/presentation/d/1UOlwFtZ-VJhW4RgQoSI_QOGUQ7OBG8NZDWrFUor7eyY/edit?usp=sharing" target="_blank">slides</a>, <a
90-
href="https://youtu.be/O9UZO5g9BvI" target="_blank">recording</a></td>
91-
<td><a href="/community/members/ruth-ikegah">Ruth Ikegah</a></td>
92-
</tr>
93-
<tr>
94-
<td>Oct. 22nd, 2020</td>
95-
<td><i>An introduction to all Layer5 repositories</i></td>
96-
<td><a
97-
href="https://docs.google.com/document/d/1brtiJhdzal_O6NBZU_JQXiBff2InNtmgL_G1JgAiZtk/edit" target="_blank">slides</a>, <a
98-
href="https://www.youtube.com/watch?v=Yu03slXrdS0&list=PL3A-A6hPO2INVEknQ4R-VwDMUT9yM_FSm&index=8" target="_blank">recording</a></td>
99-
<td><a href="/community/members/lee-calcote">Lee Calcote</a></td>
100-
</tr>
101-
<tr>
102-
<td>Oct. 29th, 2020</td>
103-
<td><i>A tutorial on Gatsby</i></td>
104-
<td><a
105-
href="https://www.gatsbyjs.com/docs/quick-start/" target="_blank">slides</a>, <a
106-
href="https://www.youtube.com/watch?v=ug6yaYC-Kkw&list=PL3A-A6hPO2INVEknQ4R-VwDMUT9yM_FSm&index=9" target="_blank">recording</a></td>
107-
<td><a href="/community/members/jash-patel">Jash Patel</a>, <a href="/community/members/tanuj-agarwal">Tanuj Agarwal</a></td>
108-
</tr>
109-
<tr>
110-
<td>Nov. 4th, 2020</td>
111-
<td><i>Functional Testing with Cypress in Meshery UI</i></td>
112-
<td><a
113-
href="https://layer5.io/blog/meshery/functional-testing-with-cypress-in-meshery-ui" target="_blank">slides</a>, <a
114-
href="https://youtu.be/pIFSI7xtwFs" target="_blank">recording</a></td>
115-
<td><a href="/community/members/rodolfo-martinez-vega">Rodolfo Martinez Vega</a></td>
116-
</tr>
117-
<tr>
118-
<td>Jan. 28th, 2021</td>
119-
<td><i>Beginner's guide to contributing to Meshery and mesheryctl</i></td>
120-
<td><a
121-
href="https://docs.google.com/presentation/d/1oUzWQpFeFbpIs_sejtOPbF9J4nigj9ziEAzoWxmm6ig/edit" target="_blank">slides</a>, <a
122-
href="https://youtu.be/hh_kFLZx3G4" target="_blank">recording</a></td>
123-
<td>Layer5 Contributor</td>
124-
</tr>
125-
<tr>
126-
<td>Jul. 27th, 2021</td>
127-
<td><i>Contributing to Meshery API Swagger Documentation</i></td>
128-
<td><a
129-
href="https://www.youtube.com/watch?v=NAvt6B5kNIQ" target="_blank">recording</a></td>
130-
<td><a href="/community/members/piyush-singariya">Piyush Singariya</a></td>
131-
</tr>
132-
<tr>
133-
<td>Sept. 30th, 2022</td>
134-
<td><i>Hacktoberfest Prep: Easing into CNCF Open Source Projects</i></td>
135-
<td><Link to={hacktoberfest2022prepslides}>slides</Link>, <Link to="https://www.youtube.com/watch?v=3dqFF_0FsTE">recording</Link></td>
136-
<td>any Community Members</td>
137-
</tr>
138-
</tbody>
139-
</table>
39+
40+
## Previous Hacktoberfest Tutorials
41+
42+
| Date | Topic | Resources | Presenter |
43+
| --- | --- | --- | --- |
44+
| Oct. 1st, 2020 | *An Introduction to Contributing to Meshery* | [slides](https://docs.google.com/presentation/d/1Wc5ALdn-G3fADJ8I6nJlyOGhV2XHVprYPqDvkZ1MEqY/edit#), [recording](https://youtu.be/67iy2JEp4Ss) | [Vijay Cherukuri](/community/members/vijay-cherukuri) |
45+
| Oct. 8th, 2020 | *An Introduction to mesheryctl* | [slides](https://docs.google.com/presentation/d/1LxhzJhUs9-Hc9mwlKVUMlDAVdH-QWLvU1KWxVuRbSHg/edit?usp=sharing), [recording](https://youtu.be/wK7Q-zbJ3gQ?t=3) | [Nupur Thakur](/community/members/nupur-thakur) |
46+
| Oct. 15th, 2020 | *A tutorial on contributing to Layer5 and working with Git* | [slides](https://docs.google.com/presentation/d/1UOlwFtZ-VJhW4RgQoSI_QOGUQ7OBG8NZDWrFUor7eyY/edit?usp=sharing), [recording](https://youtu.be/O9UZO5g9BvI) | [Ruth Ikegah](/community/members/ruth-ikegah) |
47+
| Oct. 22nd, 2020 | *An introduction to all Layer5 repositories* | [slides](https://docs.google.com/document/d/1brtiJhdzal_O6NBZU_JQXiBff2InNtmgL_G1JgAiZtk/edit), [recording](https://www.youtube.com/watch?v=Yu03slXrdS0&list=PL3A-A6hPO2INVEknQ4R-VwDMUT9yM_FSm&index=8) | [Lee Calcote](/community/members/lee-calcote) |
48+
| Oct. 29th, 2020 | *A tutorial on Gatsby* | [slides](https://www.gatsbyjs.com/docs/quick-start/), [recording](https://www.youtube.com/watch?v=ug6yaYC-Kkw&list=PL3A-A6hPO2INVEknQ4R-VwDMUT9yM_FSm&index=9) | [Jash Patel](/community/members/jash-patel), [Tanuj Agarwal](/community/members/tanuj-agarwal) |
49+
| Nov. 4th, 2020 | *Functional Testing with Cypress in Meshery UI* | [slides](https://layer5.io/blog/meshery/functional-testing-with-cypress-in-meshery-ui), [recording](https://youtu.be/pIFSI7xtwFs) | [Rodolfo Martinez Vega](/community/members/rodolfo-martinez-vega) |
50+
| Jan. 28th, 2021 | *Beginner's guide to contributing to Meshery and mesheryctl* | [slides](https://docs.google.com/presentation/d/1oUzWQpFeFbpIs_sejtOPbF9J4nigj9ziEAzoWxmm6ig/edit), [recording](https://youtu.be/hh_kFLZx3G4) | Layer5 Contributor |
51+
| Jul. 27th, 2021 | *Contributing to Meshery API Swagger Documentation* | [recording](https://www.youtube.com/watch?v=NAvt6B5kNIQ) | [Piyush Singariya](/community/members/piyush-singariya) |
52+
| Sept. 30th, 2022 | *Hacktoberfest Prep: Easing into CNCF Open Source Projects* | [slides]({hacktoberfest2022prepslides}), [recording](https://www.youtube.com/watch?v=3dqFF_0FsTE) | any Community Members |
53+
14054
<br/>
14155

14256
<div>
@@ -154,7 +68,7 @@ import hacktoberfest2022prepslides from "../../events/2022/hacktoberfest-2022/ha
15468
<iframe
15569
src="https://docs.google.com/forms/d/e/1FAIpQLSeQmQv6Xrnb69qGUZjHcw6i92jNDXir6WN6sRAHDNRtKUzBUg/viewform?embedded=true"
15670
loading="lazy"
157-
width="100%" height="2810" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
71+
width="100%" height="2810" frameBorder="0" marginHeight="0" marginWidth="0">Loading…</iframe>
15872
</div>
15973

16074
</ProgramsWrapper>

0 commit comments

Comments
 (0)