-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (60 loc) · 2.91 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>The Good Chicken</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css">
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="stylesheet" href="index.css">
</head>
<body>
<!--
<div id="loading">
<div id="spinner"></div>
</div>
-->
<div id="magnify">
<h1 onclick="closemagnify()"><i class="fas fa-times"></i></h1>
<div id="img_here"></div>
</div>
<header id="header" class="animated slideInDown" style="animation-delay:1.8s;">
<table>
<tr>
<td id="logo">The Good Chicken</td>
<!--
<td id="navigation">
<a href="#work">work</a>
<a href="#bio">about</a>
<a href="">blog</a>
<a href="#contact">contact</a>
</td>
-->
</tr>
</table>
</header>
<table id="top_part">
<tr>
<td id="about" class="animated slideInLeft" style="animation-delay:2s;">
<h1>2D Chicken PvP, it's exactly what you've been hoping for</h1>
<button class="btn_one" onclick="window.open('https://github.com/DaveAldon/The-Good-Chicken/releases');">Download Game</button>
<button class="btn_one" onclick="window.open('mailto:davealdonapps@gmail.com');">Request Closed Alpha access</button><br>
<!--
<table>
<tr>
<td class="animated zoomIn" style="animation-delay:2.2s;"><a class="social"><i class="fab fa-facebook"></i></a></td>
<td class="animated zoomIn" style="animation-delay:2.4s;"><a class="social"><i class="fab fa-twitter"></i></a></td>
<td class="animated zoomIn" style="animation-delay:2.6s;"><a class="social"><i class="fab fa-instagram"></i></a></td>
<td class="animated zoomIn" style="animation-delay:2.8s;"><a class="social"><i class="fab fa-dribbble"></i></a></td>
<td class="animated zoomIn" style="animation-delay:3.0s;"><a class="social"><i class="fab fa-medium"></i></a></td>
</tr>
</table>
-->
</td>
<td id="rightImage" class="animated jackInTheBox" style="animation-delay:2.2s;"></td>
</tr>
</table>
</body>
</html>