Skip to content

Instantly share code, notes, and snippets.

View pilgrim011's full-sized avatar

Zoran Stanic pilgrim011

View GitHub Profile
@pilgrim011
pilgrim011 / index.html
Created November 11, 2016 00:16
randomQuotes2
<html>
<head>
<link rel="stylesheet" type="text/css"
href="https://fonts.googleapis.com/css?family=Tangerine">
</head>
<body>
<div class="container-fluid text-center">
<h1>
Random Quotes Machine
@pilgrim011
pilgrim011 / index.html
Created November 11, 2016 00:15
localWeather4
<body>
<div>
<h1 class = "text-center" id ="text">Check Current Weather</h1>
<h2 class = "text-center" id="city"></h2>
<h3 class = "text-center" id = "info"></h3>
<button class = " btn btn-info btn-md "></button>
<h1 class = "text-center" id = "cond"></h1>
<img>
</div>
@pilgrim011
pilgrim011 / index.html
Created November 11, 2016 00:15
Wikipedia Viewer3
<div class = "text-center">
<h1>Wikipedia Viewer</h1>
<a href="https://en.wikipedia.org/wiki/Special:Random" id ="random">Click here for a random article</a>
</div>
<div class = "text-center" id = "search">
<button><img src= "http://icons.iconarchive.com/icons/zerode/plump/128/Search-icon.png" alt="Click to search" id="clickImage"></button>
<h3>Click icon to search</h3>
</div>
<div class="list-group" id = "lista">
@pilgrim011
pilgrim011 / index.html
Created November 11, 2016 00:12
Twitch.tvx
<head>
<link rel="stylesheet" type="text/css"
href="https://fonts.google.com/specimen/Ubuntu?selection.family=Ubuntu">
</head>
<body>
<div class="text-center container" >
<h1>
Twitch streamers
</h1>
@pilgrim011
pilgrim011 / index.html
Created November 10, 2016 23:23
Pomodoro Timer
<body>
<div class = "container text-center">
<div>
<h1>Pomodoro Clock</h1>
</div>
<div class="container text-center" id = "length">
<h5>BREAK LENGTH</h5>
<h5>SESSION LENGTH</h5>
@pilgrim011
pilgrim011 / index.html
Created November 10, 2016 23:21
Tic Tac Toe
<body>
<div class = "text-center">
<h1>Tic Tac Toe Game</h1>
</div>
<div class = "text-center" id = "over">
</div>
<div class = "container text-center" id = "play"><table align="center" id = "tabla"><tr><td id="first"></td><td id = "second"></td><td id = "third"></td></tr><tr><td id = "fourth"></td><td id = "fifth"></td><td id = "sixth"></td></tr><tr><td id = "seventh"></td><td id = "eighth"></td><td id = "ninth"></td></tr></table></div>
<div class = "container text-center" id = "playground"><h2 id = xoro></h2><span><button type="button" id = "X">X</button></span><span><button type="button" id = "O">O</button></span></div>
</body>
@pilgrim011
pilgrim011 / index.html
Created November 10, 2016 23:13
Simon2
<div class="circle-outer">
<div class="row">
<div class="green btn" id="0">
</div>
<div class="red btn" id="1">
</div>
</div>
<div class="row">
<div class="yellow btn" id="2">
</div>
@pilgrim011
pilgrim011 / index.html
Last active November 11, 2016 00:11
Javascript Calculator
<head><link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
</head>
<body>
<div>
<table align="center">
<tr>
<td colspan=4><output name="result" id = "output"class = "text-center"></output>
</td>
</tr>