Removed /usr/local from CDPATH
[clearscm.git] / web / services / consultancy.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>Consultancy</h2>
38
39         <p>The core of our services lies in our people and their
40         expertise. Beyond our expertise, and perhaps because of it, we
41         are in a unique position to offer your company our unique
42         perspective based on years of experience.</p>
43
44       </div> <!-- main -->
45
46       <div id="supporting">
47         <?php start_box ("cs3");?>
48
49           <h2><a href="/services/consultancy.php">Consultancy</a></h2>
50
51           <p>Our core service is <a href="/people.php">our people</a>
52           and their years of experience in the field.</p>
53
54         <?php end_box ();?>
55
56         <?php start_box ("cs2");?> 
57
58           <h2><a href="/services/custom_software.php">Custom Software
59           Solutions</a></h2>
60
61           <p>In addition to SCM, we build custom software solutions
62           using:</p>
63
64           <ul>
65             <li>Web Site Design</li>
66
67             <li>Web Application Design and Implementation</li>
68
69             <li>Custom Build Automation</li>
70
71             <li>Test Automation</li>
72           </ul>
73
74         <?php end_box ();?>
75
76         <?php start_box ("cs4");?> 
77
78           <h2><a href="/services/sysadmin.php">Systems Administration</a></h2>
79
80           <p>Whether large or small, today's software is more
81           complex. Many resources are brought to bear to get your code
82           from inception to release....<a href="/sysadm">(more)</a>
83
84         <?php end_box ();?>
85
86       </div> <!-- supporting -->
87     </div> <!-- contentWrapper2 -->
88
89     <div id="contentWrapper1">
90       <div id="related">
91         <?php start_box ("cs2");?> 
92
93           <h2><a href="/services/SCM.php">SCM</a></h2>
94
95           <p>Managing the complexities of modern software requires
96           professional methodologies, professional tools and, well,
97           professionals. That's where we come in. We apply solid
98           configuration management practices to your software to
99           insure a smooth flow from design through deployment.</p>
100
101         <?php end_box ();?>
102
103         <?php start_box ("cs3");?> 
104
105           <h2><a href="/services/web.php">Web Applications</a></h2>
106
107           <p>We also specialize in customer web applications to suit
108           your business needs</p>
109
110         <?php end_box ();?>
111
112         <?php start_box ("cs5");?> 
113
114           <h2><a href="/services/customers.php">Customers</a></h2>
115
116           <p>We've worked with many, well known, fortune 500
117           companies. Let us work for you!</p>
118         <?php end_box ();?>
119       </div> <!-- related -->
120     </div> <!-- contentWrapper1 -->
121   </div> <!-- content -->
122   <?php copyright();?>
123 </div> <!-- page -->
124
125 <script language="JavaScript" src="/JavaScript/Menus.js" type="text/javascript"></script>
126
127 </body>
128 </html>