-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlanding.php
More file actions
49 lines (44 loc) · 2.29 KB
/
landing.php
File metadata and controls
49 lines (44 loc) · 2.29 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
<!--To align elements horizontally:margin=auto LOL !!-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="theme-color" content="#002060">
<link rel="apple-touch-icon" sizes="144x144" href="favicon-ios.png" />
<link rel="shortcut icon" type="image/png" href="favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Curint</title>
<meta charset="utf-8">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.4.3/css/mdb.min.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="./js/landingpage.js"></script>
<link href='https://fonts.googleapis.com/css?family=Flamenco' rel='stylesheet'>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<!--
<div class="" style="height:100%">
<img class="mySlides" src="./images/landingpage/1.jpg" style="width:100%">
<img class="mySlides" src="./images/landingpage/2.jpg" style="width:100%">
<img class="mySlides" src="./images/landingpage/3.jpg" style="width:100%">
</div>
-->
<div class="bg landing">
<img class="img-fluid hm-zoom z-depth-1 hoverable topleft"src="/images/fullheader.png" />
<br><br>
<div class="to-bottom-mobile">
<p class="topleft text">Watch Sports Now, and Whenever You Want!</p>
<p class="topleft text sm">Prepare for a revolution in how we watch sport.</p>
<button type="button" class="btn ripple-effect btn-default">Sign Up For Free Now <i class="fa fa-chevron-right" aria-hidden="true"></i>
</button>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.4.3/js/mdb.min.js"></script>
<script>new WOW().init();</script>
</body>
</html>