Integrações — Design Documentation

Overview

The Integrações page is a static informational page on the Meu Posto site that lists all ERP systems integrated with the Meu Posto platform. It follows a clean, minimal layout built with Jekyll (front matter + Liquid includes) and custom CSS.

URL path: /integracoes/


Page Structure

├── Header (shared site header)
│   ├── Logo (SVG, links to /)
│   └── Navigation (Blog, Cases de Sucesso, Contato via WhatsApp)
│
├── Section: Integrações
│   ├── Title — "Integrações"
│   ├── Subtitle — descriptive supporting text
│   └── Two-column content row
│       ├── Left: Illustration image (image-integracao.png)
│       └── Right: ERP company list
│
├── Footer (shared site footer)
│   ├── Brand block (logo + description + social links)
│   ├── Navigation columns (Suporte, A Empresa, Legal)
│   └── Bottom bar (copyright + CNPJ)
│
└── Scripts (jQuery, main.js, SweetAlert2, Drip include)

Files

File Purpose Size
index.html Main page markup (Jekyll template) 9.1 KB
style-integracao.css Page-specific styles 3.9 KB
popUpform.html CTA popup with Pipedrive web form embed 475 B

Visual Design

Typography

Color Palette

Role Color Hex
Primary / Brand Purple #660099
Title text Purple #660099
Body text Warm gray #69645C
List text Medium gray #5C5C5C
List border (left) Dark translucent #00000093
List hover bg Purple translucent #66009974

Layout

Interactions


ERP Integrations Listed

  1. Meta.net
  2. (IMEX)
  3. XPert (IMEX)
  4. WebPosto (Quality)
  5. SGA
  6. Posto Gestor
  7. Aton Systems
  8. Companytec
  9. EzTech
  10. Outros

Dependencies

External

Dependency Version Usage
Google Fonts (Montserrat) Typography
Font Awesome 5.6.3 Icons (social, nav)
jQuery (bundled) DOM manipulation
SweetAlert2 (bundled) Alert dialogs
Pipedrive Web Forms Lead capture (popUpform.html)

Internal (shared assets)

Jekyll Includes


SEO & Meta


A standalone HTML snippet containing:

Note: This file is not currently included or referenced from index.html. It appears to be a detached/legacy component.


Potential Improvements

Area Issue Suggestion
Responsiveness 768px breakpoint appears before the 1024px one in the CSS, which means some tablet rules may override mobile ones Reorder media queries from largest to smallest (desktop-first) or smallest to largest (mobile-first) consistently
Accessibility List items use cursor: pointer but aren’t interactive links or buttons Either make them <a> links or remove the pointer cursor
Content “(IMEX)” appears as a standalone item without a product name Clarify what ERP this refers to
Performance Font Awesome loaded entirely for a few social icons Consider using inline SVG icons instead
popUpform.html Not referenced anywhere on the page Either integrate it or remove the file
Semantic HTML ERP list lacks a heading (<h2>) for the list section Add a heading for better accessibility and SEO
CSS 180px gap between columns is very large and can cause overflow on medium screens Use a responsive gap value or clamp