diff --git a/.gitignore b/.gitignore index 74a9223..97d9522 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,32 @@ +# .gitignore for Jekyll websites + +# Site output _site/ .sass-cache/ .jekyll-cache/ .jekyll-metadata -# Ignore folders generated by Bundler + +# Dependencies +node_modules/ .bundle/ -vendor/ +# vendor/ +vendor/bundle/ +vendor/cache/ +vendor/gems/ +vendor/ruby/ + +# Gem lock +Gemfile.lock + +# Log files +*.log + +# OS generated files +.DS_Store +Thumbs.db + +# dotenv environment variables +.env + +# Byebug command history +.byebug_history diff --git a/404.html b/404.html new file mode 100644 index 0000000..68b2c59 --- /dev/null +++ b/404.html @@ -0,0 +1,18 @@ +--- +layout: default +description: Sorry – the page your looking for doesn't exist. +permalink: /404.html +--- + + \ No newline at end of file diff --git a/500.html b/500.html new file mode 100644 index 0000000..9b4b8b2 --- /dev/null +++ b/500.html @@ -0,0 +1,10 @@ +--- +layout: default +description: Sorry – the page your looking for doesn't exist. +permalink: /500.html +--- +
+ +
\ No newline at end of file diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..637b21b --- /dev/null +++ b/Gemfile @@ -0,0 +1,12 @@ +source 'https://rubygems.org' + +gem "github-pages", "~> 232", group: :jekyll_plugins + +#gem 'jekyll'#, "~> 3.10.0" + +group :jekyll_plugins do + gem 'jekyll-paginate' + gem 'jekyll-sitemap' +end +gem "webrick" + diff --git a/README.md b/README.md index baf8db3..4c6a50f 100644 --- a/README.md +++ b/README.md @@ -1 +1,14 @@ -# FormingWorlds.github.io \ No newline at end of file +# proteus-framework.org + +## How to edit the page + +Explanations for deployment and local testing are here: +https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll + +The order of making changes to the website is as follows: +- Create a new branch +- Add the feature or fix +- Create a pull request +- Upon acceptance the website will be updated automatically + + diff --git a/_LICENSE.md b/_LICENSE.md new file mode 100644 index 0000000..48c26e1 --- /dev/null +++ b/_LICENSE.md @@ -0,0 +1,45 @@ +# Argon by JekyllThemes.io – License + +This license grants you, the purchaser, an ongoing, non-exclusive, worldwide license to make use of the theme. Read the rest of this license for the details that apply to your use of the theme. + +--- + +## Using the theme + +You are licensed to use the theme to create one single End Product for yourself or for one client (a “single application”), and the End Product can be distributed for Free. + +The End Product is a customised implementation of the theme. For example: the end product is the final website customised with your content. + +--- + +## What you CAN do with the theme + +You can create one End Product for a client, and you can transfer that single End Product to your client for any fee. This license is then transferred to your client. + +You can make any number of copies of the single End Product, as long as the End Product is distributed for Free. + +You can modify or manipulate the theme. You can combine the theme with other works and make a derivative work from it. The resulting works are subject to the terms of this license. + +--- + +## What you CAN'T do with the theme + +You can’t Sell the End Product, except to one client. (If you or your client want to Sell the End Product, you will need an Extended License – send an email to hello@jekyllthemes.io to discuss this with us.) + +You can’t re-distribute the theme as stock, in a tool or template, or with source files. You can’t do this with the theme either on its own or bundled with others, and even if you modify the theme. You can’t re-distribute or make available the theme as-is or with superficial modifications. These things are not allowed even if the re-distribution is for Free. + +For example: You can’t purchase the theme, convert it to a WordPress theme and sell or give it to more than one client. You can’t license the theme and then make it available as-is on your website for your users to download. + +You can’t use the theme in any application allowing an end user to customise a digital or physical product to their specific needs, such as an “on demand”, “made to order” or “build it yourself” application. You can use the theme in this way only if you purchase a separate license for each final product incorporating the theme that is created using the application. + +--- + +## Other license terms + +Some components of the theme are sourced by the author from elsewhere and different license terms may apply to the component, such as someone else’s license or an open source or creative commons license. The other license will apply to that component instead of this license. This license will apply to the rest of the theme. + +You can only use the theme for lawful purposes. + +This license can be terminated if you breach it. If that happens, you must stop making copies of or distributing the End Product until you remove the theme from it. + +JekyllThemes.io retains ownership of the theme, but grants you the license on these terms. \ No newline at end of file diff --git a/_README.md b/_README.md new file mode 100644 index 0000000..16a1c59 --- /dev/null +++ b/_README.md @@ -0,0 +1,158 @@ +# Argon Pro for Jekyll - Instructions + +This theme is a collaboration between [Creative Tim](https://creative-tim.com) and [Jekyll Themes](https://jekyllthemes.io). + +This readme file covers all of the **Jekyll-specific features** only. If you need help with using the Argon design system itself, you should visit the [documentation page](https://demos.creative-tim.com/argon-design-system/docs/getting-started/overview.html) or [contact the Creative Tim team](https://www.creative-tim.com/contact-us) for support. + +--- + +## Getting Started + +Copy the theme files to your website directory. + +To run the theme locally, navigate to the theme directory in your terminal and run `bundle install` to install the theme's dependencies. Then run `jekyll serve` to start the Jekyll server. + +If you're not familiar with how Jekyll works, check out [jekyllrb.com](https://jekyllrb.com/) for all the details, or read up on just the basics of [front matter](https://jekyllrb.com/docs/frontmatter/), [writing posts](https://jekyllrb.com/docs/posts/), and [creating pages](https://jekyllrb.com/docs/pages/). + +--- + +## Customizing the theme + +This theme can be adapted to suit your needs... + +### The `_config.yml` file + +You'll need to change: + +- site: Change this to your website's name +- url: The full URL that your site will be hosted at, e.g. https://your-domain.com +- baseurl: Add a base URL here if you will be publishing the site inside a folder, e.g. https://your-domain.com/project/ – or if you're hosting it as a 'project page' on GitHub Pages. Example: `baseurl: /project` +- paginate: Change this to set the number of blog posts on each page. If you are using the blog grid styles, this is best in multiples of 3. + +When using baseurl, you should reference images in your post/project Frontmatter **without** the baseurl, e.g. `/images/image.jpg` but images inside the Markdown content **should include** the baseurl snippet, e.g. `{{site.baseurl}}/images/image.jpg` + +You can also change more advanced things here like the path names, collections etc. You do not need to change any of these to achieve the same look as the demo, so best to leave everything else unless you are confident. + +### The `settings.yml` file + +You'll find this inside the `_data` folder – this is where you can set all of the theme options. + +**Basic settings** + +`site_title` – change this to your website's title. This shows up in the browser's title bar, and in the header and footer. +`favicon_image` – change this to the location of your favicon image, which shows up in the browser's title bar. + +**Header settings** + +`logo_image` – if you'd like to use a logo instead of plain text title in your header, enter the link to it here. +`theme` – choose a color for your header [blue, dark, light] + +**Blog settings** + +`theme` – choose a format for your blog listings [basic, narrow, grid] +`read_more` – display a narrow grid of other blog posts after each blog [yes, no] + +**Menu settings** + +This allows you to set the links inside your menu. Add each one as a list item with a `title` and `url`. When hosting on GitHub Pages, make sure you leave a trailing `/` at the end of links to category pages (e.g. `/blog/` or `/projects/`). + +**Footer settings** + +`footer_tagline` – sets the text that displays on the left hand side of the footer. + +**Contact settings** + +The theme comes with a pre-made contact form that you can use with [Formspree](https://formspree.io/create/jekyllthemes), which is free for up to 50 submissions per month. They also have two great paid plans that offer advanced features. Use the link above to set up your account and then paste the 'endpoint' integration code into the theme settings: + +`form_action` – this is the form endpoint attribute that you get from FormSpree, for example `https://formspree.io/abcdefgh` +`confirmation_url` – by default the user is shown a default Formspree thank you page. If you have a premium plan, you can use this setting to provide an alternative URL for that page, for example `/thanks` – we have included a basic thank you page with the theme. +`email_subject` – choose the subject of the email you receive from Formspree. +`send_button_text` – change the text used on the form submit button. + +Hint: you can add the contact form to any page of your site using the include – `{% include contact-form.html %}` – for example if you wanted to have the contact form on your About page. + +**Social settings** + +Here you can add links to your profiles on social networks, and they'll be shown in the footer. Simply add your URL next to the ones you want to show. + +**Author settings** + +If you are using the basic blog theme, you can add display author information in the list of posts. + +Make sure the name of the author of the post matches the author name field exactly in settings.yml. + +**Advanced options** + +`analytics_code` – use this option to add your Google Analytics code. +`header_js` – use this option to insert javascript into the header of the page. +`footer_js` – use this option to insert javascript at the end of the page. + +--- + +### Images + +Inside the `/assets/img/` folder you'll find a few images included with the theme. + +`favicon.png` – you should replace this with the favicon image you'd like to use for your website. + +--- + +## Main pages + +The theme comes with some pages set up ready for your content. + +#### Home – `/index.html` + +This is your website home page. You can edit some details in the Front Matter at the top of the page: + +- `title` – this sets the page title, which shows up in the browser's title bar and on search engine results, social shares etc. +- `description` – this sets the page meta description, which shows up on search engine results, social shares etc. +- `featured_image` – this sets the header image for the page, as well as the meta image, which shows up on social shares. + +Below the Front Matter is the code for the page. We've included an example, but you can replace this with your own text content written in markdown. + +If you want to add some pre-made sections, such as a pricing table, carousel of team members, or an accordion, following the steps below: + +1. Find the component you like in `_includes/component` +2. Add it to index.html by typing `{% include components/pricing/pricing-1.html %}` replacing `/pricing/pricing-1.html` with your desired component + +#### Blog – `/blog/index.html` + +This is the blog listing page, which shows all your blog posts. You can edit the same things as on the home page to customise it for your website. + +#### Sample Content and Other Pages + +We have included some example pages in `_pages` to help you get started and easily see how the included components are displayed. + +You may delete them or modify them to suit your needs. You can edit some details in the Front Matter at the top of the page: + +- `title` – this sets the page title, which shows up in the browser's title bar and on search engine results, social shares etc. +- `subtitle` – this sets the page title, which displays below the title in the header +- `description` – this sets the page meta description, which shows up on search engine results, social shares etc. +- `featured_image` – this sets the header image for the page, as well as the meta image, which shows up on social shares. +- `layout` – this sets the layout for the page. You can choose from page-heading, no-page-heading or page. Page-heading shows a banner, no-page-header has no heading at all and page has a simple text heading. + +Below the Front Matter is the code for the page. We've included all of the components built into the theme as an example, but you can replace this with your own text content written in markdown. + +If you want to add some pre-made sections, such as a pricing table, carousel of team members, or an accordion, following the steps below: + +1. Find the component you like in `_includes/component` +2. Add it to index.html by typing `{% include components/pricing/pricing-1.html %}` replacing `/pricing/pricing-1.html` with your desired component + +#### Modify components with your content + +If you want to modify these components, we recommend the workflow below: + +1. Find the component you like in `_includes/component` +2. Duplicate it and rename it +3. Add it to your page by typing `{% include components/pricing/pricing-1.html %}` replacing `/pricing/pricing-1.html` with your renamed component + + +## Any questions? + +If you need help with using the **Argon design system itself**, you should visit the [documentation page](https://demos.creative-tim.com/argon-design-system/docs/getting-started/overview.html) or [contact the Creative Tim team](https://www.creative-tim.com/contact-us) for support. + +If you have any questions or feedback about the **Jekyll features** of the theme, don't hesitate to reach out to hello@jekyllthemes.io for 1-to-1 support direct from the developers! + +🤘 + diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..0913371 --- /dev/null +++ b/_config.yml @@ -0,0 +1,49 @@ +# https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll?platform=linux +# https://pages.github.com/versions/ + +site: PROTEUS Framework +domain: formingworlds.github.io + +url: https://proteus-framework.org +baseurl: + +collections: + pages: + output: true + permalink: /:name + posts: + output: true + permalink: /blog/:slug + type: "post" + +defaults: + - + scope: + path: "" + values: + layout: "default" + - + scope: + path: "" + type: "pages" + values: + layout: "default" + - + scope: + path: "" + type: "posts" + values: + layout: "post" + +sass: + sass_dir: assets/styles + style: compressed + sourcemap: never + +plugins: + - jekyll-paginate + - jekyll-sitemap + +paginate: 6 +paginate_path: "/blog/page:num/" + diff --git a/_data/settings.yml b/_data/settings.yml new file mode 100644 index 0000000..f114ad6 --- /dev/null +++ b/_data/settings.yml @@ -0,0 +1,102 @@ +basic_settings: + site_title: PROTEUS Framework + favicon_image: /assets/img/brand/PROTEUS_black_on_white_logo_only.png + +header_settings: + logo_image: /assets/img/brand/PROTEUS_white_on_black.png + mobile_logo_image: /assets/img/brand/PROTEUS_black_on_white.png + # Choose a color for your header [blue, dark, light]. + theme: dark + # If the page has a featured image, it turns transparent if allow_transparent is set to "yes". + allow_transparent: "yes" + +home_settings: + # Choose a layout for your home page: + # landing – an example landing page made using the Argon design system + # blog – use your blog posts as the home page + theme: landing + +blog_settings: + # Choose a format for your blog listings: + # basic – a simple list of posts + # narrow – a masonary grid of posts + # grid – a full-width square grid of posts + theme: narrow + # Should we display a narrow grid of other posts at the bottom of each blog post? + read_more: "yes" + +# Setup your navigation below – how to use the icons: + # 1. See all the icons available here https://demos.creative-tim.com/argon-design-system-pro/docs/1.0/foundation/icons.html + # 2. Get the name of the icon e.g basket, then prefix with ni to make ni-basket. + # 3. Add a color of the icon - text-primary, text-success, text-info, text-danger, text-warning and text-default all work! +menu_settings: + menu_items: + - title: 'Home' + submenu_items: + - title: Landing Page + url: / + icon: ni-spaceship text-success + - title: Blog + url: /blog + icon: ni-books text-primary + - title: 'Features' + url: '/features' + - title: Pricing + url: /pricing + - title: 'Blog' + submenu_items: + - title: Blog + url: /blog + icon: ni-books text-primary + - title: Narrow Grid Example + url: /blog-narrow-example + icon: ni-align-center text-success + - title: Wide Grid Example + url: /blog-grid-example + icon: ni-image text-info + - title: List Example + url: /blog-list-example + icon: ni-bullet-list-67 text-default + - title: 'About' + url: '/about' + - title: 'Contact' + url: '/contact' + +footer_settings: + footer_tagline: PROTEUS framework for planetary evolution + +contact_settings: + form_action: 'https://formspree.io/hello@jekyllthemes.io' + confirmation_url: '/thanks' + email_subject: 'Contact form submission' + send_button_text: 'Send Message' + +social_settings: + facebook_url: '' + twitter_url: '' + instagram_url: '' + youtube_url: '' + vimeo_url: '' + pinterest_url: '' + tumblr_url: '' + dribbble_url: '' + behance_url: '' + github_url: 'https://github.com/FormingWorlds/PROTEUS' + reddit_url: '' + linkedin_url: '' + +authors: + tom: + name: Tom + picture: /assets/img/faces/team-1.jpg + jane: + name: Jane + picture: /assets/img/faces/team-4.jpg + michael: + name: Michael + picture: /assets/img/faces/michael.jpg + +advanced_settings: + analytics_code: + header_js: + footer_js: \ No newline at end of file diff --git a/_includes/blogs.html b/_includes/blogs.html new file mode 100644 index 0000000..db0fd4f --- /dev/null +++ b/_includes/blogs.html @@ -0,0 +1,192 @@ +{% if site.data.settings.blog_settings.theme == "grid" %} +
+
+ {% assign psize = site.posts | size %} + {% if psize == 0 %} +

