Time told with circular progress bars. Hover or focus on the date, hour, minute, and second to see them individually!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <canvas id="background"></canvas> | |
| <div class="wrapper"> | |
| <div class="title">QR Code Lego Generator</div> | |
| <div class="text-input"> | |
| <label for="inputText">Insert text to encode</label> | |
| <input name="inputText" id="inputText" type="text" maxlength="256" size="56" value="https://kabayanika.com" /> | |
| <div> | |
| <button type="button" class="update-button" onclick="updateQRCode();">Update</button> <button type="button" class="save-button" onclick="saveQRCode();">Download</button> | |
| </div> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <canvas id="background"></canvas> | |
| <div class="wrapper"> | |
| <div class="title">QR Code Lego Generator</div> | |
| <div class="text-input"> | |
| <label for="inputText">Insert text to encode</label> | |
| <input name="inputText" id="inputText" type="text" maxlength="256" size="56" value="https://kabayanika.com" /> | |
| <div> | |
| <button type="button" class="update-button" onclick="updateQRCode();">Update</button> <button type="button" class="save-button" onclick="saveQRCode();">Download</button> | |
| </div> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <title>AdminLTE 2 | Dashboard</title> | |
| <!-- Tell the browser to be responsive to screen width --> | |
| <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> | |
| <!-- Bootstrap 3.3.7 --> | |
| <!-- Font Awesome --> | |
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - @icons = ['icon-reorder','icon-th-large','icon-bar-chart','icon-tasks','icon-bell','icon-archive','icon-comment','icon-sitemap','icon-thumbs-up','icon-tumblr'] | |
| %ul | |
| - @icons.each do |icon| | |
| %li | |
| %a.list-item{:href=>""} | |
| %i{:class=>"#{icon}"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="container"> | |
| <div class="user-profile-area"> | |
| <div class="task-manager">task manager</div> | |
| <div class="side-wrapper"> | |
| <div class="user-profile"> | |
| <img src="https://assets.codepen.io/3364143/Screen+Shot+2020-08-01+at+12.24.16.png" alt="" class="user-photo"> | |
| <div class="user-name">Normax Pc</div> | |
| <div class="user-mail">pacificoutsourcer@gmail.com</div> | |
| </div> | |
| <div class="user-notification"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="container"> | |
| <div class="user-profile-area"> | |
| <div class="task-manager">task manager</div> | |
| <div class="side-wrapper"> | |
| <div class="user-profile"> | |
| <img src="https://assets.codepen.io/3364143/Screen+Shot+2020-08-01+at+12.24.16.png" alt="" class="user-photo"> | |
| <div class="user-name">Normax Pc</div> | |
| <div class="user-mail">pacificoutsourcer@gmail.com</div> | |
| </div> | |
| <div class="user-notification"> |
A recreation of this Dribbble shot: https://dribbble.com/shots/16755073-Almeria-Neobank-Dashboard/attachments/11802960?mode=media