-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
283 lines (224 loc) · 14.7 KB
/
about.html
File metadata and controls
283 lines (224 loc) · 14.7 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
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
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel='shortcut icon' type='image/x-icon' href='imgs/favicon.ico' />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
<title>Royal Gospel Music | You Want It, We Got It</title>
<link rel="stylesheet" type="text/css" href="pearl.css">
<link rel="stylesheet" type="text/css" href="awards.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<script src="https://cdnjs.cloudflare.com/ajax/libs/limonte-sweetalert2/11.1.9/sweetalert2.min.js" integrity="sha512-I/i/QdEAXhCk1O0kmm/I/qf5nwNRv5fYAlnWVZRd+dAfYgZAKeIrIy7vlr6J1di+HauR+5bzS6m/iHoR8xRYCA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/limonte-sweetalert2/11.1.9/sweetalert2.css" integrity="sha512-NIcYVd9x+7QWzVOrAepi4tT6Y17n9yiq7Jzc4T6FfSXPiI/+oB1j298Hufjj+Hr/9tjz9p0mSolx/OBRVPStLw==" crossorigin="anonymous" referrerpolicy="no-referrer"
/>
<!-- Include a polyfill for ES6 Promises (optional) for IE11 and Android browser -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/core-js/2.4.1/core.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CHEK379PB8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-CHEK379PB8');
</script>
<script>
// document.getElementById('vote_button').style.display = 'none';
</script>
<style>
p{font-size:16px;}
</style>
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg">
<div class="container mb-4">
<a class="navbar-brand" href="index.html">
<img src="imgs/rgm_logo.png" style="width:50px;">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<i class="fas fa-bars" style="color: white;"></i>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="awards.html">Awards</a>
</li>
<!--<li class="nav-item">-->
<!-- <a class="nav-link" href="index.html">Download</a>-->
<!--</li>-->
<li class="nav-item">
<a class="nav-link" href="radio.html">Radio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html">Events</a>
</li>
<li class="nav-item ">
<a style="color:#FBD263;" class="nav-link active" href="about.html">About Us</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main>
<article>
<section>
<div class="index_article1">
<!--<h5 class="text-center mb-4" style="color: #FFEDBF;">Royal Gospel Music Awards</h5>-->
<div class="text-center mb-3 ">
<h3 style="color: #FFEDBF;">Royal Gospel Music</h3>
</div>
<div>
<h3><strong>WHO WE ARE</strong></h3>
<p>
We are an all Christian celebration of Gospel Arts. We support, nurture and grow Christian talent through different initiatives and the awards are just a crown on the different projects we do underground.
</p>
<p>
For the last 10 years we have been doing a lot of background work with a number of initiatives namely:
</p>
<p>
1. <strong>BEAT CONNECT:</strong> <br> This is the biggest celebration of Gospel Music that has run for a successful 5yrs where we showcase purely the best of Ugandan gospel music.
</p>
<p><strong>2. ROYAL ARMY:</strong> <br> This is a movement of young people we got together and created a platform where we share, promote and push gospel music and arts on different platforms online and on the ground!</p>
<p><strong>3. THE BURN OUT SILENT DISCO:</strong>
<br>we created this initiative to grow and support the gospel deejaying as an art and from it, we have seen growth in this industry and we dare say the future is brighter than the deem past. We have done over 4 successful shows.</p>
<p><strong>4. KING OF RADIO CUP:</strong> <br> This is a sports initiative to bring together churches and creatives in those churches plus the entire gospel fraternity.</p>
<p><strong>5. ROYAL GOSPEL MINISTERS' ASSOCIATION:</strong> <br>This is an association that unites all Christian arts contributors(artistes, deejays, media personalities, dance groups, technical people etc.) with an aim to extend gospel music and it’s supporting arts.</p>
<p><strong>6. ROYAL GOSPEL MUSIC APP:</strong> <br> This is a dynamic app exclusively committed to creating a platform for all gospel artistes, deejays, media personalities and the like to sell their craft. We also want to plug into the church community so we will have Pastors share messages of hope on it. This for us is the game changer.
All these are continuing initiatives we have running to keep us plugged into the industry and are the background on which the research we have made and the reason why we continue to grow and hence the awards.
</p>
<h3><strong> WHY NOW?</strong></h3>
<p>
We have seen a void in the cracks of the awarding system which we aim to fill. We aim not only to be a music awards system but one that promotes Christian Arts in general because we believe we have more contributors than the ones we normally see.
</p>
<h3><strong>
HOW WE INTEND TO GROW</strong></h3>
<p>
We intend to have partnerships with as many good will partners like yourself. We also already have set in motion projects for growth which we will share at a later stage.
</p>
</div>
<!--<span id="all_categories"></span>-->
<!--<div id="category_spinner">-->
<!-- <div class="spinner-border text-primary text-center" role="status">-->
<!-- <span class="sr-only">Loading...</span>-->
<!-- </div>-->
<!--</div>-->
<!--<div id="vote_button" style="display: none;" >-->
<!-- <button onclick="checkVote()" class="btn btn-lg download-btn">-->
<!-- Vote-->
<!-- </button>-->
<!-- <span id="trigger_vote" data-toggle="modal" data-target="#exampleModal" data-whatever="@fat" hidden></span>-->
<!--</div>-->
</div>
</section>
</article>
<div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 style="text-align:center !important;" class="modal-title text-center" id="exampleModalLabel">Voting costs UGX 500 only</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<form>
<div class="form-group">
<label for="names" class="col-form-label">Name:</label>
<input type="text" placeholder="Your full names" required class="form-control" id="email">
</div>
<div class="form-group">
<label for="phone-number" class="col-form-label">Phone Number: (Mobile Money) : 07XXX</label>
<input type="text" class="form-control" placeholder="Use the format 07XXXX" id="phone-number">
</div>
</form>
</div>
<div class="modal-footer footer_btn">
<!-- <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button> -->
<button id="vote-btn" type="button" onclick="voteNow()" class="btn btn-primary download-btn">Vote</button>
<div style="display:none" id="vote_modal_spinner" class="spinner-border text-primary" role="status">
<span class="sr-only">Loading...</span>
</div>
</div>
</div>
</div>
</div>
</main>
<footer class="mainfooter" role="contentinfo" style="color: grey; ">
<div class="footer-middle">
<div class="container">
<div class="row" style="padding-bottom: 20px;">
<div class="col-md-3 col-sm-6">
<!--Column1-->
<div class="footer-pad">
<p style="color: #fcfcfd;"><strong>Company</strong></p>
<ul class="list-unstyled" style="color: grey;">
<li><a href="about_us.html">Plans</a></li>
<li><a href="#">Features</a></li>
<li><a href="#">Help</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Careers</a></li>
</ul>
</div>
</div>
<div class="col-md-3 col-sm-6">
<!--Column1-->
<div class="footer-pad">
<p style="color: #fcfcfd;"><strong>Explore</strong></p>
<ul class="list-unstyled" style="color: grey;">
<li><a href="about_us.html">All channels</a></li>
<li><a href="#">Charts</a></li>
<li><a href="#">Most Popular Release</a></li>
<li><a href="#">New Releases</a></li>
</ul>
</div>
</div>
<div class="col-md-3">
<p style="color: #fcfcfd;"><strong>Who we are?</strong></p>
<ul class="list-unstyled">
<li><a href="about_us.html">Labels & Artistes</a></li>
<li><a href="#">Developers</a></li>
<li><a href="#">Press</a></li>
</ul>
</div>
<div class="col-md-3">
<p style="color: #fcfcfd;"><strong>Legal</strong></p>
<ul class="list-unstyled">
<li><a href="about_us.html">Terms & Conditions of Use</a></li>
<li><a href="#">Personal Data and Cookies</a></li>
<li><a href="#">Legal Notice</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12 copy">
<p class="text-center" style="color: grey;">© Copyright 2021 - Royal Gospel Music. All rights reserved.</p>
</div>
</div>
</div>
</div>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
</body>
</html>