No posts...yet.

+ {% endif %} +
+ {% for post in paginator.posts %} + + {% endfor %} + +
+
+
+ {% if paginator.total_pages > 1 %} +
+
+ + + {% if paginator.previous_page %} + + {% endif %} + {% if paginator.next_page %} + + {% endif %} +
+
+ {% endif %} +
+
+
+ +
+{% endif %} + +{% if site.data.settings.blog_settings.theme == "narrow" %} +
+
+ {% assign psize = site.posts | size %} + {% if psize == 0 %} +

No posts...yet.

+ {% endif %} +
+ {% for post in paginator.posts %} + + {% endfor %} +
+
+
+ {% if paginator.total_pages > 1 %} +
+
+ + + {% if paginator.previous_page %} + + {% endif %} + {% if paginator.next_page %} + + {% endif %} +
+
+ {% endif %} +
+
+
+
+{% endif %} + +{% if site.data.settings.blog_settings.theme == "basic" %} +
+
+ {% assign psize = site.posts | size %} + {% if psize == 0 %} +

No posts...yet.

+ {% endif %} +
+
+ {% for post in paginator.posts limit:8 %} +
+
+
+
+ + + +
+
+
+
+

+ {{ post.title }} +

+

+ {{ post.description }} Read More +

+ {% for author in site.data.settings.authors %} + {% if post.author == author[1].name %} +
+ ... +
+ + + {{author[1].name}} + + +
{{ post.date | date_to_long_string }}
+
+
+ {% endif %} + {% endfor %} + +
+
+
+
+ {% endfor %} + +
+
+
+
+ {% if paginator.total_pages > 1 %} +
+
+ + + {% if paginator.previous_page %} + + {% endif %} + {% if paginator.next_page %} + + {% endif %} +
+
+ {% endif %} +
+
+
+
+{% endif %} \ No newline at end of file diff --git a/_includes/blogsHome.html b/_includes/blogsHome.html new file mode 100644 index 0000000..ae5ff0d --- /dev/null +++ b/_includes/blogsHome.html @@ -0,0 +1,15 @@ +{% if site.data.settings.blog_settings.theme == "grid" %} + {% include components/blog/grid.html %} +{% endif %} + +{% if site.data.settings.blog_settings.theme == "narrow" %} + {% include components/blog/narrow.html %} +{% endif %} + +{% if site.data.settings.blog_settings.theme == "basic" %} + {% if site.data.settings.home_settings.theme == "landing" %} + {% include components/blog/basicLanding.html %} + {% else %} + {% include components/blog/basic.html %} + {% endif %} +{% endif %} \ No newline at end of file diff --git a/_includes/components/accordion.html b/_includes/components/accordion.html new file mode 100644 index 0000000..a1c922d --- /dev/null +++ b/_includes/components/accordion.html @@ -0,0 +1,93 @@ +
+ +
+
+
+
+

