generated from ayushsoni1010/fastn-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.ftd
173 lines (117 loc) · 4.32 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
-- 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: Schedule a Meeting
cta-item2-link: /portfolio/meet
;; ----------------------------------------------------------------
;; ***** PORTFOLIO Header ends *****
;; ----------------------------------------------------------------
;; -----------------------------------------------------
;; ***** PORTFOLIO Toast starts *****
;; -----------------------------------------------------
-- toast.stack:
title: Hello, I'm aspiring fastn developer based in India
link: https://github.com/Harshpandey9984
;; -----------------------------------------------------
;; ***** PORTFOLIO Toast ends *****
;; -----------------------------------------------------
;; ------------------------------------------
;; ***** PORTFOLIO Hero UI starts *****
;; ------------------------------------------
-- ftd.container:
-- ftd.row:
margin-top.px: 60
spacing.fixed.px: 20
;; ------------------------------------------
;; ------------------------------------------
-- ftd.column:
spacing.fixed.px: 20
-- lib.hero-ui-base-text-wrapper:
firstTitle: I'm
secondTitle: HARSH PANDEY,
-- lib.hero-ui-base-text-wrapper:
firstTitle: frontend
secondTitle: developer
-- lib.hero-ui-base-text-wrapper:
firstTitle: and
secondTitle: explorer.
-- ftd.text: 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: /portfolio/meet
isNewTab: true
-- end: ftd.row
;; --------------------------------------------------------------
;; --------------------------------------------------------------
;; --------------------------------
;; ***** PORTFOLIO Socials starts *****
;; --------------------------------
-- ftd.row:
spacing.fixed.px: 10
-- social.social-button-wrapper:
link: https://www.linkedin.com/in/harsh-pandey-aa783925a
image: $assets.files.images.linkedin.png
-- social.social-button-wrapper:
link: https://twitter.com/HarshPandey9984?t=xNRnu-Laiykno9jwtYokDA&s=09
image: $assets.files.images.twitter.png
-- social.social-button-wrapper:
link: https://github.com/Harshpandey9984
image: $assets.files.images.github.png
-- social.social-button-wrapper:
link: https://instagram.com/harshpandey98519?igshid=ZGUzMzM3NWJiOQ==
image: $assets.files.images.instagram.png
-- social.social-button-wrapper:
link: https://youtube.com/@EnhancedVibes99
image: $assets.files.images.youtube.png
-- social.social-button-wrapper:
link: mailto:[email protected]
image: $assets.files.images.mail.png
-- end: ftd.row
;; --------------------------------
;; ***** PORTFOLIO Socials ends *****
;; --------------------------------
-- end: ftd.column
;; ------------------------------------------
;; ------------------------------------------
-- ftd.image:
src: $assets.files.images.dog.png
-- end: ftd.row
-- end: ftd.container
;; ------------------------------------------
;; ***** PORTFOLIO Hero UI ends *****
;; ------------------------------------------
-- end: layout.base-layout
;; -------------------------------------------------------------------------
;; ***** PORTFOLIO Layout ends *****
;; -------------------------------------------------------------------------