<section class="Slat">
    <div class="constrain grid grid--v-gap grid--8/4">
        <div class="wysiwyg body flow Benefits">
            <h2>Responsibilities</h2>
            <p>Your role is essential in helping us form and nurture long-lasting and mutually beneficial relationships with clients through:</p>
            <ul>
                <li><strong>Relationship building</strong> – Proactively build new client relationships and strengthen existing ones in a way that’s aligned with our company values</li>
                <li><strong>Marketing</strong> – Establish and implement a clear outbound sales and marketing strategy by analysing market trends for our target markets, and initiating appropriate outbound marketing campaigns to attract and retain new clients</li>
                <li><strong>Tracking and governance</strong> – Maintain and optimise our CRM database and outbound sales pipeline to track the effectiveness of outbound relationship and marketing initiatives. Work to agreed targets on a quarterly basis, set by Clearleft’s board</li>
                <li><strong>Work closely with our events offering </strong>– Create and nurture relationships at our events (both virtual and face-to-face) and across our wider industry</li>
                <li><strong>Channel management</strong><strong> </strong>Day-to-day management of our digital channels including social media, email, PR and website and other media</li>
                <li><strong>Support and coordination </strong>– Coordinate new business proposals, pitches and timelines to ensure the right people in the studio are involved in the sales process</li>
                <li><strong>Digital / design domain knowledge</strong> – Gain or grow a genuine understanding of how Clearleft works, what we value and the value we bring to our client engagements</li>
            </ul>
            <p>While your self-motivation and relationship skills are paramount, a proven history of successful sales & marketing campaigns and meeting or exceeding sales targets is essential, backed by at least 5 years’ experience within the digital industry.</p>
            <h2>What you value</h2>
            <p>We’re looking for smart, passionate people who thrive on the freedom, support and trust to do the job they love. If you want to do the best and most fulfilling work of your career, in a culture free from hierarchical and bureaucratic constraints, Clearleft is the ideal place for you.</p>
            <p>We hire for culture add, and values fit. We believe that hiring people who come from different backgrounds enriches the team culture and the work we do. We like people to bring their own unique style and set of experiences to the team and help make us greater than the sum of our parts.</p>
            <p>If any of the following values resonate with you, then we should get together for a chat.</p>
            <h3>You’re principled</h3>
            <p>You know that business development for a user-centred design studio isn’t the same as a typical sales role. Instead you’ll know it requires a consultative selling mindset, where you’re helping to solve problems—not close deals—that benefit our clients and the users of their digital products or services.</p>
            <h3>You’re adaptive</h3>
            <p>You’re happy to jump in feet-first, trialling new ideas and approaches in both sales and marketing. If you don’t get them right the first time, you’re resilient, learning and adapting for next time. You’re comfortable multitasking and working effectively with various disciplines in a fast-paced design studio including design, research, operations, strategy and development.</p>
            <h3>You’re a great communicator</h3>
            <p>You prefer discussion over emails and documents. You pride yourself on expressing your ideas confidently and clearly, and with a strong sense of purpose that encourages trust from your colleagues and clients alike, whether that’s a conversation around a whiteboard, an innovative marketing campaign or a new client pitch deck.</p>
            <h3>You’re collaborative</h3>
            <p>You do your best work collaborating—two heads are better than one after all—and know that shared understanding is the critical factor in achieving a successful outcome. You instinctively share your ideas with colleagues and peers, and love to see them adapt and evolve as a result of constructive criticism, as do you.</p>
            <h2>Benefits</h2>
            <ul>
                <li>Competitive salary <strong>£35,000 to £45,000</strong> pa, depending on experience</li>
                <li>Employer contributed pension up to 5%</li>
                <li>Flexible, family-friendly working hours</li>
                <li>30 days annual leave as standard</li>
                <li>£1,200 training and well-being budget each year</li>
                <li>A friendly, creative studio environment two minutes walk from the seafront</li>
                <li>The option to work remotely</li>
                <li>Regular social gatherings to bring the studio together (from picnics to countryside walks and days out further afield)</li>
                <li>Cycle-to-work scheme</li>
                <li>Sabbatical policy (after 5 years)</li>
                <li>Wellbeing allowance - during UK lockdown</li>
                <li>Charity donation matching</li>
                <li>Discretionary income tax-free annual staff bonus; one of the perks of being an employee-owned company</li>
            </ul>
            <h2>Does this sound like you?</h2>
            <p>If so, please send a short email and your CV to <a href="mailto:tessa@clearleft.com">tessa@clearleft.com</a>, telling us why you’re right for this role.</p>
            <p>Application deadline: <strong>March 31, 2021</strong></p>
            <p>We look forward to hearing from you.</p>
        </div>

    </div>
