@@ -14,6 +14,7 @@ import { StaticImage } from "gatsby-plugin-image";
14
14
const CommunityImage2 = "../Community-pictures/five-finding-issue.png" ;
15
15
const CommunityImage3 = "../../../assets/images/newcomers-page-images/community-collage.webp" ;
16
16
const FiveWorking = "../Community-pictures/five-working.png" ;
17
+ const CommunityHandbook = "../Community-pictures/community-handbook.webp" ;
17
18
18
19
const NewcomersGuide = ( ) => {
19
20
const [ hover , setHover ] = useState ( false ) ;
@@ -194,36 +195,56 @@ const NewcomersGuide = () => {
194
195
< StaticImage src = { FiveWorking } alt = "Five Working Image" />
195
196
</ Col >
196
197
</ Row >
197
- < Row style = { {
198
- flexWrap : "wrap"
199
- } } className = "step" >
200
- < Col $sm = { 12 } $lg = { 6 } className = "community-collage" >
201
- < StaticImage src = { CommunityImage3 } alt = "Community Image" />
202
- </ Col >
203
- < Col $sm = { 12 } $lg = { 6 } >
204
- < h3 > While Your Issue is Under Review</ h3 >
205
- < p >
206
- Be patient. There are a large number of contributors and only a
207
- small number of maintainers/reviewers. All contributors are
208
- equally important to us, and we'll be sure to get to you as soon
209
- as possible. In the meanwhile, you are welcome to engage in the Layer5{ " " }
210
- < a
211
- href = "https://discuss.layer5.io/"
212
- target = "_blank"
213
- rel = "noreferrer"
214
- > discussion forum
215
- </ a > , join our{ " " }
216
- < a
217
- href = "https://slack.layer5.io/"
218
- target = "_blank"
219
- rel = "noreferrer"
220
- >
221
- Slack workspace
222
- </ a > { " " }
223
- and take a look at all our < Link to = "/projects" > projects</ Link > .
224
- </ p >
225
- </ Col >
226
- </ Row >
198
+ < Row style = { { flexWrap : "wrap" } } className = "step" >
199
+ < Col $sm = { 12 } $lg = { 6 } className = "community-collage" >
200
+ < a className = "book-container" href = "https://layer5.io/community/handbook/" >
201
+ < div className = "book" >
202
+ < div >
203
+ < StaticImage src = { CommunityHandbook } alt = "Community Image" />
204
+ </ div >
205
+ </ div >
206
+ </ a >
207
+ </ Col >
208
+ < Col $sm = { 12 } $lg = { 6 } >
209
+ < h3 > Explore the Meshery Community</ h3 >
210
+ < p >
211
+ The community is growing at a tremendous rate. We value our connections
212
+ and that is what makes us unique. Whether it is your first meeting or
213
+ your tenth contribution, we want to make sure that you are supported and
214
+ equipped to take advantage of all of that the community has to offer.
215
+ </ p >
216
+ </ Col >
217
+ </ Row >
218
+
219
+ < Row style = { { flexWrap : "wrap" } } className = "step" >
220
+ < Col $sm = { 12 } $lg = { 6 } >
221
+ < h3 > While Your Issue is Under Review</ h3 >
222
+ < p >
223
+ Be patient. There are a large number of contributors and only a
224
+ small number of maintainers/reviewers. All contributors are
225
+ equally important to us, and we'll be sure to get to you as soon
226
+ as possible. In the meanwhile, you are welcome to engage in the Layer5{ " " }
227
+ < a
228
+ href = "https://discuss.layer5.io/"
229
+ target = "_blank"
230
+ rel = "noreferrer"
231
+ >
232
+ discussion forum
233
+ </ a > , join our{ " " }
234
+ < a
235
+ href = "https://slack.layer5.io/"
236
+ target = "_blank"
237
+ rel = "noreferrer"
238
+ >
239
+ Slack workspace
240
+ </ a > { " " }
241
+ and take a look at all our < Link to = "/projects" > projects</ Link > .
242
+ </ p >
243
+ </ Col >
244
+ < Col $sm = { 12 } $lg = { 6 } className = "community-collage" >
245
+ < StaticImage src = { CommunityImage3 } alt = "Community Image" />
246
+ </ Col >
247
+ </ Row >
227
248
</ div >
228
249
< div className = "table-wrapper" id = "tutorials" >
229
250
< h2 > Tutorials</ h2 >
0 commit comments