cacert-webdb/www/logos.php

44 lines
2.1 KiB
PHP
Raw Normal View History

2004-11-18 23:21:15 +00:00
<?
loadem("index");
showheader(_("Welcome to CAcert.org"));
?>
2006-11-27 01:24:43 +00:00
<h3><?=_("CAcert Logos")?></h3>
2004-11-18 23:21:15 +00:00
2006-11-27 01:24:43 +00:00
<p><?=_(sprintf("On this page you find a number of logos to add to your website. Help CAcert to get some publicity by using a logo to link back to %s or to indicate that you or your website are using a CAcert certificates for security and privacy.", "<a href='http://www.cacert.org'>http://www.cacert.org</a>"))?></p>
2005-07-24 13:56:10 +00:00
2006-11-27 01:24:43 +00:00
<h4><?=_("Collection 1 created by Christoph Probst (November 2004)")?></h4>
2005-07-24 13:56:10 +00:00
<p>
<img src="logos/cacert1.png" alt="www.cacert.org" /><br /><br />
<img src="logos/cacert-free-certificates2.png" alt="www.cacert.org" />&nbsp;&nbsp;
2006-08-03 13:20:55 +00:00
<img src="logos/cacert-free-certificates3.png" alt="www.cacert.org" />&nbsp;&nbsp;<br /><br />
2005-07-24 13:56:10 +00:00
<img src="logos/cacert-grey.png" alt="www.cacert.org" />&nbsp;&nbsp;
<img src="logos/small-ssl-security.png" alt="www.cacert.org" border="0" /><br /><br />
</p>
2007-02-28 17:20:10 +00:00
<h4><?=_("Collection 2 created by Junio Jose (Februrary 2007)")?></h4>
<p>
<img src="logos/cacert100x40.png" alt="www.cacert.org" /><br /><br />
<img src="logos/cacert150x60.png" alt="www.cacert.org" />&nbsp;&nbsp;
<img src="logos/cacert300x120.png" alt="www.cacert.org" />&nbsp;&nbsp;<br /><br />
</p>
2006-11-27 01:24:43 +00:00
<h3><?=_("How can I put a logo on to my website?")?></h3>
2005-07-24 13:56:10 +00:00
2006-11-27 01:24:43 +00:00
<p><?=_("It is extremly easy! Just pick an image from the collections above and use it for example with the following html code fragment:")?>
2005-07-24 13:56:10 +00:00
<br /><br />
<pre>&lt;a href=&quot;http://www.cacert.org/&quot;&gt;&lt;img src=&quot;INSERT-FILENAME.PNG&quot; alt=&quot;www.cacert.org&quot; style=&quot;border-width: 0px;&quot; /&gt;&lt;/a&gt;</pre>
</p>
2006-11-27 01:24:43 +00:00
<p><?=_("The result should get you something like:")?>
2006-08-03 13:20:55 +00:00
<a href="http://www.cacert.org/"><img src="logos/small-ssl-security.png" alt="www.cacert.org" style="border-width: 0px;" /></a>
2005-07-24 13:56:10 +00:00
</p>
2006-11-27 01:24:43 +00:00
<h3><?=_("Create more badges")?></h3>
2005-07-24 13:56:10 +00:00
2006-11-27 01:24:43 +00:00
<p><?=_(sprintf("CAcert lives from the community! If you want to contribute additional images please send them to %s to have them added to this website.", "<a href='mailto:cacert@lists.cacert.org'>cacert@lists.cacert.org</a>"))?></p>
2005-07-24 13:56:10 +00:00
<? showfooter(); ?>
2004-11-18 23:21:15 +00:00