Skip to content

Commit c7f2736

Browse files
committed
refactor: convert Hacktoberfest content from HTML to Markdown tables and update className attributes
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent 889b534 commit c7f2736

5 files changed

Lines changed: 134 additions & 315 deletions

File tree

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

Lines changed: 41 additions & 125 deletions
Original file line numberDiff line numberDiff line change
@@ -13,140 +13,56 @@ import hacktoberfest2020 from "./hacktoberfest2020.webp";
1313

1414
<ProgramsWrapper>
1515

16-
<img class="hacktoberfest-img" src={hacktoberfest2020}/>
17-
<h2>Participate in Hacktoberfest 2020 with Layer5</h2>
18-
<p>
19-
Hacktoberfest is open to everyone in the global community. Whether you’re
20-
a developer, student learning to code, event host, or a company of any
21-
size, you can help drive growth of open source and make positive
22-
contributions to an ever-growing community. All backgrounds and skill
23-
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>.
24-
</p>
25-
26-
<h4><strong>Layer5 celebrates and supports all open source contributors in our global community.</strong></h4>
27-
<p>
28-
Layer5 is a warm and welcoming community of open source contributors. We
29-
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.
30-
</p>
31-
<p>
16+
<img className="hacktoberfest-img" src={hacktoberfest2020} alt="Hacktoberfest 2020"/>
17+
18+
## Participate in Hacktoberfest 2020 with Layer5
19+
20+
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>.
21+
22+
#### **Layer5 celebrates and supports all open source contributors in our global community.**
23+
24+
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.
25+
3226
At Layer5, we champion developer-defined infrastructure, giving engineers the power to reshape application delivery. We empower operators in reimagining how they manage modern infrastructure: collaboratively.
33-
</p>
3427

35-
<h4><strong>Hacking on open source issues</strong></h4>
28+
#### **Hacking on open source issues**
3629

37-
<p>
38-
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.
39-
</p>
40-
<p>
41-
A long list of
42-
<a
43-
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
44-
have been specially curated in anticipation of our hackers! Here is a list of
45-
<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
46-
to help you make your mark in open-source and move towards successfully
47-
completing the Hacktoberfest challenge.
48-
</p>
30+
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.
4931

32+
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.
5033

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

134-
<div>
135-
Interested? Checkout the <a href="/community">Layer5 community</a> and join us on <a href="http://slack.layer5.io" target="_blank">Slack</a>
136-
</div><br/>
137-
138-
<hr/><br/>
139-
140-
<div>
141-
<p>Help us better prepare to support you as you find your way into the world
142-
of Open Source by submitting this questionnaire
143-
<a
144-
href="https://docs.google.com/forms/d/e/1FAIpQLSeQmQv6Xrnb69qGUZjHcw6i92jNDXir6WN6sRAHDNRtKUzBUg/viewform" target="_blank"><sup>(open in new window)</sup></a>.
145-
</p>
146-
<iframe
147-
src="https://docs.google.com/forms/d/e/1FAIpQLSeQmQv6Xrnb69qGUZjHcw6i92jNDXir6WN6sRAHDNRtKUzBUg/viewform?embedded=true"
148-
loading="lazy"
149-
width="100%" height="2810" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
150-
</div>
61+
Help us better prepare to support you as you find your way into the world of Open Source by submitting this questionnaire [<sup>(open in new window)</sup>](https://docs.google.com/forms/d/e/1FAIpQLSeQmQv6Xrnb69qGUZjHcw6i92jNDXir6WN6sRAHDNRtKUzBUg/viewform).
62+
63+
<iframe
64+
src="https://docs.google.com/forms/d/e/1FAIpQLSeQmQv6Xrnb69qGUZjHcw6i92jNDXir6WN6sRAHDNRtKUzBUg/viewform?embedded=true"
65+
loading="lazy"
66+
width="100%" height="2810" frameBorder="0" marginHeight="0" marginWidth="0">Loading…</iframe>
15167

15268
</ProgramsWrapper>

0 commit comments

Comments
 (0)