-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.ftd
210 lines (109 loc) · 2.74 KB
/
index.ftd
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
-- import: arjaupashak.com/assets
-- import: fastn-community.github.io/lobster-font/assets as lobster-assets
-- import: fifthtry.github.io/inter-font/assets as inter-assets
-- ds.page:
full-width: true
sidebar: false
-- blog-heading:
image: $assets.files.static.arpita-1.png
title: Hi! I am Arpita Jaiswal !!!!
I’m a **web/software developer** who loves to build projects and share
valuable ps for programmers on this blog.
Currently, building **fastn**, a programming language for everyone, day and
night.
-- small-message: *Let’s dive in…*
-- banner-with-cta:
cta-text: Learn More
Get yourself introduced with fastn. Discover the new possibilities and explore
the new found power that fastn gives you while building your website.
-- end: ds.page
-- component small-message:
caption or body message:
-- ftd.text: $small-message.message
role: $copy-regular
color: #fc9cd5
align-self: center
-- end: small-message
-- component banner-with-cta:
caption or body message:
string cta-text:
-- ftd.row:
width: fill-container
background.solid: $step-2-bg
padding-vertical.px: 75
padding-horizontal.px: 60
spacing.fixed.px: 30
-- ftd.text: $banner-with-cta.message
role: $copy-regular
align-self: center
color: white
-- ftd.text: $banner-with-cta.cta-text
background.solid: $title-bg
color: white
padding-vertical.px: 21
padding-horizontal.px: 34
border-radius.px: 15
-- end: ftd.row
-- end: banner-with-cta
-- component blog-heading:
caption title:
body description:
ftd.image-src image:
-- blog-desktop:
title: $blog-heading.title
description: $blog-heading.description
image: $blog-heading.image
-- end: blog-heading
-- component blog-desktop:
caption title:
body description:
ftd.image-src image:
-- ftd.row:
width: fill-container
spacing.fixed.px: 30
-- ftd.image:
width.fixed.percent: 45
src: $blog-desktop.image
align-self: center
-- ftd.column:
width: fill-container
spacing.fixed.px: 70
-- ftd.container:
role: $heading-hero
margin-left.percent: -8
margin-bottom.rem: 0.5
padding-top.em: 0.5
-- ftd.text: $blog-desktop.title
background.solid: $title-bg
color: white
display: inline
padding-right.px: 12
-- end: ftd.container
-- ftd.text: $blog-desktop.description
role: $copy-regular
padding-right.px: 50
color: $text-color
-- end: ftd.column
-- end: ftd.row
-- end: blog-desktop
-- ftd.color text-color:
light: black
dark: white
-- ftd.color title-bg:
light: #b58fdc
dark: #460F7B
-- ftd.color step-2-bg:
light: #fc9cd5
dark: #4d002e
-- ftd.type heading-hero:
line-height.em: 1.5
size.em: 6
letter-spacing.px: 0
weight: 700
font-family: $lobster-assets.fonts.Lobster
-- ftd.type copy-regular:
line-height.em: 1.5
size.px: 22
letter-spacing.px: 0
font-family: $inter-assets.fonts.Inter
weight: 400