Websites

Center for Entertainment & Media Industries

Websites

Higher education marketing sources say that a college or university’s website is the primary marketing and communications tool when it comes to attracting prospective students. Our website also provides valuable information for other audiences including announcements, brand journalism, event promotion and information necessary for current students, faculty and staff to engage with Moody College.

Creating a compelling digital experience is important to create a strong impression on all of your target audiences.

Moody College of Communication uses Drupal, an open source content management system. Drupal is an established and full-featured platform with a broad user base widely used in higher education and government institutions.

The MarCom team is responsible for content on the main Moody College website. Departments, Schools, Centers, Institutes and Programs manage the content on their websites. Faculty bios will be initially created by the MarCom team and will be managed/updated by web content editors within each School or Department. 

If you need a new website or to learn more or become a content editor, please review this information and contact tyler.fahey@austin.utexas.edu.

External Sites for Moody College affiliated groups

 

A diagram of the Moody Brand bar that has the logo centered vertically, float right with padding-right at 20 px with a link to moody.utexas.edu. The bar height is 34 pixels and the color can be UT Orange, UT Blue, or Black.

CIPs and Moody College labs wishing to build websites on a system other than the Drupal supported platform must include:

1. UT Brand Bar at top of all website pages (with TEXAS Moody graphic). See a code snippet below and find an example here.

```

<div id="brandbar" style="position: sticky; z-index: 1; top: 0; height: 35px; background: #bf5700; padding-right: 1em;">

    <div class="container">

      <div class="row">

        <div class="col-12">

          <a href="https://www.moody.utexas.edu">

            <!-- Adding hardcoded CSS for the image along with the absolute path -->

            <img class="brandbar-logo" style="float: right; height: 25px; margin-top: 6px;" src="https://www.moody.utexas.edu/themes/custom/moody/images/logos/utexas_moody_white.png" alt="">

          </a>

        </div>

      </div>

    </div>

</div>

```

2. Moody College Identity in footer area - Sites that are designed with a footer, please include the Moody College logo within this space.

Alternative to requirement 2 - Moody College Logo on "About" or "Contact Us" page. If your site does not have a footer, you may place the Moody College logo on your “About” or "Contact" page.