const Developer = {
      name: 'James Tipton',
      type: 'Full Stack',
      location: 'United States',
      skills: [{
        languages: ["Python", "C", "C#", "TypeScript", "JavaScript", "HTML", "CSS", "Java", "Swift", "SQL"],
        
        tools: ["React Native", "React.JS", "Angular/Ionic", "MongoDB", "AWS", "Azure", "Google Cloud", "Agile and Scrum Development"]
        }],
        
      // click ▼ to expand
      projects: {
        E-mission: {},
        Oil Spill Assessment: {},
        Vacation Planner App: {},
        Depression Prediction ML Model: {},
        Portfolio: {},
        PONG: {}
        
      },
      contact: {
        email: jamesc.tipton@gmail.com,
        resume: Download,
        github: Repositories,
        linkedIn: Profile,
      }
  };