-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathacademic_copy.html
91 lines (76 loc) · 5.14 KB
/
academic_copy.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
89
90
91
<!-- Coded By the CSE170 Class Production Team ,Christian Chan and Kevin-->
<!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/style.css">
<link rel="stylesheet" href="styles/styleacademic.css">
<title>REXBURG Campus Resources</title>
</head>
<body>
<nav>
<ul>
<li id="logo"><a href="index.html"><img src="#" alt="logo"></a></li>
<li><a href="academic.html">Home</a></li>
</ul>
</nav>
<div id="main-academic">
<div id ="selector">
<div><a href="#">Academic Resources</a></div>
<div><a href="#">Student Services</a></div>
<div><a href="#">Outdoors Activities</a></div>
<div><a href="#">Local Resources</a></div>
</div>
<h2 id="local_title">Local</h2>
<h2 id="main-academic-title">Academic Resources</h2>
<div id="about-video">
<h3 id="video-title">Using the BYU-I Pages</h3>
<video width="500px" height="400px" controls="controls">
<source src="tutorial.mp4" type="video/mp4">
</video>
</div>
<div id="academic-page-card">
<h3 id="academic-page-title">Academic Resources</h3>
<div id="academic-page-content">
<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>
<div id="advising-card">
<h3 id="advising-title">Career & Academic Advising</h3>
<div id="advising-content">
<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>
<div id="tutoring-card">
<h3 id="tutoring-title">Academic Success & Tutoring</h3>
<div id="tutoring-content">
<a href="https://www.byui.edu/academic-success-and-tutoring/">https://www.byui.edu/academic-success-and-tutoring/</a>
<p>The Department of Academic Success and Tutoring strives to help all BYU-Idaho students learn how to learn by strengthening academic content and developing soft skills necessary to achieve success in college, careers, and life.</p>
<p><b>Tutoring Center</b> The Tutoring Center offers free one-on-one and group tutoring for most knowledge-based content courses</p>
<p><b>Math Study Center</b> The Math Study Center offers a drop-in tutoring lab, one-on-one tutoring, and online tutoring for most math courses</p>
<p><b>Reading Center</b> The Reading Center improves vocabulary and phonetic skills, reading fluency, textbook comprehension, and advanced reading efficiency.</p>
<p><b>Volunteer Connections</b> Volunteer Connection offers multiple locations across campus where students can get help in science and language courses.</p>
<p><b>Writing Center</b> The Writing Center provides a relaxed environment for students to meet with peer writing tutors who provide objective feedback and support.</p>
<p><b>Presentation Practice Center</b> The Presentation Practice Center helps students develop, practice, and polish their presentations for any project</p>
<p><b>Study Skills Center</b> The Study Skills Center helps students who want to improve study techniques and/or develop better study habits.</p>
<p><b>Self Help Resources</b> The Academic Success and Tutoring center includes course-specific video tutorials, writing videos and handouts, study skill videos, and study tips.</p>
</div>
</div>
</div>
<footer>
<ul>
<li><a href="#"> Something</a></li>
<li><a href="#">Something 2</a></li>
</ul>
</footer>
</body>
</html>