MIH Profile Links
This commit is contained in:
parent
33d07b1617
commit
052f937027
30 changed files with 2240 additions and 499 deletions
|
|
@ -725,79 +725,101 @@ class _MihInfoState extends State<MihInfo> {
|
|||
idprofile_links: 1,
|
||||
app_id: "1234",
|
||||
business_id: "",
|
||||
destination: "Youtube",
|
||||
web_link: "https://www.youtube.com/@MzansiInnovationHub",
|
||||
site_name: "Youtube",
|
||||
custom_name: "",
|
||||
destination: "https://www.youtube.com/@MzansiInnovationHub",
|
||||
order: 1,
|
||||
),
|
||||
ProfileLink(
|
||||
idprofile_links: 1,
|
||||
app_id: "1234",
|
||||
business_id: "",
|
||||
destination: "TikTok",
|
||||
web_link: "https://www.tiktok.com/@mzansiinnovationhub",
|
||||
site_name: "TikTok",
|
||||
custom_name: "",
|
||||
destination: "https://www.tiktok.com/@mzansiinnovationhub",
|
||||
order: 2,
|
||||
),
|
||||
ProfileLink(
|
||||
idprofile_links: 1,
|
||||
app_id: "1234",
|
||||
business_id: "",
|
||||
destination: "Twitch",
|
||||
web_link: "https://www.twitch.tv/mzansiinnovationhub",
|
||||
site_name: "Twitch",
|
||||
custom_name: "",
|
||||
destination: "https://www.twitch.tv/mzansiinnovationhub",
|
||||
order: 3,
|
||||
),
|
||||
ProfileLink(
|
||||
idprofile_links: 1,
|
||||
app_id: "1234",
|
||||
business_id: "",
|
||||
destination: "Threads",
|
||||
web_link: "https://www.threads.com/@mzansi.innovation.hub",
|
||||
site_name: "Threads",
|
||||
custom_name: "",
|
||||
destination: "https://www.threads.com/@mzansi.innovation.hub",
|
||||
order: 4,
|
||||
),
|
||||
ProfileLink(
|
||||
idprofile_links: 1,
|
||||
app_id: "1234",
|
||||
business_id: "",
|
||||
destination: "WhatsApp",
|
||||
web_link: "https://whatsapp.com/channel/0029Vax3INCIyPtMn8KgeM2F",
|
||||
site_name: "WhatsApp",
|
||||
custom_name: "",
|
||||
destination: "https://whatsapp.com/channel/0029Vax3INCIyPtMn8KgeM2F",
|
||||
order: 5,
|
||||
),
|
||||
ProfileLink(
|
||||
idprofile_links: 1,
|
||||
app_id: "1234",
|
||||
business_id: "",
|
||||
destination: "Instagram",
|
||||
web_link: "https://www.instagram.com/mzansi.innovation.hub/",
|
||||
site_name: "Instagram",
|
||||
custom_name: "",
|
||||
destination: "https://www.instagram.com/mzansi.innovation.hub/",
|
||||
order: 6,
|
||||
),
|
||||
ProfileLink(
|
||||
idprofile_links: 1,
|
||||
app_id: "1234",
|
||||
business_id: "",
|
||||
destination: "X",
|
||||
web_link: "https://x.com/mzansi_inno_hub",
|
||||
site_name: "X",
|
||||
custom_name: "",
|
||||
destination: "https://x.com/mzansi_inno_hub",
|
||||
order: 7,
|
||||
),
|
||||
ProfileLink(
|
||||
idprofile_links: 1,
|
||||
app_id: "1234",
|
||||
business_id: "",
|
||||
destination: "LinkedIn",
|
||||
web_link: "https://www.linkedin.com/company/mzansi-innovation-hub/",
|
||||
site_name: "LinkedIn",
|
||||
custom_name: "",
|
||||
destination: "https://www.linkedin.com/company/mzansi-innovation-hub/",
|
||||
order: 8,
|
||||
),
|
||||
ProfileLink(
|
||||
idprofile_links: 1,
|
||||
app_id: "1234",
|
||||
business_id: "",
|
||||
destination: "Facebook",
|
||||
web_link: "https://www.facebook.com/profile.php?id=61565345762136",
|
||||
site_name: "Facebook",
|
||||
custom_name: "",
|
||||
destination: "https://www.facebook.com/profile.php?id=61565345762136",
|
||||
order: 9,
|
||||
),
|
||||
ProfileLink(
|
||||
idprofile_links: 1,
|
||||
app_id: "1234",
|
||||
business_id: "",
|
||||
destination: "Reddit",
|
||||
web_link: "https://www.reddit.com/r/Mzani_Innovation_Hub/",
|
||||
site_name: "Reddit",
|
||||
custom_name: "",
|
||||
destination: "https://www.reddit.com/r/Mzani_Innovation_Hub/",
|
||||
order: 10,
|
||||
),
|
||||
ProfileLink(
|
||||
idprofile_links: 1,
|
||||
app_id: "1234",
|
||||
business_id: "",
|
||||
destination: "Git",
|
||||
web_link:
|
||||
site_name: "Git",
|
||||
custom_name: "",
|
||||
destination:
|
||||
"https://git.mzansi-innovation-hub.co.za/yaso_meth/mih-project",
|
||||
order: 11,
|
||||
),
|
||||
];
|
||||
return Column(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue