-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathacademic.html
56 lines (45 loc) · 2.67 KB
/
academic.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles\style2.css">
<title>REXBURG Resources</title>
</head>
<body>
<nav>
<ul>
<li id="logo"><a href="index.html"><img src="styles\rexburglogo_optimized.png"></a></li>
</ul>
</nav>
<div id="main-local">
<div id ="selector">
<div><a href="academic.html">Academic Resources</a></div>
<div><a href="student.html">Student Services</a></div>
<div id="lastselector"><a href="outdoors.html">Outdoors Activities</a></div>
</div>
<h2 id="local_title">Academic</h2>
<div id="divgrid1">
<h3 id="academic-page-title">Academic Resources</h3>
<a href="https://www.byui.edu/academics">https://www.byui.edu/academics</a>
<p>BYU Idaho’s Academics program can provide students with major and career help, academic and tutoring support, and it contains information about Brigham Young University - Idaho’s programs and degrees. It includes tools like:</p>
<p><b>Find Your Path</b>, A tool which will help you explore Degrees and Majors, and help you know how to choose a Major and a career.</p>
<p><b>The Academic Catalog</b>, which will help you find degree and program requirements, courses descriptions, and more.</p>
<p><b>Colleges & Departments</b>, a tool where you can explore the different areas and departments at BYU-Idaho.</p>
<p><b>The Academic Calendar</b>, which will help you Identify important dates and deadlines for each semester.</p>
<p><b>Online Degrees</b> BYU-Idaho has limited online degree options available in association with BYU-Pathway Worldwide.</p>
</div>
<div id="divgrid2">
<h3 id="advising-title">Career & Academic Advising</h3>
<a href="https://www.byui.edu/advising/">https://www.byui.edu/advising/</a>
<p>Whether you need help with class planning, deciding on a major, learning about career options, or how to be successful in college, Career and Academic Advising can help you reach your potential.</p>
<p><b>I-Plan</b> The I-Plan is a tool made by the Career and Academic Advising center to help you reach your educational and career goals</p>
</div>
</div>
<footer>
<ul>
<li><a href="#">⭡</a></li>
</ul>
</footer>
</body>
</html>