-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog3.html
More file actions
58 lines (53 loc) · 3.99 KB
/
Copy pathblog3.html
File metadata and controls
58 lines (53 loc) · 3.99 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Blog Details</title>
<!-- Core theme CSS (includes Bootstrap)-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<style>
</style>
</head>
<body style="background-color:lightpink;">
<!-- Post Content-->
<article class="my-4">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<h2> The Three Trees- Our purpose fulfilled</h2>
<div>
<span>
Posted by
<a href="#!">Kartik Khanna</a>
</span>
</div>
<p class="mt-3">Hey guys, first off I wanted to say I am encouraged and excited by the success that we are seeing on this site! We have had about 100 visitors a day visiting our site a day from countries and regions all over the world. Thanks guys, and no matter where you are tuning in from, we are here for you as brothers and sisters in christ.</p>
<p class="mt-3">I wanted to share a brief story that I recently heard for the first time in a while that summarizes how we should be serving Jesus as our lord and savior. It is the story of the three trees, and it is a story that my family reads every year as we gather to Celebrate Jesus birth and Christmas. It is the story of the three trees.
</p>
<p class="mt-3">Basically, there were 3 trees at the top of a mountain that grew together. They wanted all to serve different purposes. The first tree wanted to become a treasure chest. The second had dreams about becoming a mighty ship that would sail crossed the seas. And the third one wanted to stay there on the mountain top and become a tall strong tree that would point up to God.
Unfortunately, the three trees would soon be cut down, and due to their immaturity, they were not fit to fill the purpose of their dreams.
The first tree would become a through. It believed that it failed at its missions, and that it would never hold anything valuable, just animal food and water. Right as the tree was thinking this, Mary and Joseph gave birth to Jesus, and place the newborn child in the animal feeding through as there was no place in the inn at night. just then, the tree knew it's purpose had been fulfilled, and that it held the most valuable treasure in the universe, Jesus, Son of God.
The second tree couldn't be made into a vessel, but it was made into a humble fishing vessel. Just as it was doubting its purpose as a small boat instead of a ship, a storm came and frightened the passengers on it. Just then, one of the passengers woke from a nap, and calmed the seas by the power in his voice. Just then, the second tree knew that it had become a mighty ship to the most important captain and crew to ever live, Jesus Christ and his disciples crossing the sea.
</p>
<a class="btn btn-warning btn-md" href="index.html">☚ Go back</a>
</div>
</div>
</div>
</article>
<!-- Footer-->
<footer class="border-top">
<div class="container px-4 px-lg-5">
<div class="row gx-4 gx-lg-5 justify-content-center">
<div class="col-md-10 col-lg-8 col-xl-7">
<div class="small text-center text-muted fst-italic p-3">Copyright © Your Website 2021</div>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JS-->
<!-- Core theme JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4"
crossorigin="anonymous"></script>
</body>
</html>