added more assets for descriptor below the slider

This commit is contained in:
jonobr1 2011-01-27 14:05:42 -07:00
parent 3d5c21ccef
commit f6a68f5cc7
5 changed files with 199 additions and 0 deletions

BIN
demo/assets/arrow.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

188
demo/assets/favicon.ai Normal file

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 MiB

View File

@ -47,6 +47,16 @@ h2 {
z-index: -1; z-index: -1;
} }
#notifier {
position: absolute;
right: 0;
top: 0;
width: 271px;
height: 112px;
background: url("assets/arrow.png") 0 0 no-repeat;
margin: 30px 22px 0 0;
}
pre { pre {
margin: 20px 0 20px 0; margin: 20px 0 20px 0;
padding: 15px; padding: 15px;

View File

@ -47,6 +47,7 @@
</head> </head>
<body> <body>
<div id = "helvetica-demo"></div> <div id = "helvetica-demo"></div>
<div id = "notifier"></div>
<h1><a href = "http://twitter.com/guidat"><img src = "demo/assets/profile.png" border = "0" alt = "GUI-DAT flag" /></a></h1> <h1><a href = "http://twitter.com/guidat"><img src = "demo/assets/profile.png" border = "0" alt = "GUI-DAT flag" /></a></h1>
<p> <p>
<strong>gui-dat</strong> is a lightweight controller library for JavaScript. It allows you to easily manipulate variables and fire functions on the fly. <strong>gui-dat</strong> is a lightweight controller library for JavaScript. It allows you to easily manipulate variables and fire functions on the fly.