Frequently asked question

+
+
+
+
+
+
+
+
+ +
+
+
+
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. +
+
+
+
+
+
+ +
+
+
+
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. +
+
+
+
+
+
+ +
+
+
+
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. +
+
+
+
+
+
+ +
+
+
+
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. +
+
+
+
+
+
+ +
+
+
+
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. +
+
+
+
+
+
+
+
+
\ No newline at end of file diff --git a/_includes/components/blog/basic.html b/_includes/components/blog/basic.html new file mode 100644 index 0000000..4fb6bdb --- /dev/null +++ b/_includes/components/blog/basic.html @@ -0,0 +1,63 @@ +
+
+ {% assign psize = site.posts | size %} + {% if psize == 0 %} +

No posts...yet.

+ {% endif %} +
+
+ {% for post in site.posts limit:6 %} +
+
+
+
+ + + +
+
+
+
+

+ {{ post.title }} +

+

+ {{ post.description }} Read More +

+ {% for author in site.data.settings.authors %} + {% if post.author == author[1].name %} +
+ ... +
+ {{author[1].name}} +
{{ post.date | date_to_long_string }}
+
+
+ {% endif %} + {% endfor %} + +
+
+
+
+ {% endfor %} + {% if psize > 6 %} +
+
+
+
+ +
+
+
+
+ {% endif %} + +
+
+
+
\ No newline at end of file diff --git a/_includes/components/blog/basicLanding.html b/_includes/components/blog/basicLanding.html new file mode 100644 index 0000000..c866aab --- /dev/null +++ b/_includes/components/blog/basicLanding.html @@ -0,0 +1,63 @@ +
+
+ {% assign psize = site.posts | size %} + {% if psize == 0 %} +

