Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

HTML
<style type="text/css">
    .fluig * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }

    .fluig-text-center {
      text-align: center;
    }

    .fluig-full-height {
      height: 100%;
    }

    .fluig-container {
      margin-right: auto;
      margin-left: auto;
      max-width: 1046px;
    }

    .fluig-row {
	  width: 100%;
      display: -moz-box;
      -moz-flex-flow: row wrap;
      -moz-justify-content: center;

      display: -ms-flexbox;
      -ms-flex-flow: row wrap;
      -ms-justify-content: center;
      
      display: -webkit-flex;
      display: -webkit-box;
      -webkit-flex-flow: row wrap;
      -webkit-justify-content: center;

      display: flex;
      flex-flow: row wrap;      
      justify-content: center;     

    }

    .fluig-col {
      width: 50%;
      padding-right: 15px;
      padding-left: 15px;
      margin-bottom: 30px;
    }

    .fluig-panel {
      border: 1px solid #dadada;
      border-radius: 4px;
      padding: 30px;
    }

    .fluig-panel .fluig-panel-thumb {
      width: 65px;
    }

    .fluig-panel .fluig-panel-title {
      font-size: 20px;
      color: #58595b;
    }

    .fluig-panel .fluig-panel-title a {
      color: #58595b;
      font-weight: bold;
    }

    .fluig-panel .fluig-panel-text {
      color: #58595b;
      line-height: 1.75;
      margin-bottom: 0;
    }
  </style>
<div class="fluig">
    <div class="fluig-container">
      <div class="fluig-row">
<div class="fluig-col">
          <div class="fluig-panel fluig-text-center fluig-full-height">
            <img class="fluig-panel-thumb" src="https://tdn.totvs.com/download/attachments/66618245/bpm.png">
            <h1 class="fluig-panel-title">
              <a href="https://tdn.totvs.com/x/xIjYCg">BPM</a>
            </h1>
            <p class="fluig-panel-text">El BPM, <i>Business Process Management</i>, modela, automatiza procesos y pone en práctica workflows, al aprovechar la productividad de su operación.</p>
          </div>
        </div>
        <div class="fluig-col">
          <div class="fluig-panel fluig-text-center fluig-full-height">
            <img class="fluig-panel-thumb" src="https://tdn.totvs.com/download/attachments/66618245/ecm.png">
            <h1 class="fluig-panel-title">
              <a href="https://tdn.totvs.com/x/xIjYCg">ECM</a>
            </h1>
            <p class="fluig-panel-text">El ECM, <i>Enterprise Content Management</i>, mantiene vivo el conocimiento de su empresa, al permitirle compartir, controlar y acceder a documentos en cualquier momento y de una manera simple y fácil.</p>
          </div>
        </div>
		<div class="fluig-col">
          <div class="fluig-panel fluig-text-center fluig-full-height">
            <img class="fluig-panel-thumb" src="https://tdn.totvs.com/download/attachments/66618245/social.png">
            <h1 class="fluig-panel-title">
              <a href="https://tdn.totvs.com/x/aIjYCg">Social</a>
            </h1>
            <p class="fluig-panel-text">Con el Social, puede crear una interfaz colaborativa con la publicación de informaciones y documentos para el público que desee, así como promover el intercambio de ideas entre participantes de una <i>timeline</i>.</p>
          </div>
        </div>
        <div class="fluig-col">
          <div class="fluig-panel fluig-text-center fluig-full-height">
            <img class="fluig-panel-thumb" src="https://tdn.totvs.com/download/attachments/66618245/wcm.png">
            <h1 class="fluig-panel-title">
              <a href="https://tdn.totvs.com/x/ZInYCg">WCM</a>
            </h1>
            <p class="fluig-panel-text">Con el WCM, <i>Web Content Management</i>, puede crear portales corporativos que hagan posible la colaboración entre los equipos de su empresa, de forma rápida y sencilla.</p>
          </div>
        </div>
		<div class="fluig-col">
          <div class="fluig-panel fluig-text-center fluig-full-height">
            <img class="fluig-panel-thumb" src="https://tdn.totvs.com/download/attachments/66618245/analytics.png">
            <h1 class="fluig-panel-title">
              <a href="https://tdn.totvs.com/x/jInYCg">Analytics</a>
            </h1>
            <p class="fluig-panel-text">Los datos y las informaciones generan conocimiento relevante para la toma de decisiones. Con Analytics, usted puede crear <i>dashboards</i> sencillos y completos para las distintas áreas de la empresa.</p>
          </div>
        </div>
        <div class="fluig-col">
          <div class="fluig-panel fluig-text-center fluig-full-height">
            <img class="fluig-panel-thumb" src="https://tdn.totvs.com/download/attachments/66618245/identity.png">
            <h1 class="fluig-panel-title">
              <a href="https://tdn.totvs.com/x/NnA9I">Identity</a>
            </h1>
            <p class="fluig-panel-text">Con un único <i>login</i>, Identity le permite acceder a aplicaciones internas y externas en un entorno seguro, unificado y 100% en la nube. Al realizar el primer <i>login</i>, se liberan todas las aplicaciones.</p>
          </div>
        </div>
        <div class="fluig-col">
          <div class="fluig-panel fluig-text-center fluig-full-height">
            <img class="fluig-panel-thumb" src="https://tdn.totvs.com/download/attachments/66618245/esb.png">
            <h1 class="fluig-panel-title">
              <a href="https://tdn.totvs.com/x/BorYCg">ESB</a>
            </h1>
            <p class="fluig-panel-text">El ESB, <i>Enterprise Service Bus</i>, permite que los sistemas de diferentes tecnologías trabajen juntos. Con él, las integraciones complejas se vuelven mucho más sencillas y completamente manejables.</p>
          </div>
        </div>
      </div>
    </div>
</div>