Skip to content

Instantly share code, notes, and snippets.

View birkanu's full-sized avatar

Birkan Uzun birkanu

  • Amazon.com
  • Seattle, WA
View GitHub Profile
@birkanu
birkanu / popdeals.html
Last active August 29, 2015 13:57
Front-end of the WearScript app, PopDeals
<html style="width:100%; height:100%; overflow:hidden">
<head>
<style type="text/css">
body {
background: url("http://web.mit.edu/birkanu/www/popdeals-logo.png");
width: 100%;
height: 100%;
overflow: hidden;
margin: 0;
}
@birkanu
birkanu / popdeals-restaurants.json
Last active August 29, 2015 13:58
JSON file of sample restaurants for PopDeals
{ "restaurants": [
{
"name":"Au Bon Pain",
"icon":"http://mit.edu/birkanu/www/abp-logo.png",
"background":"http://mit.edu/birkanu/www/abp.jpg",
"address":"238 Main St., Cambridge, MA 02142",
"deal":"Free Chocolate Croissant with every Sandwich purchase!"
},
{
"name":"Chipotle Mexican Grill",