generated from ayushsoni1010/fastn-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.ftd
258 lines (188 loc) · 6.29 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
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
-- import: package/base-layout as layout
-- import: package/header as navbar
-- import: package/toast as toast
-- import: package/lib as lib
-- import: package/button as button
-- import: package/social-buttons as social
;; -------------------------------------------------------------------------
;; ***** PORTFOLIO Layout starts *****
;; -------------------------------------------------------------------------
-- layout.base-layout:
;; ----------------------------------------------------------------
;; ***** PORTFOLIO Header starts *****
;; ----------------------------------------------------------------
-- navbar.header:
logo: $assets.files.images.logo.svg
logoURL: /portfolio
header-item1: Home
header-item2: About
header-item3: Blogs
header-item4: Projects
header-item1-link: /portfolio
header-item2-link: /portfolio/about
header-item3-link: /portfolio/blogs
header-item4-link: /portfolio/projects
cta-item2: Resume
cta-item2-link: /portfolio/resume
;; ----------------------------------------------------------------
;; ***** PORTFOLIO Header ends *****
;; ----------------------------------------------------------------
;; -----------------------------------------------------
;; ***** PORTFOLIO Toast starts *****
;; -----------------------------------------------------
-- toast.stack:
title: Hello, I'm aspiring fastn developer based in India
link: https://github.com/Japjeet09
;; -----------------------------------------------------
;; ***** PORTFOLIO Toast ends *****
;; -----------------------------------------------------
;; ------------------------------------------
;; ***** PORTFOLIO Hero UI starts *****
;; ------------------------------------------
-- ftd.container:
padding-bottom.px: 20
;; ------------------------------------------
;; ***** PORTFOLIO Hero UI Desktop view starts *****
;; ------------------------------------------
-- ftd.desktop:
-- ftd.row:
margin-top.px: 60
spacing.fixed.px: 100
-- ftd.column:
spacing.fixed.px: 20
-- lib.hero-ui-base-text-wrapper:
firstTitle: I'm
secondTitle: Japjeet Singh Chhabra,
-- lib.hero-ui-base-text-wrapper:
firstTitle: frontend
secondTitle: developer
-- lib.hero-ui-base-text-wrapper:
firstTitle: and
secondTitle: explorer.
-- ftd.text: I design and create functional and beautiful applications with passion and a focus on user experience and high quality.
role: $lib.home-description-responsive-typography
margin-top.px: 10
max-width.fixed.px: 700
min-width.fixed.px: 450
white-space: normal
-- ftd.row:
spacing.fixed.px: 10
-- button.secondary:
title: Hire me
link: mailto:YOUR_EMAIL_ADDRESS
-- button.primary:
title: Schedule a Meeting
link: YOUR_MEETING_HANLDE
isNewTab: true
-- end: ftd.row
;; --------------------------------
;; ***** PORTFOLIO Socials starts *****
;; --------------------------------
-- ftd.row:
spacing.fixed.px: 10
-- social.social-button-wrapper:
link: https://www.linkedin.com/in/japjeet-chhabra-303a31250
image: $assets.files.images.linkedin.png
-- social.social-button-wrapper:
link: https://twitter.com/ChhabraJap92573
image: $assets.files.images.twitter.png
-- social.social-button-wrapper:
link: https://github.com/Japjeet09
image: $assets.files.images.github.png
-- social.social-button-wrapper:
link: https://instagram.com/japjeet1867
image: $assets.files.images.instagram.png
-- social.social-button-wrapper:
link: mailto:japjeet12a@gmail.com
image: $assets.files.images.mail.png
-- end: ftd.row
;; --------------------------------
;; ***** PORTFOLIO Socials ends *****
;; --------------------------------
-- end: ftd.column
-- ftd.image:
src: $assets.files.images.developer.png
width.fixed.px: 400
-- end: ftd.row
-- end: ftd.desktop
;; ------------------------------------------
;; ***** PORTFOLIO Hero UI Desktop view ends *****
;; ------------------------------------------
;; -----------------------------------------------------
;; -----------------------------------------------------
;; ------------------------------------------
;; ***** PORTFOLIO Hero UI Mobile view starts *****
;; ------------------------------------------
-- ftd.mobile:
-- ftd.column:
margin-top.px: 30
spacing.fixed.px: 20
-- ftd.image:
src: $assets.files.images.developer.png
width.fixed.px: 250
align-self: center
-- ftd.column:
spacing.fixed.px: 20
-- lib.hero-ui-base-text-wrapper:
firstTitle: I'm
secondTitle: Japjeet Singh Chhabra,
-- lib.hero-ui-base-text-wrapper:
firstTitle: frontend
secondTitle: developer
-- lib.hero-ui-base-text-wrapper:
firstTitle: and
secondTitle: explorer.
-- ftd.text: I design and create functional and beautiful applications with passion and a focus on user experience and high quality.
role: $lib.home-description-responsive-typography
margin-top.px: 10
max-width.fixed.px: 700
min-width.fixed.px: 450
white-space: normal
-- ftd.row:
spacing.fixed.px: 10
-- button.secondary:
title: Hire me
link: mailto:japjeet12a@gmail.com
-- button.primary:
title: Schedule a Meeting
link: YOUR_MEETING_HANLDE
isNewTab: true
-- end: ftd.row
;; --------------------------------
;; ***** PORTFOLIO Socials starts *****
;; --------------------------------
-- ftd.row:
spacing.fixed.px: 10
-- social.social-button-wrapper:
link: https://www.linkedin.com/in/japjeet-chhabra-303a31250
image: $assets.files.images.linkedin.png
-- social.social-button-wrapper:
link: https://twitter.com/ChhabraJap92573
image: $assets.files.images.twitter.png
-- social.social-button-wrapper:
link: https://github.com/Japjeet09
image: $assets.files.images.github.png
-- social.social-button-wrapper:
link: https://instagram.com/japjeet1867
image: $assets.files.images.instagram.png
-- social.social-button-wrapper:
link: mailto:japjeet12a@gmail.com
image: $assets.files.images.mail.png
-- end: ftd.row
;; --------------------------------
;; ***** PORTFOLIO Socials ends *****
;; --------------------------------
-- end: ftd.column
-- end: ftd.column
-- end: ftd.mobile
;; ------------------------------------------
;; ***** PORTFOLIO Hero UI Mobile view ends *****
;; ------------------------------------------
-- end: ftd.container
;; ------------------------------------------
;; ***** PORTFOLIO Hero UI ends *****
;; ------------------------------------------
-- end: layout.base-layout
;; -------------------------------------------------------------------------
;; ***** PORTFOLIO Layout ends *****
;; -------------------------------------------------------------------------