simsketch / simsketch.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simsketch.github.io

This is my personal homepage with a few links to my work and an extremely brief introduction to coding, like this:

//this is a comment
//below is a JSON object

{"firstName":"John", "lastName":"Doe"}

//below is an array of JSON objects

"employees":[
    {"firstName":"John", "lastName":"Doe"}, 
    {"firstName":"Anna", "lastName":"Smith"}, 
    {"firstName":"Peter", "lastName":"Jones"}
]

//I hope this has been enlightenting

About


Languages

Language:CSS 86.4%Language:HTML 13.4%Language:JavaScript 0.2%