-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.php
85 lines (73 loc) · 4.66 KB
/
home.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
<?php
include 'https-redirect.php';
?>
<!DOCTYPE html>
<html lang="zxx">
<head>
<title>Face Of 24loaded 2019</title>
<!-- Meta tag Keywords -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8" />
<meta name="keywords"
content="faceof24loaded, 24loaded.com, peagent, beauty" />
<!-- //Meta tag Keywords -->
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" /><!-- Style-CSS -->
<link href="css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"/>
<link rel="stylesheet" type="text/css" href="css/dataTables.bootstrap.min.css"/>
<!-- font-awesome-icons -->
<style type="text/css">
.list-margin{
margin-bottom: 15px;
}
</style>
</head>
<body>
<section class="signin-form">
<div class="overlay">
<div class="wrapper">
<div class="logo text-center top-bottom-gap">
<a class="brand-logo" href="home">Face Of 24LOADED 2019</a>
</div>
<div class="form34">
<h3 class="text-center" style="margin-bottom: 15px;"> Guidelines For Face Of 24loaded</h3>
<ol>
<li class="list-margin">It's an online contest For only females, Registration fee is 2000 naira.</li>
<li class="list-margin"> You will be requested to submit a Well Captured photo of yourself to our Email 24loadedentertainmen[email protected], after registration.</li>
<li class="list-margin">The photo will be uploaded to our Facebook page (De bloodlines) for the contest to begin.</li>
<li class="list-margin">The winner of the contest wins 20,000 naira, her face on 24loaded cover art for a period of 1 year and a free ticket to funfest calabar.</li>
<li class="list-margin">Contest starts from 5th of November to 31st November.</li>
<li class="list-margin">The picture with the highest likes and comment becomes the winner.</li>
<li class="list-margin">The winner may be asked to return the following year to the platform.</li>
</ol>
<b>Note!</b> You are to boost publicity to your friends to enable you win the contest.<br>
After payment, send a screenshot of your teller or receipt of payment with your Full name & Phone Number used in <a href="register">registration</a> to [email protected] or On WhatsApp 09039619128 or 07068970247.
Else Your Registration will not be approved........
<br>
<br >All payment for Registration will be sent to the following account details:<br>
<b>Account Number:</b> 0469424071<br>
<b>Account Name:</b> Garba Success Mustapha<br>
<b>Bank:</b> GT Bank<br><br>
If the winner is within calabar area, we will request a seat out where the cash will be given. If the winner is outside calabar we will request for your account details and make payment Asap. <br >
<br>
Face Of 24loaded was brought to you by Emperors bloodline and powered by 24loaded Entertainment(24loaded.com) <br>
<br>
<a href="register"> <p style="width: 100%;" class="text-center btn btn-primary">Click here to register</p></a>
<a href="view-contestants"> <p style="width: 100%; margin-top: 15px;" class="text-center btn btn-primary">View Contestants</p></a>
</div>
</div>
<!-- copyright -->
<div class="copyright text-center">
<p>© 2019 FaceOf24loaded . All rights reserved | Designed by <a href="https://zealtech.com.ng" target="_blank">Zeal Technologies</a></p>
</div>
<!-- //copyright -->
</div>
</section>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/dataTables.bootstrap.min.js"></script>
<script src="js/jquery.dataTables.min.js"></script>
<script src="js/sweetalert.min.js"></script>
<script src="js/sweetalert.init.js"></script>
</body>
</html>