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