diff --git a/_data/comp-langs.yml b/_data/comp-langs.yml index 510fc9c..88bd5d3 100644 --- a/_data/comp-langs.yml +++ b/_data/comp-langs.yml @@ -1,8 +1,8 @@ -- name: "C++" - level: 4 - name: "C" - level: 3 -- name: "Java" - level: 2 +- name: "C++" - name: "Python" - level: 2 +- name: "Javscript" +- name: "HTML/CSS" +- name: "Bash" +- name: "PHP" +- name: "Java EE" diff --git a/_data/experience.yml b/_data/experience.yml index 8280c84..7a4a42b 100644 --- a/_data/experience.yml +++ b/_data/experience.yml @@ -1,12 +1,12 @@ -- company: "Total Impact Signs" - position: "Technical Advisor" - years: "2014-2016" - description: "Implemented a semi-automatic payroll system replacing the manual sign in book used before." +- company: "Bytetools Technologies Inc." + position: "Founder" + years: "2020-present" + description: "Providing small businesses with simple, secure software solutions." - company: "Independent" position: "Tutoring" years: "2019-present" description: "Working with computer science students explaining introductory to advanced concepts." -- company: "Imaginus" - position: "Security Gaurd" - years: "2019-2020" - description: "Night-time security to gaurd inventory." +- company: "Total Impact Signs" + position: "Technical Advisor" + years: "2014-2016" + description: "Implemented a semi-automatic payroll system replacing the manual sign in book used before." diff --git a/_data/proffedu.yml b/_data/proffedu.yml index d46244a..082eff4 100644 --- a/_data/proffedu.yml +++ b/_data/proffedu.yml @@ -2,5 +2,5 @@ level: "Professional Certificate" name: "C Programming with Linux" years: "2020" - description: "A certification in C programming, the `gcc` compiler, and the `make` compilation system." + description: "A certification in C programming, the `gcc` compiler, and the `make` compilation system. 100% mark." link: "https://credentials.edx.org/credentials/17b2f07e656d4d61a27153716c97a404/" diff --git a/_data/projects.yml b/_data/projects.yml index 0cf715b..33d37d7 100644 --- a/_data/projects.yml +++ b/_data/projects.yml @@ -1,15 +1,21 @@ +- name: "Lichess" + link: "https://github.com/TTWNO/lila" + description: "A patch for Lichess.org which vastly extends support for screen reader users. The website has millions of active users." +- name: "Quote Retrieval System" + link: "https://github.com/TTWNO/quote_pdf" + description: "Written for a local roofing business to securely distribute PDF quotes." - name: "epub-with-pinyin" link: "https://github.com/TTWNO/epub-with-pinyin" description: "A program to add Pinyin above Chinese characters in .epub files to assist those learning Mandarin Chinese." -- name: "chess" - link: "https://github.com/TTWNO/chess" - description: "A command-line chess game in C++. It is compileable on almost any system." -- name: "tait.tech" - link: "https://github.com/TTWNO/tait.tech" - description: "All the code for my website is open source." - name: "lamegames" link: "https://github.com/TTWNO/lamegames.io" - description: "A little games website I made for some demonstrations of Django functionality. Very, very lame. Would not recommend." + description: "A little games website I made for some demonstrations of Django and websocket functionality. Very, very lame. Would not recommend." +- name: "Payroll" + links: "https://github.com/TTWNO/payroll" + description: "A payroll system written in PHP for Total Impact Signs." +- name: "chess" + link: "https://github.com/TTWNO/chess" + description: "A command-line chess game in C++. It is compileable on nearly any system." - name: "subnetting" link: "https://github.com/TTWNO/subnetting" description: "One-night write of a subnet calculation tool." diff --git a/_data/references.yml b/_data/references.yml new file mode 100644 index 0000000..e69de29 diff --git a/resume/index.md b/resume/index.md index e7d35ba..c16a9a1 100644 --- a/resume/index.md +++ b/resume/index.md @@ -39,5 +39,5 @@ title: "Resume" {% endfor %} ##### Computer {% for lang in site.data.comp-langs %} - * {{ lang.name }} ({{ lang.level }}/5) + * {{ lang.name }} {% endfor %}