added favicon with rounded corners, yum

This commit is contained in:
jonobr1 2011-01-26 23:25:46 -07:00
parent a047548010
commit a599579990
4 changed files with 2 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 B

After

Width:  |  Height:  |  Size: 900 B

BIN
demo/assets/profile.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 670 B

View File

@ -29,8 +29,6 @@ h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
h1 img { h1 img {
width: 45px; width: 45px;
height: 45px; height: 45px;
-moz-border-radius: 9px;
border-radius: 9px;
margin-bottom: 8px; margin-bottom: 8px;
} }

View File

@ -2,7 +2,7 @@
<head> <head>
<title>gui-dat</title> <title>gui-dat</title>
<link rel="icon" type="image/gif" href="demo/assets/favicon.gif"> <link rel="icon" type="image/gif" href="demo/assets/favicon.gif" />
<link href="demo/demo.css" media="screen" rel="stylesheet" type="text/css" /> <link href="demo/demo.css" media="screen" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="gui.min.js"></script> <script type="text/javascript" src="gui.min.js"></script>
<script type="text/javascript" src="demo/improvedNoise.js"></script> <script type="text/javascript" src="demo/improvedNoise.js"></script>
@ -47,7 +47,7 @@
</head> </head>
<body> <body>
<div id = "helvetica-demo"></div> <div id = "helvetica-demo"></div>
<h1><a href = "http://twitter.com/guidat"><img src = "demo/assets/favicon.gif" 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.
</p> </p>