-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjourney.html
More file actions
23 lines (22 loc) · 841 Bytes
/
Copy pathjourney.html
File metadata and controls
23 lines (22 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Journey</title>
<link rel="stylesheet" href="creed.style.css">
</head>
<body>
<div id="introduction">
<h3>Introduction</h3>
<p>Below are some of my journey in the worship of the Lord</p>
</div>
<div id="The Trinity">
<h4>The Trinity</h4>
<p>This section studies the scriptures which deal with the Trinity. Meditations and adorations on scriptures with these themes solidify the teachings of the church on the Trinity</p>
</div>
<div id="To be clothed with Christ">
<h4>To be clothed with Christ</h4>
<p>This meditation theme looks at words from our Blessed Savior, to emphasise His Goodness. Just by meditating on His Goodness can we counter all the negativity we are facing in our daily lives in the world.</p>
</div>
</body>
</html>