Added PR Materials Page
This commit is contained in:
parent
9e7b45cb13
commit
5cf0e46873
1 changed files with 41 additions and 0 deletions
41
pages/index/47.php
Normal file
41
pages/index/47.php
Normal file
|
@ -0,0 +1,41 @@
|
||||||
|
<h3><?=_("CAcert Public Relations materials")?></h3>
|
||||||
|
|
||||||
|
<p><?=_("On this page you find materials that can be used for CAcert publicity")?>
|
||||||
|
<br /><?=sprintf(_("Use of these materials is subject to the rules described in the %s."), "<a href='http://svn.cacert.org/CAcert/PR/CAcert_Styleguide.pdf'>CAcert Style Guide</a>")?></p>
|
||||||
|
|
||||||
|
<h5><?=_("CAcert official logos")?></h4>
|
||||||
|
|
||||||
|
<p><?=sprintf(_("Here you find a number of logos to use in documents or 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>
|
||||||
|
|
||||||
|
<p><?=_("As described in the Style Guide, the monochrome version of the logo must be used in situations where the logo colours cannot be reproduced correctly.")?></p>
|
||||||
|
|
||||||
|
<p><?=_("CAcert Logo, Encapsulated PostScript (EPS) format")?>
|
||||||
|
<br /> |
|
||||||
|
<a href="http://svn.cacert.org/CAcert/PR/Logos/CAcert-logo-colour.eps"><?=_("Colour version")?></a> |
|
||||||
|
<a href="http://svn.cacert.org/CAcert/PR/Logos/CAcert-logo-mono.eps"><?=_("Monochrome version")?></a> |
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p><?=_("CAcert Logo, colour version, PNG format")?>
|
||||||
|
<? $px = array("100x24", "120x28", "150x35", "180x42", "210x49", "270x62", "330x76", "390x90", "470x108", "560x128", "680x156", "820x188", "1000x229") ?>
|
||||||
|
<br> |
|
||||||
|
<?
|
||||||
|
foreach ( $px as $i ) {
|
||||||
|
$w = substr($i, 0, strcspn($i,"x"));
|
||||||
|
if ( $w != "100" ) {
|
||||||
|
printf(" | ");
|
||||||
|
}
|
||||||
|
?><a href="http://svn.cacert.org/CAcert/PR/Logos/CAcert-logo-colour-<?=$w?>.png"><?=$i?></a>
|
||||||
|
<? } ?> |</p>
|
||||||
|
|
||||||
|
<p><?=_("CAcert Logo, monochrome version, PNG format")?>
|
||||||
|
<? $px = array("100x24", "120x28", "150x35", "180x42", "210x49", "270x63", "330x76", "390x90", "470x108", "560x129", "680x157", "820x189", "1000x230") ?>
|
||||||
|
<br> |
|
||||||
|
<?
|
||||||
|
foreach ( $px as $i ) {
|
||||||
|
$w = substr($i, 0, strcspn($i,"x"));
|
||||||
|
if ( $w != "100" ) {
|
||||||
|
printf(" | ");
|
||||||
|
}
|
||||||
|
?><a href="http://svn.cacert.org/CAcert/PR/Logos/CAcert-logo-mono-<?=$w?>.png"><?=$i?></a>
|
||||||
|
<? } ?> |</p>
|
||||||
|
|
Loading…
Reference in a new issue