-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
89 lines (70 loc) · 3.48 KB
/
home.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h2 align="center">Tutor Time</h2>
<h3 align="center">Choose the related major to your class to get information about tutoring hours</h3>
<br>
<div id="btns">
<!-- each div is it's own box -->
<div class="btn" onclick="location.href='aviation.html';">
<!-- <img width="100" height="100" src="http://i.imgur.com/XIt3Zox.png" align="bottom"> -->
<h2>AVIATION</h2>
<p>Earn your wings and a college degree in the nation's best high altitude flight program.</p>
</div>
<div class="btn" onclick="location.href='business.html';">
<h2>BUSINESS</h2>
<p>Whether you'll own your own business or lead internationally, coursework in everything from finance to management will get you to the top.</p>
</div>
<div class="btn" onclick="location.href='communication.html';">
<h2>COMMUNICATIONS</h2>
<p>Assert your ideas and find your own voice through studies in broadcast, journalism, public relations and more.</p>
</div>
<div class="btn" onclick="location.href='csis.html';">
<h2>COMPUTER SCIENCE</h2>
<p>Shape the ways humans and computers will interact in the future by studying the science behind the technology today.</p>
</div>
</div>
<br>
<div id="btns">
<div class="btn" onclick="location.href='education.html';">
<!-- <img width="100" height="100" src="http://i.imgur.com/XIt3Zox.png" align="bottom"> -->
<h2>EDUCATION</h2>
<p>earn how we all learn as you prepare to teach students of your own with coursework that will take you to the head of the class.</p>
</div>
<div class="btn" onclick="location.href='humanities.html';">
<h2>HUMANITIES</h2>
<p>Organize your ideas and develop arguments for your cause with studies in English, philosophy, languages, history and more.</p>
</div>
<div class="btn" onclick="location.href='human behavior.html';">
<h2>HUMAN BEHAVIOR & SOCIAL SCIENCES</h2>
<p>Interested in changing lives? Study psychology, sociology, criminal justice, political science or human development.</p>
</div>
<div class="btn" onclick="location.href='outdoor.html';">
<h2>OUTDOOR & ENVIRONMENT</h2>
<p>Our unmatched educational partnership with the National Parks Service takes SUU geology, recreation, parks and tourism students into the great outdoors.</p>
</div>
</div>
<br>
<div id="btns">
<div class="btn" onclick="location.href='art.html';">
<!-- <img width="100" height="100" src="http://i.imgur.com/XIt3Zox.png" align="bottom"> -->
<h2>PERFORMING & VISUAL ARTS</h2>
<p>All the world's a stage, and all our classes in painting, dance, theatre, graphic design, music and more will take your talents into the spotlight.</p>
</div>
<div class="btn" onclick="location.href='health.html';">
<h2>HEALTH SCIENCES</h2>
<p>Outstanding doctors, nurses and other healthcare professionals are nurtured in our high achieving preparatory programs.</p>
</div>
<div class="btn" onclick="location.href='science.html';">
<h2>SCIENCE & MATH</h2>
<p>Research and discovery await you in fields like biology, chemistry, physical science, pure mathematics, and more.</p>
</div>
<div class="btn" onclick="location.href='eet.html';">
<h2>ENGINEERING & TECHNOLOGY</h2>
<p>Hands on experience leads to success in engineering fields like electronics technology, CAD/CAM, and construction management.</p>
</div>
</div>
</body>
</html>