-
Notifications
You must be signed in to change notification settings - Fork 0
/
events.html
executable file
·226 lines (173 loc) · 6.67 KB
/
events.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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
<!DOCTYPE html>
<html lang="en">
<head>
<title>C.A.C.G.M LAVINIO</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<link rel ="stylesheet" href="first.css">
<link rel ="stylesheet" href="style.css">
<link href="style.css" text="text/css" rel="stylesheet">
<link rel="stylesheet" href="css/demo.css">
<link rel="stylesheet" href="css/footer-distributed-with-contact-form.css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js "></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body {
font-family: Arial;
}
* {
box-sizing: border-box;
}
.openBtn {
background: #f1f1f1;
border: none;
padding: 10px 15px;
font-size: 20px;
cursor: pointer;
}
.openBtn:hover {
background: #bbb;
}
.overlay {
height: 100%;
width: 100%;
display: none;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0, 0.9);
}
.overlay-content {
position: relative;
top: 46%;
width: 80%;
text-align: center;
margin-top: 30px;
margin: auto;
}
.overlay .closebtn {
position: absolute;
top: 20px;
right: 45px;
font-size: 60px;
cursor: pointer;
color: white;
}
.overlay .closebtn:hover {
color: #ccc;
}
.overlay input[type=text] {
padding: 15px;
font-size: 17px;
border: none;
float: left;
width: 80%;
background: white;
}
.overlay input[type=text]:hover {
background: #f1f1f1;
}
.overlay button {
float: left;
width: 20%;
padding: 15px;
background: #ddd;
font-size: 17px;
border: none;
cursor: pointer;
}
.overlay button:hover {
background: #bbb;
}
#textcon{visibility: hidden;
}
</style>
</head>
<body>
<nav id="nav1" class= "navbar navbar-expand-sm navbar-inverse sticky-top" >
<div class="container">
<div id="par" class="navbar-header ">
<button onclick=fed() type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><div class="row"><img id="brand-image" alt="Website Logo" src="pic/lgf (1).png"><span id="tit"> C.A.C.G.M LAVINIO </span></div></a>
</div>
<div class="collapse navbar-collapse" id="myNavbar"> <!-- donot include ul tag in a div causes conflict with ml-auto -->
<ul class="nav navbar-nav ml-auto" > <!-- ml-auto alligns navbar elements to the right -->
<li class="li1" id="par1" class="active" style="background-color:rgb(255, 255, 255)" ><a href="index.html"><span style="font-weight:bold">HOME</span></a></li>
<li class="li1" id="par2" ><a href="whoarewe.html"><span style="color:rgb(255, 255, 255) ;font-weight:bold">WHO ARE WE </span> </a> </li>
<li class="li1" id="par3" ><a href="livetv.html"><span style="color:rgb(255, 255, 255) ;font-weight:bold">LIVE TV</span></a></li>
<li class="li1" id="par4"><a href="eac.html"><span style="color:rgb(255, 255, 255) ;font-weight:bold"> CALENDAR</span></a></li>
<li class="li1" id="par4"><a href="events.html"><span style="color:rgb(255, 255, 255) ;font-weight:bold">SEARCH FOR AN EVENT</span></a></li>
<li class="li1" id="par5"><a href="st.html"><span style="color:rgb(255, 255, 255) ;font-weight:bold">SUNDAY TEACHINGS</span></a></li>
</ul>
</div>
</div>
</nav>
<div id="myOverlay" class="overlay">
<span class="closebtn" onclick="closeSearch()" title="Close Overlay">×</span>
<div class="overlay-content">
<input id="searcharea-id" type="text" placeholder="Search.." ><!-- text area for searching -->
<button id="buttonid" onclick ="med()" type="submit" ><i class="fa fa-search"></i></button><!--search button inially disconnected with textarea , but when clicked jquery does the connection -->
</div>
</div>
<script>
function openSearch() {
document.getElementById("myOverlay").style.display = "block";
}
function closeSearch() {
document.getElementById("myOverlay").style.display = "none";
}
function med(){
document.getElementById("textcon").style.visibility= "visible" ;
document.getElementById("myOverlay").style.display = "none";
}
</script>
<div class="center">
<h1>CANT REMEMBER THE DATE OF ANY EVENT ?</h1><br>
<h2><p>Click on the button to open the search box.</p></h2>
<button class="openBtn" onclick="openSearch()">Open Search Box</button> </div>
<div class="container">
<div id="textcon" >
<form >
<div class="form-group">
<h1>SEARCH RESULTS</h1>
<textarea class="form-control btn button_white1 scaling" rows="18" id="results" style="font-size: 20px;font-weight: bold ">
RESULTS FOUND :
</textarea>
</div>
</form>
</div></div>
<script>
</script>
<footer id ="fter"class="main-footer" style="background-color:whitesmoke">
<span id="ft">
<div class="wrap"></div>
<ul class=" row ">
<li class="widget col-4 widget_text"><h3 class="widgettitle">CONTACT</h3> <div class="textwidget"> phone number : +393888744197 <br> <a href="http://yahoo.com"><strong>EMAIL</strong></a> [email protected]</div>
</li>
<li class="widget col-4 bunyad-about"> <h2 class="widgettitle">About Pastor Evans Omorogbe</h2>
<div class="about-widget">
<p>A QUICK BIOGRAPHY <a href="#"><strong>READ MORE>><strong /></a></p>
</div>
</li>
<li class="widget "><img style="margin-top:-5px" class= "btn button_white scaling" src=pic/fbsmm.png><a class="rsswidget" href="https://www.facebook.com/CACGM-House-of-Favor-Lavinio-346845169202851">LIKE AND FOLLOW US ON FB</a>
</div>
<div class="lower-foot">
<div class="wrap">
<span>
</span></div></div>
</div></footer>
DEVELOPED BY MOH'D
</body>
</html>