-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.php
145 lines (120 loc) · 5.84 KB
/
about.php
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="assets/images/safo web logo.png" type="image/x-icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"/>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/masonry.pkgd.min.js" integrity="sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D" crossorigin="anonymous" async></script>
<script defer src="js/email.js"></script>
<script type="text/javascript"
src="https://cdn.jsdelivr.net/npm/@emailjs/browser@4/dist/email.min.js">
</script>
<script type="text/javascript"
src="https://cdn.jsdelivr.net/npm/@emailjs/browser@4/dist/email.min.js">
</script>
<script type="text/javascript">
(function(){
emailjs.init({
publicKey: "R_QGTO1g1EEz-V9sK",
});
})();
</script>
<title>About | Safo Hall Pentvars</title>
</head>
<body class="min-vh-100 position-relative">
<?php require_once("includes/header_nav.php") ?>
<div class="header-image mt-5">
<div id="profilepic">
<img src="assets/images/Apostle Fred Stephen Safo.jpg" alt="">
</div>
<h1>Apostle Fred Stephen Safo</h1>
</div>
<div class="History">
<p>
Apostle Fred Stephen Safo was a prominent figure in the Church of Pentecost.
Born on November 6, 1932, in Obo-Kwahu, Eastern Region of Ghana, he was educated
at the English Church Mission School and pursued further studies independently. He
took leadership courses at The Haggai Institute in Singapore and attended a program
by the Billy Graham Evangelistic Ministry in Amsterdam in 1986.
Apostle Safo accepted Christ in 1948 and entered full-time ministry in 1952 at just
20 years old. He married Beatrice Adjabeng in 1957, and their wedding was officiated
by Reverend James McKeown, the founder of the Church of Pentecost. He was known for
his wisdom, punctuality, and dedication, making significant contributions to the
church's growth and administration.
He served as the first African Chairman of the Church of Pentecost,
succeeding its founder. His tenure saw the establishment and strengthening of
various church initiatives, including media outreach through the creation of PENT TV.
Apostle Safo's legacy is honored through several church buildings and initiatives named after him,
reflecting his lasting impact on the church and its community
</p>
</div>
<h1>Safo Hall Anthem</h1>
<p id="Anthem">
We are Safo Hall in PU <br>
We stand above the other halls <br>
Nobles Among Equal is our slogan <br>
We will stand to protect our image. <br>
Men of dignity, integrity and excellence <br>
We will rise to protect our image (2x)
</p>
<iframe width="100%" height="400"
src="https://www.youtube.com/embed/HGN6i4Osa4U?si=k5hisTcrhPq6zoCR"
title="YouTube video player"
frameborder="0" allow="accelerometer;
autoplay; clipboard-write; encrypted-media;
gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>
</iframe>
<iframe width="560" height="315"
src="https://www.youtube.com/embed/Q70hip-10As?si=VKdcBX1-FCEIfubd"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen>
</iframe>
<div class="brief-Details_of_Safo">
<hr>
<div>
<div>
<h1>Gallery</h1>
</div>
<div class="gallery-container">
<div class="img1">
<div class="effect">
<img src="assets/images/inner1.jpg" alt="">
<img src="assets/images/inner1.jpg" alt="">
<p class="sologan">
Nobles Among Equal
</p>
</div>
</div>
<div class="img1">
<img src="assets/images/inner2.jpg" alt="">
<div class="effect">
<p class="sologan">
Nobles Among Equal
</p>
</div>
<div class="effect">
<p class="sologan">
Nobles Among Equal
</p>
</div>
</div>
<div class="img1">
<img src="assets/images/inner3.jpg" alt="">
</div>
</div>
</div>
</div>
<?php require_once("includes/safo_footer.php") ?>
<script src="js/script.js"></script>
</body>
</html>