No posts...yet.

+ {% endif %} +
+
+ {% for post in site.posts limit:3 %} +
+
+
+
+ + + +
+
+
+
+

+ {{ post.title }} +

+

+ {{ post.description }} Read More +

+ {% for author in site.data.settings.authors %} + {% if post.author == author[1].name %} +
+ ... +
+ {{author[1].name}} +
{{ post.date | date_to_long_string }}
+
+
+ {% endif %} + {% endfor %} + +
+
+
+
+ {% endfor %} + {% if psize > 6 %} +
+
+
+
+ +
+
+
+
+ {% endif %} + +
+
+
+
\ No newline at end of file diff --git a/_includes/components/blog/grid.html b/_includes/components/blog/grid.html new file mode 100644 index 0000000..f039831 --- /dev/null +++ b/_includes/components/blog/grid.html @@ -0,0 +1,42 @@ +
+
+ {% assign psize = site.posts | size %} + {% if psize == 0 %} +

No posts...yet.

+ {% endif %} +
+ {% for post in site.posts limit:6 %} + + {% endfor %} + +
+ {% if psize > 6 %} +
+
+
+
+ +
+
+
+
+ {% endif %} +
+
\ No newline at end of file diff --git a/_includes/components/blog/narrow.html b/_includes/components/blog/narrow.html new file mode 100644 index 0000000..16c8d3e --- /dev/null +++ b/_includes/components/blog/narrow.html @@ -0,0 +1,41 @@ +
+
+ {% assign psize = site.posts | size %} + {% if psize == 0 %} +

No posts...yet.

+ {% endif %} +
+ {% for post in site.posts limit:6 %} + + {% endfor %} + {% if psize > 6 %} +
+
+
+
+ +
+
+
+
+ {% endif %} +
+
+
\ No newline at end of file diff --git a/_includes/components/features/feature-1.html b/_includes/components/features/feature-1.html new file mode 100644 index 0000000..5f0cdcb --- /dev/null +++ b/_includes/components/features/feature-1.html @@ -0,0 +1,49 @@ +
+
+
+
+ Insight +

Full-Funnel Social Analytics

+

The time is now for it to be okay to be great. For being a bright color. For standing out.

+
+
+
+
+
+
+ +
+
Social Conversations
+

We get insulted by others, lose trust for those others. We get back stabbed by friends. It becomes harder for us to give others a hand.

+ More about us + + +
+
+
+
+
+ +
+
Analyze Performance
+

Don't get your heart broken by people we love, even that we give them all we have. Then we lose family over time. As we live, our hearts turn colder.

+ Learn about our products + + +
+
+
+
+
+ +
+
Measure Conversions
+

What else could rust the heart more over time? Blackgold. The time is now for it to be okay to be great. or being a bright color. For standing out.

+ Check our documentation + + +
+
+
+
+
diff --git a/_includes/components/features/feature-2.html b/_includes/components/features/feature-2.html new file mode 100644 index 0000000..d785d8a --- /dev/null +++ b/_includes/components/features/feature-2.html @@ -0,0 +1,113 @@ +
+
+
+
+
+
+ +
+

Awesome features

+

The kit comes with three pre-built pages to help you get started faster. You can change the text and images and you're good to go.

+
    +
  • +
    +
    +
    + +
    +
    +
    +
    Carefully crafted components
    +
    +
    +
  • +
  • +
    +
    +
    + +
    +
    +
    +
    Amazing page examples
    +
    +
    +
  • +
  • +
    +
    +
    + +
    +
    +
    +
    Super friendly support team
    +
    +
    +
  • +
+
+
+
+
+
+
+
+ +
+
Best Quality
+

What matters is the people who are sparked by it. And the people who are like offended by it.

+
+
+
+
+
+ +
+
Awesome Design
+

Because it's about motivating the doers. Because I’m here to follow my dreams and inspire the world.

+
+
+
+
+
+ +
+
Great Performance
+

There’s nothing I really wanted to do in life that I wasn’t able to get good at. We’re constantly growing.

+
+
+
+
+
+
+
+ +
+
Fast Development
+

I always felt like I could do anything. That’s the main thing people are controlled by the force!

+
+
+
+
+
+ +
+
Super Fresh
+

Thoughts- their perception of themselves! They're slowed down by their perception of themselves.

+
+
+
+
+
+ +
+
Organized Content
+

If you're taught you can’t do anything, you won’t do anything. I was taught I could do everything.

+
+
+
+
+
+
+
\ No newline at end of file diff --git a/_includes/components/features/feature-3.html b/_includes/components/features/feature-3.html new file mode 100644 index 0000000..48f349f --- /dev/null +++ b/_includes/components/features/feature-3.html @@ -0,0 +1,62 @@ +
+
+
+
+

