1. //Hi Welcome to My Portfolio
  2. //My name is Jonathan Alcineus and I am a fourth-year student at Florida State University
  3. //studying statistics and computer science
  4. //Feel free to interact with the code and type into it
  5. //I have also decided to make the code for this website open-source
  6. //and I would love feedback and ways of my portfolio strong as well as interesting
  7. //Enjoy!






  8. function JonPortfolio(ready){
  9.   if(ready == True){
  10.     console.log("Let's Go");
  11.     }
  12. }