Skip to content

Instantly share code, notes, and snippets.

@StephenDRoberts
StephenDRoberts / index.html
Created November 8, 2017 14:32
Twitch api
<div class = "container-fluid">
<link rel="stylesheet" type="text/css"
href="https://fonts.googleapis.com/css?family=Lobster">
<div class = "title">
<h1 id = "header1">Twitch API</h1>
<h3 id = "header3">FreeCodeCamp</h3>
<button class = "btn btn-primary" id = "all">All</button>
@StephenDRoberts
StephenDRoberts / index.html
Created November 8, 2017 14:32
Javascript Calculator v6
<link href="https://fonts.googleapis.com/css?family=Orbitron" rel="stylesheet" type="text/css">
<div class = "body">
<div class = "container-fluid">
<div class = "calculator">
<div class = "model">
<h4 class = "model" id = "casio">Casio</h4>
</div> <!--ends casio-->
<div class= "screen">
@StephenDRoberts
StephenDRoberts / index.html
Created November 8, 2017 14:31
Pomodoro Clock v3.5
<h1 id="header">Pomodoro Clock</h1>
<h3 id = "fcc">FreeCodeCamp</h3>
<div class = "row all">
<div id = "Toggle">
<p id = "session">Session</p>
<div class="row Tog">
@StephenDRoberts
StephenDRoberts / index.html
Created November 8, 2017 14:31
Tic-Tac-Toe v3.4
<div class = "dialog" id="dialog-confirm" title="Play as X's or O's?">
</div>
<!--div container for all-->
<div class = "container" id = "all">
<!-- div container for board -->
<div class = "container" id = "wholeBoard">
<!-- top row-->
<div class = "row">
@StephenDRoberts
StephenDRoberts / index.html
Created November 8, 2017 14:30
Random quote generator
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"/>
<div class = "container-fluid">
<div class = "container">
<h1>Random Quote Generator</h1>
<div class = "quote_container">
<h2 id = "header">They said what now?</h2>
<p id = "author"></p>
@StephenDRoberts
StephenDRoberts / index.html
Created November 8, 2017 14:28
Simon Game v6
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet" type="text/css">
<audio id = "greenAudio">
<source src = "http://www.quizmasters.biz/DB/Audio/Whats%20That%20Noise/Mp3/Chewbacca_01.mp3"
type = "audio/mp3">
</audio>
<audio id = "redAudio">
<source src = "http://www.quizmasters.biz/DB/Audio/Whats%20That%20Noise/Mp3/Light%20Saber_Open.mp3"
type = "audio/mp3">