diff options
| author | Fuwn <[email protected]> | 2020-10-12 21:24:15 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-10-12 21:24:15 -0700 |
| commit | 49eedada9b73159800d9622eeb540c0ea18e1a8f (patch) | |
| tree | 645cbb9e8fbffab4533b4ea50a75cd2a946c71d0 /src/components/skills/SkillListing.js | |
| parent | woops i forgot to commit these files lul (diff) | |
| download | me-49eedada9b73159800d9622eeb540c0ea18e1a8f.tar.xz me-49eedada9b73159800d9622eeb540c0ea18e1a8f.zip | |
make site "r e t r o"
Diffstat (limited to 'src/components/skills/SkillListing.js')
| -rw-r--r-- | src/components/skills/SkillListing.js | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/src/components/skills/SkillListing.js b/src/components/skills/SkillListing.js index 2164355..9cf2b5e 100644 --- a/src/components/skills/SkillListing.js +++ b/src/components/skills/SkillListing.js @@ -9,14 +9,15 @@ export default class Skills extends Component { <div className="row"> <div className="col-lg-8"> - <h5 className="wow fadeInUp" data-wow-delay="1s">achievements.</h5> + <h5 className="wow fadeInUp" data-wow-delay="1s">acknowledgements.</h5> <br /> <ul className="wow fadeInUp" data-wow-delay="1s"> - <li><b>Discord:</b> Verified Bot Developer, Verified Discord Bots</li> - <li><b>Current Occupation:</b> Fullstack Node.js Technician</li> - <li>Multiple Lead Development positions on various CS:GO Clients (Jade, Maldrama, Rees, Guppy, etc.)</li> - <li>Lead Developer of the Minecraft Ghost Client; Vespertine</li> + <li><b>Discord:</b> Verified Bot Developer, Verified Discord Bot(s)</li> + { /* <li><b>Current Occupation:</b> Fullstack Node.js Technician</li> */ } + <li>Multiple Lead Development positions on various CS:GO Clients (Jade, Maldrama, Rees, Guppy, Sprite, etc.)</li> + <li>Lead Developer and Proprietor of the Minecraft Ghost Client; Vespertine</li> <li>Various Freelance Jobs</li> + <li>Multi-langual</li> </ul> <br /> @@ -112,9 +113,11 @@ export default class Skills extends Component { <h6>Assembly</h6> <p>Not that great at it, but decent nonetheless...</p> <ul> - <li>MASM x86/ x64</li> - <li>NASM x86/ x64</li> - <li>Z80 GBDK</li> + <li>MASM x86/ x64 (Windows API)</li> + <li>NASM x86/ x64 (Linux Kernal)</li> + <li>FASM 16/ 32 Bit (MS-DOS)</li> + <li>Z80 GBDK (Game Boy)</li> + <li>6502 (Micro-controllers, NES)</li> </ul> </li> <br /> |