const List platformItems = [ { "img": "assets/android_icon.png", "title": "Android Dev", }, { "img": "assets/web_icon.png", "title": "web Dev", }, { "img": "assets/ios_icon.png", "title": "IOS Dev", }, { "img": "assets/desktop_icon.png", "title": "Desktop Dev", } ]; const List skillItems = [ { "img": "assets/flutter.png", "title": "Flutter", }, { "img": "assets/dart.png", "title": "Dart", }, { "img": "assets/html5.png", "title": "HTML5", }, { "img": "assets/css3.png", "title": "CSS3", }, { "img": "assets/javascript.png", "title": "JS", }, { "img": "assets/hugo.png", "title": "Hugo", }, { "img": "assets/docker.png", "title": "Docker", }, { "img": "assets/python.png", "title": "Python", }, ];