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