Removed /usr/local from CDPATH
[clearscm.git] / web / services / index.php
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2    "http://www.w3.org/TR/html4/strict.dtd">
3 <html>
4 <head>
5   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6   <meta name="GENERATOR" content="Mozilla/4.61 [en] (Win98; U) [Netscape]">
7
8   <title>ClearSCM: Services</title>
9
10   <link rel="stylesheet" type="text/css" media="screen" href="/css/FrontPage.css">
11   <link rel="stylesheet" type="text/css" media="print"  href="/css/Print.css">
12   <link rel="SHORTCUT ICON" href="http://clearscm.com/favicon.ico" type="image/png">
13
14   <!-- Google Analytics
15   <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
16   </script>
17   <script type="text/javascript">
18     _uacct = "UA-89317-1";
19     urchinTracker ();
20   </script>
21   Google Analytics -->
22
23   <?php
24   include "clearscm.php";
25   menu_css ();
26   ?>
27 </head>
28
29 <body id="homepage" class="sm-r"> <!-- try r-sm, sm-r, ms-r or r-ms -->
30
31 <?php heading ()?>
32
33 <div id="page">
34   <div id="content">
35     <div id="contentWrapper2">
36       <div id="main">
37         <h2>ClearSCM Services</h2>
38
39         <p>We offer the following services.</p>
40
41       </div> <!-- main -->
42
43       <div id="supporting">
44         <?php start_box ("cs3");?>
45
46           <h2><a href="/services/consultancy.php">Consultancy</a></h2>
47
48           <p>Our core service is <a href="/people.php">our people</a>
49           and their years of experience in the field.</p>
50
51         <?php end_box ();?>
52
53         <?php start_box ("cs2");?> 
54
55           <h2><a href="/services/custom_software.php">Custom Software
56           Solutions</a></h2>
57
58           <p>In addition to SCM, we build custom software solutions
59           using:</p>
60
61           <ul>
62             <li>Web Site Design</li>
63
64             <li>Web Application Design and Implementation</li>
65
66             <li>Custom Build Automation</li>
67
68             <li>Test Automation</li>
69           </ul>
70
71         <?php end_box ();?>
72
73         <?php start_box ("cs4");?> 
74
75           <h2><a href="/services/sysadmin.php">Systems Administration</a></h2>
76
77           <p>Whether large or small, today's software is more
78           complex. Many resources are brought to bear to get your code
79           from inception to release....<a href="/sysadm">(more)</a>
80
81         <?php end_box ();?>
82
83       </div> <!-- supporting -->
84     </div> <!-- contentWrapper2 -->
85
86     <div id="contentWrapper1">
87       <div id="related">
88         <?php start_box ("cs2");?> 
89
90           <h2><a href="/services/SCM.php">SCM</a></h2>
91
92           <p>Managing the complexities of modern software requires
93           professional methodologies, professional tools and, well,
94           professionals. That's where we come in. We apply solid
95           configuration management practices to your software to
96           insure a smooth flow from design through deployment.</p>
97
98         <?php end_box ();?>
99
100         <?php start_box ("cs3");?> 
101
102           <h2><a href="/services/web.php">Web Applications</a></h2>
103
104           <p>We also specialize in customer web applications to suit
105           your business needs</p>
106
107         <?php end_box ();?>
108
109         <?php start_box ("cs5");?> 
110
111           <h2><a href="/services/customers.php">Customers</a></h2>
112
113           <p>We've worked with many, well known, fortune 500
114           companies. Let us work for you!</p>
115         <?php end_box ();?>
116       </div> <!-- related -->
117     </div> <!-- contentWrapper1 -->
118   </div> <!-- content -->
119   <?php copyright();?>
120 </div> <!-- page -->
121
122 <script language="JavaScript" src="/JavaScript/Menus.js" type="text/javascript"></script>
123
124 </body>
125 </html>