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