Ygilany / Class-Portfolio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IT2045C - Over the Years

This repository is for practicing different activities of GitHub.

To Add yourself:

  • Create a GITHUB-USERNAME.json file under the appropriate semester in the _data/ directory.
  • Introduce yourself in the file. See the example file
  • You may choose your own emoji (see this list).

Here's an example of the json file

{
  "emoji": ":smirk_cat:", // you can pick your own from the list above
  "role": "Student", 
  "introduction": "I'm excited to learn about you all!", // a short messgae that will be presented when you hover over your image
  "achievements": [ // add some achivedments that you'd like to share with us
    "took a road trip all around California",
  ], 
  "links": {
    "site": "", // a link to your personal website (remove if you don't want to share)
    "linkedin": "", // a link to your linkedin profile(remove if you don't want to share)
    "facebook": "", // a link to your facebook profile(remove if you don't want to share)
    "twitter": "" // a link to your twitter profile(remove if you don't want to share)
  }
}

About

License:Creative Commons Zero v1.0 Universal


Languages

Language:HTML 48.1%Language:CSS 42.2%Language:JavaScript 8.7%Language:Ruby 1.0%