[SQL-CVS] SOWeb/images index.html,NONE,1.1
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <ian...@us...> - 2003-09-29 07:20:08
|
Update of /cvsroot/sqlobject/SOWeb/images In directory sc8-pr-cvs1:/tmp/cvs-serv31501 Added Files: index.html Log Message: Added index file for images --- NEW FILE: index.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15"> <title>SQLObject Images</title> <link rel="stylesheet" href="http://sqlobject.org/default.css" type="text/css" /> </head> <body> <h1>SQLObject Images</h1> <p> These images are for use on any webpage where you want to site SQLObject, or just wherever. <p> An <a href="http://sqlobject.org/images/sqlobject.svg">SVG file<a> is also available, and the <a href="http://sqlobject.org/images/sqlobject.svg-sodipodi">SVG file with Sodipodi annotations</a>. <p> <h2>Opaque backgrounds:</h2> <div style="border: thin black solid; background-color: #999999"> <img src="http://sqlobject.org/images/sqlobject-300-white.png" width="300" height="50"><br> <img src="http://sqlobject.org/images/sqlobject-300-white.png" width="300" height="50"><br> </div><br> <div style="border: thin black solid; background-color: #333333; color: #ffffff"> <img src="http://sqlobject.org/images/sqlobject-300-invert.png" width="300" height="50"><br> <img src="http://sqlobject.org/images/sqlobject-300-invert.png" width="300" height="50"><br> </div><br> <div style="border: thin black solid"> <img src="http://sqlobject.org/images/sqlobject-300-green.png" width="300" height="50"><br> <img src="http://sqlobject.org/images/sqlobject-300-green.png" width="300" height="50"><br> </div><br> <div style="border: thin black solid; background-color: #333333; color: #ffffff"> <img src="http://sqlobject.org/images/sqlobject-300-blue.png" width="300" height="50"><br> <img src="http://sqlobject.org/images/sqlobject-300-blue.png" width="300" height="50"><br> </div><br> <p> <h2>Larger sizes:</h2> <div style="border: thin black solid"> <img src="http://sqlobject.org/images/sqlobject-800.png" width="797" height="133"><br> <img src="http://sqlobject.org/images/sqlobject-800.png" width="797" height="133"><br> </div><br> <div style="border: thin black solid"> <img src="http://sqlobject.org/images/sqlobject-700.png" width="700" height="117"><br> <img src="http://sqlobject.org/images/sqlobject-700.png" width="700" height="117"><br> </div><br> <div style="border: thin black solid"> <img src="http://sqlobject.org/images/sqlobject-550.png" width="551" height="92"><br> <img src="http://sqlobject.org/images/sqlobject-550.png" width="551" height="92"><br> </div><br> <p> <h2>Full-sized transparent PNG:</h2> <div style="border: thin black solid"> <img src="http://sqlobject.org/images/sqlobject.png" width="1019" height="170"><br> <img src="http://sqlobject.org/images/sqlobject.png" width="1019" height="170"> </div> </body> </html> |