diff --git a/app/Config/GitHub.php b/app/Config/GitHub.php index 916e8f6..cedf1f0 100644 --- a/app/Config/GitHub.php +++ b/app/Config/GitHub.php @@ -26,6 +26,11 @@ class GitHub extends BaseConfig 'translations4' => ['codeigniter4', 'translations'], 'website3' => ['bcit-ci', 'codeigniter-website'], 'website4' => ['codeigniter4projects', 'website'], + 'shield' => ['codeigniter4', 'shield'], + 'settings' => ['codeigniter4', 'settings'], + 'tasks' => ['codeigniter4', 'tasks'], + 'cache' => ['codeigniter4', 'cache'], + 'devkit' => ['codeigniter4', 'devkit'], ]; /** diff --git a/app/Views/contribute.php b/app/Views/contribute.php index 382d9b6..5411f73 100644 --- a/app/Views/contribute.php +++ b/app/Views/contribute.php @@ -6,7 +6,7 @@
- heart icon + heart icon

Contribute to CodeIgniter

@@ -160,74 +160,117 @@
- + -
-
Acknowledging Our Top Contributors
-
+
+
Acknowledging Our Top Contributors
+
-
-
CodeIgniter 4
+
+
CodeIgniter 4
- setData(['heroes' => $contributors['codeigniter4']])->include('layouts/_heroes') ?> + setData(['heroes' => $contributors['codeigniter4']])->include('layouts/_heroes') ?> -
+
-
+
-
-
CodeIgniter 4 Translations
+
+
CodeIgniter 4 Translations
- setData(['heroes' => $contributors['translations4']])->include('layouts/_heroes') ?> + setData(['heroes' => $contributors['translations4']])->include('layouts/_heroes') ?> -
+
-
+
-
-
CodeIgniter 3
+
+
CodeIgniter 3
- setData(['heroes' => $contributors['framework3']])->include('layouts/_heroes') ?> + setData(['heroes' => $contributors['framework3']])->include('layouts/_heroes') ?> -
+
-
+
-
-
CodeIgniter 3 Translations
+
+
CodeIgniter 3 Translations
- setData(['heroes' => $contributors['translations3']])->include('layouts/_heroes') ?> + setData(['heroes' => $contributors['translations3']])->include('layouts/_heroes') ?> -
+
-
+
-
+
+
our Website
-
-
our Website
+ setData(['heroes' => $contributors['website4']])->include('layouts/_heroes') ?> - setData(['heroes' => $contributors['website4']])->include('layouts/_heroes') ?> +
-
+
-
+
+
our Old Website
-
-
our Old Website
+ setData(['heroes' => $contributors['website3']])->include('layouts/_heroes') ?> - setData(['heroes' => $contributors['website3']])->include('layouts/_heroes') ?> +
-
+
-
+
+
CodeIgniter 4 Shield
+ + setData(['heroes' => $contributors['shield']])->include('layouts/_heroes') ?> + +
- +
+ +
+
CodeIgniter 4 Settings
+ + setData(['heroes' => $contributors['settings']])->include('layouts/_heroes') ?> + +
+ +
+ +
+
CodeIgniter 4 Tasks
+ + setData(['heroes' => $contributors['tasks']])->include('layouts/_heroes') ?> + +
+ +
+ +
+
CodeIgniter 4 PSR Cache
+ + setData(['heroes' => $contributors['cache']])->include('layouts/_heroes') ?> + +
+ +
+ +
+
CodeIgniter 4 DevKit
+ + setData(['heroes' => $contributors['devkit']])->include('layouts/_heroes') ?> + +
+ +
+ +
-
+
endSection() ?>