-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbyu.html
More file actions
34 lines (31 loc) · 1.2 KB
/
byu.html
File metadata and controls
34 lines (31 loc) · 1.2 KB
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;400&display=swap" rel="stylesheet">
<title>BYUI</title>
<nav>
<img src="https://logos-world.net/wp-content/uploads/2021/08/BYU-Seal-Logo.png" alt="byu-logo">
<ul>
<li><a href="byui.html">Home</a></li>
<li><a href="https://www.churchofjesuschrist.org">Church of Jesus Christ</a></li>
<li> <a href="https://www.churchofjesuschrist.org/temples">Temples</a></li>
<li><a href="https://www.churchofjesuschrist.org/study/scriptures">Scriptures</a>
</li>
</ul>
</nav>
</head>
<body>
<header></header>
<main>
<h1>Brigham Young University Idaho</h1>
<img src="https://www.byui.edu/images/service-sites/map-banner.jpg" alt="BYUI Campus" />
<p>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 Web Page 20XX ©</p>
</footer>
</body>
</html>