Skip to content

Instantly share code, notes, and snippets.

View pr3ssh's full-sized avatar

Pres pr3ssh

View GitHub Profile
@pr3ssh
pr3ssh / index.html
Last active October 1, 2015 11:59
Andaluces residentes en el resto de España (2014)
<html>
<head>
<title>Andaluces residentes en el resto de España (2014)</title>
<meta charset="utf-8">
</head>
<body>
<svg xmlns="http://www.w3.org/2000/svg" height="848" width="848"><g transform="translate(10,10)"><g><circle style="fill-opacity: 0; stroke: rgb(221, 221, 221); stroke-opacity: 1;" r="414.00000000000006" transform="translate(414,414)" class="node node--root"></circle><circle style="fill: rgb(191, 105, 105); fill-opacity: 1; stroke: rgb(221, 221, 221); stroke-opacity: 0;" r="38.53880084833707" transform="translate(419.0217784992345,460.5919143231414)" class="node node--leaf"></circle><circle style="fill: rgb(191, 135, 105); fill-opacity: 1; stroke: rgb(221, 221, 221); stroke-opacity: 0;" r="25.722273014190577" transform="translate(389.94191101404647,528.6391096093101)" class="node node--leaf"></circle><circle style="fill: rgb(191, 166, 105); fill-opacity: 1; stroke: rgb(221, 221, 221); stroke-opacity: 0;" r="69.7919520354759" transform="translate(461.1448677678269,722.9957974323954)" class="nod
@pr3ssh
pr3ssh / index.html
Created January 29, 2015 18:54
aesthetictherapie
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Aesthetic Therapies</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
@pr3ssh
pr3ssh / index.html
Last active August 29, 2015 13:59
#29nov14
<html>
<head>
<title>#29nov14</title>
<style>
body {
margin: 0;
padding: 0;
text-align: center;
background-color: #000;
}
@pr3ssh
pr3ssh / index.html
Last active December 28, 2015 19:09 — forked from rduplain/responsive_d3_example.html
Responsive d3.js D3 Javascript Histogram Example
<!DOCTYPE html>
<script src="http://mbostock.github.com/d3/d3.v2.js?2.8.1"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<style>
body {
font: 10px sans-serif;
}
rect {
@pr3ssh
pr3ssh / index.html
Created November 15, 2013 17:54
Centering a box in a page
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Info</title>
<style type="text/css" media="screen">
body {
background-color: 34AAFF;
}
#heading {
height: 50%;
@pr3ssh
pr3ssh / index.html
Created November 13, 2013 12:46
Rock-it titles
<html>
<head>
<title>Rock-it titles</title>
<style>
body {
margin: 0 auto;
padding-top: 5em;
text-align: center;
font-size: 1em;
background-color: #ddd;
@pr3ssh
pr3ssh / index.html
Created November 5, 2013 15:39
Schema.org Data Tree Visualizer
<!-- CHECK THIS: http://mbostock.github.io/d3/talk/20111018/tree.html -->
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
background-color: white;
text-align: center;
@pr3ssh
pr3ssh / index.html
Created October 31, 2013 16:27
D3js Animate an Arc
<!DOCTYPE html>
<!-- Based on the code: http://mikeheavers.com/main/code-item/svg_path_animations_with_d3 -->
<html>
<head>
<title>Arc Tween</title>
<script src="http://d3js.org/d3.v3.min.js"></script>
</head>
<body>
<div id="chart"></div>
<script>