generated from ayushsoni1010/fastn-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.ftd
88 lines (70 loc) · 2.51 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
-- import: insiyaya.github.io/assets
-- import: ayushsoni1010.me/lib as lib
-- import: ayushsoni1010.github.io/ui-packages/header as navbar
-- import: ayushsoni1010.github.io/ui-packages/base-layout as layout
-- import: ayushsoni1010.github.io/ui-packages/social-buttons as social
-- import: ayushsoni1010.github.io/ui-packages/base-text as text
-- import: ayushsoni1010.github.io/ui-packages/footer as footer
-- import: ayushsoni1010.github.io/ui-packages/hero-toast as github-toast
-- import: ayushsoni1010.github.io/ui-packages/button as button
;; --------------------------------------------------------------
;; --------------------------------------------------------------
-- layout.base-layout:
-- navbar.header:
logo: $assets.files.images.logo.svg
logoURL: /porfolio
header-item1: Home
header-item2: About
header-item3: Blogs
header-item4: Tweets
header-item5: Experience
header-item6: Contact
header-item1-link: /porfolio
header-item2-link: /porfolio/about
header-item3-link: /porfolio/blogs
header-item4-link: /porfolio/tweets
header-item5-link: /porfolio/experience
header-item6-link: /porfolio/contact
cta-item1: Resume
cta-item1-link:
cta-item2: Schedule a Meeting
cta-item2-link:
;; --------------------------------------------------------------
;; --------------------------------------------------------------
-- lib.toast:
title: Hello, I'm a Frontend Developer based in India
link: https://insiyaya.com/github
;; --------------------------------------------------------------
;; --------------------------------------------------------------
-- ftd.row:
margin-top.px: 60
spacing.fixed.px: 14
-- ftd.column:
spacing.fixed.px: 20
-- lib.hero-ui-base-text-wrapper:
firstTitle: I'm
secondTitle: Insiya Husain,
-- lib.hero-ui-base-text-wrapper:
firstTitle: Frontend
secondTitle: developer
-- lib.hero-ui-base-text-wrapper:
firstTitle: and
secondTitle: designer.
-- 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
width.fixed.px: 700
;; --------------------------------------------------------------
;; --------------------------------------------------------------
-- ftd.row:
spacing.fixed.px: 10
-- button.secondary:
title: Hire me
link: mailto:[email protected]
-- button.primary:
title: Schedule a Meeting
link:
isNewTab: true
-- end: ftd.row
;; --------------------------------------------------------------
;; --------------------------------------------------------------