|
30 | 30 |
|
31 | 31 | <ion-row> |
32 | 32 | <ion-col size="12" sizeSm="6" sizeMd="4"> |
33 | | - <fiv-ripple (fivClick)="navigate('/components')"> |
34 | | - <ion-card class="big"> |
| 33 | + <ion-card class="big"> |
| 34 | + <fiv-ripple (fivClick)="navigate('/components')"> |
35 | 35 | <ion-card-header> |
36 | 36 | <ion-card-subtitle>Ionic 4 UI Components</ion-card-subtitle> |
37 | 37 | <ion-card-title>Components</ion-card-title> |
38 | 38 | </ion-card-header> |
39 | 39 | <ion-card-content> |
40 | 40 | Awesome content |
41 | 41 | </ion-card-content> |
42 | | - </ion-card> |
43 | | - </fiv-ripple> |
| 42 | + </fiv-ripple> |
| 43 | + </ion-card> |
44 | 44 |
|
45 | 45 | </ion-col> |
46 | 46 | <ion-col size="12" sizeSm="6" sizeMd="8" no-padding> |
47 | 47 | <ion-grid fixed no-padding> |
48 | 48 | <ion-row> |
49 | 49 | <ion-col size="12" sizeMd="6"> |
50 | | - <fiv-ripple (fivClick)="navigate('/getting-started')"> |
51 | | - <ion-card class="small"> |
| 50 | + <ion-card class="small"> |
| 51 | + <fiv-ripple (fivClick)="navigate('/getting-started')"> |
52 | 52 | <ion-card-header> |
53 | 53 | <ion-card-subtitle>Learn more about the UI Library</ion-card-subtitle> |
54 | 54 | <ion-card-title>Getting Started</ion-card-title> |
55 | 55 | </ion-card-header> |
56 | 56 | <ion-card-content> |
57 | 57 | Awesome content |
58 | 58 | </ion-card-content> |
59 | | - </ion-card> |
60 | | - </fiv-ripple> |
| 59 | + </fiv-ripple> |
| 60 | + </ion-card> |
61 | 61 | </ion-col> |
62 | 62 | <ion-col size="12" sizeMd="6"> |
63 | | - <fiv-ripple (fivClick)="navigate('/installation')"> |
64 | | - <ion-card class="small"> |
| 63 | + <ion-card class="small"> |
| 64 | + |
| 65 | + <fiv-ripple (fivClick)="navigate('/installation')"> |
65 | 66 | <ion-card-header> |
66 | 67 | <ion-card-subtitle>First Steps</ion-card-subtitle> |
67 | 68 | <ion-card-title>Installation</ion-card-title> |
68 | 69 | </ion-card-header> |
69 | 70 | <ion-card-content> |
70 | 71 | Awesome content |
71 | 72 | </ion-card-content> |
72 | | - </ion-card> |
73 | | - </fiv-ripple> |
| 73 | + </fiv-ripple> |
| 74 | + </ion-card> |
74 | 75 | </ion-col> |
75 | 76 | </ion-row> |
76 | 77 | <ion-row> |
77 | 78 | <ion-col size="12" sizeMd="6"> |
78 | | - <fiv-ripple (fivClick)="navigate('/developer-tools')"> |
79 | | - <ion-card class="small"> |
| 79 | + <ion-card class="small"> |
| 80 | + <fiv-ripple (fivClick)="navigate('/developer-tools')"> |
80 | 81 | <ion-card-header> |
81 | 82 | <ion-card-subtitle>Discover our VS Code Plugins</ion-card-subtitle> |
82 | 83 | <ion-card-title>Developer Tools</ion-card-title> |
83 | 84 | </ion-card-header> |
84 | 85 | <ion-card-content> |
85 | 86 |
|
86 | 87 | </ion-card-content> |
87 | | - </ion-card> |
88 | | - </fiv-ripple> |
| 88 | + </fiv-ripple> |
| 89 | + </ion-card> |
89 | 90 | </ion-col> |
90 | 91 | <ion-col size="12" sizeMd="6"> |
91 | | - <fiv-ripple> |
92 | | - <ion-card class="small"> |
| 92 | + <ion-card class="small"> |
| 93 | + <fiv-ripple> |
93 | 94 | <ion-card-header> |
94 | 95 | <ion-card-subtitle>Support Us</ion-card-subtitle> |
95 | 96 | <ion-card-title>Star this project on github</ion-card-title> |
|
100 | 101 | repo="ionic-4-components"> |
101 | 102 | </mdo-github-button> |
102 | 103 | </ion-card-content> |
103 | | - </ion-card> |
104 | | - </fiv-ripple> |
| 104 | + </fiv-ripple> |
| 105 | + |
| 106 | + </ion-card> |
105 | 107 | </ion-col> |
106 | 108 | </ion-row> |
107 | 109 | </ion-grid> |
108 | 110 | </ion-col> |
109 | 111 | </ion-row> |
110 | 112 | <ion-row> |
111 | 113 | <ion-col size="12" sizeSm="6" sizeMd="4"> |
112 | | - <fiv-ripple> |
113 | 114 |
|
114 | | - <ion-card class="small"> |
| 115 | + <ion-card class="small"> |
| 116 | + <fiv-ripple> |
115 | 117 | <ion-card-header> |
116 | 118 | <ion-card-subtitle>Get in Touch</ion-card-subtitle> |
117 | 119 | <ion-card-title>The Fivethree Team</ion-card-title> |
|
122 | 124 | href="https://twitter.com/mrcjln" class="twitter">@mrcjln</a> or on <a target="blank" |
123 | 125 | href="https://fivethree.io">fivethree.io</a>. |
124 | 126 | </ion-card-content> |
125 | | - </ion-card> |
126 | | - </fiv-ripple> |
| 127 | + </fiv-ripple> |
| 128 | + </ion-card> |
127 | 129 | </ion-col> |
128 | 130 | <ion-col size="12" sizeSm="6" sizeMd="4"> |
129 | | - <fiv-ripple (click)="open('https://github.com/fivethree-team/ionic-4-components')"> |
130 | | - <ion-card class="small"> |
| 131 | + <ion-card class="small"> |
| 132 | + <fiv-ripple (click)="open('https://github.com/fivethree-team/ionic-4-components')"> |
131 | 133 | <ion-card-header> |
132 | 134 | <ion-card-subtitle>Contributions Welcome</ion-card-subtitle> |
133 | 135 | <ion-card-title>Contributing</ion-card-title> |
134 | 136 | </ion-card-header> |
135 | 137 | <ion-card-content> |
136 | 138 | If you want to add a component or found a bug, create a pull request or file an issue! |
137 | 139 | </ion-card-content> |
138 | | - </ion-card> |
139 | | - </fiv-ripple> |
| 140 | + </fiv-ripple> |
| 141 | + </ion-card> |
140 | 142 | </ion-col> |
141 | 143 | <ion-col size="12" sizeSm="6" sizeMd="4"> |
142 | 144 | <ion-card class="small"> |
|
0 commit comments