Skip to content

Commit

Permalink
Merge pull request #417 from appwrite/update-community-numbers
Browse files Browse the repository at this point in the history
Chore: Update community numbers
  • Loading branch information
TGlide authored Dec 18, 2023
2 parents fe59fa3 + b80374d commit 6847b38
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions src/lib/animations/OpenSource.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
aria-label="GitHub"
/>
</div>
<div class="aw-title u-margin-block-start-auto">32k+ GitHub Stars</div>
<div class="aw-title u-margin-block-start-auto">38k+ GitHub Stars</div>
</a>

<a
Expand All @@ -199,7 +199,7 @@
aria-label="Twitter"
/>
</div>
<div class="aw-title u-margin-block-start-auto">125k+ Twitter Followers</div>
<div class="aw-title u-margin-block-start-auto">128k+ Twitter Followers</div>
</a>

<a
Expand All @@ -214,7 +214,7 @@
aria-label="YouTube"
/>
</div>
<div class="aw-title u-margin-block-start-auto">3k+ Youtube Subscribers</div>
<div class="aw-title u-margin-block-start-auto">4k+ Youtube Subscribers</div>
</a>

<a
Expand All @@ -229,7 +229,7 @@
aria-label="GitHub"
/>
</div>
<div class="aw-title u-margin-block-start-auto">15k+ Code Commits</div>
<div class="aw-title u-margin-block-start-auto">18k+ Code Commits</div>
</a>
</div>
</div>
Expand Down
26 changes: 13 additions & 13 deletions src/routes/community/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
src: '/images/community/events/december-1.png',
alt: ''
},
date: 'Decemeber 14th',
date: 'December 14th',
location: 'Discord',
title: 'Office hours',
description: 'Join us for an exciting hour of technical conversations around Appwrite.',
Expand Down Expand Up @@ -87,14 +87,14 @@
];
const metrics = [
{ metric: '33K+', description: 'GitHub Stars' },
{ metric: '8K+', description: 'Pull Requests' },
{ metric: '15K+', description: 'Commits' },
{ metric: '2.5K+', description: 'Issues' },
{ metric: '400+', description: 'Open Issues' },
{ metric: '1.9K+', description: 'Closed Issues' },
{ metric: '4.9K+', description: 'Forks' },
{ metric: '20K+', description: 'Contributors' }
{ metric: '38K+', description: 'GitHub Stars' },
{ metric: '3K+', description: 'Pull Requests' },
{ metric: '18K+', description: 'Commits' },
{ metric: '3K+', description: 'Issues' },
{ metric: '600+', description: 'Open Issues' },
{ metric: '2.5K+', description: 'Closed Issues' },
{ metric: '3.5K+', description: 'Forks' },
{ metric: '800+', description: 'Contributors' }
];
let name = '';
Expand Down Expand Up @@ -154,7 +154,7 @@
<section class="aw-container aw-u-padding-block-end-0 u-position-relative">
<div class="aw-hero is-align-start aw-u-max-width-580">
<h1 class="aw-display aw-u-color-text-primary">
Built by a community of 700+ contributors
Built by a community of 800+ contributors
</h1>
<div>
<p class="aw-description">
Expand Down Expand Up @@ -523,7 +523,7 @@
/>
</div>
<div class="aw-title u-margin-block-start-auto">
125K+ followers
128K+ followers
</div>
</a>
</li>
Expand All @@ -543,7 +543,7 @@
/>
</div>
<div class="aw-title u-margin-block-start-auto">
33K+ stargazers
38K+ stargazers
</div>
</a>
</li>
Expand All @@ -563,7 +563,7 @@
/>
</div>
<div class="aw-title u-margin-block-start-auto">
3K+ subscribers
4K+ subscribers
</div>
</a>
</li>
Expand Down

0 comments on commit 6847b38

Please sign in to comment.