Build something great with our products

+

We’re constantly trying to express ourselves and actualize our dreams. If you have the opportunity to play this game of life you need to appreciate every moment.

+
+
+
+
+
+
+ +
+
+
Modular Components
+

The Arctic Ocean freezes every winter and much of the sea-ice then thaws every summer, and that process will continue whatever.

+ Learn more +
+
+
+
+
+
+ +
+
+
Modern Interface
+

If everything I did failed - which it doesn't, it actually succeeds - just the fact that I'm willing to fail is an inspiration.

+ Learn more +
+
+
+
+
+
+
+
+ +
+
+
Great Features
+

People are so scared to lose that they don't even try. Like, one thing people can't say is that I'm not trying, and I'm not trying my hardest.

+ Learn more +
+
+
+
+
+
+ +
+
+
Awesome Support
+

The time is now for it to be okay to be great. People in this world shun people for being great. For being a bright color.

+ Learn more +
+
+
+
+
+
\ No newline at end of file diff --git a/_includes/components/features/feature-4.html b/_includes/components/features/feature-4.html new file mode 100644 index 0000000..8d40a50 --- /dev/null +++ b/_includes/components/features/feature-4.html @@ -0,0 +1,67 @@ +
+
+
+
+

The time is now

+

The time is now to be okay to be the greatest you. Would you believe in what you believe in, if you were the only one who believed it?

+
+
+
+
+
+ +
+ + + + +

Design System

+

That’s my skill. I’m not really specifically talented at anything except for the ability to learn.

+
+
+
+
+
+
+
+
+ +
+
Best Quality
+

It becomes harder for us to give others a hand. We get our heart broken by people we love.

+
+
+
+
+
+ +
+
Awesome Design
+

As we live, our hearts turn colder. Cause pain is what we go through as we become older.

+
+
+
+
+
+
+
+ +
+
Fast Development
+

We’re not always in the position that we want to be at. We’re constantly growing.

+
+
+
+
+
+ +
+
Super Fresh
+

When we lose family over time. What else could rust the heart more over time? Blackgold.

+
+
+
+
+
+
+
\ No newline at end of file diff --git a/_includes/components/features/feature-5.html b/_includes/components/features/feature-5.html new file mode 100644 index 0000000..524fca1 --- /dev/null +++ b/_includes/components/features/feature-5.html @@ -0,0 +1,214 @@ +
+
+
+
+

Company values

+

There’s nothing I wanted to do in life that I wasn’t able to get good at. I’m not really specifically talented at anything except for the ability to learn.

+
+
+
+
+
+
+
+
+
+ +
+
Awesome features
+

The kit comes with three pre-built pages to help you get started faster.

+
    +
  • +
    +
    +
    + +
    +
    +
    +

    Beautiful elements

    +
    +
    +
  • +
  • +
    +
    +
    + +
    +
    +
    +

    Amazing page examples

    +
    +
    +
  • +
  • +
    +
    +
    + +
    +
    +
    +

    Super friendly support team

    +
    +
    +
  • +
+
+
+
+
+
+
+
+ +
+
Best prices
+

If you're taught you can’t do anything, you won’t do anything.

+
    +
  • +
    +
    +
    + +
    +
    +
    +

    Beautiful elements

    +
    +
    +
  • +
  • +
    +
    +
    + +
    +
    +
    +

    Amazing page examples

    +
    +
    +
  • +
  • +
    +
    +
    + +
    +
    +
    +

    Super friendly support team

    +
    +
    +
  • +
+
+
+
+
+
+
+
+
+
+ +
+
Community support
+

That’s the main thing people are always controlled by!

+
    +
  • +
    +
    +
    + +
    +
    +
    +

    Beautiful elements

    +
    +
    +
  • +
  • +
    +
    +
    + +
    +
    +
    +

    Amazing page examples

    +
    +
    +
  • +
  • +
    +
    +
    + +
    +
    +
    +

    Super friendly support team

    +
    +
    +
  • +
+
+
+
+
+
+
+
+ +
+
Responsive componenets
+

They're slowed down by their perception of themselves.

+
    +
  • +
    +
    +
    + +
    +
    +
    +

    Beautiful elements

    +
    +
    +
  • +
  • +
    +
    +
    + +
    +
    +
    +

    Amazing page examples

    +
    +
    +
  • +
  • +
    +
    +
    + +
    +
    +
    +

    Super friendly support team

    +
    +
    +
  • +
+
+
+
+
+
+
+
+
\ No newline at end of file diff --git a/_includes/components/features/feature-6.html b/_includes/components/features/feature-6.html new file mode 100644 index 0000000..f0ac9bc --- /dev/null +++ b/_includes/components/features/feature-6.html @@ -0,0 +1,41 @@ +
+
+
+
+
+
+ +
+
+
For Developers
+

The time is now for it to be okay to be great. People in this world shun people for being great. For being a bright color. For standing out. But the time is now.

+ Learn more +
+
+
+
+ +
+
+
For Designers
+

There’s nothing I really wanted to do in life that I wasn’t able to get good at. That’s my skill. I’m not really specifically talented at anything except for the ability to learn.

+ Learn more +
+
+
+
+ +
+
+
For Beginners
+

That’s what I do. That’s what I’m here for. Don’t be afraid to be wrong because you can’t learn anything from a compliment. If everything I did failed - which it doesn't.

+ Learn more +
+
+
+
+ +
+
+
+
\ No newline at end of file diff --git a/_includes/components/features/feature-7.html b/_includes/components/features/feature-7.html new file mode 100644 index 0000000..b2d48f3 --- /dev/null +++ b/_includes/components/features/feature-7.html @@ -0,0 +1,52 @@ +
+
+
+
+

Follow your dreams

+

We’re constantly trying to express ourselves and actualize our dreams. If you have the opportunity to play this game of life you need to appreciate every moment.

+
+
+
+
+
+
+
+
+
+ +
+
Download Argon
+

Because I’m here to follow my dreams and inspire other people to follow their dreams, too. That’s what I’m here for.

+ Learn more +
+
+
+
+
+
+
+ +
+
Build Something
+

Society has put up so many boundaries, so many limitations on what’s right and wrong that it’s almost impossible.

+ Learn more +
+
+
+
+
+
+
+ +
+
Prepare Launch
+

Why would anyone pick blue over pink? Pink is obviously a better color.Everyone’s born confident, and everything’s...

