Skip to content

Commit 1fe0534

Browse files
committed
Link updates
1 parent ac7603d commit 1fe0534

File tree

6 files changed

+16
-11
lines changed

6 files changed

+16
-11
lines changed

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) [2020][Hamza Iqbal]
3+
Copyright (c) [2020][Hmziqrs]
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ If you found this project helpful or learned something from it, consider:
186186
### Social Links
187187

188188
- 𝕏 (Twitter): [@hmziqrs](https://x.com/hmziqrs)
189-
- LinkedIn: [hackerhgl](https://www.linkedin.com/in/hackerhgl)
190189
- Telegram: [@hmziqrs](https://t.me/hmziqrs)
191190

192191
### Personal Website

lib/screens/AboutDeveloper/data.dart

+12-6
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,24 @@ final contacts = [
2727
"icon": MaterialCommunityIcons.twitter,
2828
"url": "https://x.com/$username",
2929
},
30-
{
31-
"platform": "linkedin",
32-
"label": "/in/$username",
33-
"icon": MaterialCommunityIcons.linkedin,
34-
"url": "https://linkedin.com/in/$username",
35-
},
3630
{
3731
"platform": "gmail",
3832
"label": "$email",
3933
"icon": MaterialCommunityIcons.gmail,
4034
"url": "mailto:$email",
4135
},
36+
{
37+
"platform": "website",
38+
"label": "hmziq.rs",
39+
"icon": MaterialCommunityIcons.web,
40+
"url": "https://hmziq.rs",
41+
},
42+
{
43+
"platform": "telegram",
44+
"label": "@$username",
45+
"icon": MaterialCommunityIcons.telegram,
46+
"url": "https://t.me/$username",
47+
}
4248
];
4349

4450
final showSupport = [

lib/screens/AboutDeveloper/widgets/AboutDeveloperBody.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class AboutDeveloperBody extends StatelessWidget {
6565
children: <Widget>[
6666

6767
SizedBox(height: AppDimensions.padding * 1),
68-
AboutUserName(name: "Hamza Iqbal"),
68+
AboutUserName(name: "Hmziq"),
6969
AboutUserJobTitle(
7070
label: "Full stack engineer | Rust, Flutter & React Native",
7171
),

lib/statics/Links.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ abstract class MyLinks {
1616
'https://play.google.com/store/apps/details?id=com.onemdev.rnloop';
1717

1818
static final gandalfWeb = "https://gandalf.hmziq.xyz";
19-
static final gandalfGithub = 'https://github.com/hmziqrs/gandlaf-sax';
19+
static final gandalfGithub = 'https://github.com/hmziqrs/gandalf-sax';
2020
static final gandalfGooglePlay =
2121
'https://play.google.com/store/apps/details?id=com.onemdev.gandalf';
2222

web/privacy-policy.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ <h2>Changes to This Privacy Policy</h2>
6060
<h2>Contact Us</h2>
6161
<p>If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact us at:</p>
6262
<p>
63-
Hamza Iqbal<br>
63+
Hmziqrs<br>
6464
6565
</p>
6666
<p><em>This privacy policy is effective as of April 27, 2024</em></p>

0 commit comments

Comments
 (0)