Skip to content

Instantly share code, notes, and snippets.

View khaduch's full-sized avatar

Ken Haduch khaduch

View GitHub Profile
@khaduch
khaduch / index.html
Created November 4, 2017 17:55
tic-tac-toe sandbox
<!-- this is an experiment -->
<div class="container">
<div class="text-center center-block">
<div class="row text-center center-block">
<div class="col-xs-4 grid-box top-row left-col" id="1"></div>
<div class="col-xs-4 grid-box top-row middle-col" id="2"></div>
<div class="col-xs-4 grid-box top-row right-col" id="3"></div>
</div>
<div class="row text-center center-block">
<div class="col-xs-4 grid-box middle-row left-col" id="4"></div>
{
"coord": {
"lon": 145.77,
"lat": -16.92
},
"weather": [
{
"id": 801,
"main": "Clouds",
"description": "few clouds",
@khaduch
khaduch / FreeCodeCamp Random Quotes Zipline.markdown
Last active November 22, 2015 02:32
FreeCodeCamp Random Quotes Zipline
@khaduch
khaduch / Zipline: Build a Personal Portfolio Webpage.markdown
Last active November 22, 2015 03:13
Zipline: Build a Personal Portfolio Webpage

Zipline: Build a Personal Portfolio Webpage

This is the first zipline challenge in FreeCodeCamp's zipline challenges. The task is to create a close replica of another CodeCamper's portfolio page, probably only using the Bootstrap CSS stylesheet

A Pen by Ken Haduch on CodePen.

License.