+ Learn more +
+
+
+
+
+
+
+
\ No newline at end of file diff --git a/_includes/components/headers/contact-page-header.html b/_includes/components/headers/contact-page-header.html new file mode 100644 index 0000000..4126182 --- /dev/null +++ b/_includes/components/headers/contact-page-header.html @@ -0,0 +1,55 @@ +
+ +
+
+
+

Got a question?

+

We'd like to talk more about what you need

+ +
+
+
+
+
+
+ +
+

Address

+

12124 First Street, nr 54

+
+
+
+
+
+ +
+

Email

+

hello@email.com

+
+
+
+
+
+ +
+

Phone

+

+1(424) 535 3523

+
+
+
+
+
+ +
+

Contact

+

Andrew Samian

+
+
+
+
+
\ No newline at end of file diff --git a/_includes/components/headers/header-1.html b/_includes/components/headers/header-1.html new file mode 100644 index 0000000..e686829 --- /dev/null +++ b/_includes/components/headers/header-1.html @@ -0,0 +1,19 @@ +
+ +
\ No newline at end of file diff --git a/_includes/components/headers/header-2.html b/_includes/components/headers/header-2.html new file mode 100644 index 0000000..9b64020 --- /dev/null +++ b/_includes/components/headers/header-2.html @@ -0,0 +1,22 @@ +
+ +
\ No newline at end of file diff --git a/_includes/components/headers/header-3.html b/_includes/components/headers/header-3.html new file mode 100644 index 0000000..af0e9f7 --- /dev/null +++ b/_includes/components/headers/header-3.html @@ -0,0 +1,23 @@ +
+ +
\ No newline at end of file diff --git a/_includes/components/pricing/pricing-1.html b/_includes/components/pricing/pricing-1.html new file mode 100644 index 0000000..5ec29a4 --- /dev/null +++ b/_includes/components/pricing/pricing-1.html @@ -0,0 +1,177 @@ +
+
+
+ +
+
+
+
+
+
Starter
+
+
+
$22
+ per month +
    +
  • +
    +
    +
    + +
    +
    +
    + Complete documentation +
    +
    +
  • +
  • +
    +
    +
    + +
    +
    +
    + Working materials in Sketch +
    +
    +
  • +
  • +
    +
    +
    + +
    +
    +
    + 2GB cloud storage +
    +
    +
  • +
+ +
+ +
+
+
+
+
+
PRO
+
+
+
$45
+ per month +
    +
  • +
    +
    +
    + +
    +
    +
    + Complete documentation +
    +
    +
  • +
  • +
    +
    +
    + +
    +
    +
    + Working materials in Sketch +
    +
    +
  • +
  • +
    +
    +
    + +
    +
    +
    + 200GB cloud storage +
    +
    +
  • +
+ +
+ +
+
+
+
+
+
Enterprise
+
+
+
$68
+ per month +
    +
  • +
    +
    +
    + +
    +
    +
    + Complete documentation +
    +
    +
  • +
  • +
    +
    +
    + +
    +
    +
    + Working materials in Sketch +
    +
    +
  • +
  • +
    +
    +
    + +
    +
    +
    + Unlimited cloud storage +
    +
    +
  • +
+ +
+ +
+
+
+
+
\ No newline at end of file diff --git a/_includes/components/pricing/pricing-2.html b/_includes/components/pricing/pricing-2.html new file mode 100644 index 0000000..a707fb8 --- /dev/null +++ b/_includes/components/pricing/pricing-2.html @@ -0,0 +1,100 @@ +
+
+
+
+ +
+
+
+
+
+
Starter
+

+ $199 +

+
    +
  • + 10 Projects +
  • +
  • + 1 Team Members +
  • +
  • + 5 Personal Contacts +
  • +
  • + 500 Messages +
  • +
+ + Get Started + +
+
+
+
+
+
+
PRO
+

+ $399 +

+
    +
  • + 100 Projects +
  • +
  • + 10 Team Members +
  • +
  • + 50 Personal Contacts +
  • +
  • + 500 Messages +
  • +
+ + Get Started + +
+
+
+
+
+
+
Enterprise
+

+ $599 +

+
    +
  • + 1K Projects +
  • +
  • + 100 Team Members +
  • +
  • + 500 Personal Contacts +
  • +
  • + Unlimited Messages +
  • +
+ + Get Started + +
+
+
+
+
+
\ No newline at end of file diff --git a/_includes/components/pricing/pricing-3.html b/_includes/components/pricing/pricing-3.html new file mode 100644 index 0000000..dff94c0 --- /dev/null +++ b/_includes/components/pricing/pricing-3.html @@ -0,0 +1,84 @@ +
+
+
+
+
+
+

Bravo pack

+
+
+
$49
+ per application +
    +
  • +
    +
    +
    + +
    +
    +
    + Complete documentation +
    +
    +
  • +
  • +
    +
    +
    + +
    +
    +
    + Working materials in Sketch +
    +
    +
  • +
  • +
    +
    +
    + +
    +
    +
    + 2GB cloud storage +
    +
    +
  • +
+ +
+ +
+
+
+
+
+

Enterprise

+
+
+
What colors are good, before somebody tells you you shouldn’t like pink because that’s for girls, or you’d instantly become a gay two-year-old.
+ + + + + + + + + + + +
24/7 SupportDesign Tools
10K emailsPrivate Brand
+
+ +
+
+
+
+
\ No newline at end of file diff --git a/_includes/components/pricing/pricing-4.html b/_includes/components/pricing/pricing-4.html new file mode 100644 index 0000000..ddbeeec --- /dev/null +++ b/_includes/components/pricing/pricing-4.html @@ -0,0 +1,84 @@ +
+
+
+
+
+
+ +
+
+
+
+
Standard Pack
+ £ 39 +
+
+
+
+
    +
  • 50 messages
  • +
  • 100 emails
  • +
  • No Support
  • +
+
+
+ +
+
+
+
+
+ +
+
+
+
+
Premium Pack
+ £ 49 +
+
+
+
+
    +
  • 100 messages
  • +
  • 1K emails
  • +
  • Premium Support
  • +
+
+
+ +
+
+
+
+
+ +
+
+
+
+
Platinum Pack
+ £ 69 +
+
+
+
+
    +
  • 350 messages
  • +
  • 10K emails
  • +
  • 24/7 Support
  • +
