Merge branch 'master' of defaria.com:/opt/git/clearscm
[clearscm.git] / web / 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=UTF-8">
6   <meta name="GENERATOR" content="Mozilla/4.61 [en] (Win98; U) [Netscape]">
7   <meta name="verify-v1" content="zmJmtrlhCOjGAk5w/JcwHaDsI3gxxRug9f4Vcl8YftU=" />
8
9   <title>ClearSCM</title>
10
11   <link rel="stylesheet" type="text/css" media="screen" href="/css/FrontPage.css">
12   <link rel="stylesheet" type="text/css" media="print"  href="/css/Print.css">
13   <link rel="SHORTCUT ICON" href="http://clearscm.com/favicon.ico" type="image/png">
14
15   <!-- Google Analytics
16   <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
17   </script>
18   <script type="text/javascript">
19     _uacct = "UA-89317-1";
20     urchinTracker ();
21   </script>
22   Google Analytics -->
23
24   <?php
25   include "clearscm.php";
26   menu_css ();
27   ?>
28 </head>
29
30 <body id="homepage" class="sm-r"> <!-- try r-sm, sm-r, ms-r or r-ms -->
31
32 <?php heading ()?>
33
34 <div id="page">
35   <div id="content">
36     <div id="contentWrapper2">
37       <div id="main">
38         <?php start_box ("cs3");?>
39           <p>We provide top notch talent for your <abbr title="Source Configuration Management">SCM</abbr> projects. With over 10
40           years of direct experience with the top <abbr title="Source Configuration Management">SCM</abbr> tools and
41           methodologies we have what it takes to help you succeed.</p>
42         <?php end_box ();?>
43
44         <h2>Our services</h2>
45           <img src="/Images/BMLeft.jpg" width="250" height="165"
46           style="float:left;border:1;padding:5px;" />
47
48           <p>You have your own business to run, your own set of
49           problems, deadlines, challenges and schedules. You want
50           talent to come in and hit the ground running, tackling your
51           toughest challenges. We offer consulting services in the
52           areas of SCM, Build &amp; Release management, Systems
53           Administration and customized scripting solutions.</p>
54
55           <p>ClearSCM, Inc. provides consultants who have technical
56           expertise coupled with an in-depth knowledge of the business
57           process to Fortune 500 companies and other Organizations
58           nationwide and around the world. Our senior consultants and
59           specialists in the computer industry specialize in
60           implementing SCM and ECM for your business needs. We can
61           customize your SCM and maintain your application. We provide
62           a comprehensive technology to help clients successfully
63           build, deploy and manage mission critical enterprise
64           applications in an open systems environment.
65       </div> <!-- main -->
66
67       <div id="supporting">
68         <?php start_box ("cs2");?>
69           <h2><abbr title="Source Configuration Management">SCM</abbr>
70           & <abbr title="Enterprise Change Management">ECM</abbr></h2>
71             <p>Utilizing top tier professional tools such as <a
72             href="http://www.ibm.com/software/awdtools/clearcase/index.html">Clearcase</a>,
73             <a
74             href="http://www.ibm.com/software/awdtools/clearcase/multisite/index.html">Multisite</a>,
75             <a
76             href="http://www.ibm.com/software/awdtools/clearquest/index.html">Clearquest</a>
77             as well as various Open Source tools such as <abbr
78             title="Concurrent Versions System: A free and commonly
79             used Open Source SCM system">CVS</abbr> we work with your
80             company to build professional, customized solutions to
81             your <abbr title="Source Configuration Management">SCM</abbr> needs.</p>
82         <?php end_box ();?>
83
84         <?php start_box ("cs3");?> 
85           <h2>Beyond SCM</h2>
86             <p>Rarely do companies live on SCM alone. There are many
87             internal and inhouse systems that grow up around Build and
88             Release Management systems including things like internal
89             web sites tracking nightly build processes. Integrations
90             between bug tracking systems and source control
91             systems. Many times such intergrations have yet to be
92             made... <a href="/services">(more)</a>
93         <?php end_box ();?>
94       </div> <!-- supporting -->
95     </div> <!-- contentWrapper2 -->
96
97     <div id="contentWrapper1">
98       <div id="related">
99         <?php start_box ("cs2");?> 
100           <h2>Systems Administration</h2>
101             <p>Whether large or small, today's software is more
102             complex. Many resources are brought to bear to get your
103             code from inception to release.... <a
104             href="/sysadm">(more)</a></p>
105         <?php end_box ();?>
106
107         <?php start_box ("cs5");?> 
108
109           <h2>Scripting Expertise</h2>
110             <p>Over the years there have been many languages that have
111             come about. Each have their strengths and places in a
112             professionals <i>bag of tricks</i>. Perl is very good as a
113             "glue" language bringing together various other systems,
114             home grown as well as purchased packages, to help build
115             larger, customized solutions for your business...<a
116             href="/sysadm">(more)</a></p>
117         <?php end_box ();?>
118       </div> <!-- related -->
119     </div> <!-- contentWrapper1 -->
120   </div> <!-- content -->
121
122   <?php copyright();?>
123 </div> <!-- page -->
124
125 <script language="JavaScript" src="/JavaScript/Menus.js" type="text/javascript"></script>
126
127 </body>
128 </html>