Skip to content

Instantly share code, notes, and snippets.

View furball514's full-sized avatar

Karthik Nallasivan furball514

View GitHub Profile
@furball514
furball514 / index.html
Created February 7, 2017 21:12
Simon Memory Game
<!--LOOK AT BROWSER CONSOLE OR LOCAL CONSOLE TO SEE WHY YOU LOST -->
<head>
<link href="https://fonts.googleapis.com/css?family=Permanent+Marker" rel="stylesheet">
</head>
<body>
<div class="container">
<h1 class="text-center">
<span class="fa fa-gamepad"> <p> Simon Game By </p> <a href="http://codepen.io/furball/" target="_blank"> Karthik </a> </span>
<span class="fa fa-gamepad"> </span>
</h1>
@furball514
furball514 / index.html
Created February 7, 2017 21:13
Tic Tac Toe Game
<head>
<link href="https://fonts.googleapis.com/css?family=Bungee+Shade" rel="stylesheet">
</head>
<body>
<h6>NOTE: IF YOU WIN WITH NO CAUSE, PLEASE <a href=""> REFRESH </a> THE PAGE.</h6>
<h6>BEST VIEWED ON A MEDIUM SIZED SCREEN. </h6>
<div class="container">
<h1> tic </h1>
<h1> tac </h1>
@furball514
furball514 / index.html
Created February 7, 2017 21:14
Pomodoro Work Clock
<head> <link href="https://fonts.googleapis.com/css?family=Alfa+Slab+One" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Bungee+Shade" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Monoton" rel="stylesheet">
</head>
<body>
<h1> <span class="fa fa-clock-o"> <p> Pomodoro Work Clock By </p> <a href="http://codepen.io/furball/" target="_blank"> Karthik </a> </span>
<span class="fa fa-clock-o"> </span> </h1>
<br> </br>
<div class="container text-center jig">
@furball514
furball514 / index.html
Created February 7, 2017 21:15
Weather App
<head> <meta name="author" content="Karthik">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Arima+Madurai">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Indie+Flower">
</head>
<body>
<div class="container-fluid">
<h1 id="address"> </h1>
<div class="row well"> <div class="col-md-5"> <label> weather= <h2 id="weather"> </h2> </div> </label>
<div class="col-md-3"> <label>humidity= <h2 id="humidity"> </h2> </label> </div> <div class="col-md-4"> <label>wind-speed= <h2 id="wind"> </h2></div> </div>
<br> </br>
@furball514
furball514 / index.html
Created February 7, 2017 21:15
Wikipedia Viewer
<head> <meta name="author" content="Karthik">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy">
</head>
<body>
<div class="container">
<h1> wikipedia viewer </h1>
<a href="https://en.wikipedia.org/wiki/Special:Random"
target="_blank"> <button id="gen" class="btn btn-default btn-block"> <span class="fa fa-wikipedia-w"> Generate Random Article </span> </button> </a>
<div class="row well jig"> <div class="col-md-8"> <input type="text" class="form-control" placeholder="Search Wikipedia For Articles" id="searchInput">
@furball514
furball514 / index.html
Created February 7, 2017 21:16
Twitch.TV
<head> <link href="https://fonts.googleapis.com/css?family=Permanent+Marker" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Mukta+Vaani" rel="stylesheet">
</head>
<body>
<div class="container">
<h1> <span class="fa fa-twitch fa-spin"> </span> A Pen By <a href="http://codepen.io/furball/" target="_blank"> <u> Karthik </u> </a> <span class="fa fa-twitch fa-spin"> </span></h1>
<img src="http://media.bestofmicro.com/8/9/416313/gallery/twitch1_w_600.png"
alt="twitch logo">
<div class="input">
<div>
@furball514
furball514 / index.pug
Created March 23, 2017 09:51
Recipe Box
#app
@furball514
furball514 / index.pug
Created March 23, 2017 09:53
Leaderboard
#freeCodeCamp
@furball514
furball514 / github-flavoured-markdown.markdown
Created March 23, 2017 09:55
Github flavoured markdown