File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,19 @@ Quasar Framework is an MIT-licensed open source project. Its ongoing development
105105 <img width="222px" src="https://cdn.quasar-framework.org/sponsors/utopian.png">
106106 </a>
107107 </td>
108+ <td align="center" valign="middle">
109+ <a href="https://wallabyjs.com/" target="_blank">
110+ <img width="222px" src="https://cdn.quasar-framework.org/sponsors/wallaby.png">
111+ </a>
112+ </td>
113+ </tr>
114+ <tr></tr>
115+ <tr>
116+ <td align="center" valign="middle">
117+ <a href="https://snyk.io/" target="_blank">
118+ <img width="222px" src="https://cdn.quasar-framework.org/sponsors/snyk.png">
119+ </a>
120+ </td>
108121 </tr>
109122 </tbody >
110123</table >
Original file line number Diff line number Diff line change 156156 a( href ='https://utopian.io/' , target ='_blank' )
157157 img( width ='170px' , src ='https://cdn.quasar-framework.org/sponsors/utopian.png' )
158158
159+ a( href ='https://wallabyjs.com/' , target ='_blank' )
160+ img( width ='110px' , src ='https://cdn.quasar-framework.org/sponsors/wallaby.png' )
161+
162+ a( href ='https://snyk.io/' , target ='_blank' )
163+ img( width ='170px' , src ='https://cdn.quasar-framework.org/sponsors/snyk.png' )
164+
159165 section.landing__footer
160166 div.text-center
161167 div.footer__icons.row.flex-center
@@ -261,7 +267,7 @@ export default {
261267 margin 26px 0
262268
263269 p
264- opacity 0 .6
270+ opacity .6
265271 font-size 16px
266272
267273 & __footer
@@ -271,6 +277,7 @@ export default {
271277
272278 .doc-link
273279 color #f f f
280+
274281 & :hover
275282 opacity .8
276283
@@ -309,6 +316,7 @@ export default {
309316
310317body .mobile .landing
311318 background unset
319+
312320 & :before
313321 content ''
314322 position fixed /* stretch a fixed position to the whole screen */
You can’t perform that action at this time.
0 commit comments