The Coder Cat Projects

var site = {

 name: "The Coder Cat Projects",

 contains: [
  "general info about developer",
  "list of the developer's projects",
  "terms of service for the projects",
  "privacy policy for the projects",
 ],

 developer: {
  alias: "The Coder Cat",  
  about: "A computer programming hobbyist always looking for a new coding challenge.",
  twitter: "@TheCoderCat",
  gmail: "thecodercatprojects@gmail.com",
  /*
   You can message me here if you find a bug with one of my creations, or you can suggest new
   features for me to add to my existing creations.
  */
 },

 projects: [

  {
   name: "Fun Text",
   type: "Google Docs add-on",
   about: "Applies fun effects to your text, such as Rainbow, Growing, Upside down, and more.",
   link: "https://gsuite.google.com/marketplace/app/fun_text/25652727687",
  },

  {
   name: "Bad Translator",
   type: "Google Docs add-on",
   about: "Google Translates your text multiple times, resulting in amusing nonsense.",
   link: "https://gsuite.google.com/marketplace/app/bad_translator/306615442162",
  },

  {
   name: "Text Themes",
   type: "Google Docs add-on",
   about: "Applies fun visual themes to your text using emojies and various text attributes.",
   link: "https://gsuite.google.com/marketplace/app/text_themes/495538979571",
  },

  {
   name: "Fun Text Mobile",
   type: "mobile app for Android and iOS",
   about: "an app based on the Google Docs add-on, features many of the same fun effects.",
   androidLink: "https://play.google.com/store/apps/details?id=com.gmail.thecodercatprojects.Fun_Text_Mobile",
   iOSLink: "https://apps.apple.com/us/app/fun-text-mobile/id1485134778",
  },

 ],

}