Skip to content

Instantly share code, notes, and snippets.

View joshuarrrr's full-sized avatar

Josh Romero joshuarrrr

View GitHub Profile
@joshuarrrr
joshuarrrr / index.html
Last active June 7, 2019 21:04
Hack Matrix
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.filter {
text-align: center;
font-size: 18px;
font-family: Georgia, serif;
}
.filter label {
@joshuarrrr
joshuarrrr / README.md
Last active August 29, 2015 14:01
Figure Generator

HTML5 Figure Elements

Simple form for creating and previewing captions, credits and images

A jQuery form that helps editors and designers at IEEE Spectrum embed images with captions and credits. Bloggers had a hard time remembering the right HTML structure and style classes for figures—now they don't have to.

@joshuarrrr
joshuarrrr / index.html
Last active August 29, 2015 14:01
Tracking FISA requests and National Security Letters
<figure class="xlrg FISAchart" id ="FISAchart">
<style>
.FISAchart {
font-family: "Theinhardt-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
width: 620px;
}
.FISAchart h3 {
text-align: center;
@joshuarrrr
joshuarrrr / index.html
Last active August 29, 2015 14:00
Global Semiconductor Billings (3 Months Moving Averages)
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
margin: auto;
position: relative;
width: 940px;