-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
161 lines (151 loc) · 4.22 KB
/
index.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
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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- <meta name="viewport" content="width=he, initial-scale=1.0"> -->
<title>Document</title>
<link rel="stylesheet" href="emmzmfmweb.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="container">
<div class="menu">
<nav>
<a href="">
<img src="/mfm logo.PNG" alt="">
</a>
</nav>
<div class="dropdown">
<span >
<a href="">MFM HQ</a>
</span>
<div class="dropdown-content">
<p> <a href="">contact us</a></p>
<p><a href="">job opportunities</a> </p>
<p > <a href=""> fraud alert (updated)</a> </p>
</div>
</div>
<div class="right">
<div class="home">
<a href="">Home</a>
</div>
<div class="about">
<a href="">About</a>
</div>
<div id="grow" class="dropdown">
<span>
<a href="">Grow</a>
</span>
<div class="dropdown-content">
<p><a href="">MFM Schools </a> </p>
<p><a href="">Resources</a> </p>
</div>
</div >
<div id="connect" class="dropdown">
<span>
<a href=""> Connect</a>
</span>
<div class="dropdown-content">
<p><a href="">Watch Live</a></p>
<p><a href="">Special Services</a></p>
<p><a href="">Ministries </a></p>
<p><a href="">MFM Blog</a></p>
</div>
</div>
<div id="give" class="dropdown">
<span>
<a href="">Give</a>
</span>
<div class="dropdown-content">
<p> <a href=""> pay your Tithes,Offerings,etc.</a> </p>
<p><a href="">if you would like to sow a Daddy G.Os Life...</a> </p>
</div>
</div>
</div>
</div>
<div class="circle">
<span class="the">share the</span>
<nav class="tes">Testimony</nav>
<span class="of">OF WHAT THE <b>LORD</b> HAS DONE</span>
<nav class="for">FOR YOU
<b class="us"> WITH US </b>
</nav>
<nav class="what">
<img src="./mfm what.PNG" alt="" width="50px">
<b>07042913538 </b>
</nav>
<span class="only">(MESSAGE <b>ONLY</b>)</span>
</div>
<nav class="mes">
<img src="./message icon.PNG" alt=""
width=40px" height="30px">
<span>testimony@<a href="mountainoffire.org"> mountainoffire.org</a></span>
</nav>
<div class="my">
<b>
MY YEAR OF RESTORATION AND REVIVAL
</b>
</div>
<div class="click">
<b>
<a href="">
click here to dowload the word bomb
</a>
</b>
</div>
<div class="press">
<b>
PRESS RELEASE : STOP THIS MISGUIDED ON MFM GO,CLICK HERE
</b>
</div>
<div class="top">
<B class="uni">
MOUNTAIN TOP UNIVERSITY
</B>
<p class="rat">
producing top rate,morally sound graduates
</p>
<button class="earn"> LEARN MORE ABOUT MTU</button>
</div>
<div class="footer">
<div>
<nav>OTHER MFM SITES</nav>
<p>
<a href="">MFM MUSIC MINISTRY</a>
</p>
<p>
<a href="">DKO E-BOOKS</a>
</p>
<p>
<a href=""> DR. DK.OLUKOYA MTU FOUNDATION</a>
</p>
</div>
<div>
<span> ENQUIRIES </span>
<p>
<a href="">CONTACT US</a>
</p>
<p>
<a href="">JOB OPPORTUNITIES</a>
</p>
</div>
<div class="term">
<span>POLICIES AND TERM</span>
<p>
<a href="">PRIVACY POLICY</a>
</p>
</div>
<div>
<span>SOCIAL</span>
<div>
<a href="#" class="fa fa-facebook"> </a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-youtube"></a>
</div>
</div>
</div>
</div>
<script src="emmzmfmweb.js"></script>
</body>
</html>