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