diff --git a/pages/index/47.php b/pages/index/47.php new file mode 100644 index 0000000..96287ea --- /dev/null +++ b/pages/index/47.php @@ -0,0 +1,41 @@ +
=_("On this page you find materials that can be used for CAcert publicity")?>
+
=sprintf(_("Use of these materials is subject to the rules described in the %s."), "CAcert Style Guide")?>
=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."), "http://www.cacert.org")?>
+ +=_("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.")?>
+ +=_("CAcert Logo, Encapsulated PostScript (EPS) format")?>
+
|
+=_("Colour version")?> |
+=_("Monochrome version")?> |
+
=_("CAcert Logo, colour version, PNG format")?>
+ $px = array("100x24", "120x28", "150x35", "180x42", "210x49", "270x62", "330x76", "390x90", "470x108", "560x128", "680x156", "820x188", "1000x229") ?>
+
|
+
+foreach ( $px as $i ) {
+ $w = substr($i, 0, strcspn($i,"x"));
+ if ( $w != "100" ) {
+ printf(" | ");
+ }
+?>=$i?>
+ } ?> |
=_("CAcert Logo, monochrome version, PNG format")?>
+ $px = array("100x24", "120x28", "150x35", "180x42", "210x49", "270x63", "330x76", "390x90", "470x108", "560x129", "680x157", "820x189", "1000x230") ?>
+
|
+
+foreach ( $px as $i ) {
+ $w = substr($i, 0, strcspn($i,"x"));
+ if ( $w != "100" ) {
+ printf(" | ");
+ }
+?>=$i?>
+ } ?> |