<!DOCTYPE html>
<html class="no-js">
  <head>
    <base href="plantilla/" />
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>API CamComercioSM - Interface de Integración de Aplicaciones - Proximanente....</title>
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="robots" content="all,follow">
    <!-- Bootstrap and Font Awesome css-->
    <link rel="stylesheet" href="css/font-awesome.css">
    <link rel="stylesheet" href="css/bootstrap.min.css">
    <!-- Google fonts-->
    <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Pacifico">
    <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700">
    <!-- Theme stylesheet-->
    <link rel="stylesheet" href="css/style.default.css" id="theme-stylesheet">
    <!-- Custom stylesheet - for your changes-->
    <link rel="stylesheet" href="css/custom.css">
    <!-- Favicon-->
    <link rel="shortcut icon" href="favicon.png">
    <!-- Tweaks for older IEs--><!--[if lt IE 9]>
        <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->
  </head>
  <body>
    <div style="background-image: url('img/video-bg.jpg')" class="main"> 
      <!-- video background-->
      <!-- replace URLs with your video content URL-->
      <video id="video-background" preload="auto" autoplay="true" loop="loop" muted="muted" volume="0">
        <source src="http://ondrejsvestka.cz/video/silver-lining-video.webm" type="video/webm">
        <source src="http://ondrejsvestka.cz/video/silver-lining-video.mp4" type="video/mp4">
      </video>
      <div class="overlay"></div>
      <div class="container">
        <p class="social">
          <a href="http://www.facebook.com/CamComercioSM" title="" class="facebook" target="_blank" ><i class="fa fa-facebook"></i></a>
          <a href="http://www.twitter.com/CamComercioSM" title="" class="twitter" target="_blank"><i class="fa fa-twitter"></i></a>
          <a href="http://plus.google.com/+CamaraComercioSantaMarta" title="" class="gplus" target="_blank"><i class="fa fa-google-plus"></i></a>
          <a href="http://www.instagram.com/CamComercioSM" title="" class="instagram" target="_blank"><i class="fa fa-instagram"></i></a>
          </p>
        <h1 class="cursive">Bienvenidos a la API REST</h1>
        <h2 class="sub">de la Cámara de Comercio de Santa Marta para el Magdalena. </h2>
        <div class="mailing-list">
          <h3 class="mailing-list-heading">Pronto estaremos al aire con toda la documentación necesaria para hacer uso de nuestros datos.!</h3>
          <!--<div class="row">-->
          <!--  <form class="form-inline">-->
          <!--    <div class="form-group">-->
          <!--      <label for="email" class="sr-only"></label>-->
          <!--      <input type="email" placeholder="jane.doe@example.com" id="email" class="form-control transparent">-->
          <!--    </div>-->
          <!--    <button class="btn btn-danger">subscribe</button>-->
          <!--  </form>-->
          <!--</div>-->
        </div>
      </div>
      <div class="footer">
        <div class="container">
          <div class="row">
            <div class="col-md-6">
              <p>&copy;<?= date('Y') ?> Cámara de Comercio de Santa Marta para el Magdalena</p>
            </div>
            <div class="col-md-6">
              <p class="credit">Desarrollador por <a href="https://centrotics.ccsm.org.co">Centro de Servicios TICS</a><br />, con el apoyo de <a href="http://pvdlabsantamarta.com/">Vive Lab Santa Marta</a></p>
            </div>
          </div>
          <div>
            <div class="col-md-12 text-center">
              <a href="http://www.ccsm.org.co" target="_blank"><img src="http://www.ccsm.org.co/images/logo314.png" style="height:40px;"></img></a>
              <a href="http://pvdlabsantamarta.com" target="_blank"><img src="http://pvdlabsantamarta.com/img/logos/pvd.png" style="height:40px;"></img></a>
            </div>
          </div>
        </div>
      </div>
    </div>
    
    
    <!-- JAVASCRIPT FILES -->
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
    <script>window.jQuery || document.write('<script src="javascripts/vendor/jquery-1.11.0.min.js"><\/script>')</script>
    <script src="js/bootstrap.min.js"></script>
    <script src="js/jquery.cookie.js"></script>
    <script src="js/front.js"></script>
    <!-- Google Analytics: change UA-XXXXX-X to be your site's ID.-->
   
   
   
   <!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-67766763-2"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments)};
  gtag('js', new Date());
  gtag('config', 'UA-67766763-2');
</script>

   
  </body>
</html>
