Skip to content

Campus Maps Right Column

vmach edited this page Oct 26, 2012 · 1 revision

Purpose

To bring users to the new Campus Maps page.

Markup

  • The Markup will include the header, image of the map, and the description

      <div class="extrude campus-maps">
        <h5 class="sidebar-title">
          <i class="icon-map-marker"></i> Campus Maps
        </h5>
        <img src="./img/explore-campus.png" />
        <p>Find buildings, parking and food options, just to name a few, with Google Maps.</p>
      </div>
    

Styling

  • Header will be on top with a pin icon
  • Image of the map (This can be swapped out with other images)
  • Description

(View the Why UAlberta page for an example)

Clone this wiki locally