<!-- accessible table-->
<div class='career-timeline__container'>
    <h2 class='career-timeline__title'> Career steps </h2>
    <!-- Each career step is a new row in the timeline -->
    <div class='career-step__container career-step--1'>
        <h4 class='career-step__text--year'>2018</h4>
        <!-- if the career step includes a wellcome grant, different details are given-->
        <a href="/adfasdfasdf" class='link--standalone career-step__text--heading'>
                      Wellcome trust funding                  </a>
    </div>
    <div class='career-step__container career-step--2'>
        <h4 class='career-step__text--year'>2018</h4>
        <!-- if the career step includes a wellcome grant, different details are given-->
        <p class='career-step__text--heading'>heading</p>
        <p class='career-step__text--detail'>detail</p>
    </div>
    <div class='career-step__container career-step--3'>
        <h4 class='career-step__text--year'>2018</h4>
        <!-- if the career step includes a wellcome grant, different details are given-->
        <a href="/adfasdfasdf" class='link--standalone career-step__text--heading'>
                      Wellcome trust funding                  </a>
    </div>
</div>

Description


Content notes

UX notes

Design notes

Back-end notes

Front-end notes

{
  "title": "Career steps",
  "timeline": [
    {
      "year": "2018",
      "career_step_wellcome_funding_url": "/adfasdfasdf",
      "career_step_wellcome_funding_title": "Wellcome trust funding"
    },
    {
      "year": "2018",
      "career_step_heading": "heading",
      "career_step_detail": "detail"
    },
    {
      "year": "2018",
      "career_step_wellcome_funding_url": "/adfasdfasdf",
      "career_step_wellcome_funding_title": "Wellcome trust funding"
    }
  ]
}
  • Handle: @career-steps
  • Preview:
  • Filesystem Path: ../../modules/custom/corp_markup/theme/paragraphs/career_steps.tpl.php/career_steps.tpl.php