+
+
+ +
+
+
+
+
\ No newline at end of file diff --git a/_includes/components/pricing/pricing-5.html b/_includes/components/pricing/pricing-5.html new file mode 100644 index 0000000..8c24f76 --- /dev/null +++ b/_includes/components/pricing/pricing-5.html @@ -0,0 +1,134 @@ +
+
+
+
+

Choose a plan for your next project

+ +

You have Free Unlimited Updates and Premium Support on each package. You also have 20 days to request a refund.

+
+
+
+
+
+
+
+
+
Gold
+
+
+
$100
+ per month +
    +
  • + 200GB File Storage +
  • +
  • + Unlimited Users +
  • +
  • + Premium Support +
  • +
+
+ +
+
+
+
+
+
Platinum
+
+
+
$135
+ per month +
    +
  • + 500GB File Storage +
  • +
  • + Unlimited Users +
  • +
  • + No time Tracking +
  • +
+
+ +
+
+
+
+
+
+
+
+
+
Standard
+
+
+
$25
+ per month +
    +
  • + 20GB File Storage +
  • +
  • + 15 Users +
  • +
  • + false Support +
  • +
+
+ +
+
+
+
+
+
Premium
+
+
+
$59
+ per month +
    +
  • + 50GB File Storage +
  • +
  • + 100 Users +
  • +
  • + Premium Support +
  • +
+
+ +
+
+
+
+
+
+
+
+
\ No newline at end of file diff --git a/_includes/components/teams/team-carousel-1.html b/_includes/components/teams/team-carousel-1.html new file mode 100644 index 0000000..66d355b --- /dev/null +++ b/_includes/components/teams/team-carousel-1.html @@ -0,0 +1,174 @@ +
+
+
+
+

Our Awesome Team 1

+

People in this world shun people for being great. For being a bright color. For standing out. But the time is now to be okay to be the greatest you. Would you believe in what you believe in?

+
+
+
+ +
+
+
\ No newline at end of file diff --git a/_includes/components/teams/team-carousel-2.html b/_includes/components/teams/team-carousel-2.html new file mode 100644 index 0000000..3dc3701 --- /dev/null +++ b/_includes/components/teams/team-carousel-2.html @@ -0,0 +1,207 @@ +
+
+
+
+

The Executive Team

+

This is the paragraph where you can write more details about your team. Keep you user engaged by providing meaningful information.

+
+
+
+
+
+
+
+ + + + +
+
+
+

Sofia Scarlett

+

UX Designer

+
+
    +
  • +
    +
    +
    + +
    +
    +
    +
    Keen on great design
    +
    +
    +
  • +
  • +
    +
    +
    + +
    +
    +
    +
    Outdors lover
    +
    +
    +
  • +
  • +
    +
    +
    + +
    +
    +
    +
    Super friendly support team
    +
    +
    +
  • +
+
+
+
+
+
+
+
+
+ + + + +
+
+
+

Dylan Wyatt

+

Team Lead

+
+
    +
  • +
    +
    +
    + +
    +
    +
    +
    Dedicated entrepreneur
    +
    +
    +
  • +
  • +
    +
    +
    + +
    +
    +
    +
    Urban exploration
    +
    +
    +
  • +
  • +
    +
    +
    + +
    +
    +
    +
    Able to get good at everything
    +
    +
    +
  • +
+
+
+
+
+
+
+
+
+ + + + +
+
+
+

Mila Skylar

+

Content Creator

+
+
    +
  • +
    +
    +
    + +
    +
    +
    +
    High quality publication
    +
    +
    +
  • +
  • +
    +
    +
    + +
    +
    +
    +
    Storytelling
    +
    +
    +
  • +
  • +
    +
    +
    + +
    +
    +
    +
    Master of words qualification
    +
    +
    +
  • +
+
+
+
+
+
+
+
\ No newline at end of file diff --git a/_includes/components/teams/team-carousel-3.html b/_includes/components/teams/team-carousel-3.html new file mode 100644 index 0000000..0980f7e --- /dev/null +++ b/_includes/components/teams/team-carousel-3.html @@ -0,0 +1,198 @@ +
+
+
+
+

You are into a great company

+

This is the paragraph where you can write more details about your team. Keep you user engaged by providing meaningful information.

+
+
+
+
+
+ + + +
+ +
+
+

Jane Doe

+

Scrum Master

+
+ + + + + + + + + + + + + + + +
+
+ +
+ Skills +
+ Leadership +
+
+ +
+ Hobbies +
+ Skiing, Chess +
+
+ +
+ Level +
+ • • • • • +
+
+
+
+
+
+
+ + + +
+ +
+
+

Hannah Klein

+

CTO

+
+ + + + + + + + + + + + + + + +
+
+ +
+ Skills +
+ Leadership +
+
+ +
+ Hobbies +
+ Skiing, Chess +
+
+ +
+ Level +
+ • • • • • +
+
+
+
+
+
+
+ + + +
+ +
+
+

Lucy Khan

+

Brand Strategist

+
+ + + + + + + + + + + + + + + +
+
+ +
+ Skills +
+ Leadership +
+
+ +
+ Hobbies +
+ Skiing, Chess +
+
+ +
+ Level +
+ • • • • • +
+
+
+
+
+
+
+
\ No newline at end of file diff --git a/_includes/components/teams/team-carousel-4.html b/_includes/components/teams/team-carousel-4.html new file mode 100644 index 0000000..abeecef --- /dev/null +++ b/_includes/components/teams/team-carousel-4.html @@ -0,0 +1,77 @@ +
+
+
+
+

The Amazing Team

+

Society has put up so many boundaries, so many limitations on what’s right and wrong that it’s almost impossible to get a pure thought out. It’s like a little kid, a little boy, looking at colors.

+
+
+
+
+
+
+
+
+ + + +
+
+
+
+
+
+ Willian Pearce + Name +
+
+
+
+ Project Manager + Position +
+
+
+
+ 367 + Followers +
+
+ 31 + Projects +
+
+ 189 + Commits +
+
+
+
+ + Team +
+
+
+ +
+
+
+
+
+
+
\ No newline at end of file diff --git a/_includes/components/teams/team-carousel-5.html b/_includes/components/teams/team-carousel-5.html new file mode 100644 index 0000000..8a9753d --- /dev/null +++ b/_includes/components/teams/team-carousel-5.html @@ -0,0 +1,131 @@ +
+
+
+
+

