
Author: ceki Date: Tue Oct 28 16:43:34 2008 New Revision: 1892 Added: logback/trunk/logback-site/src/site/pages/support.html logback/trunk/logback-site/src/site/resources/images/helpEMAIL.gif (contents, props changed) Modified: logback/trunk/logback-site/src/site/pages/templates/left.js Log: added a link to professional support page. Added: logback/trunk/logback-site/src/site/pages/support.html ============================================================================== --- (empty file) +++ logback/trunk/logback-site/src/site/pages/support.html Tue Oct 28 16:43:34 2008 @@ -0,0 +1,48 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> +<title>Professional support</title> +<link rel="stylesheet" type="text/css" media="screen" href="css/site.css" /> +</head> +<body> + <script> +prefix=''; +</script> + +<script src="templates/header.js"></script> +<div id="left"> + <script src="templates/left.js"></script> +</div> +<div id="content"> + + <h2>Professional support</h2> + + <p>Although the quality of support in the various public logback + mailing lists is very good, these are operated on a best-effort + basis. If you require guaranteed response times and in-depth advice + from developers intimately acquainted with logback, then do consider + our professional support package. + </p> + + <p>As the founders and current maintainers of the logback project, + we can offer you highest quality of support. Opting for our + professional logback support service is a great way to leverage the + expertise of developers who have in depth knowledge of the logback + framework. + </p> + + + <table border="0"> + <tr> + <td>For a professional support contract quote please + contact:</td> + <td><img src="images/helpEMAIL.gif" alt=""/></td> + </tr> + </table> + + +</div> + +</body> +</html> \ No newline at end of file Modified: logback/trunk/logback-site/src/site/pages/templates/left.js ============================================================================== --- logback/trunk/logback-site/src/site/pages/templates/left.js (original) +++ logback/trunk/logback-site/src/site/pages/templates/left.js Tue Oct 28 16:43:34 2008 @@ -10,9 +10,13 @@ document.write('<p class="menu"><a href="' + prefix + 'license.html">License</a></p>'); document.write('<p class="menu"><a href="http://logback.qos.ch/translator/">log4j.properties Translator</a>'); document.write('<p class="menu"><a href="' + prefix + 'team.html">Logback Team</a></p>'); +document.write('<p class="menu"><a href="' + prefix + 'support.html">Professional Support</a></p>'); + + + document.write('<p><a class="x" href="http://www.qos.ch/"><img src="' + prefix + 'images/logos/qosLogo.png" /></a></p>'); -document.write('<span class="small">Last updated 2007-03-29</span>'); +document.write('<span class="small">Last updated 2008-10-29</span>'); document.write('</p>'); Added: logback/trunk/logback-site/src/site/resources/images/helpEMAIL.gif ============================================================================== Binary file. No diff available.