Nahorniak Templates
База референсів шаблонів і компонентів
Назад до списку
t9

Lawgist – Attorney & Lawyers HTML Template

Класичний шаблон для адвокатів у малиново-кремовій палітрі з дисплейним серифом, героєм-каруселлю та повноцінною багатосторінковою структурою практик.

HTMLДелікатніНемаєResponsive
ЮридичнийКорпоративнийСучаснийВидавничий
Lawgist – Attorney & Lawyers HTML Template

Враження

Lawgist – HTML-шаблон для адвокатів та юристів

Lawgist продає довіру так, як це робили старосвітські юридичні фірми: дисплейним серифом, малиново-кремовою палітрою з латунно-золотими акцентами та геральдичними щитами навколо чисел. Hero — це повноекранна фото-карусель Owl з обведеним порожнім номером слайда на 160px ліворуч та послідовними WOW.js-анімаціями, які перевідтворюються на кожній зміні слайда. Нижче білі картки переваг наповзають на низ героя, прикрашені декоративними SVG-зображеннями листка та молоточка — маленький, але ефективний трюк, що робить типову трисекційну сітку фірмовою без дорогих ілюстрацій.

Збірка — класична Bootstrap 5 + jQuery, із п'ятьма варіантами головної (index.htmlindex-5.html) та окремими маршрутами для практик, адвокатів, послуг, FAQ, блогу й контактів. Анімації стримані — рівень subtle — на основі wow.min.js, counterUp.js, Owl Carousel, Slick, Magnific Popup та CSS-прелоадера з посимвольним перевертанням літер через data-text-preloader і покадровий rotateY(-90deg). Темного режиму немає, немає bento-сіток чи кінетичної типографіки — шаблон навмисне відчувається як корпоративний буклет, а не креативна студія.

Аудиторія: незалежні адвокати, фірми середнього розміру, нотаріуси та інші традиційні професійні послуги, яким треба проєктувати авторитет й історію. Не підходить для fintech, SaaS чи чогось футуристичного. Виробничих застережень небагато: jQuery з купою вендорених плагінів (Owl, Slick, Magnific Popup, MetisMenu, WOW, counterUp), іконки Font Awesome 5 Pro у assets/fonts/, фото-плейсхолдери banner_1900x700.jpg, card_420x300.jpg, які треба замінити перед запуском. У libraries записано swiper як найближчий допустимий аналог для ролі каруселі, хоча фактично використовується Owl Carousel — у vocabularies.json немає значення owl-carousel, тому обрано найближче.

Палітра

advocate-crimson#c8242faccent
near-black-ink#222127text
brass-gold#b69d74accent-2
stone-cream#ebe6e3surface
court-gray#666666muted
white#ffffffbackground

Типографіка

Заголовки
Crimson Pro
400500600700800900
Основний текст
DM Sans
400500700

Бібліотеки

bootstrapjqueryswiper

Сторінки

  • Home v1index.html
  • Home v2index-2.html
  • Home v3index-3.html
  • Home v4index-4.html
  • Home v5index-5.html
  • Aboutabout.html
  • Servicesservice.html
  • Service Detailsservice-details.html
  • Case Studycase-study.html
  • Case Detailscase-details.html
  • Attorneysattorneys.html
  • Attorney Detailsattorneys-details.html
  • Blogblog.html
  • Blog Detailsblog-details.html
  • Blog Details 2blog-details-2.html
  • FAQfaq.html
  • Testimonialstestimonials.html
  • Contactcontact.html
  • 404404.html

