-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
54 lines (49 loc) · 1.67 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About Us</title>
<link rel="stylesheet" href="about.css">
</head>
<body>
<div class="title">
<h3>HopesUponJesus</h3>
</div>
<br />
<div class="a" >
<a href="/index.html" >Home </a> |
<a href="/content.html" >Content </a> |
<a href="/about.html" >About </a> |
<a href="/contact.html" >Contact </a>
</div>
<br />
<img src="/20230529_164740.jpg">
<h4> About Us </h4>
<p> <b> HopesUponJesus </b> is a platform that encourages children, youths, adults on life issues and helps to find a way out of every single major problem the world is passing through. <br />
We encourage and teach people about Christ who has come to die for us and give us a new life.<br />
<br />
<b> HopesuponJesus </b>is a new website that talks more on the major problem of the globe such as Depression, poverty, sickness, loneliness, anger and all others. i hope as you explore, you would get renewed and encouraged in Jesus name.
</p>
<br />
<i><b> God Bless You </b></i>
<br />
<br />
<footer>
<p id="note2">
For more questions or information.
</p>
<a href="contact.html" id="link2"> Contact Us </a>
<p id="note2">
If you have not given your Life to Christ or you want to redidicate you heart.
</p>
<a href="confession.html" id="link2"> Click Here </a>
<br />
<br />
<a href="index.html" id="link2">Go To Home </a>
<br />
<br />
<a href="#" id="link2">Back to Top </a>
</footer>
</body>
</html>