--- layout: default _comments: layout: Keep this as home-page title: Title for google search results and social media previews description: This is the description for SEO and shown in search results and social media previews logo: Do you have a logo image? logo_path: Upload your logo here (recommended size is 300px wide) banner-title: Title displayed on the top banner banner-subtitle: A subtitle displayed on the banner banner-image_path: The large banner image (recommended size is around 1200px wide by 900px tall) banner_color: Color for the banner background banner-text_color: Color for the banner text featured_color: A featured color to use throughout the media kit custom-font_html: If you want to use a custom font for your headings, paste the embed link for a custom google font font-name: Name of the Google Font (with correct capitalisation) intro-title: Title of the first introduction banner intro-text_html: Write a short description of you, your brand and what you offer. instagram: Do you want to add an instagram widget? instagram-code: Go to lightwidget.com and copy the embed code here. stats-title: Title of the statistics section stats: Some general statistics about you or your audience audience-title: Title of the Audience Section audience-text_html: Short blurb of your audience or target market. Alternatively you can use this section for any other short text block. brand-partnerships: Do you want a section that shows brands or clients you have worked with? brand-title: Title of Brand Partnerships or Client section brand-text_html: Short blurb about your experience and brands you have worked with. brand-logo-displayed: true brand-logos: Upload the logos of clients you have worked with (recommended size 300px x 200px) testimonials-title: Title of the work with me section testimonials-text_html: Short blurb about the servies you offer testimonials-section: Do you want to include a section for testimonials? testimonials: - quote: A short testimonial author: Who the testimonial is from gallery-title: Title of the Gallery Section gallery-text_html: Short blurb about the gallery or your content creation skills gallery-captions: Do you want to display a caption for each photo? contact-title: Title of the contact section contact: - type: Eg. Phone, Email, Instagram value: Contact Number, Email or URL ---

{{page.intro-title}}


{{page.intro-text_html}}
{% if page.instagram %}
{{page.instagram-code}}
{% endif %}

{{page.stats-title}}


{% for stat in page.stats %}
{{stat.amount}} {{stat.subtitle}}

{{stat.title}}

{% endfor %}

{{page.audience-title}}


{{page.audience-text_html}}
{% if page.brand-partnerships %}

{{page.brand-title}}


{{page.brand-text_html}}
{% if page.brand-logo-displayed %}
{% for logo in page.brand-logos %}
{% endfor %}
{% endif %}
{% endif %}

{{page.testimonials-title}}


{{page.testimonials-text_html}}
{% if page.testimonials-section %}
{% for testimonial in page.testimonials %}

{{testimonial.quote}}

- {{testimonial.author}}

{% endfor %}
{% endif %}