-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathminigame-intro.html
73 lines (71 loc) · 3.92 KB
/
minigame-intro.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
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Archives</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" href="css/style.css" media="screen" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic&subset=latin,cyrillic-ext,cyrillic' rel='stylesheet' type='text/css'><script src="js/main.js"></script>
<link href='http://fonts.googleapis.com/css?family=PT+Serif:400,700,700italic,400italic' rel='stylesheet' type='text/css'>
<script src="js/jquery-2.1.4.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/main.js"></script>
</head>
<body class="main">
<header>
<nav class="menu">
<a class="menu_link" href="#">start</a>
<a class="menu_link menu_link__active" href="#">about game</a>
<a class="menu_link" href="#">Identified photos</a>
<a class="menu_link" href="#">sign in</a>
</nav>
<div class="notifications">
<a class="notifications_icon" href="#">notifications</a>
</div>
</header>
<!-- Minigame start
<div class="showcase showcase__minigame">
<svg class="frame" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 1078 723" enable-background="new 0 0 1078 723" xml:space="preserve" preserveAspectRatio="none">
<line stroke-miterlimit="10" y2="722.9" x2="1077.9" y1="35.3" x1="1077.9" />
<line stroke-miterlimit="10" x1="1077.9" y1="723" x2="0.1" y2="723" />
<line stroke-miterlimit="10" x1="0.1" y1="723" x2="0.1" y2="558.7" />
<line stroke-miterlimit="10" x1="0.1" y1="193.3" x2="0.1" y2="142" />
<line stroke-miterlimit="10" x1="0" y1="36.7" x2="0" y2="0" />
<line stroke-miterlimit="10" y2="0" x2="1049" y1="0" x1="0" />
</svg>
<img class="showcase_logo" src="content/images/logo.png" alt="wot hidden archives" />
<div class="showcase_description">
<h1 class="heading-1">identify <br /> 10 tanks <span class="gold"> right!</span></h1>
<h4 class="heading-4">Your first game is right here. You will need to identify the 10 photos of tanks.</h4>
<a class="button" href="#">start GAME</a>
</div>
</div>
-->
<!-- Minigame finish -->
<div class="showcase showcase__minigame showcase__minigame-finish">
<svg class="frame" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 1078 723" enable-background="new 0 0 1078 723" xml:space="preserve" preserveAspectRatio="none">
<line stroke-miterlimit="10" x1="1077.9" y1="35.3" x2="1077.9" y2="722.9" />
<line stroke-miterlimit="10" x1="1077.9" y1="723" x2="0.1" y2="723" />
<line stroke-miterlimit="10" x1="0.1" y1="723" x2="0.1" y2="615.7" />
<line stroke-miterlimit="10" x1="0.1" y1="193.3" x2="0.1" y2="142" />
<line stroke-miterlimit="10" x1="0" y1="36.7" x2="0" y2="0" />
<line stroke-miterlimit="10" y2="0" x2="1049" y1="0" x1="0" />
</svg>
<img class="showcase_logo" src="content/images/logo.png" alt="wot hidden archives" />
<div class="showcase_description">
<h1 class="heading-1">
You made it! <br />
<span class="gold">85%</span>
right!
</h1>
<h4 class="heading-4">Now you can play the real game on real photos from Hidden Archives. Have gun!</h4>
<h4 class="heading-4">Share with friends: <a class="fb fb__big" href="#">facebook</a></h4>
<a class="button" href="#">continue</a>
</div>
</div>
<footer>
<p class="copyright">© Wargaming Bossignol Museum, 2015</p>
</footer>
</body>
</html>