Описание
Create Resume / CV easily with WordPress. Perfect way tools that help you to make positive impression. This minimal and modern design will highlight your most relevant features to get you noticed and create a consistent voice of your personal brand in all communications. To use this plugin :
* Create a Page and in the Page Attribute , choose Template : Resume CV Template
* In the admin area . Click Resume CV and do modification than save
Be sure to check out the online demo!
Here is too see red version Red Template!
Краткий обзор видео
Отличия
- Профиль
- Контакты
- Квалификация
- Опыт
- Образование
- Хобби
- Способности
Social Network Supported
- youtube
Заслуги
- CMB2 https://wordpress.org/plugins/cmb2/, (C) 2018 Justin Sternberg , Zao , webdevstudios , Michael Beckwith , GNU GPL v2 or later
- Шрифт Awesome 4.7.0 ,Created by @davegandy, http://fontawesome.io — @fontawesome , MIT License Шрифт: SIL OFL 1.1, CSS: MIT License
- Bootstrap v3.3.7 http://getbootstrap.com, Copyright 2011-2018 Twitter, Inc. , MIT License
Скриншоты
Часто задаваемые вопросы
- Где документация?
-
Here it is Resume CV Documentation
- Как создать свою собственную тему для Resume/CV
-
Создайте новую папку в своем плагине резюме, просто скопируйте темы в /resume-cv/themes/ или сделайте так /ваше_название_папки_плагина_резюме/themes/ и меняйте так как вам нужно. В основных функциях вашего плагина. Например, имя вашей темы myresumetheme, в функцию вашего плагина просто добавьте этот код.
`
function resumecvsample_theme_filter_add($resumecv_theme) {
$resumecv_theme[plugin_dir_path( FILE ) . ‘themes/myresumetheme’] = ‘myresumetheme’;
return $resumecv_theme;
}
add_filter(‘resumecv_theme_filter’, ‘resumecvsample_theme_filter_add’);
`
Отзывы
Участники и разработчики
«Resume / CV» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «Resume / CV» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.