-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
62 lines (55 loc) · 2.23 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- SEO Stuff-->
<title>SportPlay</title>
<meta property="description" content="SportsPlay is an upcoming iOS App for finding out where to watch sport events, and following your favorite teams.">
<meta property="og:title" content="SportsPlay | Follow your favorite teams">
<meta property="og:description" content="SportsPlay is an upcoming iOS App for finding out where to watch sport events, and following your favorite teams.">
<meta property="og:url" content="https://sportsplay.app">
<!-- HEAD Links go here -->
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="row">
<div class="col">
<img class="logo" alt="App Logo" src="/logo.png">
<div class="text">
<h1>Follow your favorite teams</h1>
<p>SportPlay is an iOS App currently in development. SportPlay will allow you to check where to watch your favorite teams, sports and leagues.</p>
</div>
<div class="text">
<h2>When will be SportPlay be available?</h2>
<p>My personal goal is to have it up and running before June. But we're still in the very early stages of design and development.</p>
</div>
<div class="text">
<h2>What sports will be available</h2>
<p>Sports planned for initial support are:</p>
<ul>
<li>Soccer</li>
<li>Motorsports</li>
<li>Baseball</li>
<li>Basketball</li>
<li>American Football</li>
<li>Ice Hockey</li>
<li>Rugby</li>
<li>Tennis</li>
<li>ESports</li>
<li>Volleyball</li>
</ul>
</div>
<div class="text">
<h2>Who are you?</h2>
<p>I'm Nic! You can find me in most platforms under the username <b>ntoporcov</b></p>
</div>
</div>
<div>
<img alt="Image with Mockup of App on iPhone" class="hero" src="hero.jpg">
</div>
</div>
<!--In Body Scripts go Here-->
</body>
</html>