Ключові фішки

  • Letter-by-letter preloader text reveal with rotating brass-color flip

    Де знайти
    index.html#preloader, assets/scss/_preloader.scss .letters-loading::before
    Чому цікаво
    Each letter spans a `data-text-preloader` attribute that's redrawn via CSS pseudo-element with a rotateY(-90deg) flip and staggered animation-delay (0.2s..1.4s), giving a card-flip word reveal without JavaScript.
    Коли використовувати
    You need a brand-name splash that feels typographic and editorial rather than a generic spinner.
    Техніка
    Pure CSS keyframes + per-letter data-attributes; works without GSAP.
  • Outlined giant numeral overlay in hero slides

    Де знайти
    index.html section.hero_wrapper.hero-1 .number
    Чому цікаво
    Uses `-webkit-text-stroke` with transparent fill to render a 160px slide index on the left edge — a tactic many editorial templates replicate but few ship as a documented pattern.
    Коли використовувати
    Lifestyle or law/agency hero where you want a number to be present but not loud, complementing photography.
    Техніка
    CSS only: `-webkit-text-fill-color: transparent` + `-webkit-text-stroke`.
  • Hero slide swap synchronized with re-triggered text animation

    Де знайти
    assets/js/active.js (changed.owl.carousel handler)
    Чому цікаво
    On Owl's `changed.owl.carousel` event the script removes `is-transitioned` from all `.animated-text`, then re-adds it on the active item — forcing entrance animations to replay every slide instead of only on first paint.
    Коли використовувати
    Image sliders where each slide has copy that should feel freshly typed, not pre-rendered.
    Техніка
    Owl Carousel callback + class toggling; pairs with WOW/animate.css.
  • WOW.js + animate.css staggered scroll reveals throughout the page

    Де знайти
    index.html .wow.fadeInUp / .wow.fadeInLeft / .wow.fadeInRight, assets/js/active.js `new WOW().init()`
    Чому цікаво
    Templates ship with hand-tuned `data-wow-duration` (1s, 1.3s, 1.7s, 2s) per sibling card so each row plays as a wave rather than a synchronous fade — a small detail that reads as bespoke even though the markup is repetitive.
    Коли використовувати
    Multi-column card rows where you want visual rhythm without writing a GSAP timeline.
    Техніка
    wow.min.js + animate.css; declarative via data attributes.
  • Decorative SVG flourishes anchored to feature cards

    Де знайти
    index.html section.feature_wrapper .law_element_1, .law_element_2
    Чому цікаво
    Each card has two absolutely-positioned brand SVGs (a leaf and a gavel) that sit over the card edge — making generic three-up feature blocks feel theme-specific without bespoke per-card art.
    Коли використовувати
    Template needs to feel niche-branded (legal, medical, agriculture) without commissioning custom illustrations per section.
    Техніка
    CSS absolute positioning + SVG; reusable across cards.
  • Crest-shaped stat counters with PNG badge background

    Де знайти
    index.html section.funfact_wrapper .single_funfact_items
    Чому цікаво
    Each stat sits inside a `background-image: url(bage_02.png)` shield, so the counterUp digit lands inside an ornamental frame — a heraldic touch that suits law/notary brands and is rare in modern flat templates.
    Коли використовувати
    Trust-signaling stats for traditional sectors (law, accounting, notary, family-business agencies).
    Техніка
    counterUp.js + bg-image PNG crest; trivially swappable.

Компоненти

c121preloader
Лоадер

Full-screen splash with a brass spinner ring, letter-by-letter LAWGIST text-flip, and a four-column reveal that wipes off-screen on window load.

c122site-header
Навігація

Three-row classical header: utility info bar, centered logo with mirrored navs, then a phone-CTA strip; collapses into a slide-in mobile drawer with metisMenu.

c123hero-carousel
Hero

Full-bleed Owl carousel with fade-out transitions, an outlined giant slide number on the left, and stacked WOW.js fadeInLeft entrance for headline, paragraph, and dual CTAs.

c124feature-cards
Можливості

Three icon-led white cards lifted into the hero overlap zone, each with a leaf and gavel decorative SVG flourish at opposite corners.

c125funfact-counters
Статистика

Four crest-shaped stat blocks on a beige strip, each driving a counterUp number animation against a hand-drawn badge background.

c126about-with-video
Можливості

Two-column about block pairing a portrait image with a Magnific-popup YouTube play button and a floating 25+ years experience badge.

c127services-grid
Картка послуги

Four-column service-card row where each card flips its background image on hover and surfaces a justice-icon decoration in the corner.

c128why-choose-us
Можливості

Split section with bullet-style supporting features on the left and a decorative portrait plus stacked 30+ years funfact crest on the right.

c129brand-marquee
Лого клієнтів

Six-up Owl autoplay logo strip rendered over a dark banner background, used as a divider between testimonial and feature blocks.

c130testimonial-block
Відгуки

Two stacked review cards on the right with star rating, author thumbnail, and a translucent serif quote glyph; left column is a phone-CTA portrait.

c131featured-cases
Картка проєкту

Three-up case showcase on a dark photographic banner: one intro card with section title and CTA, two image cards with badge and external-link arrow.

c132attorneys-team
Команда

Four attorney cards with portrait, name, short bio and a chevron CTA, staggered with WOW fadeInUp durations between 1s and 2s.

c133cta-banner
CTA

Centered crimson-overlaid call-to-action strip on a wide banner image with a single 'Make an Appointment' theme button.

c134blog-grid
Картка блогу

Three-up news cards with cover image, overlapping circular author chip, tag and date meta row, and a level-up arrow read-more button.

c135contact-form-map
Контакти

Full-width contact band with a four-field form on the left and an embedded Google Maps iframe on the right, both bg-pattern backed.

c136site-footer
Футер

Dark photographic footer with newsletter form, two link columns, address block, and a divided copyright row crediting RRDevs.