-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.pug
32 lines (25 loc) · 931 Bytes
/
index.pug
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
extends ./pug/layout.pug
block vars
- var pageTitle = 'Hlegal'
- var publicTitle = 'We have something to tell'
- var isDark = true
block content
include ./pug/includes/mixins.pug
.section-gradient
.section-gradient__shadow.section-gradient__shadow--first
.section-gradient__shadow.section-gradient__shadow--second
.main-wrap
.main-wrap-bg
object.main-wrap-bg__h(data="./assets/svg/symbol_letter.svg")
.main-section
include ./pug/includes/header.pug
main.main-section__title
.container
h1.title-h1.txt--white.txt--bold.txt--center you legal solutions provider
.main-section__btn
a(href="#advantages").main-section__scroll
include ./pug/includes/advantages.pug
include ./pug/includes/services.pug
include ./pug/includes/team.pug
include ./pug/includes/clients.pug
include ./pug/includes/publications.pug