generated from fastn-stack/fastn-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.ftd
140 lines (95 loc) · 2.56 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
-- string t1:
# **Some Circular Pizza.**
-- ftd.color red:
light: red
dark: red
-- ftd.color white:
light: white
dark: white
-- ftd.color green:
light: green
dark: green
-- ftd.color black:
light: black
dark: black
-- ftd.color blue:
light: blue
dark: blue
/--------------------------TOP-CARD-------------------------------
-- ftd.row top-card:
background-image: $assets.files.pizza.jpg
width: fill
height: 200
margin-top: 10
margin-left: 100
margin-right: 100
margin-bottom: 50
--- ftd.text: $t1
padding-left: 10
text-align: left
position: bottom
/------------------------SUB-IMAGE-CARD---------------------------
-- ftd.column image-card:
open: false
width: fill
padding-right: 50
padding-left: 50
--- ftd.image: Some pizza which we can't eat
src: $assets.files.pizza-2.jpg
width: fill
/-------------------------SUB-TEXT-CARD---------------------------
-- ftd.column text-card:
open: true
width: fill
background-color: $green
padding-right: 50
--- ftd.text: # **Pizza and what it is ?**
color: $red
text-align: center
text-transform: bold
position: center
--- ftd.text: ### *Something about pizza*
text-align: center
position: center
--- ftd.text:
text-align: justify
padding-left: 20
padding-right: 20
### Pizza is an Italian food that was created in Italy (The Naples area). It is made with different toppings. Some of the most common toppings are cheese, sausages, pepperoni, vegetables, tomatoes, spices and herbs and basil. These toppings are added over a piece of bread covered with sauce. The sauce is most often tomato-based, but butter-based sauces are used, too. The piece of bread is usually called a "pizza crust".
--- ftd.text: ### All infomation coming from wikipedia, the free encyclopedia
text-align: center
position: center
/---------------------------MID-CARD-----------------------------
-- ftd.row mid-card:
id: mid-c
width: fill
height: 200
margin-left: 50
margin-right: 50
--- image-card:
--- text-card:
/--------------------------ITEM-CARD-----------------------------
/------------------------SUB-TEXT-CARD-2-------------------------
-- ftd.column text-card-2:
open: false
width: fill
spacing: 20
background-color: $green
--- ftd.text: # **Menu**
text-align: center
text-transform: bold
position: center
--- ftd.text: ### *Some random pizza list*
text-align: center
position: center
/--------------------------BOT-CARD------------------------------
-- ftd.row bot-card:
open: false
id: bot-c
width: fill
height: 200
--- text-card-2:
--- image-card:
/-------------------------BUILD-----------------------------------
-- top-card:
-- mid-card: