Skip to content

Commit 52b83fd

Browse files
Merge PR #5
RENAME ALL GitHub-links ...
2 parents 6dadfa5 + 0321e61 commit 52b83fd

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

config.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
11
<?php
22

33
return [
4-
'version' => 'v1.2.2',
4+
'version' => 'v1.2.3',
55
'services' => [
66
[
77
'address' => 'https://mtex.dev',
88
'name' => 'Landingpage',
99
'description' => 'Our main landingpage',
10-
'github' => 'https://github.com/MTEX-dev/static-landingpage',
10+
'github' => 'https://github.com/MTEDdotDev/static-landingpage',
1111
'is_deployed' => true,
1212
],
1313
[
1414
'address' => 'https://tw.mtex.dev',
1515
'name' => 'Tailwind Components Libary',
1616
'description' => 'Our TailwindCSS component library for rapid UI development.',
17-
'github' => 'https://github.com/MTEX-dev/tw.mtex.dev',
17+
'github' => 'https://github.com/MTEDdotDev/tw.mtex.dev',
1818
'is_deployed' => true,
1919
],
2020
[
2121
'address' => 'https://nx.mtex.dev',
2222
'name' => 'MTEX Nexus',
2323
'description' => 'A lightweight JSON API gateway for seamless data exchange and rapid prototyping.',
24-
'github' => 'https://github.com/MTEX-dev/nx.mtex.dev',
24+
'github' => 'https://github.com/MTEDdotDev/nx.mtex.dev',
2525
'is_deployed' => true,
2626
],
2727
[
2828
'address' => 'https://gimy.site',
2929
'name' => 'GimySite',
3030
'description' => 'Free static website hosting for modern developers.',
31-
'github' => 'https://github.com/MTEX-dev/gimy.site',
31+
'github' => 'https://github.com/MTEDdotDev/gimy.site',
3232
'is_deployed' => false,
3333
],
3434
[
3535
'address' => 'https://getmy.name',
3636
'name' => 'GetMyName',
3737
'description' => 'A headless API to power your personal portfolio data.',
38-
'github' => 'https://github.com/MTEX-dev/getmy.name',
38+
'github' => 'https://github.com/MTEDdotDev/getmy.name',
3939
'is_deployed' => false,
4040
],
4141
[
4242
'address' => 'https://getmy.blog',
4343
'name' => 'GetMyBlog',
4444
'description' => 'Lightweight blogging-api for the minimalist writer.',
45-
'github' => 'https://github.com/MTEX-dev/getmy.blog',
45+
'github' => 'https://github.com/MTEDdotDev/getmy.blog',
4646
'is_deployed' => false,
4747
],
4848
],

index.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<meta charset="UTF-8">
3939
<meta name="viewport" content="width=device-width, initial-scale=1.0">
4040
<title>MTEX Status</title>
41-
<link rel="icon" type="image/x-icon" href="https://github.com/MTEX-dev.png">
41+
<link rel="icon" type="image/x-icon" href="https://github.com/MTEDdotDev.png">
4242
<script src="https://cdn.tailwindcss.com"></script>
4343
<style>
4444
@keyframes custom-spin {
@@ -69,7 +69,7 @@
6969
</div>
7070

7171
<div class="flex items-center gap-4">
72-
<a href="https://github.com/MTEX-dev/status.mtex.dev" target="_blank" class="p-2.5 bg-neutral-900 border border-neutral-800 rounded-xl text-neutral-400 hover:text-white hover:border-neutral-700 transition-all shadow-sm" title="View Source">
72+
<a href="https://github.com/MTEDdotDev/status.mtex.dev" target="_blank" class="p-2.5 bg-neutral-900 border border-neutral-800 rounded-xl text-neutral-400 hover:text-white hover:border-neutral-700 transition-all shadow-sm" title="View Source">
7373
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/></svg>
7474
</a>
7575
<button id="refresh-btn" onclick="checkAllServices()" class="p-2.5 bg-neutral-900 border border-neutral-800 rounded-xl text-neutral-400 hover:text-white hover:border-neutral-700 transition-all shadow-sm" title="Refresh Status">
@@ -123,7 +123,7 @@ class="text-neutral-500 hover:text-white transition-colors flex items-center gap
123123
<div class="flex items-center gap-4">
124124
<span class="font-medium text-neutral-500">&copy; <?php echo date('Y'); ?> MTEX.dev</span>
125125
<span class="text-neutral-800">|</span>
126-
<a href="https://github.com/MTEX-dev/status.mtex.dev" target="_blank" class="hover:text-neutral-300 transition-colors underline decoration-neutral-800 underline-offset-4">GitHub Repository</a>
126+
<a href="https://github.com/MTEDdotDev/status.mtex.dev" target="_blank" class="hover:text-neutral-300 transition-colors underline decoration-neutral-800 underline-offset-4">GitHub Repository</a>
127127
</div>
128128
<div class="flex items-center gap-4 uppercase tracking-widest font-bold">
129129
<span><?php echo $config['version']; ?></span>

0 commit comments

Comments
 (0)