-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeveloper_page.php
109 lines (75 loc) · 3.68 KB
/
developer_page.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
<!doctype html>
<html lang="en">
<head>
<!--====== Required meta tags ======-->
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!--====== Title ======-->
<title>Sensational -- Beauty -- Parlour </title>
<!--====== Favicon Icon ======-->
<link rel="icon" type="image/ico" href="img/favicon.ico"/>
<!--====== Bootstrap css ======-->
<link rel="stylesheet" href="bootstrap/dist/css/bootstrap.min.css">
<!--====== Fontawesome css ======-->
<link rel="stylesheet" href="bootstrap/dist/fonts/font-awesome.min.css">
<!--====== Style css ======-->
<link rel="stylesheet" href="style.css">
<style>
.body{
background-color: #f2f2f2;
}
</style>
</head>
<body>
<!--====== PRELOADER PART START ======-->
<div class="preloader">
<div class="loader rubix-cube">
<div class="layer layer-1"></div>
<div class="layer layer-2"></div>
<div class="layer layer-3 color-1"></div>
<div class="layer layer-4"></div>
<div class="layer layer-5"></div>
<div class="layer layer-6"></div>
<div class="layer layer-7"></div>
<div class="layer layer-8"></div>
</div>
</div>
<!--====== PRELOADER PART START ======-->
<div class="card" style="margin-top:60px;">
<div class="card-body">
<div class="container-fluid">
<p style="font-weight: 800;text-align:center;color:#581845;font-size:16px;">This Software has been Developed under License by:<br> <a href="#" >Emmanuel Gathu.</a></p>
<p style="font-weight: 600;color:#900c3f;font-size:14px;">Its Use is strictly limited to :</p>
<p style="font-weight: 800;color:#C70039;font-size:14px;">Sensational Beauty Parlour.</p>
<p style="font-weight: 700;text-align:center;color:#581845;font-size:14px;">Emmanuel Gathu is an Web Application developer who offers a variety of ICT Services including :<br>
<p style="font-weight: 700;text-align:center;color:#3363FF;font-size:14px;">
Software Development<br>
<small style="font-weight: 700;text-align:center;color:#581845;font-size:12px;"> For a Variety of Industries and Purposes </small><br>
</p>
</p>
<p style="font-weight: 600;text-align:center;color:#581845;">You can reach us on : <br>
Phone : <a href="tel:0711530740"> 0711530740 </a><br>
Email : <a href="mailto:gathuimmanuel@gmail.com"> The Developer</a></p>
<br>
<a href="index">Back Home</a>
</div>
</div>
</div>
<!--====== jquery js ======-->
<script src="bootstrap/dist/jquery/modernizr-3.6.0.min.js"></script>
<script src="bootstrap/dist/jquery/jquery-1.12.4.min.js"></script>
<!--====== Bootstrap js ======-->
<script src="bootstrap/dist/js/bootstrap.min.js"></script>
<!--====== Main js ======-->
<script src="main.js"></script>
<!--====== Alert Script ======-->
<script type="text/javascript">
setTimeout (function(){
//closing the alert
$('.alert').alert('close');
}, 3000);
</script>
</body>
</html>