Skip to content

Instantly share code, notes, and snippets.

View MattGYoung99's full-sized avatar
🎲
Focusing

Matt Young MattGYoung99

🎲
Focusing
View GitHub Profile
### Keybase proof
I hereby claim:
* I am mattgyoung99 on github.
* I am mattgyoung99 (https://keybase.io/mattgyoung99) on keybase.
* I have a public key whose fingerprint is 2413 5E2E 4F9C E3F5 56DF 198C CB1F 386B 0F0F AB94
To claim this, I am signing this object:
Simon game
@MattGYoung99
MattGYoung99 / index.html
Created January 4, 2018 09:47
Portfolio redone (not finished)
<div class="grid">
<div class="box">
<h1>Matt Young</h1>
<h2>Front-end Web developer</h2>
</div>
<div class="box">
<button class="page" id="contactbtn">Contact</button>
<button class="page" id="aboutbtn">About</button>
<button class="page" id="worksbtn">Works</button>
</div>
@MattGYoung99
MattGYoung99 / index.html
Created December 14, 2017 06:43
Random Quote Machine FCC
<div class="row">
<div id="quoteHead" class="text-center container">
<h1>Quote Machine</h1>
</div>
</div>
<div id="qContainer" class="text-center container">
<div id="both">
<div id="quoteBox">
<p>Click Button for Quote!</p>
</div>