-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (54 loc) · 2.49 KB
/
Copy pathindex.html
File metadata and controls
58 lines (54 loc) · 2.49 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!-- 11th November, 2025 -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nwakwuruibe Bright | WDD 130</title>
<meta name="description" content="Nwakwuruibe Bright's BYU-Idaho WDD 130 course homepage">
<meta name="author" content="Nwakwuruibe Bright">
<link rel="stylesheet" href="styles/styles.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:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet">
</head>
<body>
<header>
<nav>
<a href="#">Home</a>
<a href="wwr/">Rafting Website</a>
<a
href="https://www.linkedin.com/in/bright-nwakwuruibe-mnimeche-miaeng-a8766b17b?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=ios_app">LinkedIn</a>
<a href="https://www.facebook.com/bright.nwakwuruibe">Facebook</a>
</nav>
</header>
<div class="grid">
<main>
<h1>Nwakwuruibe Bright | WDD 130</h1>
<img src="images/profile.jpg" alt="Nwakwuruibe Bright" width="200">
<p>My name is Nwakwuruibe Bright from Nigeria. I am a student of BYU, Idaho, currently taking a course in
Web
Development. This is my first-ever web project and I'm really grateful to be on
this journey. Walk with me!</p>
<ul class="box indent">
<li><a href="https://churchofjesuschristtemples.org/aba-nigeria-temple/" target=_blank>Aba, Nigeria
Temple</a></li>
<li><a href="https://churchofjesuschristtemples.org/abuja-nigeria-temple/" target=_blank>Abuja, Nigeria
Temple</a></li>
<li><a href="https://churchofjesuschristtemples.org/lagos-nigeria-temple/">Lagos, Nigeria
Temple</a></li>
</ul>
</main>
<aside class="box">
<h2>Abia</h2>
<img src="images/abia_state_tower.webp" alt="Abia State Tower">
<p>Abia is a state in the Southeastern region of Nigeria. The state's capital is Umuahia and its most
populous
city is Aba.</p>
</aside>
<footer>
<p>©2025 | Nwakwuruibe Bright | Lagos, Nigeria</p>
</footer>
</body>
</html>