Skip to content

Instantly share code, notes, and snippets.

View b0c0de's full-sized avatar
💻
Working from home

Bojan Cvjetković b0c0de

💻
Working from home
View GitHub Profile
@b0c0de
b0c0de / index.html
Created November 28, 2019 17:00
Technical Documentation Page
<nav id="navbar">
<header>JS Documentation</header>
<ul>
<li><a class="nav-link" href="#Introduction">Introduction</a></li>
<li>
<a class="nav-link" href="#What_you_should_already_know"
>What you should already know</a
>
</li>
<li>
@b0c0de
b0c0de / index.pug
Created November 20, 2019 04:22
Recipe Box by BoCode
#app
@b0c0de
b0c0de / index.html
Created November 20, 2019 04:18
Simon Game by BoCode
<div class="wrap">
<div class="wrap-in">
<div class="rw">
<div class="t-l inline push green unclickable" id='3' ></div><div class="t-r inline push red but unclickable" id='2'></div>
</div>
<div class="rw">
<div class="b-l inline push yellow unclickable" id='1'></div><div class="b-r inline push blue but unclickable" id='0'></div>
</div>
</div>
<div class="center">
@b0c0de
b0c0de / index.html
Created November 20, 2019 04:15
Tic Tac Toe Game by BoCode
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tic-tac-toe Game</title>
<link href="https://fonts.googleapis.com/css?family=Indie+Flower" rel="stylesheet">
</head>
<body onload="initialize()">
<h1>Tic-Tac-Toe Game</h1>
<table id="table_game">
@b0c0de
b0c0de / index.haml
Created November 20, 2019 04:15
Pomodoro Clock by BoCode
.container
.header
%svg#gradient{"style" => "width: auto;"}
%defs
%linearGradient#linearGradient{ "x1"=>"0%", "y1"=>"0%", "x2"=>"100%", "y2"=>"100%" }
%stop{ "offset"=>"0%", "stop-color"=>"#B8D087" }
%stop{ "offset"=>"100%", "stop-color" =>"#00996D" }
%text{"y"=>"36px", "fill-opacity"=>"1"}
Pomodoro Clock
.timer
@b0c0de
b0c0de / index.html
Created November 20, 2019 04:14
Using the Twitchtv JSON API
<div class="loading">
<h1>Using the Twitchtv JSON API</h1>
<div><i class="fa fa-spin fa-spinner"></i></div>
<p>Loading...</p>
<p class="info">Please Wait...</p>
</div>
<div class="container">
<header>
<h1>Use the Twitchtv JSON API Project</h1>
<p>Twitch Streams by BoCode</p>
@b0c0de
b0c0de / index.html
Created November 20, 2019 04:12
Wikipedia Viewer by BoCode
<link href="https://fonts.googleapis.com/css?family=Courgette" rel="stylesheet">
<h1> Wikipedia Viewer </h1>
<div class="col-md-12">
<div class="container-fluid">
<div class="row text-center" id="searchbar">
<form action="/search" id="search_form">
<input id="search_box" type="text" placeholder=" Search for..." value="">
@b0c0de
b0c0de / index.html
Created November 20, 2019 04:10
Javascript Calculator by BoCode
<div class='container'>
<div id='calculator'>
<!-- TITLE -->
<div id='title' class='text-center'>
<h5><b>BASIC CALCULATOR</b></h5>
</div>
<!-- ENTRY BOX -->
@b0c0de
b0c0de / index.html
Created November 20, 2019 04:07
Random Quote Machine by BoCode
<header>
<h3>Random Quote Machine</h3>
</header>
<body>
<center style="margin: 30px;">
<div id="intro"></div><br>
<div>
<img id="getQuote" src="https://preview.ibb.co/ia7Gqd/quote.jpg" width=10%/>
</div>
<div id="quote"></div>
@b0c0de
b0c0de / 3d-social-media-animated-links.markdown
Last active November 20, 2019 04:03
3D Social Media Animated Links