-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlib.ftd
More file actions
269 lines (163 loc) · 4.69 KB
/
lib.ftd
File metadata and controls
269 lines (163 loc) · 4.69 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
-- import: shaheen-senpai.github.io/fira-code/assets as fira-code-assets
-- import: shaheen-senpai.github.io/fira-code/assets as fira-code-assets
-- component hero:
boolean $hover-1: false
boolean $hover-2: false
-- ftd.column:
width: fill-container
height.fixed.vh: 100
background.solid: #82DAFF
align-content: center
spacing.fixed.px: 60
padding.px: 120
-- ftd.image:
src: $assets.files.assets.briefcase.svg
width.fixed.px: 80
color: #FFF
-- ftd.column:
align-content: center
-- ftd.text: Revolutionize Your
role: $inherited.types.heading-large
color: #FFF
-- ftd.text: Supply Chain
role: $inherited.types.heading-large
color: #FFF
-- end: ftd.column
-- ftd.row:
spacing.fixed.px: 10
-- ftd.text: Discover SMAG
role: $inherited.types.label-large
color: #FFF
background.solid: #000
border-radius.px: 16
padding.px: 10
background.solid if {hero.hover-1}: #FFF000
color if {hero.hover-1}: #000
$on-mouse-enter$: $ftd.set-bool($a = $hero.hover-1, v = true)
$on-mouse-leave$: $ftd.set-bool($a = $hero.hover-1, v = false)
link: https://smag-frontend.vercel.app/
;; -- ftd.text: Contact Us
;; role: $inherited.types.label-large
;; color: #000
;; background.solid: #FFF
;; border-radius.px: 16
;; padding.px: 10
;; background.solid if {hero.hover-2}: #FFF000
;; color if {hero.hover-2}: #000
;; $on-mouse-enter$: $ftd.set-bool($a = $hero.hover-2, v = true)
;; $on-mouse-leave$: $ftd.set-bool($a = $hero.hover-2, v = false)
;; link:
-- end: ftd.row
-- end: ftd.column
-- end: hero
-- component about-card:
-- ftd.column:
width: fill-container
height: hug-content
padding-left.px: 200
padding.px: 120
padding-right.px: 600
-- ftd.text: _Business Magic Unleashed_
role: $inherited.types.heading-large
padding-vertical.em: 1
-- ftd.text: **SMAG isn’t just another BI solution – it’s the key to unlocking hidden potential in your business. Extracting vital on-prem data to make informed decisions and ramp up sales, while eliminating dead stock and supply chain bottlenecks. Designed exclusively for the ambitious small to medium-sized business owner, SMAG redefines the game.**
role: $inherited.types.heading-medium
-- end: ftd.column
-- end: about-card
-- component blog:
-- ftd.row:
width: fill-container
spacing.fixed.px: 25
align-content: center
padding-vertical.px: 120
-- placard:
icon: $assets.files.assets.linechart.svg
cta-1: 30%
cta-2: Sales Boost
-- placard:
icon: $assets.files.assets.shoppingcart.svg
cta-1: 90%
cta-2: Dead Stock Reduced
-- placard:
icon: $assets.files.assets.zap.svg
cta-1: 50%
cta-2: Faster Decisions
-- end: ftd.row
-- end: blog
-- component hero-1:
-- ftd.column:
width: fill-container
height.fixed.calc if { ftd.device == "desktop" }: 100vh - 61px
background.image: $bg-img
id: hero-1
-- ftd.column:
width: hug-content
height: hug-content
margin-top.px if { ftd.device == "desktop" }: 100
margin-top.px if { ftd.device == "mobile" }: 15
margin-left.px if { ftd.device == "desktop" }: 150
margin-left.px if { ftd.device == "mobile" }: 15
spacing.fixed.px if { ftd.device == "desktop" }: 20
-- ftd.text: “The secret ingredient to a thriving SME – SMAG’s Business Intelligence.”
role: $fira-code-size-30-600
;; color: #f1562a
;; background.solid: #f1562a
-- end: ftd.column
-- end: ftd.column
-- end: hero-1
-- ftd.background-image bg-img:
src: $assets.files.assets.home-background.webp
repeat: no-repeat
position: center-center
size: cover
-- component footer:
-- ftd.row:
width: fill-container
padding-vertical.em: 2
align-content: center
-- ftd.text: Built with ❤️ @ **.hack();** by _Team DiaScan_
role: $fira-code-size-18-500
-- end: ftd.row
-- end: footer
-- component placard:
ftd.image-src icon:
string cta-1:
string cta-2:
-- ftd.column:
width.fixed.percent: 20
align-content: center
background.solid: #e6e6e6
spacing.fixed.px: 20
padding-vertical.px: 70
border-radius.px: 36
-- ftd.image:
src: $placard.icon
width.fixed.px: 50
-- ftd.text: $placard.cta-1
role: $fira-code-size-30-600
-- ftd.text: $placard.cta-2
role: $fira-code-size-18-500
-- end: ftd.column
-- end: placard
-- ftd.type fira-code-size-30-desktop:
size.px: 30
weight: 600
font-family: $fira-code-assets.fonts.Fira-Code
-- ftd.type fira-code-size-30-mobile:
size.px: 20
weight: 600
font-family: $fira-code-assets.fonts.Fira-Code
-- ftd.responsive-type fira-code-size-30-600:
desktop: $fira-code-size-30-desktop
mobile: $fira-code-size-30-mobile
-- ftd.type fira-code-size-18-desktop:
size.px: 18
weight: 500
font-family: $fira-code-assets.fonts.Fira-Code
-- ftd.type fira-code-size-18-mobile:
size.px: 18
weight: 500
font-family: $fira-code-assets.fonts.Fira-Code
-- ftd.responsive-type fira-code-size-18-500:
desktop: $fira-code-size-18-desktop
mobile: $fira-code-size-18-mobile