Skip to content

Instantly share code, notes, and snippets.

View jelenajjo's full-sized avatar

Jelena Smiljkovic jelenajjo

View GitHub Profile
anonymous
anonymous / index.html
Created August 12, 2015 13:37
JS Bin // source http://jsbin.com/nilili
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
<script src="http://www.chartjs.org/assets/Chart.min.js"></script>
<style>
body, html{
text-align: center;
height: 100%;
@leecrossley
leecrossley / index.html
Created July 18, 2013 08:48
A CodePen by Lee Crossley. Avatar Generator from Name - A name (first name and surname) is input and a canvas element is output using the initials from the name and a background colour (based on the first name first letter). The background colours are from from http://flatuicolors.com/ Now with retina support.
<canvas id="user-icon" width="256" height="256"></canvas>