This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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()">☰</a> | |
<a href="#contact">Contact</a> | |
<a href="#about-me">About Me</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |