Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Award links to a Program pages are placed either via block structure, or with context depending on your college set up.

See an example Award with a link to Programs (login: Maricopa / Maricopa)

Some awards are associated with multiple programs and will have multiple links. The list below is a sample of these awards as of December 2020, this list can change at any time.

See an example of an Award page with multiple links to Programs (login: Maricopa / Maricopa )

...

A few awards are not associated with any programs, these will not have any program links. The list below is a sample of these awards as of December 2020, this list can change at any time.

See an example of an Award page with no links to Programs (login: Maricopa / Maricopa)

...

College developers can use the CSS selector below to target the Program Links inside the block on Award pages.

Code Block
languagesass
#block-program-award-program-award-program-reference {
  .btn-default {
    color: #fff;
    background: #002b5c;
    border-color: #002b5c;
    &:hover,
    &:focus {
      color: #fff;
      background-color: darken(#002b5c, 6.5%);
      border-color: darken(#002b5c, 6.5%);
    }
  }
}

...

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel in ( "content-editor" , "marketeer" , "site-builder" , "webmaster" , "content" , "structure" )