-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
1 lines (1 loc) · 2.03 KB
/
index.html
1
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="description" content=""><meta name="viewport" content="width=device-width"><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><title>My super sweet dashboard</title><!-- The javascript and css are managed by sprockets. The files can be found in the /assets folder--><script src="/assets/application.js"></script><link rel="stylesheet" href="/assets/application.css"><link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" type="text/css"><link rel="icon" href="/assets/favicon.ico"></head><body><div id="container"><div class="gridster"><ul><li data-row="1" data-col="1" data-sizex="2" data-sizey="1"><div data-id="welcome" data-view="Text" data-title="Hello" data-text="This is your shiny new dashboard." data-moreinfo="Protip: You can drag the widgets around!"></div></li><li data-row="1" data-col="1" data-sizex="1" data-sizey="1"><div data-id="synergy" data-view="Meter" data-title="Synergy" data-min="0" data-max="100"></div></li><li data-row="1" data-col="1" data-sizex="1" data-sizey="2"><div data-id="buzzwords" data-view="List" data-unordered="true" data-title="Buzzwords" data-moreinfo="# of times said around the office"></div></li><li data-row="1" data-col="1" data-sizex="1" data-sizey="1"><div data-id="valuation" data-view="Number" data-title="Current Valuation" data-moreinfo="In billions" data-prefix="$"></div></li><li data-row="1" data-col="1" data-sizex="2" data-sizey="1"><div data-id="convergence" data-view="Graph" data-title="Convergence" style="background-color:#ff9618"></div></li></ul><center><div style="font-size: 12px">Try this: curl -d '{ "auth_token": "YOUR_AUTH_TOKEN", "text": "Hey, Look what I can do!" }' -H "Content-Type: application/json" http://localhost:3030/widgets/welcome</div></center></div></div><div id="saving-instructions"><p><i>Paste the following at the bottom of sample.jade</i></p><textarea id="gridster-code"></textarea></div><a id="save-gridster" href="#saving-instructions">Save this layout</a></body></html>