Meet our awesome team

+

People are so scared to lose that they don't even try. Like, one thing people can't say is that I'm not trying, and I'm not trying my hardest, and I'm not trying to do the best way I know how.

+
+
+
+
+
+
+
+ + + +
+
+
+ +
+
+
+
+ 22 + Friends +
+
+ 10 + Photos +
+
+ 89 + Comments +
+
+
+
+
+
+ Melanie Paisley, 31 +
+
+ Beijing, China +
+
+
+
+
+
+
+ cover +
+
+ + + +
+
+
+
+
+ Byron Reese, 29 +
+
+ California +
+
+
+
+ 23K + Followers +
+
+ 47 + Posts +
+
+ +
+
+
+
+
+
+
+ + + +
+
+
+ +
+
+
+
+ 22 + Friends +
+
+ 10 + Photos +
+
+ 89 + Comments +
+
+
+
+
+
+ Johana Doe, 29 +
+
+ California +
+
+
+
+
+
+
+
\ No newline at end of file diff --git a/_includes/components/testimonials/testimonials-1.html b/_includes/components/testimonials/testimonials-1.html new file mode 100644 index 0000000..c5d046d --- /dev/null +++ b/_includes/components/testimonials/testimonials-1.html @@ -0,0 +1,58 @@ +
+
+ +
+
\ No newline at end of file diff --git a/_includes/components/testimonials/testimonials-2.html b/_includes/components/testimonials/testimonials-2.html new file mode 100644 index 0000000..379c7a3 --- /dev/null +++ b/_includes/components/testimonials/testimonials-2.html @@ -0,0 +1,68 @@ +
+
+
+ +
+
+
\ No newline at end of file diff --git a/_includes/contact-form.html b/_includes/contact-form.html new file mode 100644 index 0000000..ff52ccb --- /dev/null +++ b/_includes/contact-form.html @@ -0,0 +1,148 @@ +
+
+
+ Leave a message +

Tell us more about yourself

+

Whether you have questions or you would just like to say hello, contact us.

+
+
+ +
+
+
+ {% if site.data.settings.contact_settings.form_action %} +
+
+ +
+
+
+
+
+ +
+
+ +
+ +
+
+
+
+
+ +
+
+ +
+ +
+
+
+
+
+ +
+
+ +
+ +
+
+
+ + +
+
+
+
+ + + + + + + +
+
+
+ +
+
+
+
+
+
+ {% else %} +
+
+
+

Contact Us

+
+ +
+
+
+
+
+ +
+
+ +
+ +
+
+
+
+
+ +
+
+ +
+ +
+
+
+
+
+ +
+
+ +
+ +
+
+
+ + +
+
+
+

This form cannot be submitted right now. If you are the site owner, refer to the theme + documentation for help.

+
+
+
+
+ +
+
+
+ + {% endif %} +
+
+ +
\ No newline at end of file diff --git a/_includes/demo-post.md b/_includes/demo-post.md new file mode 100644 index 0000000..3fb53ba --- /dev/null +++ b/_includes/demo-post.md @@ -0,0 +1,123 @@ +This page is a demo that shows everything you can do inside pages and blog posts. + +We've included everything you need to create engaging posts about your work, and show off your case studies in a beautiful way. + +**Obviously,** we’ve styled up *all the basic* text formatting options [available in markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet). + +You can create lists: + +* Simple bulleted lists +* Like this one +* Are cool + +And: + +1. Numbered lists +2. Like this other one +3. Are great too + +You can also add blockquotes, which are shown at a larger width to help break up the layout and draw attention to key parts of your content: + +> “Simple can be harder than complex: You have to work hard to get your thinking clean to make it simple. But it’s worth it in the end because once you get there, you can move mountains.” + +The theme also supports markdown tables: To apply styling to it, be sure to apply a class by adding {: .table .table-responsive } below the table. More options for table styling can be found in the [Argon Design System Pro documentation here](https://demos.creative-tim.com/argon-design-system-pro/). + +| Item | Author | Supports tables? | Price | +|----------------------|---------------|------------------|-------| +| Duet Jekyll Theme | Jekyll Themes | Yes | $49 | +| Index Jekyll Theme | Jekyll Themes | Yes | $49 | +| Journal Jekyll Theme | Jekyll Themes | Yes | $49 | +{: .table .table-responsive} + +And footnotes[^1], which link to explanations[^2] at the bottom of the page[^3]. + +[^1]: Beautiful modern, minimal theme design. +[^2]: Powerful features to show off your work. +[^3]: Maintained and supported by the theme developer. + +You can throw in some horizontal rules too: + +--- + +### Image galleries + +You can use the slider from the Argon Design System by adding HTML to your posts like below: + +*For help with this functionality, [see the Argon Design System Pro documentation here](https://demos.creative-tim.com/argon-design-system-pro/).* + +
+
+
+
    +
  • + +
  • +
  • + +
  • +
  • + +
  • +
  • + +
  • +
  • + +
  • +
+
+
+ + +
+
+
+ +Just copy the HTML markup below and swap the images: + +```html +
+
+ +
+
+ + +
+
+``` + +*See what we did there? Code and syntax highlighting is built-in too!* + +Change the number inside the 'columns' setting to create different types of gallery for all kinds of purposes. You can even click on each image to seamlessly enlarge it on the page. + +--- + +### What about videos? + +Videos are an awesome way to show off your work in a more engaging and personal way, and we’ve made sure they work great on our themes. Just paste an embed code from YouTube or Vimeo, and the theme makes sure it displays perfectly: + + + +--- + +### What about a contact form? + +We've made a contact form that you can use with [Formspree](https://formspree.io/create/jekyllthemes) to handle up to 50 submissions per month for free. You could also easily switch out the end-point to use another contact form service. + +Just swap the Formspree details in the ```_data/settings.yml``` file. + +--- + +## Pretty cool, huh? + +We've packed this theme with powerful features to show off your work. + +Why not put them to use on your new website? \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..77da004 --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{% if site.data.settings.advanced_settings.google_maps_key %} + +{% endif %} + + \ No newline at end of file diff --git a/_includes/header.html b/_includes/header.html new file mode 100644 index 0000000..c91afc6 --- /dev/null +++ b/_includes/header.html @@ -0,0 +1,81 @@ +{% if page.url != "/" and page.featured_image and site.data.settings.header_settings.allow_transparent == "yes" %} +