-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
56 lines (55 loc) · 1.73 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
<!DOCTYPE html>
<html>
<head>
<title>Plaev Team - Play Everywhere</title>
<meta charset='utf-8'>
<link href='img/favicon.png' rel='shortcut icon'>
<link href='css/screen.css' rel='stylesheet'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700' rel='stylesheet'>
<script src='http://code.jquery.com/jquery-latest.min.js' type='text/javascript'></script>
<script src='js/slides.min.jquery.js' type='text/javascript'></script>
<script src='js/functions.js' type='text/javascript'></script>
</head>
<body>
<div id='logo'>
<div class='slides-container'>
<div>
<img alt='' src='img/logo01.png'>
</div>
<div>
<img alt='' src='img/logo02.png'>
</div>
<div>
<img alt='' src='img/logo03.png'>
</div>
<div>
<img alt='' src='img/logo04.png'>
</div>
<div>
<img alt='' src='img/logo05.png'>
</div>
<div>
<img alt='' src='img/logo06.png'>
</div>
<div>
<img alt='' src='img/logo07.png'>
</div>
<div>
<img alt='' src='img/logo08.png'>
</div>
</div>
</div>
<section id='content'>
<h1>We are Plaev.</h1>
<p>Two guys venturing into the world of game development for the web. We created a platformer as our first prototype.</p>
<nav class='projects'>
<a href='http://plaev.github.io/skeleton-jigsaw'>
<img alt='' height='64' src='img/icon-sj.png' width='64'>
<br>
<strong>Skeleton Jigsaw</strong>
</a>
</nav>
</section>
<script src='js/analytics.js' type='text/javascript'></script>
</body>
</html>