Skip to content

Instantly share code, notes, and snippets.

View kaydeejay's full-sized avatar

kay kaydeejay

View GitHub Profile
@kaydeejay
kaydeejay / index.html
Created March 27, 2018 10:38
Portfolio 2nd Draft
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<div class="container-fluid">
<div class="nav-bar" id="navBar">
<span class="my-name">
Kevin Jones
</span>
<a href="javascript:void(0);" class="nav-icon" onclick="reveal()">&#9776;</a>
<a href="#contact">Contact</a>
<a href="#about-me">About Me</a>
@kaydeejay
kaydeejay / index.html
Created March 21, 2018 21:19
JS Calculator
<body>
<div class="container-fluid">
<div class="title-text">
<h1>More Functions, More Problems</h1>
<p>My math teacher said to learn my arithmetic, because I wouldn't always have a calculator on me.<br/>She was right, so I built one.</p>
</div>
<div class="calculator">
<div class="grid-viewfinder">
<input id="display" type="text" name="display" id="display" disabled></input>
</div>