Skip to content

Commit caf232a

Browse files
rossityrstoenescu
authored andcommitted
Added Wallaby and Snyk to sponsors (quasarframework#3309)
* Added Wallaby and Snyk to sponsors * Update README.md * Update Landing.vue
1 parent c2f1180 commit caf232a

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

docs/src/pages/Landing.vue

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,12 @@
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 #fff
280+
274281
&:hover
275282
opacity .8
276283
@@ -309,6 +316,7 @@ export default {
309316
310317
body.mobile .landing
311318
background unset
319+
312320
&:before
313321
content ''
314322
position fixed /* stretch a fixed position to the whole screen */

0 commit comments

Comments
 (0)