|
1 | 1 | <section id="recipe" class="mb0 pt-90">
|
2 | 2 | <div class="container">
|
3 | 3 | <div class="text-center">
|
4 |
| - <h2><?= __('A recipe to succeed.') ?></h2> |
5 |
| - <h3><?= __('Prototype faster, Validate faster, Grow consistently.') ?></h3> |
| 4 | + <h1><?= __('A recipe to succeed.') ?></h1> |
| 5 | + <h2><?= __('Prototype faster, Validate faster, Grow consistently.') ?></h2> |
6 | 6 | </div>
|
7 | 7 |
|
8 | 8 | <div class="service-boxes recipe">
|
9 | 9 | <div class="box-services-c">
|
10 |
| - <?= $this->Html->image('build_quickly.svg', ['alt' => 'Build Quickly']) ?> |
| 10 | + <?= $this->Html->image('build_quickly_chiffon.svg', ['alt' => 'Build Quickly']) ?> |
11 | 11 | <h4 class="title-small"><?= __('Build Quickly') ?></h4>
|
12 | 12 | <p>
|
13 | 13 | <?= __('Use code generation and scaffolding features to {0}.',
|
|
16 | 16 | </div>
|
17 | 17 |
|
18 | 18 | <div class="box-services-c">
|
19 |
| - <?= $this->Html->image('no_config.svg', ['alt' => 'No Configuration']) ?> |
| 19 | + <?= $this->Html->image('no_config_chiffon.svg', ['alt' => 'No Configuration']) ?> |
20 | 20 |
|
21 | 21 | <h4 class="title-small"><?= __('No Configuration') ?></h4>
|
22 | 22 |
|
|
26 | 26 | </div>
|
27 | 27 |
|
28 | 28 | <div class="box-services-c">
|
29 |
| - <?= $this->Html->image('license.svg', ['alt' => 'Friendly License']) ?> |
| 29 | + <?= $this->Html->image('license_chiffon.svg', ['alt' => 'Friendly License']) ?> |
30 | 30 |
|
31 | 31 | <h4 class="title-small"><?= __('Friendly License') ?></h4>
|
32 | 32 | <p>
|
|
36 | 36 | </div>
|
37 | 37 |
|
38 | 38 | <div class="box-services-c">
|
39 |
| - <?= $this->Html->image('batteries_included.svg', ['alt' => 'Batteries Included']) ?> |
| 39 | + <?= $this->Html->image('batteries_included_chiffon.svg', ['alt' => 'Batteries Included']) ?> |
40 | 40 |
|
41 | 41 | <h4 class="title-small"><?= __('Batteries Included') ?></h4>
|
42 | 42 |
|
|
46 | 46 | </div>
|
47 | 47 |
|
48 | 48 | <div class="box-services-c">
|
49 |
| - <?= $this->Html->image('mvc.svg', ['alt' => 'Clean MVC Conventions']) ?> |
| 49 | + <?= $this->Html->image('mvc_chiffon.svg', ['alt' => 'Clean MVC Conventions']) ?> |
50 | 50 |
|
51 | 51 | <h4 class="title-small"><?= __('Clean MVC Conventions') ?></h4>
|
52 | 52 |
|
|
58 | 58 | </div>
|
59 | 59 |
|
60 | 60 | <div class="box-services-c">
|
61 |
| - <?= $this->Html->image('secure.svg', ['alt' => 'Secure']) ?> |
| 61 | + <?= $this->Html->image('secure_chiffon.svg', ['alt' => 'Secure']) ?> |
62 | 62 | <h4 class="title-small"><?= __('Secure') ?></h4>
|
63 | 63 | <p><?= __('CakePHP comes with built-in tools for input validation, CSRF protection, Form tampering protection, SQL injection prevention. CakePHP codebase itself has been audited through the {0} program.', $this->Html->link('Mozilla Secure Open Source',
|
64 | 64 | 'https://bakery.cakephp.org/2017/11/22/mozilla_sos_audit_published.html')) ?></p>
|
|
0 commit comments