Subject combo

The subject combo shows what combination of courses may be taken alongside an undergraduate modern languages course.

Rules for the subject combo

  • All list items must link to a subject page.
  • This pattern must only be used on the undergraduate in modern languages course pages.

Options available


Modern languages

Example

Honours modules

You can take this degree as part of a joint Honours degree alongside one of the following subjects from each column.

If you are taking:

  • Arabic

You can also take one modern language:

Code
<!-- Begin pattern: subject-combo //-->
<div class="container">
    <div class="row">
        <div class="col-md-12">
            <h2>Honours modules</h2>
            <p>You can take this degree as part of a joint Honours degree alongside one of the following subjects from each column.</p>   
            <div class="row">        
            <div class="col-md-4">
                <h4>If you are taking:</h4><ul><li>Arabic</li></ul>
            </div>
            <div class="col-md-4">
                <h4>You can also take one modern language:</h4><ul><li><a href='#'>German</a></li><li><a href='#'>French</a></li><li><a href='#'>German</a></li></ul>
            </div>
            <div class="col-md-4">
               <h4>And one other subject:</h4><ul><li><a href='#'>Middle eastern studies</a></li><li><a href='#'>International Relations</a></li></ul>
            </div>        
            </div>  
        </div>
    </div>
</div>
<!-- End pattern: subject-combo //-->