</section>
{# @TODO: 
  This component is pretty nasty. Needs breaking out into separate components.
  Benefits could probably be its own thing.
  Sidebar for any layout is a bigger challenge but probably needs doing.
 #}
{% set hasCards = cards is defined and cards %}
{% set hasSupplementary = secondary is defined and secondary %}
{% set hasSidebar = hasCards or hasSupplementary %}

{% set grid = 'constrain grid grid--v-gap grid--8/4' %}

{% set styles =
  {
    default: {
      slat: 'Slat',
      wysiwyg: 'wysiwyg body flow',
      grid: grid
    },
    light: {
      slat: 'Slat Slat--theme theme--light',
      wysiwyg: 'wysiwyg body flow small',
      grid: grid
    },
    benefits: {
      slat: 'Slat',
      wysiwyg: 'wysiwyg body flow small Benefits',
      grid: grid
    },
    green: {
      slat: 'Slat',
      wysiwyg: 'wysiwyg body flow Benefits',
      grid: grid
    }
  }[style ?? 'default']
%}

<section class="{{ styles.slat }}">
  <div class="{{ styles.grid }}">
    <div class="{{ styles.wysiwyg }}">
      {{ primary|raw }}
    </div>

    {% if hasSidebar %}
      <aside class="flow--gutter">
        {% if hasCards %}
          {{ cards|raw }}
        {% endif %}
        {% if hasSupplementary %}
          <div class="wysiwyg body small flow">
            {{ secondary|raw }}
          </div>
        {% endif %}
      </aside>
    {% endif %}
  </div>
</section>
{
  "primary": "<h2>Responsibilities</h2>\n    <p>Your role is essential in helping us form and nurture long-lasting and mutually beneficial relationships with clients through:</p>\n    <ul><li><strong>Relationship building</strong> – Proactively build new client relationships and strengthen existing ones in a way that’s aligned with our company values</li><li><strong>Marketing</strong> – Establish and implement a clear outbound sales and marketing strategy by analysing market trends for our target markets, and initiating appropriate outbound marketing campaigns to attract and retain new clients</li><li><strong>Tracking and governance</strong> – Maintain and optimise our CRM database and outbound sales pipeline to track the effectiveness of outbound relationship and marketing initiatives. Work to agreed targets on a quarterly basis, set by Clearleft’s board</li><li><strong>Work closely with our events offering </strong>– Create and nurture relationships at our events (both virtual and face-to-face) and across our wider industry</li><li><strong>Channel management</strong> –<strong> </strong>Day-to-day management of our digital channels including social media, email, PR and website and other media</li><li><strong>Support and coordination </strong>– Coordinate new business proposals, pitches and timelines to ensure the right people in the studio are involved in the sales process</li><li><strong>Digital / design domain knowledge</strong> – Gain or grow a genuine understanding of how Clearleft works, what we value and the value we bring to our client engagements</li></ul>\n    <p>While your self-motivation and relationship skills are paramount, a proven history of successful sales & marketing campaigns and meeting or exceeding sales targets is essential, backed by at least 5 years’ experience within the digital industry.</p>\n    <h2>What you value</h2>\n    <p>We’re looking for smart, passionate people who thrive on the freedom, support and trust to do the job they love. If you want to do the best and most fulfilling work of your career, in a culture free from hierarchical and bureaucratic constraints, Clearleft is the ideal place for you.</p>\n    <p>We hire for culture add, and values fit. We believe that hiring people who come from different backgrounds enriches the team culture and the work we do. We like people to bring their own unique style and set of experiences to the team and help make us greater than the sum of our parts.</p>\n    <p>If any of the following values resonate with you, then we should get together for a chat.</p>\n    <h3>You’re principled</h3>\n    <p>You know that business development for a user-centred design studio isn’t the same as a typical sales role. Instead you’ll know it requires a consultative selling mindset, where you’re helping to solve problems—not close deals—that benefit our clients and the users of their digital products or services.</p>\n    <h3>You’re adaptive</h3>\n    <p>You’re happy to jump in feet-first, trialling new ideas and approaches in both sales and marketing. If you don’t get them right the first time, you’re resilient, learning and adapting for next time. You’re comfortable multitasking and working effectively with various disciplines in a fast-paced design studio including design, research, operations, strategy and development.</p>\n    <h3>You’re a great communicator</h3>\n    <p>You prefer discussion over emails and documents. You pride yourself on expressing your ideas confidently and clearly, and with a strong sense of purpose that encourages trust from your colleagues and clients alike, whether that’s a conversation around a whiteboard, an innovative marketing campaign or a new client pitch deck.</p>\n    <h3>You’re collaborative</h3>\n    <p>You do your best work collaborating—two heads are better than one after all—and know that shared understanding is the critical factor in achieving a successful outcome. You instinctively share your ideas with colleagues and peers, and love to see them adapt and evolve as a result of constructive criticism, as do you.</p>\n    <h2>Benefits</h2>\n    <ul><li>Competitive salary <strong>£35,000 to £45,000</strong> pa, depending on experience</li><li>Employer contributed pension up to 5%</li><li>Flexible, family-friendly working hours</li><li>30 days annual leave as standard</li><li>£1,200 training and well-being budget each year</li><li>A friendly, creative studio environment two minutes walk from the seafront</li><li>The option to work remotely</li><li>Regular social gatherings to bring the studio together (from picnics to countryside walks and days out further afield)</li><li>Cycle-to-work scheme</li><li>Sabbatical policy (after 5 years)</li><li>Wellbeing allowance - during UK lockdown</li><li>Charity donation matching</li><li>Discretionary income tax-free annual staff bonus; one of the perks of being an employee-owned company</li></ul>\n    <h2>Does this sound like you?</h2>\n    <p>If so, please send a short email and your CV to <a href=\"mailto:tessa@clearleft.com\">tessa@clearleft.com</a>, telling us why you’re right for this role.</p>\n    <p>Application deadline: <strong>March 31, 2021</strong></p>\n    <p>We look forward to hearing from you.</p>",
  "secondary": "",
  "style": "green"
}

No notes defined.