From: Heiko Z. <smi...@us...> - 2004-11-18 03:44:26
|
Update of /cvsroot/devil-linux/web/support In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16713 Modified Files: commercialsupport.php Log Message: ensure w3c xhtml v1.1. compliance add information for other regions Index: commercialsupport.php =================================================================== RCS file: /cvsroot/devil-linux/web/support/commercialsupport.php,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- commercialsupport.php 18 Nov 2004 03:23:26 -0000 1.1 +++ commercialsupport.php 18 Nov 2004 03:44:05 -0000 1.2 @@ -2,7 +2,8 @@ <? include("../include/header.php") ?> <p> -<a href="http://www.pantek.com/linux.php" target="_blank"><img src="../images/support/panteklogo.jpg" width="325" height="75" alt="Pantek" /></a><br> +<b>North America</b> +<a href="http://www.pantek.com/linux.php" target="_blank"><img src="../images/support/panteklogo.jpg" width="325" height="75" alt="Pantek" /></a><br/> The Pantek Team of world class Linux engineers provides expert technical support and security services for Devil-Linux and a wide range of Linux and Open Source software applications, distributions, and systems. Services are @@ -11,5 +12,8 @@ source community, as well as enterprises embracing the open source philosophy, since 1995. </p> - +<br/> +<p><b>Interested to provide support in your area?</b><br/> +Please contact us directly to discuss it. +</p> <? include("../include/footer.php") ?> |