-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlord-prayer.html
71 lines (59 loc) · 1.86 KB
/
lord-prayer.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>kumck bulletin</title>
<link rel="stylesheet" href="style.css">
<style>
img {
float: right; /* or "right" for right alignment */
margin: 1px; /* Optional: Add some space around the image */
}
</style>
</head>
<body>
<div class="header-container">
<header class="header-container">
<div class="church-logo">
<a href="index.html">
<img class="header-image" src="images/church-logo-1.jpg">
</a>
</div>
<h1 class="header-title">KUMCK ENGLISH SERVICE</h1>
<!-- KOINONIA ENGLISH SERVICE or KUMCK English Service -->
<!-- add <br> if needed for mobile -->
<style>
h1 {
float: left;
margin: 10px;
}
</style>
</header>
</div>
<section class="navbar-container">
<nav class="navbar">
<ul class="navbar-list">
<li><a href="index.html" class="nav-link">Home</a></li>
<li><a href="announcements.html" class="nav-link">Announcements</a></li>
<li><a href="service.html" class="nav-link">Service</a></li>
<li><a href="praise-set.html" class="nav-link">Praise Set</a></li>
<li><a href="scripture.html" class="nav-link">Scripture</a></li>
<li><a href="contacts.html" class="nav-link">Contacts</a></li>
<!-- <li><a href="index.html">Prayer Requests</a></li> -->
</ul>
</nav>
</section>
<main>
<section>
<h1>The Lord's Prayer</h1>
<p>
</p>
</section>
</main>
<footer>
<p>© created by michael yang + caitlyn yoon. All rights reserved.</p>
</footer>
<script src="script.js"></script>
</body>
</html>