Initial commit
[clearscm.git] / web / services / customers.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 "../php/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>Customers</h2>
38
39         <p>Some of our previous clients:</p>
40
41         <?php start_box ("cs3");?>
42         <table border=0>
43           <tbody>
44             <tr>
45               <td style="text-align:center">
46                   <a href     = "http://ameriquest.com/">
47                   <img src    = "/Logos/Ameriquest.gif"
48                        alt    = "Ameriquest Mortgage"
49                        title  = "Ameriquest Mortgage"
50                        border = 0>
51                   </a>
52               </td>
53               <td style="text-align:center">
54                   <a href     = "http://broadcom.com/">
55                   <img src    = "/Logos/Broadcom.gif"
56                        alt    = "Broadcom"
57                        title  = "Broadcom"
58                        border = 0>
59                   </a>
60               </td>
61             </tr>
62             <tr>
63               <td style="text-align:center">
64                   <a href    = "http://cisco.com/">
65                   <img src   = "/Logos/Cisco.gif"
66                        alt   = "Cisco Systems"
67                        title = "Cisco Systems"
68                        border = 0>
69                   </a>
70               </td>
71               <td style="text-align:center">
72                   <a href     = "http://hp.com/">
73                   <img src    = "/Logos/HPLogo.gif"
74                        alt    = "Hewlett Packard"
75                        title  = "Hewlett Packard"
76                        border = 0>
77                   </a>
78               </td>
79             </tr>
80             <tr>
81               <td style="text-align:center">
82                   <a href     = "http://lynuxworks.com/">
83                   <img src    = "/Logos/LynuxWorks.gif"
84                        alt    = "LynuxWorks"
85                        title  = "LynuxWorks"
86                        border = 0>
87                   </a>
88                 </td>
89               <td style="text-align:center">
90                   <a href     = "http://salira.com/">
91                   <img src    = "/Logos/Salira.gif"
92                        alt    = "Salira Optical Network Systems"
93                        title  = "Salira Optical Network Systems"
94                        border = 0>
95                   </a>
96                </td>
97             </tr>
98             <tr>
99               <td style="text-align:center">
100                   <a href     = "http://sun.com/">
101                   <img src    = "/Logos/Sun.jpg"
102                        alt    = "Sun Microsystems"
103                        title  = "Sun Microsystems"
104                        border = 0>
105                   </a>
106                 </td>
107               <td style="text-align:center">
108                   <a href     = "http://ti.com/">
109                   <img src    = "/Logos/TexasInstruments.jpg"
110                        alt    = "Texas Instruments"
111                        title  = "Texas Instruments"
112                        border = 0>
113                   </a>
114                </td>
115             </tr>
116           </tbody>
117         </table>
118         <?php end_box ();?>
119
120         <p>We'd love to make you our next client.</p>
121
122       </div> <!-- main -->
123
124       <div id="supporting">
125         <?php start_box ("cs3");?>
126
127           <h2><a href="/services/consultancy.php">Consultancy</a></h2>
128
129           <p>Our core service is <a href="/people.php">our people</a>
130           and their years of experience in the field.</p>
131
132         <?php end_box ();?>
133
134         <?php start_box ("cs2");?> 
135
136           <h2><a href="/services/custom_software.php">Custom Software
137           Solutions</a></h2>
138
139           <p>In addition to SCM, we build custom software solutions
140           using:</p>
141
142           <ul>
143             <li>Web Site Design</li>
144
145             <li>Web Application Design and Implementation</li>
146
147             <li>Custom Build Automation</li>
148
149             <li>Test Automation</li>
150           </ul>
151
152         <?php end_box ();?>
153
154         <?php start_box ("cs4");?> 
155
156           <h2><a href="/services/sysadmin.php">Systems Administration</a></h2>
157
158           <p>Whether large or small, today's software is more
159           complex. Many resources are brought to bear to get your code
160           from inception to release....<a href="/sysadm">(more)</a>
161
162         <?php end_box ();?>
163
164       </div> <!-- supporting -->
165     </div> <!-- contentWrapper2 -->
166
167     <div id="contentWrapper1">
168       <div id="related">
169         <?php start_box ("cs2");?> 
170
171           <h2><a href="/services/scm.php">SCM</a></h2>
172
173           <p>Managing the complexities of modern software requires
174           professional methodologies, professional tools and, well,
175           professionals. That's where we come in. We apply solid
176           configuration management practices to your software to
177           insure a smooth flow from design through deployment.</p>
178
179         <?php end_box ();?>
180
181         <?php start_box ("cs3");?> 
182
183           <h2><a href="/services/web.php">Web Applications</a></h2>
184
185           <p>We also specialize in customer web applications to suit
186           your business needs</p>
187
188         <?php end_box ();?>
189
190         <?php start_box ("cs5");?> 
191
192           <h2><a href="/services/customers.php">Customers</a></h2>
193
194           <p>We've worked with many, well known, fortune 500
195           companies. Let us work for you!</p>
196         <?php end_box ();?>
197       </div> <!-- related -->
198     </div> <!-- contentWrapper1 -->
199   </div> <!-- content -->
200   <?php copyright();?>
201 </div> <!-- page -->
202
203 <script language="JavaScript" src="/JavaScript/Menus.js" type="text/javascript"></script>
204
205 </body>
206 </html>