From 550f18b3983eb79c970d803d5b2b3f2e213431d8 Mon Sep 17 00:00:00 2001 From: houssamkanso <49306242+houssamkanso@users.noreply.github.com> Date: Tue, 2 Jul 2024 14:02:06 +0200 Subject: [PATCH] project images added --- gitprofile.config.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gitprofile.config.ts b/gitprofile.config.ts index 7ae641196..b7dd38887 100644 --- a/gitprofile.config.ts +++ b/gitprofile.config.ts @@ -37,25 +37,25 @@ const CONFIG = { { title: 'EVA - Virtual Learning Environment', description: 'Deployment of a cluster of three servers that host virtual learning environments for students using Proxmox. ', - imageUrl: './Images/eva-logo.png', + imageUrl: 'https://raw.githubusercontent.com/houssamkanso/houssamkanso.github.io/main/Images/eva-logo.png', link: '', }, { title: 'UNITA - Project Management', description: 'Lead the working group that implemented and configured the OpenProject project management tool with the AGILE methodology for UNITA', - imageUrl:'./Images/unita-logo.png', + imageUrl:'https://raw.githubusercontent.com/houssamkanso/houssamkanso.github.io/main/Images/unita-logo.png', link: 'https://univ-unita.eu/Sites/', }, { title: 'ERASMUS+ Extended Learning for Higher Education teachers and trainers', description: 'Manage the European project: Extended Learning for Higher Education teachers and trainers from the UPPA side', - imageUrl:'./Images/xl-logo.png', + imageUrl:'https://raw.githubusercontent.com/houssamkanso/houssamkanso.github.io/main/Images/xl-logo.png', link: 'https://www.extendedlearning.eu/', }, { title: 'ISA NUM - Engineering School', description: 'Contribute to the creation of the ISA NUM engineering school (CTI accreditation, curriculum ,etc.)', - imageUrl:'./Images/isanum-logo.jpg', + imageUrl:'https://raw.githubusercontent.com/houssamkanso/houssamkanso.github.io/main/Images/isanum-logo.jpg', link: 'https://formation.univ-pau.fr/fr/catalogue/sciences-technologies-sante-STS/diplome-d-ingenieur-FI/diplome-d-ingenieur-en-informatique-LP85S1TB.html', }, ],