|
8 | 8 | <%# <script src="https://cdn.jsdelivr.net/gh/alpinejs/[email protected]/dist/alpine.min.js" defer></script> %> |
9 | 9 | <%# <script src="https://cdn.tailwindcss.com"></script> %> |
10 | 10 | <%= stylesheet_link_tag 'landing_page', media: 'all' %> |
11 | | - |
12 | | - <style> |
13 | | - .app-images { |
14 | | - height: 400px; |
15 | | - } |
16 | | - </style> |
17 | 11 | </head> |
18 | 12 | <body> |
19 | 13 | <%= render partial: "shared/flash_tailwind" %> |
|
115 | 109 | </div> |
116 | 110 | </div> |
117 | 111 |
|
118 | | - <div class="w-3/4 mx-auto py-24"> |
119 | | - |
120 | | - <div class="flex flex-col md:flex-row justify-center"> |
121 | | - <div class="flex flex-col justify-center items-center w-full sm:w-1/2"> |
| 112 | + <div class="w-75 mx-auto py-5 my-5"> |
| 113 | + <div class="row"> |
| 114 | + <div class="col-12 col-md-6 d-flex flex-column justify-content-center align-items-center"> |
122 | 115 | <div class="pb-2"> |
123 | 116 | <%= image_tag("partner-management.svg", class: "app-images") %> |
124 | 117 | </div> |
125 | 118 | <div class="text-center"> |
126 | | - <h3 class="text-3xl">Partner Management</h3> |
127 | | - <p class="text-gray-400 mt-2">Invite, review applications, certify and recertify partner agencies. Review, approve, and view history of partner orders. </p> |
| 119 | + <h3 class="text-lg">Partner Management</h3> |
| 120 | + <p class="text-muted mt-2">Invite, review applications, certify and recertify partner agencies. Review, approve, and view history of partner orders. </p> |
128 | 121 | </div> |
129 | 122 | </div> |
130 | | - <div class="flex flex-col justify-center items-center w-full sm:w-1/2"> |
| 123 | + <div class="col-12 col-md-6 d-flex flex-column justify-content-center align-items-center"> |
131 | 124 | <div class="pb-2"> |
132 | 125 | <%= image_tag("forecasting.svg", class: "app-images") %> |
133 | 126 | </div> |
134 | 127 | <div class="text-center"> |
135 | | - <h3 class="text-3xl">Forecasting</h3> |
136 | | - <p class="text-gray-400 mt-2">View charts with month over month data for your distributions, purchases, and donations so you can accurately forecast need.</p> |
| 128 | + <h3 class="text-lg">Forecasting</h3> |
| 129 | + <p class="text-muted mt-2">View charts with month over month data for your distributions, purchases, and donations so you can accurately forecast need.</p> |
137 | 130 | </div> |
138 | 131 | </div> |
139 | 132 | </div> |
140 | 133 |
|
141 | | - <div class="flex flex-col md:flex-row justify-center"> |
142 | | - <div class="flex flex-col justify-center items-center w-full sm:w-1/2"> |
| 134 | + <div class="row"> |
| 135 | + <div class="col-12 col-md-6 d-flex flex-column justify-content-center align-items-center"> |
143 | 136 | <div class="pb-2"> |
144 | 137 | <%= image_tag("report-image.svg", class: "app-images") %> |
145 | 138 | </div> |
146 | 139 | <div class="text-center"> |
147 | | - <h3 class="text-3xl">Report Generation</h3> |
148 | | - <p class="text-gray-400 mt-2">Generate PDFs of partner distribution invoices for easy printing and sending.</p> |
| 140 | + <h3 class="text-lg">Report Generation</h3> |
| 141 | + <p class="text-muted mt-2">Generate PDFs of partner distribution invoices for easy printing and sending.</p> |
149 | 142 | </div> |
150 | 143 | </div> |
151 | 144 |
|
152 | | - <div class="flex flex-col justify-center items-center w-full sm:w-1/2"> |
| 145 | + <div class="col-12 col-md-6 d-flex flex-column justify-content-center align-items-center"> |
153 | 146 | <div class="pb-2"> |
154 | 147 | <%= image_tag("barcode.svg", class: "app-images") %> |
155 | 148 | </div> |
156 | 149 | <div class="text-center"> |
157 | | - <h3 class="text-3xl">Barcode Scanning</h3> |
158 | | - <p class="text-gray-400 mt-2">Quickly add or remove inventory with the scan of a barcode. Creating your own barcodes is also supported.</p> |
| 150 | + <h3 class="text-lg">Barcode Scanning</h3> |
| 151 | + <p class="text-muted mt-2">Quickly add or remove inventory with the scan of a barcode. Creating your own barcodes is also supported.</p> |
159 | 152 | </div> |
160 | 153 | </div> |
161 | 154 | </div> |
162 | 155 |
|
163 | | - <div class="flex flex-col md:flex-row justify-center"> |
164 | | - <div class="flex flex-col justify-center items-center w-full sm:w-1/2"> |
| 156 | + <div class="row"> |
| 157 | + <div class="col-12 col-md-6 d-flex flex-column justify-content-center align-items-center"> |
165 | 158 | <div class="pb-2"> |
166 | 159 | <%= image_tag("inventory-image.svg", class: "app-images") %> |
167 | 160 | </div> |
168 | 161 | <div class="text-center"> |
169 | | - <h3 class="text-3xl">Inventory Management</h3> |
170 | | - <p class="text-gray-400 mt-2">Easily keep track of the items in your inventory regardless of their storage location. Adjust and transfer your inventory between locations as needed.</p> |
| 162 | + <h3 class="text-lg">Inventory Management</h3> |
| 163 | + <p class="text-muted mt-2">Easily keep track of the items in your inventory regardless of their storage location. Adjust and transfer your inventory between locations as needed.</p> |
171 | 164 | </div> |
172 | 165 | </div> |
173 | 166 |
|
174 | | - <div class="flex flex-col justify-center items-center w-full sm:w-1/2"> |
| 167 | + <div class="col-12 col-md-6 d-flex flex-column justify-content-center align-items-center"> |
175 | 168 | <div class="pb-2"> |
176 | 169 | <%= image_tag("dashboard-image.svg", class: "app-images") %> |
177 | 170 | </div> |
178 | 171 | <div class="text-center"> |
179 | | - <h3 class="text-3xl">Dashboard Visualization</h3> |
180 | | - <p class="text-gray-400 mt-2">Quickly view your inventory, donations, purchases, and distributions on a single page.</p> |
| 172 | + <h3 class="text-lg">Dashboard Visualization</h3> |
| 173 | + <p class="text-muted mt-2">Quickly view your inventory, donations, purchases, and distributions on a single page.</p> |
181 | 174 | </div> |
182 | 175 | </div> |
183 | 176 | </div> |
|
0 commit comments