Removed extra scm.php
authorAndrew DeFaria <Andrew@DeFaria.com>
Wed, 23 Oct 2013 04:36:18 +0000 (21:36 -0700)
committerAndrew DeFaria <Andrew@DeFaria.com>
Wed, 23 Oct 2013 04:36:18 +0000 (21:36 -0700)
web/services/scm.php [deleted file]

diff --git a/web/services/scm.php b/web/services/scm.php
deleted file mode 100644 (file)
index af110ec..0000000
+++ /dev/null
@@ -1,129 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
-   "http://www.w3.org/TR/html4/strict.dtd">
-<html>
-<head>
-  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-  <meta name="GENERATOR" content="Mozilla/4.61 [en] (Win98; U) [Netscape]">
-
-  <title>ClearSCM: Services</title>
-
-  <link rel="stylesheet" type="text/css" media="screen" href="/css/FrontPage.css">
-  <link rel="stylesheet" type="text/css" media="print"  href="/css/Print.css">
-  <link rel="SHORTCUT ICON" href="http://clearscm.com/favicon.ico" type="image/png">
-
-  <!-- Google Analytics
-  <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
-  </script>
-  <script type="text/javascript">
-    _uacct = "UA-89317-1";
-    urchinTracker ();
-  </script>
-  Google Analytics -->
-
-  <?php
-  include "clearscm.php";
-  menu_css ();
-  ?>
-</head>
-
-<body id="homepage" class="sm-r"> <!-- try r-sm, sm-r, ms-r or r-ms -->
-
-<?php heading ()?>
-
-<div id="page">
-  <div id="content">
-    <div id="contentWrapper2">
-      <div id="main">
-        <h2>Source Configuration Management</h2>
-
-        <p>Managing the complexities of modern software requires
-        professional methodologies, professional tools and, well,
-        professionals. That's where we come in. We apply solid
-        configuration management practices to your software to insure
-        a smooth flow from design through deployment.</p>
-
-      </div> <!-- main -->
-
-      <div id="supporting">
-        <?php start_box ("cs3");?>
-
-          <h2><a href="/services/consultancy.php">Consultancy</a></h2>
-
-          <p>Our core service is <a href="/people.php">our people</a>
-          and their years of experience in the field.</p>
-
-        <?php end_box ();?>
-
-        <?php start_box ("cs2");?> 
-
-          <h2><a href="/services/custom_software.php">Custom Software
-          Solutions</a></h2>
-
-          <p>In addition to SCM, we build custom software solutions
-          using:</p>
-
-          <ul>
-            <li>Web Site Design</li>
-
-            <li>Web Application Design and Implementation</li>
-
-            <li>Custom Build Automation</li>
-
-            <li>Test Automation</li>
-          </ul>
-
-        <?php end_box ();?>
-
-        <?php start_box ("cs4");?> 
-
-          <h2><a href="/services/sysadmin.php">Systems Administration</a></h2>
-
-          <p>Whether large or small, today's software is more
-          complex. Many resources are brought to bear to get your code
-          from inception to release....<a href="/sysadm">(more)</a>
-
-        <?php end_box ();?>
-
-      </div> <!-- supporting -->
-    </div> <!-- contentWrapper2 -->
-
-    <div id="contentWrapper1">
-      <div id="related">
-        <?php start_box ("cs2");?> 
-
-          <h2><a href="/services/scm.php">SCM</a></h2>
-
-          <p>Managing the complexities of modern software requires
-          professional methodologies, professional tools and, well,
-          professionals. That's where we come in. We apply solid
-          configuration management practices to your software to
-          insure a smooth flow from design through deployment.</p>
-
-        <?php end_box ();?>
-
-        <?php start_box ("cs3");?> 
-
-          <h2><a href="/services/web.php">Web Applications</a></h2>
-
-         <p>We also specialize in customer web applications to suit
-         your business needs</p>
-
-        <?php end_box ();?>
-
-        <?php start_box ("cs5");?> 
-
-          <h2><a href="/services/customers.php">Customers</a></h2>
-
-          <p>We've worked with many, well known, fortune 500
-          companies. Let us work for you!</p>
-        <?php end_box ();?>
-      </div> <!-- related -->
-    </div> <!-- contentWrapper1 -->
-  </div> <!-- content -->
-  <?php copyright();?>
-</div> <!-- page -->
-
-<script language="JavaScript" src="/JavaScript/Menus.js" type="text/javascript"></script>
-
-</body>
-</html>