-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
168 lines (133 loc) · 4.75 KB
/
index.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
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
<?php
if(isset($_GET['not_logged_in'])){
echo '<script>window.location = "login?not_logged_in=true";</script>';
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Skiyen</title>
<link rel="shortcut icon" type="text/css" href="logo/skiyen.ico">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Create an account or log into Skiyen. Connect with friends, family and other people you know. Share photos and videos, send messages and get updates.">
<meta name="author" content="Okeke Divine-Vessel">
<meta name="google-site-verification" content="eDDZHpLjtAQr6Mr4tcyjEMlx8_JqM5Qb8L_-gU_r_OA" />
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="font/css/all.css">
<link rel="stylesheet" href="css/templatemo-host-cloud.css">
<link rel="stylesheet" href="css/owl.css">
</head>
<body>
<div id="preloader">
<div class="jumper">
<div></div>
<div></div>
<div></div>
</div>
</div>
<!-- Header -->
<header class="">
<nav class="navbar navbar-expand-lg">
<div class="container">
<a class="navbar-brand" href="#"><h2>Skiyen</h2></a>
<div class="functional-buttons">
<ul>
<li><a href="login"><i class="fa fa-lock"></i> Log in</a></li>
<li><a href="register/"><i class="fa fa-user-plus"></i> Sign Up</a></li>
</ul>
</div>
</div>
</nav>
</header>
<!-- Page Content -->
<!-- Banner Starts Here -->
<div class="banner">
<div class="container">
<div class="row">
<div class="col-md-8 offset-md-2">
<div class="header-text caption">
<h2>Join Skiyen today and get linked with your friends and family online</h2>
</div>
</div>
</div>
</div>
</div>
<!-- Banner Ends Here -->
<br>
<!-- Services Starts Here -->
<div class="services-section">
<div class="container">
<div class="row">
<!-- <div class="col-md-4 col-sm-6 col-xs-12">
<div class="service-item">
<img src="logo/s1.png">
<h4>Skiyen</h4>
<p>Skiyen helps you to connect with friends and family, find communities and grow businesses.</p>
</div>
</div> -->
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="service-item">
<i class="fa fa-comments"></i>
<h4>Chat</h4>
<div class="osmsijd">
<p>We provide you with an end to end encrypted private message with people you follow and people that follow you...</p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="service-item">
<i class="fa fa-gamepad"></i>
<h4>Play Games</h4>
<p>On skiyen you can play your favourite games here bookmark games,save games and lots more...</p>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="service-item">
<i class="fa fa-play-circle"></i>
<h4>Watch Videos</h4>
<p>Follow people, groups, pages, etc to watch interesting videos with less data...</p>
</div>
</div>
</div>
</div>
</div>
<!-- Services Ends Here -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<!-- Additional Scripts -->
<script src="js/custom.js"></script>
<script src="js/owl.js"></script>
<script src="js/accordions.js"></script>
<script language = "text/Javascript">
function scroll(){
$('html,body').animate({
scrollTop:0;
});
}
cleared[0] = cleared[1] = cleared[2] = 0; //set a cleared flag for each field
function clearField(t){ //declaring the array outside of the
if(! cleared[t.id]){ // function makes it static and global
cleared[t.id] = 1; // you could use true and false, but that's more typing
t.value=''; // with more chance of typos
t.style.color='#fff';
}
}
</script>
</body>
</html>
<style type="text/css">
.banner {
background-image: url(logo/banner-bg.jpg);
background-size: cover;
background-repeat: no-repeat;
padding: 300px 0px;
background-position: center center;
}
.skiyen_img{
width: 700px;
height: 500px;
}
</style>