j1-template 2023.0.17 → 2023.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/themes/j1/layouts/content_generator_collection.html +2 -3
- data/_includes/themes/j1/layouts/content_generator_news_panel_posts.html +2 -2
- data/_includes/themes/j1/modules/attics/generator.html +3 -1
- data/_includes/themes/j1/modules/navigator/generator.html +2 -2
- data/_includes/themes/j1/procedures/collections/create_collection_article_preview.proc +1 -1
- data/_layouts/{paginator/autopage_category.html → autopage_category.html} +1 -1
- data/_layouts/{paginator/autopage_collection.html → autopage_collection.html} +1 -6
- data/_layouts/{paginator/autopage_collections_tags.html → autopage_collections_tags.html} +1 -1
- data/_layouts/category.html +67 -0
- data/_layouts/readme +2 -0
- data/assets/data/banner.html +8 -6
- data/assets/data/masonry.html +397 -0
- data/assets/data/panel.html +1 -1
- data/assets/data/quicklinks.html +12 -12
- data/assets/data/slick.html +288 -0
- data/assets/error_pages/HTTP204.html +1 -1
- data/assets/error_pages/HTTP400.html +1 -1
- data/assets/error_pages/HTTP401.html +1 -1
- data/assets/error_pages/HTTP403.html +1 -1
- data/assets/error_pages/HTTP404.html +1 -1
- data/assets/error_pages/HTTP444.html +1 -1
- data/assets/error_pages/HTTP445.html +1 -1
- data/assets/error_pages/HTTP446.html +1 -1
- data/assets/error_pages/HTTP447.html +1 -1
- data/assets/error_pages/HTTP448.html +1 -1
- data/assets/error_pages/HTTP500.html +1 -1
- data/assets/error_pages/HTTP501.html +1 -1
- data/assets/error_pages/HTTP502.html +1 -1
- data/assets/error_pages/HTTP503.html +1 -1
- data/assets/themes/j1/adapter/js/attic.js +31 -16
- data/assets/themes/j1/adapter/js/j1.js +55 -21
- data/assets/themes/j1/adapter/js/masonry.js +119 -49
- data/assets/themes/j1/adapter/js/mmenu.js +4 -3
- data/assets/themes/j1/adapter/js/navigator.js +69 -19
- data/assets/themes/j1/adapter/js/slick.js +293 -44
- data/assets/themes/j1/adapter/js/toccer.js +27 -14
- data/assets/themes/j1/adapter/js/waves.js +3 -1
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +294 -364
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +2 -2
- data/assets/themes/j1/core/js/template.js +56 -60
- data/assets/themes/j1/core/js/template.min.js +6 -6
- data/assets/themes/j1/core/js/template.min.js.map +1 -1
- data/assets/themes/j1/modules/masonry/css/theme/uno.css +35 -0
- data/assets/themes/j1/modules/masonry/css/theme/uno.min.css +15 -0
- data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.css +3 -3
- data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.min.css +1 -1
- data/assets/themes/j1/modules/slick/lightbox/LICENSE +20 -0
- data/assets/themes/j1/modules/slick/lightbox/README.md +138 -0
- data/assets/themes/j1/modules/slick/lightbox/css/slick-lightbox.css +128 -0
- data/assets/themes/j1/modules/slick/lightbox/css/slick-lightbox.min.css +1 -0
- data/assets/themes/j1/modules/slick/lightbox/css/theme/uno.css +36 -0
- data/assets/themes/j1/modules/slick/lightbox/css/theme/uno.min.css +15 -0
- data/assets/themes/j1/modules/slick/lightbox/js/slick-lightbox.js +353 -0
- data/assets/themes/j1/modules/slick/lightbox/js/slick-lightbox.min.js +2 -0
- data/assets/themes/j1/modules/slick/lightbox/js/slick-lightbox.min.js.map +1 -0
- data/assets/themes/j1/modules/slick/{README.md → slider/README.md} +13 -14
- data/assets/themes/j1/modules/slick/{css → slider/css}/slick.css +16 -10
- data/assets/themes/j1/modules/slick/slider/css/slick.min.css +15 -0
- data/assets/themes/j1/modules/slick/slider/css/theme/uno.css +292 -0
- data/assets/themes/j1/modules/slick/slider/css/theme/uno.min.css +15 -0
- data/assets/themes/j1/modules/slick/{fonts → slider/fonts}/slick.svg +14 -14
- data/assets/themes/j1/modules/slick/slider/js/slick.js +3037 -0
- data/assets/themes/j1/modules/translator/css/translator.css +3 -19
- data/assets/themes/j1/modules/translator/css/translator.min.css +1 -1
- data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.2/fastfilereaderext.so +0 -0
- data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.2/rubyeventmachine.so +0 -0
- data/lib/j1/version.rb +1 -1
- data/lib/j1_app/log4r/yamlconfigurator.rb +41 -41
- data/lib/starter_web/Gemfile +4 -4
- data/lib/starter_web/README.md +142 -143
- data/lib/starter_web/_config.yml +55 -25
- data/lib/starter_web/_data/blocks/banner.yml +45 -46
- data/lib/starter_web/_data/blocks/defaults/banner.yml +4 -4
- data/lib/starter_web/_data/blocks/defaults/panel.yml +11 -11
- data/lib/starter_web/_data/blocks/footer.yml +2 -2
- data/lib/starter_web/_data/blocks/panel.yml +9 -9
- data/lib/starter_web/_data/layouts/collection.yml +9 -0
- data/lib/starter_web/_data/layouts/home.yml +51 -21
- data/lib/starter_web/_data/layouts/page.yml +36 -3
- data/lib/starter_web/_data/layouts/post.yml +36 -3
- data/lib/starter_web/_data/layouts/raw.yml +35 -3
- data/lib/starter_web/_data/modules/advertising.yml +1 -2
- data/lib/starter_web/_data/modules/analytics.yml +1 -2
- data/lib/starter_web/_data/modules/attics.yml +2 -2
- data/lib/starter_web/_data/modules/blog_navigator.yml +1 -2
- data/lib/starter_web/_data/modules/carousel.yml +1 -2
- data/lib/starter_web/_data/modules/comments.yml +1 -2
- data/lib/starter_web/_data/modules/cookieconsent.yml +1 -2
- data/lib/starter_web/_data/modules/cookies.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/advertising.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/analytics.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/attics.yml +2 -2
- data/lib/starter_web/_data/modules/defaults/authentication.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/blog_navigator.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/carousel.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/comments.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/cookies.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/dropdowns.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/fab.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/framer.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/justifiedGallery.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/lightGallery.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/lightbox.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/log4javascript.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/log4r.yml +7 -9
- data/lib/starter_web/_data/modules/defaults/lunr.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/masonry.yml +52 -23
- data/lib/starter_web/_data/modules/defaults/navigator.yml +13 -12
- data/lib/starter_web/_data/modules/defaults/nbinteract.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/particles.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/rangeSlider.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/rtable.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/{scoller.yml → scroller.yml} +8 -2
- data/lib/starter_web/_data/modules/defaults/slick.yml +493 -0
- data/lib/starter_web/_data/modules/defaults/themer.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/toccer.yml +2 -3
- data/lib/starter_web/_data/modules/defaults/translator.yml +2 -3
- data/lib/starter_web/_data/modules/defaults/waves.yml +1 -2
- data/lib/starter_web/_data/modules/dropdowns.yml +1 -2
- data/lib/starter_web/_data/modules/fab.yml +1 -2
- data/lib/starter_web/_data/modules/framer.yml +1 -2
- data/lib/starter_web/_data/modules/justifiedGallery.yml +1 -2
- data/lib/starter_web/_data/modules/lightGallery.yml +1 -2
- data/lib/starter_web/_data/modules/lightbox.yml +1 -2
- data/lib/starter_web/_data/modules/log4r.yml +140 -7
- data/lib/starter_web/_data/modules/lunr.yml +1 -2
- data/lib/starter_web/_data/modules/masonry.yml +293 -24
- data/lib/starter_web/_data/modules/masterslider.yml +2 -1
- data/lib/starter_web/_data/modules/navigator.yml +13 -25
- data/lib/starter_web/_data/modules/navigator_menu.yml +632 -560
- data/lib/starter_web/_data/modules/particles.yml +1 -2
- data/lib/starter_web/_data/modules/rangeSlider.yml +1 -2
- data/lib/starter_web/_data/modules/rtable.yml +1 -2
- data/lib/starter_web/_data/modules/scroller.yml +9 -3
- data/lib/starter_web/_data/modules/slick.yml +501 -0
- data/lib/starter_web/_data/modules/themer.yml +1 -2
- data/lib/starter_web/_data/modules/toccer.yml +1 -2
- data/lib/starter_web/_data/modules/translator.yml +1 -2
- data/lib/starter_web/_data/modules/waves.yml +1 -2
- data/lib/starter_web/_data/plugins/defaults/paginator.yml +23 -4
- data/lib/starter_web/_data/plugins/paginator.yml +10 -13
- data/lib/starter_web/_data/puma/config.rb +10 -0
- data/lib/starter_web/_data/resources.yml +36 -29
- data/lib/starter_web/_data/templates/feed.xml +1 -1
- data/lib/starter_web/_data/utilities/defaults/util_srv.yml +2 -2
- data/lib/starter_web/_data/utilities/util_srv.yml +2 -3
- data/lib/starter_web/_includes/attributes.asciidoc +24 -0
- data/lib/starter_web/_includes/custom/static/readme +1 -1
- data/lib/starter_web/_includes/custom/templates/collection_panel.html +131 -0
- data/lib/starter_web/_includes/custom/templates/custom_header.html +98 -0
- data/lib/starter_web/_includes/custom/templates/people_panel.html +144 -0
- data/lib/starter_web/_includes/custom/templates/readme +1 -1
- data/lib/starter_web/_plugins/asciidoctor/carousel-block.rb +1 -1
- data/lib/starter_web/_plugins/asciidoctor/gallery-block.rb +1 -1
- data/lib/starter_web/_plugins/asciidoctor/gist-block.rb +1 -1
- data/lib/starter_web/_plugins/asciidoctor/lightbox-block.rb +1 -1
- data/lib/starter_web/_plugins/asciidoctor/masonry-block.rb +50 -0
- data/lib/starter_web/_plugins/asciidoctor/masterslider-block.rb +7 -6
- data/lib/starter_web/_plugins/asciidoctor/mdil-icon-inline.rb +10 -0
- data/lib/starter_web/_plugins/asciidoctor/placeholder-inline.rb +44 -0
- data/lib/starter_web/_plugins/asciidoctor/slick-block.rb +49 -0
- data/lib/starter_web/_plugins/index/lunr.rb +1 -1
- data/lib/starter_web/assets/images/collections/people/diana-petersen.jpg +0 -0
- data/lib/starter_web/assets/images/collections/people/larry-parker.jpg +0 -0
- data/lib/starter_web/assets/images/collections/people/parveen-anand.jpg +0 -0
- data/lib/starter_web/assets/images/collections/portfolio/1.jpg +0 -0
- data/lib/starter_web/assets/images/collections/portfolio/2.jpg +0 -0
- data/lib/starter_web/assets/images/collections/portfolio/3.jpg +0 -0
- data/lib/starter_web/assets/images/collections/portfolio/4.jpg +0 -0
- data/lib/starter_web/assets/images/collections/portfolio/5.jpg +0 -0
- data/lib/starter_web/assets/images/collections/portfolio/6.jpg +0 -0
- data/lib/starter_web/assets/images/custom/header/avatar.svg +248 -0
- data/lib/starter_web/assets/images/custom/header/family.svg +2209 -0
- data/lib/starter_web/assets/images/icons/controls/close-icon.svg +1 -0
- data/lib/starter_web/assets/images/icons/controls/up.svg +1 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/kelly-sikkemal.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/kira-auf-der-heide.jpg +0 -0
- data/lib/starter_web/assets/images/modules/gallery/old_times/image_02.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/post-1.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/post-2.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/post-3.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/post-4.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/post-5.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-1.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-10.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-11.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-12.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-13.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-2.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-3.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-4.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-5.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-6.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-7.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-8.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-9.jpg +0 -0
- data/lib/starter_web/assets/images/posts/post-img.jpg +0 -0
- data/lib/starter_web/assets/images/posts/post-single.jpg +0 -0
- data/lib/starter_web/collections/_biography/a-life-in-questions.adoc +12 -8
- data/lib/starter_web/collections/_biography/becoming.adoc +11 -8
- data/lib/starter_web/collections/_biography/born-to-run.adoc +11 -8
- data/lib/starter_web/collections/_biography/forty-autumns.adoc +11 -7
- data/lib/starter_web/collections/_biography/not-dead-yet.adoc +11 -9
- data/lib/starter_web/collections/_biography/princess-diarist-the.adoc +11 -7
- data/lib/starter_web/collections/_biography/when-breath-becomes-air.adoc +12 -10
- data/lib/starter_web/collections/_fantasy/harry-potter-deathly-hallows.adoc +92 -0
- data/lib/starter_web/collections/_fantasy/harry-potter-philosophers-stone.adoc +92 -0
- data/lib/starter_web/collections/_fantasy/mistborn-trilogy.adoc +88 -0
- data/lib/starter_web/collections/_fantasy/ready-player-one.adoc +94 -0
- data/lib/starter_web/collections/_fantasy/sword-of-destiny.adoc +88 -0
- data/lib/starter_web/collections/_fantasy/terry-pratchet-diary-2017.adoc +86 -0
- data/lib/starter_web/collections/_people/diana-petersen.adoc +167 -0
- data/lib/starter_web/collections/_people/larry-parker.adoc +167 -0
- data/lib/starter_web/collections/_people/parveen-anand.adoc +167 -0
- data/lib/starter_web/collections/_portfolio/branding.adoc +97 -0
- data/lib/starter_web/collections/_portfolio/graphic_design.adoc +97 -0
- data/lib/starter_web/collections/_portfolio/identity.adoc +99 -0
- data/lib/starter_web/collections/_portfolio/illustration.adoc +101 -0
- data/lib/starter_web/collections/_portfolio/photography.adoc +100 -0
- data/lib/starter_web/collections/_portfolio/web_design.adoc +109 -0
- data/lib/starter_web/collections/_romance/breath-of-snow-and-ashes-a.adoc +95 -0
- data/lib/starter_web/collections/_romance/dressmaker-the.adoc +86 -0
- data/lib/starter_web/collections/_romance/fiery-cross-the.adoc +97 -0
- data/lib/starter_web/collections/_romance/it-ends-with-us.adoc +92 -0
- data/lib/starter_web/collections/_romance/outlander-novel.adoc +105 -0
- data/lib/starter_web/collections/_romance/virgins-outlander-short-story.adoc +92 -0
- data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +49 -6
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +0 -13
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-static-site-generators.adoc +2 -2
- data/lib/starter_web/collections/posts/public/featured/_posts/_includes/attributes.asciidoc +2 -2
- data/lib/starter_web/collections/posts/public/series/_posts/2022-08-01-organize-your-life.adoc +118 -0
- data/lib/starter_web/collections/posts/public/series/_posts/2022-08-02-organize-your-life.adoc +118 -0
- data/lib/starter_web/collections/posts/public/series/_posts/2022-08-03-organize-your-life.adoc +118 -0
- data/lib/starter_web/collections/posts/public/series/_posts/2022-09-01-organize-your-life.adoc +117 -0
- data/lib/starter_web/collections/posts/public/series/_posts/2022-09-02-organize-your-life.adoc +117 -0
- data/lib/starter_web/dot.bundle/config +2 -0
- data/lib/starter_web/index.html +19 -4
- data/lib/starter_web/package.json +9 -9
- data/lib/starter_web/pages/public/about/site.adoc +2 -2
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +1 -1
- data/lib/starter_web/pages/public/blog/navigator/archive/allview.html +1 -1
- data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +1 -1
- data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +1 -1
- data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +1 -1
- data/lib/starter_web/pages/public/features/template.adoc +1 -1
- data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_all_books.adoc +107 -0
- data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_biography.adoc +98 -0
- data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_fantasy.adoc +86 -0
- data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_romance.adoc +87 -0
- data/lib/starter_web/pages/public/{bookshelf/whats_up.adoc → learn/bookshelf/jekyll_collections.adoc} +31 -23
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +2 -2
- data/lib/starter_web/pages/public/learn/roundtrip/asciidoc_extensions.adoc +8 -4
- data/lib/starter_web/pages/public/learn/roundtrip/bootstrap_themes.adoc +21 -13
- data/lib/starter_web/pages/public/learn/roundtrip/icon_fonts.adoc +10 -1
- data/lib/starter_web/pages/public/learn/roundtrip/lunr_search.adoc +22 -5
- data/lib/starter_web/pages/public/learn/roundtrip/modal_extentions.adoc +14 -8
- data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +61 -5
- data/lib/starter_web/pages/public/learn/roundtrip/present_videos.adoc +15 -3
- data/lib/starter_web/pages/public/learn/roundtrip/responsive_tables.adoc +13 -1
- data/lib/starter_web/pages/public/learn/roundtrip/typography.adoc +10 -3
- data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +4 -4
- data/lib/starter_web/pages/public/plans/plans.adoc +25 -12
- data/lib/starter_web/pages/public/previewer/preview_bootstrap_theme.adoc +117 -116
- data/lib/starter_web/utilsrv/_defaults/package.json +2 -2
- data/lib/starter_web/utilsrv/package.json +2 -2
- metadata +120 -38
- data/_layouts/paginator/readme +0 -2
- data/assets/themes/j1/modules/slick/css/slick.min.css +0 -15
- data/assets/themes/j1/modules/slick/js/slick.js +0 -2295
- data/lib/starter_web/assets/images/collections/blog/wikipedia/columbia-river.1200x400.jpg +0 -0
- data/lib/starter_web/assets/images/collections/blog/wikipedia/minneapolis.1200x400.jpg +0 -0
- data/lib/starter_web/assets/images/collections/blog/wikipedia/narcise-snake-pits.1200x400.jpg +0 -0
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-wiki-series.adoc +0 -144
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-wiki-series.adoc +0 -103
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-wiki-series.adoc +0 -117
- data/lib/starter_web/collections/posts/public/series/_posts/_includes/attributes.asciidoc +0 -44
- data/lib/starter_web/collections/posts/public/series/_posts/_includes/documents/readme +0 -0
- data/lib/starter_web/collections/posts/public/series/_posts/_includes/tables/readme +0 -0
- data/lib/starter_web/pages/public/bookshelf/viewer_biography.adoc +0 -58
- /data/_layouts/{paginator/autopage_tags.html → autopage_tags.html} +0 -0
- /data/assets/themes/j1/modules/slick/{LICENSE → slider/LICENSE} +0 -0
- /data/assets/themes/j1/modules/slick/{fonts → slider/fonts}/slick.eot +0 -0
- /data/assets/themes/j1/modules/slick/{fonts → slider/fonts}/slick.ttf +0 -0
- /data/assets/themes/j1/modules/slick/{fonts → slider/fonts}/slick.woff +0 -0
- /data/assets/themes/j1/modules/slick/{ajax-loader.gif → slider/images/ajax-loader.gif} +0 -0
- /data/assets/themes/j1/modules/slick/{js → slider/js}/slick.min.js +0 -0
- /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/dynamic-web-access.png +0 -0
- /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/jamstack-generators.png +0 -0
- /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/jekyll.1200x400.png +0 -0
- /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/jekyll.png +0 -0
- /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/static-web-access.png +0 -0
@@ -0,0 +1,167 @@
|
|
1
|
+
---
|
2
|
+
title: Title
|
3
|
+
tagline: Tagline
|
4
|
+
description: >
|
5
|
+
Use this area to describe a person. Describing a person
|
6
|
+
typically involves ...
|
7
|
+
|
8
|
+
categories: [ Person ]
|
9
|
+
tags: [ Business, Private ]
|
10
|
+
|
11
|
+
image:
|
12
|
+
path: assets/images/collections/people/larry-parker.jpg
|
13
|
+
width: 1920
|
14
|
+
height: 1280
|
15
|
+
alt: Diana Petersen
|
16
|
+
|
17
|
+
person:
|
18
|
+
name: Larry Parker
|
19
|
+
role: Lead Developer
|
20
|
+
|
21
|
+
social_media:
|
22
|
+
enabled: true
|
23
|
+
facebook:
|
24
|
+
href:
|
25
|
+
twitter:
|
26
|
+
href:
|
27
|
+
linkedin:
|
28
|
+
href:
|
29
|
+
|
30
|
+
comments: false
|
31
|
+
sitemap: false
|
32
|
+
personalization: false
|
33
|
+
exclude_from_search: true
|
34
|
+
|
35
|
+
resources: [ animate ]
|
36
|
+
resource_options:
|
37
|
+
---
|
38
|
+
|
39
|
+
// Page Initializer
|
40
|
+
// =============================================================================
|
41
|
+
// Enable the Liquid Preprocessor
|
42
|
+
:page-liquid:
|
43
|
+
|
44
|
+
// Set (local) page attributes here
|
45
|
+
// -----------------------------------------------------------------------------
|
46
|
+
// :page--attr: <attr-value>
|
47
|
+
|
48
|
+
// Place an excerpt at the most top position
|
49
|
+
// -----------------------------------------------------------------------------
|
50
|
+
[role="dropcap mb-4"]
|
51
|
+
Use this area to describe a person. Larry Parker ...
|
52
|
+
|
53
|
+
excerpt__end
|
54
|
+
|
55
|
+
// Load Liquid procedures
|
56
|
+
// -----------------------------------------------------------------------------
|
57
|
+
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
58
|
+
|
59
|
+
// Load page attributes
|
60
|
+
// -----------------------------------------------------------------------------
|
61
|
+
{% include {{load_attributes}} scope="none" %}
|
62
|
+
|
63
|
+
|
64
|
+
// Page content
|
65
|
+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
66
|
+
|
67
|
+
// Include sub-documents (if any)
|
68
|
+
// -----------------------------------------------------------------------------
|
69
|
+
== Describe a persons role (business)
|
70
|
+
|
71
|
+
lorem:sentences[5]
|
72
|
+
|
73
|
+
Name::
|
74
|
+
The name of the person
|
75
|
+
|
76
|
+
Role::
|
77
|
+
Project Manager
|
78
|
+
|
79
|
+
Responsibilities::
|
80
|
+
As a Project Manager, she|he oversees the planning, execution, and successful
|
81
|
+
completion of various projects within his organization. He works closely
|
82
|
+
with cross-functional teams to define project objectives, establish timelines,
|
83
|
+
allocate resources, and monitor progress. She|he is responsible for creating
|
84
|
+
project plans, assigning tasks, and tracking project milestones to ensure
|
85
|
+
that projects are delivered on time, within scope and budget.
|
86
|
+
|
87
|
+
Leadership Style::
|
88
|
+
She|he is known for his strategic and results-oriented leadership style.
|
89
|
+
She|he is skilled at motivating and guiding his team to achieve their best
|
90
|
+
performance. She|he provides clear direction, sets expectations, and empowers
|
91
|
+
the team to take ownership of their tasks. She|he is also an effective
|
92
|
+
communicator, actively engaging with team members, stakeholders, and clients
|
93
|
+
to ensure everyone is aligned and informed throughout the project lifecycle.
|
94
|
+
|
95
|
+
Skills and Expertise::
|
96
|
+
She|he possesses a wide range of skills and expertise essential to his role as
|
97
|
+
a Project Manager. She|he has excellent organizational and time management
|
98
|
+
skills, allowing him to prioritize tasks, manage resources efficiently, and
|
99
|
+
meet deadlines. She|he is also skilled in risk management, identifying
|
100
|
+
potential issues early on and proactively developing contingency plans. She|he
|
101
|
+
is proficient in project management software and tools, and utilizes them to
|
102
|
+
streamline workflows, track progress, and generate reports.
|
103
|
+
|
104
|
+
Collaboration and Problem-Solving::
|
105
|
+
She|he understands the importance of collaboration in project management.
|
106
|
+
She|he fosters a collaborative work environment, encouraging open
|
107
|
+
communication, active listening, and teamwork among his team members. She|he
|
108
|
+
promotes a problem-solving mindset, encouraging creative thinking and
|
109
|
+
brainstorming to overcome challenges and obstacles that may arise during the
|
110
|
+
project lifecycle. She|he is skilled at conflict resolution, and he proactively
|
111
|
+
addresses any conflicts or issues that may arise among team members or
|
112
|
+
stakeholders, ensuring that project progress is not hindered.
|
113
|
+
|
114
|
+
Overall, she|he is a skilled and strategic Project Manager who leads
|
115
|
+
cross-functional teams, manages projects from inception to completion and
|
116
|
+
delivers successful outcomes. His leadership style, skills, and expertise
|
117
|
+
make him a valuable asset to his organization, and he is known for his ability
|
118
|
+
to drive results and exceed project goals.
|
119
|
+
|
120
|
+
|
121
|
+
== Describe a person (private)
|
122
|
+
|
123
|
+
lorem:sentences[5]
|
124
|
+
|
125
|
+
Name::
|
126
|
+
The name of the person
|
127
|
+
|
128
|
+
Age::
|
129
|
+
The age of the person
|
130
|
+
|
131
|
+
Physical Appearance::
|
132
|
+
She|he is tall, standing at around 5 feet 10 inches. She has a slender yet
|
133
|
+
athletic build, long limbs, and a graceful posture. Her complexion is fair,
|
134
|
+
and her skin has a healthy glow. She|he has striking blue eyes that are
|
135
|
+
framed by long, dark lashes. She has a heart-shaped face, high cheekbones,
|
136
|
+
and a small, upturned nose. Her lips are full and naturally pink.
|
137
|
+
|
138
|
+
Hairstyle and Color::
|
139
|
+
She|he has luscious, wavy golden blonde hair that falls past her shoulders.
|
140
|
+
She usually keeps it styled in loose curls, which add to her effortless and
|
141
|
+
carefree vibe. She often parts her hair slightly to the side, allowing it to
|
142
|
+
frame her face and highlight her features.
|
143
|
+
|
144
|
+
Clothing Style::
|
145
|
+
She|he has a fashion-forward sense of style. She often wears trendy clothing
|
146
|
+
that reflects her confident personality. She enjoys experimenting with
|
147
|
+
different patterns, textures, and colors and is not afraid to take risks
|
148
|
+
with her fashion choices. She|he has a keen eye for accessories and can
|
149
|
+
effortlessly pull off statement jewelry and fashionable handbags.
|
150
|
+
|
151
|
+
Personality::
|
152
|
+
She|he is known for her outgoing and friendly nature. She has a warm and
|
153
|
+
approachable demeanor and is always willing to converse with anyone she meets.
|
154
|
+
She's an extrovert who thrives in social settings and has a knack for making
|
155
|
+
others feel comfortable in her presence. She|he is also confident and
|
156
|
+
assertive, often taking charge of situations and easily leading.
|
157
|
+
|
158
|
+
Interests and Hobbies::
|
159
|
+
She|he is a fitness enthusiast who enjoys staying active and healthy. She's
|
160
|
+
an avid runner and enjoys practicing yoga to balance her mind and body.
|
161
|
+
She's also a foodie who loves trying new restaurants and experimenting with
|
162
|
+
different cuisines. She|he is well-traveled and enjoys exploring new places,
|
163
|
+
immersing herself in different cultures, and learning about the world.
|
164
|
+
Overall, She|he is a confident, outgoing, and fashionable woman with a
|
165
|
+
passion for fitness, travel, and socializing. She's a natural leader with a
|
166
|
+
warm and approachable personality, making her someone easy to connect with
|
167
|
+
and befriend.
|
@@ -0,0 +1,167 @@
|
|
1
|
+
---
|
2
|
+
title: Title
|
3
|
+
tagline: Tagline
|
4
|
+
description: >
|
5
|
+
Use this area to describe a person. Describing a person
|
6
|
+
typically involves ...
|
7
|
+
|
8
|
+
categories: [ Person ]
|
9
|
+
tags: [ Business, Private ]
|
10
|
+
|
11
|
+
image:
|
12
|
+
path: assets/images/collections/people/parveen-anand.jpg
|
13
|
+
width: 1920
|
14
|
+
height: 1280
|
15
|
+
alt: Parveen Anand
|
16
|
+
|
17
|
+
person:
|
18
|
+
name: Parveen Anand
|
19
|
+
role: Lead Developer
|
20
|
+
|
21
|
+
social_media:
|
22
|
+
enabled: true
|
23
|
+
facebook:
|
24
|
+
href:
|
25
|
+
twitter:
|
26
|
+
href:
|
27
|
+
linkedin:
|
28
|
+
href:
|
29
|
+
|
30
|
+
comments: false
|
31
|
+
sitemap: false
|
32
|
+
personalization: false
|
33
|
+
exclude_from_search: true
|
34
|
+
|
35
|
+
resources: [ animate ]
|
36
|
+
resource_options:
|
37
|
+
---
|
38
|
+
|
39
|
+
// Page Initializer
|
40
|
+
// =============================================================================
|
41
|
+
// Enable the Liquid Preprocessor
|
42
|
+
:page-liquid:
|
43
|
+
|
44
|
+
// Set (local) page attributes here
|
45
|
+
// -----------------------------------------------------------------------------
|
46
|
+
// :page--attr: <attr-value>
|
47
|
+
|
48
|
+
// Place an excerpt at the most top position
|
49
|
+
// -----------------------------------------------------------------------------
|
50
|
+
[role="dropcap mb-4"]
|
51
|
+
Use this area to describe a person. Parveen Anand ...
|
52
|
+
|
53
|
+
excerpt__end
|
54
|
+
|
55
|
+
// Load Liquid procedures
|
56
|
+
// -----------------------------------------------------------------------------
|
57
|
+
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
58
|
+
|
59
|
+
// Load page attributes
|
60
|
+
// -----------------------------------------------------------------------------
|
61
|
+
{% include {{load_attributes}} scope="none" %}
|
62
|
+
|
63
|
+
|
64
|
+
// Page content
|
65
|
+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
66
|
+
|
67
|
+
// Include sub-documents (if any)
|
68
|
+
// -----------------------------------------------------------------------------
|
69
|
+
== Describe a persons role (business)
|
70
|
+
|
71
|
+
lorem:sentences[5]
|
72
|
+
|
73
|
+
Name::
|
74
|
+
The name of the person
|
75
|
+
|
76
|
+
Role::
|
77
|
+
Project Manager
|
78
|
+
|
79
|
+
Responsibilities::
|
80
|
+
As a Project Manager, she|he oversees the planning, execution, and successful
|
81
|
+
completion of various projects within his organization. He works closely
|
82
|
+
with cross-functional teams to define project objectives, establish timelines,
|
83
|
+
allocate resources, and monitor progress. She|he is responsible for creating
|
84
|
+
project plans, assigning tasks, and tracking project milestones to ensure
|
85
|
+
that projects are delivered on time, within scope and budget.
|
86
|
+
|
87
|
+
Leadership Style::
|
88
|
+
She|he is known for his strategic and results-oriented leadership style.
|
89
|
+
She|he is skilled at motivating and guiding his team to achieve their best
|
90
|
+
performance. She|he provides clear direction, sets expectations, and empowers
|
91
|
+
the team to take ownership of their tasks. She|he is also an effective
|
92
|
+
communicator, actively engaging with team members, stakeholders, and clients
|
93
|
+
to ensure everyone is aligned and informed throughout the project lifecycle.
|
94
|
+
|
95
|
+
Skills and Expertise::
|
96
|
+
She|he possesses a wide range of skills and expertise essential to his role as
|
97
|
+
a Project Manager. She|he has excellent organizational and time management
|
98
|
+
skills, allowing him to prioritize tasks, manage resources efficiently, and
|
99
|
+
meet deadlines. She|he is also skilled in risk management, identifying
|
100
|
+
potential issues early on and proactively developing contingency plans. She|he
|
101
|
+
is proficient in project management software and tools, and utilizes them to
|
102
|
+
streamline workflows, track progress, and generate reports.
|
103
|
+
|
104
|
+
Collaboration and Problem-Solving::
|
105
|
+
She|he understands the importance of collaboration in project management.
|
106
|
+
She|he fosters a collaborative work environment, encouraging open
|
107
|
+
communication, active listening, and teamwork among his team members. She|he
|
108
|
+
promotes a problem-solving mindset, encouraging creative thinking and
|
109
|
+
brainstorming to overcome challenges and obstacles that may arise during the
|
110
|
+
project lifecycle. She|he is skilled at conflict resolution, and he proactively
|
111
|
+
addresses any conflicts or issues that may arise among team members or
|
112
|
+
stakeholders, ensuring that project progress is not hindered.
|
113
|
+
|
114
|
+
Overall, she|he is a skilled and strategic Project Manager who leads
|
115
|
+
cross-functional teams, manages projects from inception to completion and
|
116
|
+
delivers successful outcomes. His leadership style, skills, and expertise
|
117
|
+
make him a valuable asset to his organization, and he is known for his ability
|
118
|
+
to drive results and exceed project goals.
|
119
|
+
|
120
|
+
|
121
|
+
== Describe a person (private)
|
122
|
+
|
123
|
+
lorem:sentences[5]
|
124
|
+
|
125
|
+
Name::
|
126
|
+
The name of the person
|
127
|
+
|
128
|
+
Age::
|
129
|
+
The age of the person
|
130
|
+
|
131
|
+
Physical Appearance::
|
132
|
+
She|he is tall, standing at around 5 feet 10 inches. She has a slender yet
|
133
|
+
athletic build, long limbs, and a graceful posture. Her complexion is fair,
|
134
|
+
and her skin has a healthy glow. She|he has striking blue eyes that are
|
135
|
+
framed by long, dark lashes. She has a heart-shaped face, high cheekbones,
|
136
|
+
and a small, upturned nose. Her lips are full and naturally pink.
|
137
|
+
|
138
|
+
Hairstyle and Color::
|
139
|
+
She|he has luscious, wavy golden blonde hair that falls past her shoulders.
|
140
|
+
She usually keeps it styled in loose curls, which add to her effortless and
|
141
|
+
carefree vibe. She often parts her hair slightly to the side, allowing it to
|
142
|
+
frame her face and highlight her features.
|
143
|
+
|
144
|
+
Clothing Style::
|
145
|
+
She|he has a fashion-forward sense of style. She often wears trendy clothing
|
146
|
+
that reflects her confident personality. She enjoys experimenting with
|
147
|
+
different patterns, textures, and colors and is not afraid to take risks
|
148
|
+
with her fashion choices. She|he has a keen eye for accessories and can
|
149
|
+
effortlessly pull off statement jewelry and fashionable handbags.
|
150
|
+
|
151
|
+
Personality::
|
152
|
+
She|he is known for her outgoing and friendly nature. She has a warm and
|
153
|
+
approachable demeanor and is always willing to converse with anyone she meets.
|
154
|
+
She's an extrovert who thrives in social settings and has a knack for making
|
155
|
+
others feel comfortable in her presence. She|he is also confident and
|
156
|
+
assertive, often taking charge of situations and easily leading.
|
157
|
+
|
158
|
+
Interests and Hobbies::
|
159
|
+
She|he is a fitness enthusiast who enjoys staying active and healthy. She's
|
160
|
+
an avid runner and enjoys practicing yoga to balance her mind and body.
|
161
|
+
She's also a foodie who loves trying new restaurants and experimenting with
|
162
|
+
different cuisines. She|he is well-traveled and enjoys exploring new places,
|
163
|
+
immersing herself in different cultures, and learning about the world.
|
164
|
+
Overall, She|he is a confident, outgoing, and fashionable woman with a
|
165
|
+
passion for fitness, travel, and socializing. She's a natural leader with a
|
166
|
+
warm and approachable personality, making her someone easy to connect with
|
167
|
+
and befriend.
|
@@ -0,0 +1,97 @@
|
|
1
|
+
---
|
2
|
+
title: Brand
|
3
|
+
tagline: Product Identity
|
4
|
+
description: >
|
5
|
+
Branding is a marketing practice that involves creating
|
6
|
+
a name, design, symbol, or other identifying features that
|
7
|
+
help differentiate a company's products or services from
|
8
|
+
its competitors.
|
9
|
+
purpose: >
|
10
|
+
Use this area to describe what you're doing. Describing your purpose
|
11
|
+
typically involves clearly and concisely explaining your goals,
|
12
|
+
objectives, scope, timeline, and expected outcomes.
|
13
|
+
|
14
|
+
categories: [ Branding ]
|
15
|
+
tags: [ Product, Identity ]
|
16
|
+
|
17
|
+
image:
|
18
|
+
path: /assets/images/collections/portfolio/1.jpg
|
19
|
+
width: 1920
|
20
|
+
height: 1280
|
21
|
+
alt: Portfolio Image
|
22
|
+
|
23
|
+
resources: [ animate ]
|
24
|
+
resource_options:
|
25
|
+
- attic:
|
26
|
+
padding_top: 600
|
27
|
+
slides:
|
28
|
+
- url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
|
29
|
+
alt: Photo by Giammarco on Unsplash
|
30
|
+
badge:
|
31
|
+
type: unsplash
|
32
|
+
author: Giammarco
|
33
|
+
href: https://unsplash.com/@giamboscaro
|
34
|
+
---
|
35
|
+
|
36
|
+
// Page Initializer
|
37
|
+
// =============================================================================
|
38
|
+
// Enable the Liquid Preprocessor
|
39
|
+
:page-liquid:
|
40
|
+
|
41
|
+
// Set (local) page attributes here
|
42
|
+
// -----------------------------------------------------------------------------
|
43
|
+
// :page--attr: <attr-value>
|
44
|
+
|
45
|
+
// Place an excerpt at the most top position
|
46
|
+
// -----------------------------------------------------------------------------
|
47
|
+
[role="dropcap mb-4"]
|
48
|
+
Branding is a marketing practice that involves creating a name, design, symbol,
|
49
|
+
or other identifying features that help differentiate a company's products or
|
50
|
+
services from its competitors. Branding aims to establish a unique and
|
51
|
+
memorable identity that creates a positive impression in the minds of consumers
|
52
|
+
and encourages them to choose the company's products or services over those
|
53
|
+
of its rivals.
|
54
|
+
|
55
|
+
excerpt__end
|
56
|
+
|
57
|
+
// Load Liquid procedures
|
58
|
+
// -----------------------------------------------------------------------------
|
59
|
+
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
60
|
+
|
61
|
+
// Load page attributes
|
62
|
+
// -----------------------------------------------------------------------------
|
63
|
+
{% include {{load_attributes}} scope="none" %}
|
64
|
+
|
65
|
+
|
66
|
+
// Page content
|
67
|
+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
68
|
+
|
69
|
+
// Include sub-documents (if any)
|
70
|
+
// -----------------------------------------------------------------------------
|
71
|
+
== Describe your work
|
72
|
+
|
73
|
+
Effective project management involves managing resources, schedules, budgets,
|
74
|
+
risks, and stakeholders to deliver the desired outcomes within the specified
|
75
|
+
timeframe and budget. The way you work should demonstrate that you've modern
|
76
|
+
project management strategies in mind.
|
77
|
+
|
78
|
+
Here are some tips to follow when describing how you're working:
|
79
|
+
|
80
|
+
. Start by introducing its purpose: Give a brief overview and explain why
|
81
|
+
it is important or necessary. This intro gives context to your description
|
82
|
+
and helps your audience understand the significance.
|
83
|
+
|
84
|
+
. Define what you're focussing on: Explain what it will involve and will not
|
85
|
+
involve. The focus ensures that everyone understands what is provided.
|
86
|
+
|
87
|
+
. Discuss goals and objectives: Outline the specific goals and objectives
|
88
|
+
your work aims to achieve. Be clear and specific about what your intentions
|
89
|
+
are to accomplish.
|
90
|
+
|
91
|
+
. Describe the efforts and timeline: Provide an overview of the efforts,
|
92
|
+
including key milestones. Describing efforts and timeline support your
|
93
|
+
audience in understanding expected costs and what they can expect.
|
94
|
+
|
95
|
+
. Outline the expected outcomes: Finally, describe the expected outcomes
|
96
|
+
of your work, such as benefits and impact. Outlining the outcomes
|
97
|
+
demonstrates the value of your work and the benefits it will bring.
|
@@ -0,0 +1,97 @@
|
|
1
|
+
---
|
2
|
+
title: Design
|
3
|
+
tagline: Visual Content
|
4
|
+
description: >
|
5
|
+
Graphic design is the art and practice of creating visual content
|
6
|
+
using a combination of typography, images, and other graphical elements.
|
7
|
+
It is a discipline that involves the use of creative and technical skills
|
8
|
+
to communicate information or ideas in a visually appealing way.
|
9
|
+
purpose: >
|
10
|
+
Use this area to describe what you're doing. Describing your purpose
|
11
|
+
typically involves clearly and concisely explaining your goals,
|
12
|
+
objectives, scope, timeline, and expected outcomes.
|
13
|
+
|
14
|
+
category: [ Graphic Design ]
|
15
|
+
|
16
|
+
categories: [ Design ]
|
17
|
+
tags: [ Visual, Content ]
|
18
|
+
|
19
|
+
image:
|
20
|
+
path: /assets/images/collections/portfolio/3.jpg
|
21
|
+
width: 1920
|
22
|
+
height: 1280
|
23
|
+
alt: Portfolio Image
|
24
|
+
|
25
|
+
resources: [ animate ]
|
26
|
+
resource_options:
|
27
|
+
- attic:
|
28
|
+
padding_top: 600
|
29
|
+
slides:
|
30
|
+
- url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
|
31
|
+
alt: Photo by Giammarco on Unsplash
|
32
|
+
badge:
|
33
|
+
type: unsplash
|
34
|
+
author: Giammarco
|
35
|
+
href: https://unsplash.com/@giamboscaro
|
36
|
+
---
|
37
|
+
|
38
|
+
// Page Initializer
|
39
|
+
// =============================================================================
|
40
|
+
// Enable the Liquid Preprocessor
|
41
|
+
:page-liquid:
|
42
|
+
|
43
|
+
// Set (local) page attributes here
|
44
|
+
// -----------------------------------------------------------------------------
|
45
|
+
// :page--attr: <attr-value>
|
46
|
+
|
47
|
+
// Place an excerpt at the most top position
|
48
|
+
// -----------------------------------------------------------------------------
|
49
|
+
[role="dropcap mb-4"]
|
50
|
+
Graphic design is the art and practice of creating visual content using a
|
51
|
+
combination of typography, images, and other graphical elements. It is a
|
52
|
+
discipline that involves the use of creative and technical skills to
|
53
|
+
communicate information or ideas in a visually appealing way.
|
54
|
+
|
55
|
+
excerpt__end
|
56
|
+
|
57
|
+
// Load Liquid procedures
|
58
|
+
// -----------------------------------------------------------------------------
|
59
|
+
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
60
|
+
|
61
|
+
// Load page attributes
|
62
|
+
// -----------------------------------------------------------------------------
|
63
|
+
{% include {{load_attributes}} scope="none" %}
|
64
|
+
|
65
|
+
|
66
|
+
// Page content
|
67
|
+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
68
|
+
|
69
|
+
// Include sub-documents (if any)
|
70
|
+
// -----------------------------------------------------------------------------
|
71
|
+
== Describe your work
|
72
|
+
|
73
|
+
Effective project management involves managing resources, schedules, budgets,
|
74
|
+
risks, and stakeholders to deliver the desired outcomes within the specified
|
75
|
+
timeframe and budget. The way you work should demonstrate that you've modern
|
76
|
+
project management strategies in mind.
|
77
|
+
|
78
|
+
Here are some tips to follow when describing how you're working:
|
79
|
+
|
80
|
+
. Start by introducing its purpose: Give a brief overview and explain why
|
81
|
+
it is important or necessary. This intro gives context to your description
|
82
|
+
and helps your audience understand the significance.
|
83
|
+
|
84
|
+
. Define what you're focussing on: Explain what it will involve and will not
|
85
|
+
involve. The focus ensures that everyone understands what is provided.
|
86
|
+
|
87
|
+
. Discuss goals and objectives: Outline the specific goals and objectives
|
88
|
+
your work aims to achieve. Be clear and specific about what your intentions
|
89
|
+
are to accomplish.
|
90
|
+
|
91
|
+
. Describe the efforts and timeline: Provide an overview of the efforts,
|
92
|
+
including key milestones. Describing efforts and timeline support your
|
93
|
+
audience in understanding expected costs and what they can expect.
|
94
|
+
|
95
|
+
. Outline the expected outcomes: Finally, describe the expected outcomes
|
96
|
+
of your work, such as benefits and impact. Outlining the outcomes
|
97
|
+
demonstrates the value of your work and the benefits it will bring.
|
@@ -0,0 +1,99 @@
|
|
1
|
+
---
|
2
|
+
title: Identity
|
3
|
+
tagline: Coorporate Identity
|
4
|
+
description: >
|
5
|
+
Corporate identity is the visual and verbal representation of
|
6
|
+
a company's brand. It includes all of the visual and messaging
|
7
|
+
elements used to present a consistent and recognizable image of
|
8
|
+
the company to its target audience.
|
9
|
+
purpose: >
|
10
|
+
Use this area to describe what you're doing. Describing your purpose
|
11
|
+
typically involves clearly and concisely explaining your goals,
|
12
|
+
objectives, scope, timeline, and expected outcomes.
|
13
|
+
|
14
|
+
category: [ Coorporate Identity ]
|
15
|
+
|
16
|
+
categories: [ Identity ]
|
17
|
+
tags: [ Coorporate, Identity ]
|
18
|
+
|
19
|
+
image:
|
20
|
+
path: /assets/images/collections/portfolio/2.jpg
|
21
|
+
width: 1920
|
22
|
+
height: 1280
|
23
|
+
alt: Portfolio Image
|
24
|
+
|
25
|
+
resources: [ animate ]
|
26
|
+
resource_options:
|
27
|
+
- attic:
|
28
|
+
padding_top: 600
|
29
|
+
slides:
|
30
|
+
- url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
|
31
|
+
alt: Photo by Giammarco on Unsplash
|
32
|
+
badge:
|
33
|
+
type: unsplash
|
34
|
+
author: Giammarco
|
35
|
+
href: https://unsplash.com/@giamboscaro
|
36
|
+
---
|
37
|
+
|
38
|
+
// Page Initializer
|
39
|
+
// =============================================================================
|
40
|
+
// Enable the Liquid Preprocessor
|
41
|
+
:page-liquid:
|
42
|
+
|
43
|
+
// Set (local) page attributes here
|
44
|
+
// -----------------------------------------------------------------------------
|
45
|
+
// :page--attr: <attr-value>
|
46
|
+
|
47
|
+
// Place an excerpt at the most top position
|
48
|
+
// -----------------------------------------------------------------------------
|
49
|
+
[role="dropcap mb-4"]
|
50
|
+
Corporate identity is the visual and verbal representation of a company's
|
51
|
+
brand. It includes all of the visual and messaging elements used to present
|
52
|
+
a consistent and recognizable image of the company to its target audience.
|
53
|
+
The corporate identity encompasses everything from the company logo, color
|
54
|
+
palette, typography, and graphic design elements, to the tone of voice used
|
55
|
+
in marketing materials, advertising, and other communications.
|
56
|
+
|
57
|
+
excerpt__end
|
58
|
+
|
59
|
+
// Load Liquid procedures
|
60
|
+
// -----------------------------------------------------------------------------
|
61
|
+
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
62
|
+
|
63
|
+
// Load page attributes
|
64
|
+
// -----------------------------------------------------------------------------
|
65
|
+
{% include {{load_attributes}} scope="none" %}
|
66
|
+
|
67
|
+
|
68
|
+
// Page content
|
69
|
+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
70
|
+
|
71
|
+
// Include sub-documents (if any)
|
72
|
+
// -----------------------------------------------------------------------------
|
73
|
+
== Describe your work
|
74
|
+
|
75
|
+
Effective project management involves managing resources, schedules, budgets,
|
76
|
+
risks, and stakeholders to deliver the desired outcomes within the specified
|
77
|
+
timeframe and budget. The way you work should demonstrate that you've modern
|
78
|
+
project management strategies in mind.
|
79
|
+
|
80
|
+
Here are some tips to follow when describing how you're working:
|
81
|
+
|
82
|
+
. Start by introducing its purpose: Give a brief overview and explain why
|
83
|
+
it is important or necessary. This intro gives context to your description
|
84
|
+
and helps your audience understand the significance.
|
85
|
+
|
86
|
+
. Define what you're focussing on: Explain what it will involve and will not
|
87
|
+
involve. The focus ensures that everyone understands what is provided.
|
88
|
+
|
89
|
+
. Discuss goals and objectives: Outline the specific goals and objectives
|
90
|
+
your work aims to achieve. Be clear and specific about what your intentions
|
91
|
+
are to accomplish.
|
92
|
+
|
93
|
+
. Describe the efforts and timeline: Provide an overview of the efforts,
|
94
|
+
including key milestones. Describing efforts and timeline support your
|
95
|
+
audience in understanding expected costs and what they can expect.
|
96
|
+
|
97
|
+
. Outline the expected outcomes: Finally, describe the expected outcomes
|
98
|
+
of your work, such as benefits and impact. Outlining the outcomes
|
99
|
+
demonstrates the value of your work and the benefits it will bring.
|