File tree Expand file tree Collapse file tree 1 file changed +3
-20
lines changed Expand file tree Collapse file tree 1 file changed +3
-20
lines changed Original file line number Diff line number Diff line change 1
1
< div class ="grid_content ">
2
+ {% for product in site.data.product %}
2
3
< ion-card >
3
4
< img alt ="Silhouette of mountains " src ="https://ionicframework.com/docs/img/demos/card-media.png " />
4
5
< ion-card-absolute >
12
13
</ ion-card-content >
13
14
</ ion-card-absolute >
14
15
</ ion-card >
15
- < ion-card >
16
- < img alt ="Silhouette of mountains " src ="https://ionicframework.com/docs/img/demos/card-media.png " />
17
- < ion-card-header >
18
- < ion-card-title > Card Title</ ion-card-title >
19
- < ion-card-subtitle > Card Subtitle</ ion-card-subtitle >
20
- </ ion-card-header >
21
-
22
- < ion-card-content >
23
- Here's a small text description for the card content. Nothing more, nothing less.
24
- </ ion-card-content >
25
- </ ion-card >
26
- </ div >
27
- < style >
28
- ion-card {
29
- background-color : # 135d54 ;
30
- border : solid 1px # fff ;
31
- color : # fff ;
32
- text-align : center;
33
- }
34
- </ style >
16
+ {% endfor %}
17
+ </ div >
You can’t perform that action at this time.
0 commit comments