<!DOCTYPE html>
<html lang="en">
<head>
    <link href="style.css" 
    rel="stylesheet" 
    type="text/css">
<title>Utah Tech University</title>
  <meta charset="utf-8">
  <meta name="robots" content="noindex, nofollow">
     <style> 
        #wrapper {
            width: 80%;
            margin-right: auto;
            margin-left: auto;
        }
        .ut {
            color:#BA1C21;
            font:bold;
        }
        body { 
            background-color: #FFFFFF;
            color: #666666;
            font-family: Verdana, Arial, sans-serif;
        }
        header {
            background-color: #003058;
            color: #FFFFFF;
            font-family: georgia, serif;
        }
        h1 {
            line-height: 140%;
            padding: .5rem;
        }
        nav {
            font: bold;
            background-color: #F3F3F3;
        }
        h2 {
            color: #424242;
            font-family: georgia, serif;
        }
        dt {
            color: #003058;
            font: bold;
        }
        footer {
            font-size: small;
            font-size: .70rem;
            font:italic;
            text-align: center;
        }
        </style>
</head>
<body>
    <div id="wrapper">
  <header>
   <h1>Utah Tech University</h1>
  </header>
  <nav>
      <a href="index.html">Home</a> &nbsp;
      <a href="students.html">Students</a> &nbsp;
      <a href="faculty.html">Faculty</a> &nbsp;
      <a href="alumni.html">Alumni</a>
  </nav>
  <main>
    <h2>About Utah Tech</h2>
    <p>A <span class="ut"> Utah Tech </span> education means active learning within all academic disciplines. Hands-on learning, industry partnerships, and a dynamic student-life experience prepare students for successful careers and meaningful lives.</p>
    <h2>Our Education</h2>
    <ul>
      <li>Acceptance Rate: 100%</li>
      <li>Average Class Size: 23</li>
      <li>Academic colleges: 6</li>
      <li>Bachelor’s Degrees: 56</li>
      <li>Associate Degrees: 21</li>
      <li>Master’s Degrees: 4</li>
      <li>Certificates & Endorsements: 56</li>
      <li>Minors: 45</li>
      <li>Emphases: 70</li>
    </ul>
    <h2>Our Value</h2>
    <ul>
      <li>Utah’s most affordable university</li>
      <li>96% of students are offered scholarships, grants or other financial aid</li>
      <li>$45 million in scholarships awarded in 2021</li>
      <li>#5 Most Affordable Small College in the U.S. (CNBC)</li>
      <li>Top 50 in the Nation for Lowest Tuition (University HQ)</li>
    </ul>
    <h2>Our Location</h2>
    <ul>
      <li>Location: St. George, UT</li>
      <li>Annual Days of Sunshine: 300</li>
      <li>Average high temperature: 77°</li>
      <li>Average Annual Snowfall: 0 inches</li>
      <li>Miles of Mountain Biking Trails: 300+</li>
      <li>Rock Climbing and Bouldering Routes: 1,660</li>
      <li>Education Centers: 4</li>
    </ul>
    <h2>Our Students</h2>
    <ul>
      <li>Students Enrolled: 12,000+</li>
      <li>Students from Utah: 81%</li>
      <li>Female Students: 58%</li>
      <li>Minority Students: 23%</li>
      <li>International Students: 190+</li>
    </ul>
    <h2>Our Student Experience</h2>
    <ul>
      <li>Utah Tech Police ranked #3 in the nation (Safe Campus)</li>
      <li>Average Walk Time to Class: 8 minutes</li>
      <li>Clubs: 85+</li>
      <li>Student Events: 180+ each year</li>
      <li>Housing: 4 On-Campus Housing Complexes; living on campus isn’t required</li>
      <li>Athletics: 15 D-I teams</li>
      <li>Mascot: Brooks the Bison</li>
      <li>School Colors: Rock Red & Brooks Blue</li>
    </ul>
    <div>
      <span class="ut">Utah Tech University</span><br>
      225 S 700 E<br>
      St George, UT 84770<br><br>
      (435) 652-7500<br><br>
    </div>
  </main>
  <footer>
      Copyright &copy; 2023 Utah Tech University<br>
      <a href="mailto:autumn.hill@utahtech.edu">autumn.hill@utahtech.edu</a>
  </footer>
    </div>
</body>
</html>