@@ -79,8 +79,9 @@ const Footer = ({ location }) => {
7979 ? `https://github.com/layer5io/layer5/tree/master/${ test . learningPath ( pathname ) } `
8080 : test . communityMember ( pathname )
8181 ? `https://github.com/layer5io/layer5/blob/master/${ test . communityMember ( pathname ) } `
82- : `https://github.com/layer5io/layer5/blob/master/src/pages${ pathname == "/" ? "" : pathname
83- } ${ indexUrl . some ( ( str ) => pathname . endsWith ( str ) ) ? "/index" : "" } .js`;
82+ : `https://github.com/layer5io/layer5/blob/master/src/pages${
83+ pathname == "/" ? "" : pathname
84+ } ${ indexUrl . some ( ( str ) => pathname . endsWith ( str ) ) ? "/index" : "" } .js`;
8485 } ;
8586
8687 return (
@@ -94,20 +95,33 @@ const Footer = ({ location }) => {
9495 < Row className = "footer-head" >
9596 < Col className = "footer_logo-icons" $sm = { 3 } >
9697 < Link to = "/" >
97- < img src = { logo } className = "footer-logo" alt = "logo" />
98+ < img
99+ src = { logo }
100+ className = "footer-logo"
101+ alt = "logo"
102+ width = "200"
103+ height = "67"
104+ />
98105 </ Link >
99106 </ Col >
100107 < Col className = "footer_logo-icons" $sm = { 9 } >
101108 < SocialLinksColor />
102109 </ Col >
103110 </ Row >
104- < Row style = { {
105- flexWrap : "wrap"
106- } }
111+ < Row
112+ style = { {
113+ flexWrap : "wrap" ,
114+ } }
107115 >
108116 < Col $xs = { 12 } $lg = { 3 } >
109117 < p className = "desc-info" >
110- Layer5 is the steward of Meshery and creator of Kanvas, the collaborative canvas for cloud-native infrastructure. We bridge the gap between design and operation, allowing engineers to create, configure, and deploy orchestratable diagrams in real time. Whether managing Kubernetes or multi-cloud environments, Layer5 provides the tooling needed to oversee modern infrastructure with confidence.
118+ Layer5 is the steward of Meshery and creator of Kanvas, the
119+ collaborative canvas for cloud-native infrastructure. We bridge
120+ the gap between design and operation, allowing engineers to
121+ create, configure, and deploy orchestratable diagrams in real
122+ time. Whether managing Kubernetes or multi-cloud environments,
123+ Layer5 provides the tooling needed to oversee modern
124+ infrastructure with confidence.
111125 </ p >
112126 </ Col >
113127 < Col className = "sections_col" $xs = { 12 } $lg = { 9 } >
@@ -135,7 +149,10 @@ const Footer = ({ location }) => {
135149 </ Link >
136150 </ li >
137151 < li >
138- < a className = "category-link" href = "https://docs.layer5.io/videos" >
152+ < a
153+ className = "category-link"
154+ href = "https://docs.layer5.io/videos"
155+ >
139156 Videos
140157 </ a >
141158 </ li >
@@ -150,10 +167,7 @@ const Footer = ({ location }) => {
150167 </Link>
151168 </li> */ }
152169 < li >
153- < Link
154- className = "category-link"
155- to = "/learn/workshops"
156- >
170+ < Link className = "category-link" to = "/learn/workshops" >
157171 Cloud Native Workshops
158172 </ Link >
159173 </ li >
@@ -198,23 +212,26 @@ const Footer = ({ location }) => {
198212 </ Link >
199213 </ li >
200214 < li >
201- < Link
202- className = "category-link"
203- to = "/community/handbook"
204- >
215+ < Link className = "category-link" to = "/community/handbook" >
205216 Handbook
206217 </ Link >
207218 </ li >
208219 < li >
209- < a className = "category-link" href = "https://badges.layer5.io/" >
220+ < a
221+ className = "category-link"
222+ href = "https://badges.layer5.io/"
223+ >
210224 Recognition Program
211225 </ a >
212226 </ li >
213227 </ ul >
214228 </ div >
215229 < div className = "footer-sections odd-col" >
216230 < h3 className = "section-title" >
217- < Link className = "title-link" to = "/cloud-native-management/solutions" >
231+ < Link
232+ className = "title-link"
233+ to = "/cloud-native-management/solutions"
234+ >
218235 SOLUTIONS
219236 </ Link >
220237 </ h3 >
@@ -225,7 +242,7 @@ const Footer = ({ location }) => {
225242 to = "/solutions/developer-defined-infrastructure"
226243 >
227244 Developer-defined Infrastructure
228- { /* <span className="new-label">NEW</span> */ }
245+ { /* <span className="new-label">NEW</span> */ }
229246 </ Link >
230247 </ li >
231248 < li >
@@ -245,15 +262,15 @@ const Footer = ({ location }) => {
245262 </ Link >
246263 </ li >
247264 < li >
248- < Link className = "category-link" to = "/cloud-native-management/kanvas/collaborate" >
265+ < Link
266+ className = "category-link"
267+ to = "/cloud-native-management/kanvas/collaborate"
268+ >
249269 Collaborative GitOps
250270 </ Link >
251271 </ li >
252272 < li >
253- < Link
254- className = "category-link"
255- to = "/solutions/gitops"
256- >
273+ < Link className = "category-link" to = "/solutions/gitops" >
257274 GitOps with Cloud Native Insights
258275 </ Link >
259276 </ li >
@@ -308,7 +325,6 @@ const Footer = ({ location }) => {
308325 </ div >
309326 </ Row >
310327 < Row className = "subscribe" >
311-
312328 < form
313329 name = "contactform"
314330 method = "post"
@@ -329,7 +345,8 @@ const Footer = ({ location }) => {
329345 required
330346 />
331347 < Button
332- $secondary title = "Subscribe"
348+ $secondary
349+ title = "Subscribe"
333350 aria-label = "subscribe-us"
334351 id = "mc-embedded-subscribe-2"
335352 />
0 commit comments