add footer to resume

This commit is contained in:
iIronside
2022-11-21 13:54:58 +03:00
parent 816b39fc74
commit 18dd5a5d36
8 changed files with 136 additions and 34 deletions

View File

@ -31,6 +31,10 @@ use yii\widgets\ActiveForm;
<?php // echo $form->field($model, 'header_image') ?>
<?php // echo $form->field($model, 'footer_text') ?>
<?php // echo $form->field($model, 'footer_image') ?>
<div class="form-group">
<?= Html::submitButton('Search', ['class' => 'btn btn-primary']) ?>
<?= Html::resetButton('Reset', ['class' => 'btn btn-default']) ?>