Skip to main content Skip to navigation

Current Students Links

    Adding an item

    Items consist of bootstrap list group items and can be added with the folling code:
    <a href="/fac/soc/economics/PAGE-LOCATION" class="list-group-item">ITEM-TITLE</a>

    Being year of study specific

    Use the data attribute data-year="" to specify a year / years. These can be comma seperated:
    <a href="/fac/soc/economics/PAGE-LOCATION" class="list-group-item" data-year="2,3">ITEM-TITLE</a>

    Being term specific

    Use the data attribute data-term="" to specify a term / terms. These can be comma seperated:
    <a href="/fac/soc/economics/PAGE-LOCATION" class="list-group-item" data-term="1,2">ITEM-TITLE</a>

    Style guide

    Text for links should be in title case: e.g. Capitalize the first and the last word. Capitalize nouns, pronouns, adjectives, verbs, adverbs, and subordinate conjunctions. Lowercase articles (a, an, the), coordinating conjunctions, and prepositions.