|
40 | 40 | a:focus,
|
41 | 41 | a:hover,
|
42 | 42 | a:hover {
|
43 |
| - color: #028A9C |
| 43 | + color: #028A9C; |
| 44 | + border-color: #028A9C !important; |
44 | 45 | }
|
45 | 46 |
|
46 | 47 | .button-blue:active,
|
|
148 | 149 | @media (min-width: 120.0rem) {
|
149 | 150 | }
|
150 | 151 |
|
| 152 | + .web-demo { |
| 153 | + border: 1px solid #3FBCCC; |
| 154 | + padding: 1px 3px; |
| 155 | + display: inline-block; |
| 156 | + border-radius: 3px; |
| 157 | + font-size: 0.8em; |
| 158 | + margin-left: 10px; |
| 159 | + text-transform: uppercase; |
| 160 | + } |
151 | 161 | </style>
|
152 | 162 | </head>
|
153 | 163 |
|
@@ -203,52 +213,59 @@ <h3>Samples</h3>
|
203 | 213 | href="https://github.com/brianegan/flutter_architecture_samples/tree/master/vanilla">Vanilla
|
204 | 214 | Lifting State Up
|
205 | 215 | </a>
|
206 |
| - <a href="https://fas_vanilla.codemagic.app">(Web Demo)</a> |
| 216 | + <a href="https://fas_vanilla.codemagic.app" class="web-demo">Web |
| 217 | + Demo</a> |
207 | 218 | </li>
|
208 | 219 | <li>
|
209 | 220 | <a
|
210 | 221 | href="https://github.com/brianegan/flutter_architecture_samples/tree/master/inherited_widget">InheritedWidget</a>
|
211 |
| - <a href="https://fas_inherited_widget.codemagic.app">(Web Demo)</a> |
| 222 | + <a href="https://fas_inherited_widget.codemagic.app" class="web-demo">Web |
| 223 | + Demo</a> |
212 | 224 | </li>
|
213 | 225 | <li>
|
214 | 226 | <a
|
215 | 227 | href="https://github.com/brianegan/flutter_architecture_samples/tree/master/change_notifier_provider">ChangeNotifier
|
216 | 228 | + Provider</a>
|
217 |
| - <a href="https://fas_change_notifier_provider.codemagic.app">(Web |
218 |
| - Demo)</a> |
| 229 | + <a href="https://fas_change_notifier_provider.codemagic.app" |
| 230 | + class="web-demo">Web |
| 231 | + Demo</a> |
219 | 232 | </li>
|
220 | 233 |
|
221 | 234 | <li>
|
222 | 235 | <a
|
223 | 236 | href="https://github.com/brianegan/flutter_architecture_samples/tree/master/bloc_flutter">BLoC</a>
|
224 |
| - <a href="https://fas_bloc_flutter.codemagic.app">(Web Demo)</a> |
| 237 | + <a href="https://fas_bloc_flutter.codemagic.app" class="web-demo">Web |
| 238 | + Demo</a> |
225 | 239 | </li>
|
226 | 240 | <li>
|
227 | 241 | <a
|
228 | 242 | href="https://github.com/brianegan/flutter_architecture_samples/tree/master/bloc_library">Bloc
|
229 | 243 | Library</a>
|
230 |
| - <a href="https://fas_bloc_library.codemagic.app">(Web Demo)</a> |
| 244 | + <a href="https://fas_bloc_library.codemagic.app" class="web-demo">Web |
| 245 | + Demo</a> |
231 | 246 | </li>
|
232 | 247 | <li>
|
233 | 248 | <a
|
234 | 249 | href="https://github.com/brianegan/flutter_architecture_samples/tree/master/mobx">Mobx</a>
|
235 |
| - <a href="https://fas_mobx.codemagic.app">(Web Demo)</a> |
| 250 | + <a href="https://fas_mobx.codemagic.app" class="web-demo">Web Demo</a> |
236 | 251 | </li>
|
237 | 252 | <li>
|
238 | 253 | <a
|
239 | 254 | href="https://github.com/brianegan/flutter_architecture_samples/tree/master/redux">Redux</a>
|
240 |
| - <a href="https://fas_redux.codemagic.app">(Web Demo)</a> |
| 255 | + <a href="https://fas_redux.codemagic.app" class="web-demo">Web |
| 256 | + Demo</a> |
241 | 257 | </li>
|
242 | 258 | <li>
|
243 | 259 | <a
|
244 | 260 | href="https://github.com/brianegan/flutter_architecture_samples/tree/master/simple_bloc_flutter">"Simple"
|
245 | 261 | BLoC Example</a>
|
246 |
| - <a href="https://fas_simple_bloc.codemagic.app">(Web Demo)</a> |
| 262 | + <a href="https://fas_simple_bloc.codemagic.app" class="web-demo">Web |
| 263 | + Demo</a> |
247 | 264 | </li>
|
248 | 265 | <li>
|
249 | 266 | <a
|
250 | 267 | href="https://github.com/brianegan/flutter_architecture_samples/tree/master/mvi_flutter">MVI</a>
|
251 |
| - <a href="https://fas_mvi.codemagic.app">(Web Demo)</a> |
| 268 | + <a href="https://fas_mvi.codemagic.app" class="web-demo">Web Demo</a> |
252 | 269 | </li>
|
253 | 270 | <li>
|
254 | 271 | <a
|
|
0 commit comments