Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am astudentofcs on github.
  • I am astudentofcs (https://keybase.io/astudentofcs) on keybase.
  • I have a public key ASCVCLDJWB3mQGWNhwSXxGGYKHnveEiKyyo9PqwdCTrmxQo

To claim this, I am signing this object:

@AStudentOfCS
AStudentOfCS / index.html
Created April 29, 2017 11:22
Simon Game
<link href="https://fonts.googleapis.com/css?family=Abel|Raleway|Orbitron" rel="stylesheet">
<div class='header text-center'>
<h1>Simon Game</h1>
<p>&copy; Coded by AStudentOfCS</p>
<img src="https://s3.amazonaws.com/freecodecamp/freecodecamp_logo.svg" alt="Free Code Camp logo">
</div>
<div class='game'>
<div class='outcircle'>
<div id='tl' class='tl-unclicked tabs'></div>
@AStudentOfCS
AStudentOfCS / index.html
Created April 26, 2017 09:58
JavaScript Calculator
<link href="https://fonts.googleapis.com/css?family=Abel|Raleway|Orbitron" rel="stylesheet">
<div class="container">
<div class="text-center" id="header">
<h1>Build a JavaScript Calculator</h1>
<img src="https://s3.amazonaws.com/freecodecamp/freecodecamp_logo.svg" alt="Free Code Camp logo">
</div>
<div id="calculator">
<div id="title" class="text-center">
<h6>12-DIGITS CALCULATOR</h6>
</div>
@AStudentOfCS
AStudentOfCS / index.html
Created April 26, 2017 09:58
Use the TwitchtTV JSON API
<link href="https://fonts.googleapis.com/css?family=Abel|Raleway" rel="stylesheet">
<div class="container">
<div id="heading" class="text-center">
<h1>Using the Twitch JSON API</h1>
<p>&copy; Coded by AStudentOfCS</p>
<a href="https://twitch.tv/freecodecamp" target="blank">
<h4 id="fcc"></h4>
</a>
</div>
<div class="row text-center" id="title">
@AStudentOfCS
AStudentOfCS / index.html
Last active April 26, 2017 09:57
Wikipedia Viewer
<link href="https://fonts.googleapis.com/css?family=Abel|Raleway" rel="stylesheet">
<div class="container">
<div class="text-center">
<div id="heading">
<h1>Wikipedia Search</h1>
<p>&copy; Coded by AStudentOfCS</p>
</div>
<div id="randomSearch">
<a href="https://en.wikipedia.org/wiki/Special:Random" target="_blank"><img id="wikiLogo" src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b3/Wikipedia-logo-v2-en.svg/2000px-Wikipedia-logo-v2-en.svg.png"></a>
<p>Click <a href="https://en.wikipedia.org/wiki/Special:Random" target="_blank">
@AStudentOfCS
AStudentOfCS / index.html
Created April 26, 2017 09:56
Show The Local Weather!
<div class="text-center">
<h1>Local Weather Application</h1>
<p>&copy; Coded by AStudentOfCS</p>
<h3 id="location">Location</h3>
<ul class="list-unstyled">
<li class='btn btn-primary' id="tempSwap">&#8457;/&#8451;</li>
<li class="btn btn-primary" id="temp">Temp</li>
<li class="btn btn-primary" id="weatherType">Clouds</li>
</ul>
<ul class="list-unstyled">
@AStudentOfCS
AStudentOfCS / index.html
Created April 26, 2017 09:55
Random Quote Machine
<head>
<link href="https://fonts.googleapis.com/css?family=Abel|Amatic+SC|Raleway" rel="stylesheet">
</head>
<body>
<div class="container-fluid text-right">
<h1>Random Quote Machine</h1>
<p>&copy; Coded by AStudentOfCS</p>
<button id="button" type="submit" class="btn btn-primary">Let's Quote!</button>
<a id="tweetout" class="btn btn-primary" href="https://twitter.com/intent/tweet" target="_blank">Tweet</a>
<div class="quote-box">
<div id="navbar">
<ul>
<li id="name"><a href="#navbar">AStudentOfCS</a></li>
<li class="nav"><a href="#contact">Contact</a></li>
<li class="nav"><a href="#portfolio">Portfolio</a></li>
<li class="nav"><a href="#about">About</a></li>
</ul>
</div>
<div id="main">
<div id="about">