1. Design System
  2. Components
  3. Text and media segment

Text and media segment

Default

A content section including a title, text, CTAs and an optional media item related to the content.

<div class="columns">
    <div class="column">
    	<img src="https://static.brookes.ac.uk/design-system/assets/img/studying-pg-apply.jpg" alt="alternative text">
	</div>
    <div class="column">
		<div>
			<h2 class="is-size-3 has-heading-line"><a class="anchor" id="journey" name="journey"></a>Your journey to Oxford Brookes</h2>
		</div>
		<div>
			<div class="cms-content">
				<p>When you come to study a compulsory or elective MBA module face-to-face on campus rather than online, we will provide lunch and refreshments. You will need to arrange and cover the cost of your accommodation, including breakfast and evening meal. For examples of Oxford accommodation costs please contact the MBA Team: <a href="mailto:mbaoxford@brookes.ac.uk">mbaoxford@brookes.ac.uk</a>.</p>
				<p>You will need to pay for your own travel to and from all residential workshops and Business School face-to-face modules in Oxford.</p>
			</div>
		</div>
    </div>
</div>

Reversed

A content section including a title, text, CTAs and an optional media item related to the content.

<section class="section">
    <div class="container is-fullhd">
        <h2 class="is-size-3 font-type-2 has-heading-line">Resources for current staff and students</h2>
        <div class="columns">
            <div class="column">
                <div class="cms-content m-bottom-40">
                    <p class="is-size-4">Access support materials for research-active staff and students.</p>
                </div>
                <div class="has-text-left m-bottom-20"><p><a class="button brookes-secondary" href="https://intranet.brookes.ac.uk/research-and-expertise/">Resources for research staff (login required)</a></p></div>
                    <div class="has-text-left"><p><a class="button brookes-secondary" href="https://www.brookes.ac.uk/students/research-degrees-team/current-students/">Resources for research students</a></p></div>
            </div>
            <div class="column"><img src="/design-system/assets/img/resources.jpg" alt="alternative text"></div>
        </div>
    </div>
</section>

Usage

Accessibility