root/swish_website/src/graphics/index.html

Revision 1636, 4.2 kB (checked in by whmoseley, 4 years ago)

Add in a few graphics from the old (huge) images directory
Few more updates to deal with the list archive.
Still using old script for list at this time.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1     [% META
2         title   = "Graphic imaages for your site"
3         id      = "graphics"
4         author  = '$Author$'
5     %]
6
7
8     <h1>Graphics</h1>
9
10     <div class='graphtitle'>
11         <a href="http://swish-e.org/"><img border='0' alt="Swish-e" src='swish-e-trans-med.png' /></a>
12     </div>
13
14
15     <p>These graphics may be used on your Web site to identify the
16     software you are using and to provide a link to the Swish-e Web
17     site for those wanting to use the same software.</p>
18
19     <p>New graphics:</p>
20
21     <dl>
22         <dt><img alt='Swish-e transparent big PNG' src=
23         'swish-e-trans.png' /></dt>
24
25         <dd>&lt;a href='http://swish-e.org/'&gt;<br />
26         &lt;img alt='Swish-e transparent big PNG' src='swish-e.png'
27         border='0' /&gt;<br />
28         &lt;/a&gt;</dd>
29
30         <dt><img alt='Swish-e transparent med PNG' src=
31         'swish-e-trans-med.png' /></dt>
32
33         <dd>&lt;a href='http://swish-e.org/'&gt;<br />
34         &lt;img alt='Swish-e transparent med PNG'
35         src='swish-e-trans-med.png' border='0' /&gt;<br />
36         &lt;/a&gt;</dd>
37
38         <dt><img alt='Swish-e transparent small PNG' src=
39         'swish-e-trans-small.png' /></dt>
40
41         <dd>&lt;a href='http://swish-e.org/'&gt;<br />
42         &lt;img alt='Swish-e transparent small PNG'
43         src='swish-e-trans-small.png' border='0' /&gt;<br />
44         &lt;/a&gt;</dd>
45
46         <dt><img alt='Swish-e transparent tiny PNG' src=
47         'swish-e-trans-tiny.png' /></dt>
48
49         <dd>&lt;a href='http://swish-e.org/'&gt;<br />
50         &lt;img alt='Swish-e transparent tiny PNG'
51         src='swish-e-trans-tiny.png' border='0' /&gt;<br />
52         &lt;/a&gt;</dd>
53     </dl>
54
55     <p>Older graphics:</p>
56
57     <table cellpadding="10" border="1">
58         <tr align="center">
59             <td>&nbsp;</td>
60
61             <td><b>Graphic</b><br />
62             (put on your server)</td>
63
64             <td><b>Sample HTML Code</b><br />
65             (copy and paste in your file)</td>
66         </tr>
67
68         <tr valign="top">
69             <td><b>Animated Swish-e</b></td>
70
71             <td><img alt="Animated Swish-e graphic" width="112"
72             height="49" src="swish-e.gif" /></td>
73
74             <td>&lt;A HREF="http://swish-e.org/"&gt;<br />
75             &lt;IMG ALT="Swish-e" BORDER="0" WIDTH="112"
76             HEIGHT="49" SRC="swish-e.gif"&gt;&lt;/A&gt;</td>
77         </tr>
78
79         <tr valign="top">
80             <td><b>Animated Swish-e w/Border</b></td>
81
82             <td><img alt="Animated Swish-e w/Border" width="130"
83             height="49" src="swish-eb.gif" /></td>
84
85             <td>&lt;A HREF="http://swish-e.org/"&gt;<br />
86             &lt;IMG ALT="Swish-e" BORDER="0" WIDTH="130"
87             HEIGHT="49" SRC="swish-eb.gif"&gt;&lt;/A&gt;</td>
88         </tr>
89
90         <tr valign="top">
91             <td><b>Still Swish-e</b></td>
92
93             <td><img alt="Still Swish-e graphic" width="109"
94             height="21" src="swish-e2.gif" /></td>
95
96             <td>&lt;A HREF="http://swish-e.org/"&gt;<br />
97             &lt;IMG ALT="Swish-e" BORDER="0" WIDTH="109"
98             HEIGHT="21" SRC="swish-e2.gif"&gt;&lt;/A&gt;</td>
99         </tr>
100
101         <tr valign="top">
102             <td><b>Animated "Powered by"</b></td>
103
104             <td><img alt="Animated Powered by graphic" src=
105             "powered+.gif" /></td>
106
107             <td>&lt;A HREF="http://swish-e.org/"&gt;<br />
108             &lt;IMG ALT="Powered by Swish-e" BORDER="0" WIDTH="112"
109             HEIGHT="49" SRC="powered+.gif"&gt;&lt;/A&gt;</td>
110         </tr>
111
112         <tr valign="top">
113             <td><b>Animated "Powered by" w/Border</b></td>
114
115             <td><img alt="Animated Swish-e w/Border" width="130"
116             height="62" src="powered+b.gif" /></td>
117
118             <td>&lt;A HREF="http://swish-e.org/"&gt;<br />
119             &lt;IMG ALT="Swish-e" BORDER="0" WIDTH="130"
120             HEIGHT="62" SRC="powered+b.gif"&gt;&lt;/A&gt;</td>
121         </tr>
122
123         <tr valign="top">
124             <td><b>Still "Powered by"</b></td>
125
126             <td><img alt="Still Powered by graphic" width="109"
127             height="35" src="powered.gif" /></td>
128
129             <td>&lt;A HREF="http://swish-e.org/"&gt;<br />
130             &lt;IMG ALT="Powered by Swish-e" BORDER="0" WIDTH="109"
131             HEIGHT="35" SRC="powered.gif"&gt;&lt;/A&gt;</td>
132         </tr>
133     </table>
Note: See TracBrowser for help on using the browser.