-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbyui.html
30 lines (29 loc) · 952 Bytes
/
byui.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
<!DOCTYPE html>
<html>
<head>
<title>BYUI</title>
<link rel="stylesheet" href="styles\styles.css"/>
</head>
<body>
<header>
<nav>
<a id="active" href="byui.html">Home</a>
<a href="https://www.churchofjesuschrist.org">Church of Jesus Christ</a>
<a href="https://www.churchofjesuschrist.org/temples">Temples</a>
<a href="https://www.churchofjesuschrist.org/study/scriptures">Scriptures</a>
</nav>
</header>
<main>
<h1>Brigham Young University Idaho</h1>
<img src="https://www.byui.edu/images/service-sites/map-banner.jpg" alt="BYUI Campus" />
<p class="main-para">
BYU-Idaho is a comfortable place to learn and grow as a disciple of
Jesus Christ because students, faculty, and employees share a commitment
to live the gospel.
</p>
</main>
<footer>
<p>My First Web Page 20XX ©</p>
</footer>
</body>
</html>