Solitaire game using the HTML5 Drag and Drop API. IE11+
Fully featured game including hinting, auto-stacking, undoing, animation and even the beloved Windows Solitaire win animation.
Scoring system is unfinished.
| <div class="container-wrapper" ng-app="srApp"> | |
| <div class="shortener-container"> | |
| <div class="shortener" ng-controller="srCtrl"> | |
| <div class="text-center logo-wrap"> | |
| <div ng-if="isLoading === false"> | |
| <img class="logo" src="https://rawgit.com/linuxenko/linuxenko.github.io/master/showcase/freecodecamp/spring.svg" /> URL Shortener | |
| </div> | |
| <div ng-if="isLoading === true"> | |
| <img class="logo animated infinite rubberBand" src="https://rawgit.com/linuxenko/linuxenko.github.io/master/showcase/freecodecamp/spring.svg" /> please wait ... | |
| </div> |
| <div class="container"> | |
| <div class="row"> | |
| <header class="col-xs-12 text-center"> | |
| <h1>Current local weather</h1> | |
| </header> | |
| <div class="col-xs-8 col-xs-offset-2"> | |
| <div class="text-center status"> | |
| <p><span id="city"></span> <span id="country"></span></p> | |
| <p><span id="temp"></span><span class="temp" id="tempunit" ></span></p> |
| <canvas id="canvas"></canvas> | |
| <svg id="demo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1500 1200"> | |
| <title>Movie Review Slider and Popcorn Machine</title> | |
| <defs> | |
| <clipPath id="theClipPath"> | |
| <circle cx="750" cy="400" r="350" fill="#fff"/> | |
| </clipPath> | |
| </defs> | |
| <circle cx="750" cy="400" r="350" fill="#fff"/> |
A city (based on Bauru-SP Brasil) made with css only (js used to add some classes to make it night \o). You can use the slider to change day-night and sun-rain. have fun :D And don't forget to click on the clouds!
| <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> |
| <div class='container'> | |
| <div id='calculator'> | |
| <!-- TITLE --> | |
| <div id='title' class='text-center'> | |
| <h5><b>BASIC CALCULATOR</b></h5> | |
| </div> | |
| <!-- ENTRY BOX --> |