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,88 @@
|
|
1
|
+
---
|
2
|
+
title: Mistborn Trilogy
|
3
|
+
tagline: The Final Empire, the Well of Ascension, the Hero of Ages
|
4
|
+
date: 2016-11-19 00:00:00
|
5
|
+
description: >
|
6
|
+
A word of mouth bestseller in the USA Brandon Sanderson's Mistborn trilogy
|
7
|
+
have now become a massive hit in the UK, introducing readers to the work of
|
8
|
+
one of the genre's great talents. A master of world building, sweeping plots,
|
9
|
+
believable characters and engrossing magic systems.
|
10
|
+
|
11
|
+
categories: [ Books ]
|
12
|
+
tags: [ Fantasy, Magic, Heroes ]
|
13
|
+
|
14
|
+
image:
|
15
|
+
path: https://d1w7fb2mkkr3kw.cloudfront.net/assets/images/book/large/9781/4732/9781473213692.jpg
|
16
|
+
|
17
|
+
book:
|
18
|
+
cover: https://d1w7fb2mkkr3kw.cloudfront.net/assets/images/book/large/9781/4732/9781473213692.jpg
|
19
|
+
format: paperback
|
20
|
+
pages: 2500
|
21
|
+
publisher: Orion Publishing Co
|
22
|
+
author: Brandon Sanderson
|
23
|
+
ISBN10: 147321369X
|
24
|
+
ISBN13: 9781473213692
|
25
|
+
rank: 731
|
26
|
+
|
27
|
+
regenerate: false
|
28
|
+
|
29
|
+
resources: [ animate ]
|
30
|
+
resource_options:
|
31
|
+
- attic:
|
32
|
+
padding_top: 600
|
33
|
+
slides:
|
34
|
+
- url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
|
35
|
+
alt: Photo by Giammarco on Unsplash
|
36
|
+
badge:
|
37
|
+
type: unsplash
|
38
|
+
author: Giammarco
|
39
|
+
href: https://unsplash.com/@giamboscaro
|
40
|
+
---
|
41
|
+
|
42
|
+
// Page Initializer
|
43
|
+
// =============================================================================
|
44
|
+
// Enable the Liquid Preprocessor
|
45
|
+
:page-liquid:
|
46
|
+
|
47
|
+
// Set (local) page attributes here
|
48
|
+
// -----------------------------------------------------------------------------
|
49
|
+
// :page--attr: <attr-value>
|
50
|
+
|
51
|
+
// Place an excerpt at the most top position
|
52
|
+
// -----------------------------------------------------------------------------
|
53
|
+
// image:{{page.book.cover}}[width=200, role="mr-4 float-left"]
|
54
|
+
|
55
|
+
A boxed set of the landmark fantasy from Brandon Sanderson, the man credited
|
56
|
+
with breathing fresh life into Robert Jordan's WHEEL OF TIME.
|
57
|
+
|
58
|
+
An epic fantasy set in a world where the Dark Lord has gained dominion over
|
59
|
+
the world. A world of ash and pain. A world subjugated. But a world where
|
60
|
+
magic can be drawn from metals. A world waiting for a new heroine, a new hope.
|
61
|
+
|
62
|
+
A word of mouth bestseller in the USA Brandon Sanderson's Mistborn trilogy
|
63
|
+
have now become a massive hit in the UK, introducing readers to the work of
|
64
|
+
one of the genre's great talents. A master of world building, sweeping plots,
|
65
|
+
believable characters and engrossing magic systems.
|
66
|
+
|
67
|
+
excerpt__end
|
68
|
+
|
69
|
+
// Load Liquid procedures
|
70
|
+
// -----------------------------------------------------------------------------
|
71
|
+
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
72
|
+
|
73
|
+
// Load page attributes
|
74
|
+
// -----------------------------------------------------------------------------
|
75
|
+
{% include {{load_attributes}} scope="none" %}
|
76
|
+
|
77
|
+
|
78
|
+
// Page content
|
79
|
+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
80
|
+
|
81
|
+
// Include sub-documents (if any)
|
82
|
+
// -----------------------------------------------------------------------------
|
83
|
+
|
84
|
+
[[readmore]]
|
85
|
+
A word of mouth bestseller in the USA Brandon Sanderson's Mistborn trilogy
|
86
|
+
have now become a massive hit in the UK, introducing readers to the work of
|
87
|
+
one of the genre's great talents. A master of world building, sweeping plots,
|
88
|
+
believable characters and engrossing magic systems.
|
@@ -0,0 +1,94 @@
|
|
1
|
+
---
|
2
|
+
title: Ready Player One
|
3
|
+
tagline: It's the year 2044, and the real world has become an ugly place ..
|
4
|
+
date: 2016-11-20 00:00:00
|
5
|
+
description: >
|
6
|
+
Like most of humanity, Wade Watts escapes this depressing reality by spending
|
7
|
+
his waking hours jacked into the OASIS, a sprawling virtual utopia where you
|
8
|
+
can be anything you want to be, where you can live and play and fall in love
|
9
|
+
on any of ten thousand planets. And like most of humanity, Wade is obsessed
|
10
|
+
by the ultimate lottery ticket that lies concealed within this alternate
|
11
|
+
reality: OASIS founder James Halliday, who dies with no heir, has promised
|
12
|
+
that control of the OASIS - and his massive fortune - will go to the person
|
13
|
+
who can solve the riddles he has left scattered throughout his creation.
|
14
|
+
|
15
|
+
categories: [ Books ]
|
16
|
+
tags: [ Fantasy, Thrillers, Adventure, Science, Fiction ]
|
17
|
+
|
18
|
+
image:
|
19
|
+
path: https://d3by36x8sj6cra.cloudfront.net/assets/images/book/large/9780/0995/9780099560432.jpg
|
20
|
+
|
21
|
+
book:
|
22
|
+
cover: https://d3by36x8sj6cra.cloudfront.net/assets/images/book/large/9780/0995/9780099560432.jpg
|
23
|
+
format: paperback
|
24
|
+
pages: 384
|
25
|
+
publisher: Cornerstone
|
26
|
+
author: Ernest Cline
|
27
|
+
ISBN10: 0099560437
|
28
|
+
ISBN13: 9780099560432
|
29
|
+
rank: 142
|
30
|
+
|
31
|
+
regenerate: false
|
32
|
+
|
33
|
+
resources: [ animate ]
|
34
|
+
resource_options:
|
35
|
+
- attic:
|
36
|
+
padding_top: 600
|
37
|
+
slides:
|
38
|
+
- url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
|
39
|
+
alt: Photo by Giammarco on Unsplash
|
40
|
+
badge:
|
41
|
+
type: unsplash
|
42
|
+
author: Giammarco
|
43
|
+
href: https://unsplash.com/@giamboscaro
|
44
|
+
---
|
45
|
+
|
46
|
+
// Page Initializer
|
47
|
+
// =============================================================================
|
48
|
+
// Enable the Liquid Preprocessor
|
49
|
+
:page-liquid:
|
50
|
+
|
51
|
+
// Set (local) page attributes here
|
52
|
+
// -----------------------------------------------------------------------------
|
53
|
+
// :page--attr: <attr-value>
|
54
|
+
|
55
|
+
// Place an excerpt at the most top position
|
56
|
+
// -----------------------------------------------------------------------------
|
57
|
+
// image:{{page.book.cover}}[width=200, role="mr-4 float-left"]
|
58
|
+
|
59
|
+
It's the year 2044, and the real world has become an ugly place. We're out of
|
60
|
+
oil. We've wrecked the climate. Famine, poverty, and disease are widespread.
|
61
|
+
|
62
|
+
Like most of humanity, Wade Watts escapes this depressing reality by spending
|
63
|
+
his waking hours jacked into the OASIS, a sprawling virtual utopia where you
|
64
|
+
can be anything you want to be, where you can live and play and fall in love
|
65
|
+
on any of ten thousand planets. And like most of humanity, Wade is obsessed
|
66
|
+
by the ultimate lottery ticket that lies concealed within this alternate
|
67
|
+
reality: OASIS founder James Halliday, who dies with no heir, has promised
|
68
|
+
that control of the OASIS - and his massive fortune - will go to the person
|
69
|
+
who can solve the riddles he has left scattered throughout his creation.
|
70
|
+
|
71
|
+
excerpt__end
|
72
|
+
|
73
|
+
// Load Liquid procedures
|
74
|
+
// -----------------------------------------------------------------------------
|
75
|
+
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
76
|
+
|
77
|
+
// Load page attributes
|
78
|
+
// -----------------------------------------------------------------------------
|
79
|
+
{% include {{load_attributes}} scope="none" %}
|
80
|
+
|
81
|
+
|
82
|
+
// Page content
|
83
|
+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
84
|
+
|
85
|
+
// Include sub-documents (if any)
|
86
|
+
// -----------------------------------------------------------------------------
|
87
|
+
|
88
|
+
[[readmore]]
|
89
|
+
For years, millions have struggled fruitlessly to attain this prize, knowing
|
90
|
+
only that the riddles are based in the culture of the late twentieth century.
|
91
|
+
And then Wade stumbles onto the key to the first puzzle. Suddenly, he finds
|
92
|
+
himself pitted against thousands of competitors in a desperate race to claim
|
93
|
+
the ultimate prize, a chase that soon takes on terrifying real-world
|
94
|
+
dimensions - and that will leave both Wade and his world profoundly changed.
|
@@ -0,0 +1,88 @@
|
|
1
|
+
---
|
2
|
+
title: Sword of Destiny
|
3
|
+
tagline: Geralt is a witcher ...
|
4
|
+
date: 2016-11-21 00:00:00
|
5
|
+
description: >
|
6
|
+
Geralt is a witcher, a man whose magic powers, enhanced by long training
|
7
|
+
and a mysterious elixir, have made him a brilliant fighter and a merciless
|
8
|
+
assassin. Yet he is no ordinary murderer: his targets are the multifarious
|
9
|
+
monsters and vile fiends that ravage the land and attack the innocent.
|
10
|
+
|
11
|
+
categories: [ Books ]
|
12
|
+
tags: [ Fantasy, Thriller, Adventure, Knight ]
|
13
|
+
|
14
|
+
image:
|
15
|
+
path: https://d4rri9bdfuube.cloudfront.net/assets/images/book/large/9781/4732/9781473211544.jpg
|
16
|
+
|
17
|
+
book:
|
18
|
+
cover: https://d4rri9bdfuube.cloudfront.net/assets/images/book/large/9781/4732/9781473211544.jpg
|
19
|
+
format: paperback
|
20
|
+
pages: 400
|
21
|
+
publisher: Orion Publishing Co
|
22
|
+
author: Andrzej Sapkowski
|
23
|
+
ISBN10: 1473211549
|
24
|
+
ISBN13: 9781473211544
|
25
|
+
rank: 1305
|
26
|
+
|
27
|
+
regenerate: false
|
28
|
+
|
29
|
+
resources: [ animate ]
|
30
|
+
resource_options:
|
31
|
+
- attic:
|
32
|
+
padding_top: 600
|
33
|
+
slides:
|
34
|
+
- url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
|
35
|
+
alt: Photo by Giammarco on Unsplash
|
36
|
+
badge:
|
37
|
+
type: unsplash
|
38
|
+
author: Giammarco
|
39
|
+
href: https://unsplash.com/@giamboscaro
|
40
|
+
---
|
41
|
+
|
42
|
+
// Page Initializer
|
43
|
+
// =============================================================================
|
44
|
+
// Enable the Liquid Preprocessor
|
45
|
+
:page-liquid:
|
46
|
+
|
47
|
+
// Set (local) page attributes here
|
48
|
+
// -----------------------------------------------------------------------------
|
49
|
+
// :page--attr: <attr-value>
|
50
|
+
|
51
|
+
// Place an excerpt at the most top position
|
52
|
+
// -----------------------------------------------------------------------------
|
53
|
+
// image:{{page.book.cover}}[width=200, role="mr-4 float-left"]
|
54
|
+
|
55
|
+
Geralt is a witcher, a man whose magic powers, enhanced by long training
|
56
|
+
and a mysterious elixir, have made him a brilliant fighter and a merciless
|
57
|
+
assassin. Yet he is no ordinary murderer: his targets are the multifarious
|
58
|
+
monsters and vile fiends that ravage the land and attack the innocent.
|
59
|
+
|
60
|
+
He roams the country seeking assignments, but gradually comes to realise
|
61
|
+
that while some of his quarry are unremittingly vile, vicious grotesques,
|
62
|
+
others are the victims of sin, evil or simple naivety.
|
63
|
+
|
64
|
+
In this collection of short stories, following the adventures of the hit
|
65
|
+
collection THE LAST WISH, join Geralt as he battles monsters, demons and
|
66
|
+
prejudices alike ...
|
67
|
+
|
68
|
+
excerpt__end
|
69
|
+
|
70
|
+
// Load Liquid procedures
|
71
|
+
// -----------------------------------------------------------------------------
|
72
|
+
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
73
|
+
|
74
|
+
// Load page attributes
|
75
|
+
// -----------------------------------------------------------------------------
|
76
|
+
{% include {{load_attributes}} scope="none" %}
|
77
|
+
|
78
|
+
|
79
|
+
// Page content
|
80
|
+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
81
|
+
|
82
|
+
// Include sub-documents (if any)
|
83
|
+
// -----------------------------------------------------------------------------
|
84
|
+
|
85
|
+
[[readmore]]
|
86
|
+
In this collection of short stories, following the adventures of the hit
|
87
|
+
collection THE LAST WISH, join Geralt as he battles monsters, demons and
|
88
|
+
prejudices alike ...
|
@@ -0,0 +1,86 @@
|
|
1
|
+
---
|
2
|
+
title: The Terry Pratchett Diary 2017
|
3
|
+
tagline: Sir Terry Pratchett left us, far too early ...
|
4
|
+
date: 2016-11-23 00:00:00
|
5
|
+
description: >
|
6
|
+
Sir Terry Pratchett left us, far too early, in March 2015. To celebrate his
|
7
|
+
life and works, we've given over the 2017 Discworld Diary - which will be a
|
8
|
+
perennial diary - to remembrances and tributes from some of those who knew
|
9
|
+
and loved him and his extraordinary body of work.
|
10
|
+
|
11
|
+
categories: [ Books ]
|
12
|
+
tags: [ Fantasy, Thrillers, Adventure, Knight ]
|
13
|
+
|
14
|
+
image:
|
15
|
+
path: https://d39ttiideeq0ys.cloudfront.net/assets/images/book/large/9781/4732/9781473208339.jpg
|
16
|
+
|
17
|
+
book:
|
18
|
+
cover: https://d39ttiideeq0ys.cloudfront.net/assets/images/book/large/9781/4732/9781473208339.jpg
|
19
|
+
format: hardback
|
20
|
+
pages: 128
|
21
|
+
publisher: Orion Publishing Co
|
22
|
+
author: Terry Pratchett
|
23
|
+
ISBN10: 1473208335
|
24
|
+
ISBN13: 9781473208339
|
25
|
+
rank: 4576
|
26
|
+
|
27
|
+
regenerate: false
|
28
|
+
|
29
|
+
resources: [ animate ]
|
30
|
+
resource_options:
|
31
|
+
- attic:
|
32
|
+
padding_top: 600
|
33
|
+
slides:
|
34
|
+
- url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
|
35
|
+
alt: Photo by Giammarco on Unsplash
|
36
|
+
badge:
|
37
|
+
type: unsplash
|
38
|
+
author: Giammarco
|
39
|
+
href: https://unsplash.com/@giamboscaro
|
40
|
+
---
|
41
|
+
|
42
|
+
// Page Initializer
|
43
|
+
// =============================================================================
|
44
|
+
// Enable the Liquid Preprocessor
|
45
|
+
:page-liquid:
|
46
|
+
|
47
|
+
// Set (local) page attributes here
|
48
|
+
// -----------------------------------------------------------------------------
|
49
|
+
// :page--attr: <attr-value>
|
50
|
+
|
51
|
+
// Place an excerpt at the most top position
|
52
|
+
// -----------------------------------------------------------------------------
|
53
|
+
// image:{{page.book.cover}}[width=200, role="mr-4 float-left"]
|
54
|
+
|
55
|
+
Sir Terry Pratchett left us, far too early, in March 2015. To celebrate his
|
56
|
+
life and works, we've given over the 2017 Discworld Diary - which will be a
|
57
|
+
perennial diary - to remembrances and tributes from some of those who knew
|
58
|
+
and loved him and his extraordinary body of work.
|
59
|
+
|
60
|
+
Contributors include Neil Gaiman, A S Byatt, Terry Pratchett's literary agent
|
61
|
+
Colin Smythe, co-author of the Long Earth books Stephen Baxter, famed
|
62
|
+
bookseller Rog Peyton, and many more.
|
63
|
+
|
64
|
+
With an introduction from his daughter Rhianna Pratchett and an afterword from
|
65
|
+
longtime friend and colleague Rob Wilkins.
|
66
|
+
|
67
|
+
excerpt__end
|
68
|
+
|
69
|
+
// Load Liquid procedures
|
70
|
+
// -----------------------------------------------------------------------------
|
71
|
+
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
72
|
+
|
73
|
+
// Load page attributes
|
74
|
+
// -----------------------------------------------------------------------------
|
75
|
+
{% include {{load_attributes}} scope="none" %}
|
76
|
+
|
77
|
+
|
78
|
+
// Page content
|
79
|
+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
80
|
+
|
81
|
+
// Include sub-documents (if any)
|
82
|
+
// -----------------------------------------------------------------------------
|
83
|
+
|
84
|
+
[[readmore]]
|
85
|
+
With an introduction from his daughter Rhianna Pratchett and an afterword from
|
86
|
+
longtime friend and colleague Rob Wilkins.
|
@@ -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/diana-petersen.jpg
|
13
|
+
width: 1920
|
14
|
+
height: 1280
|
15
|
+
alt: Diana Petersen
|
16
|
+
|
17
|
+
person:
|
18
|
+
name: Diana Petersen
|
19
|
+
role: Lead Marketer
|
20
|
+
|
21
|
+
social_media:
|
22
|
+
enabled: true
|
23
|
+
facebook:
|
24
|
+
href: https://www.facebook.com/
|
25
|
+
twitter:
|
26
|
+
href: https://twitter.com/home
|
27
|
+
linkedin:
|
28
|
+
href: https://www.linkedin.com/
|
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. Diana Petersen ...
|
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.
|