-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
122 lines (108 loc) · 6.07 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta property="og:title" content="CodeBattle: game for programmers">
<meta property="og:site_name" content="CodeBattle">
<meta property="og:url" content="http://battle.hexlet.io/">
<meta property="og:image" content="http://battle.hexlet.io/startup/common-files/img/ogcover.jpg" />
<meta property="og:description" content="Choose your weapon (programming language), solve coding puzzles faster than your rival and win! You can see your opponent's progress in real time and talk with them and with spectators.">
<meta property="og:type" content="website">
<link rel="shortcut icon" href="startup/common-files/icons/favicon/favicon.ico" type="image/x-icon" />
<link rel="icon" href="startup/common-files/icons/favicon/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="startup/flat-ui/bootstrap/css/bootstrap.css">
<link rel="stylesheet" href="startup/flat-ui/css/flat-ui.css">
<!-- Using only with Flat-UI (free)-->
<link rel="stylesheet" href="startup/common-files/css/icon-font.css">
<!-- end -->
<link rel="stylesheet" href="startup/common-files/css/animations.css">
<link rel="stylesheet" href="static/css/style.css">
<title>Code Battle</title>
</head>
<body>
<script>
location.assign("https://hexlet.io");
/*(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-1360700-51', 'auto');
ga('send', 'pageview');*/
</script>
<div class="page-wrapper"><header class="header-15 hidden">
<div class="header-background"></div>
</header>
<section class="header-15-sub bg-midnight-blue">
<div class="background"> </div>
<div class="container">
<div class="hero-unit">
<a href="https://hexlet.io/games?utm_source=codebattle&utm_medium=logo&utm_campaign=codebattle_landing">
<div class="logo_holder">
<img src="startup/common-files/img/code_battle_logo.svg" width="170" height="250">
</div>
</a>
<div class="fui-cmd"></div>
<p>CODING GAME FOR BADASS DEVELOPERS</p>
</div>
</div>
</section>
<section class="content-11">
<div class="container">
<a class="btn btn-large btn-danger" href="https://hexlet.io/games?utm_source=codebattle&utm_medium=cta_button&utm_campaign=codebattle_landing">PLAY THE GAME NOW</a>
</div>
</section>
<section class="content-4">
<div class="container">
<h3 class="text-center">This is how it works:</h3>
<div class="row features">
<div class="col-sm-4">
<img src="startup/common-files/icons/Arrow@2x.png" alt="" width="117" height="104">
<h6>1. Choose your weapon</h6>
<p>What do you fight with? Ruby? Python? Maybe, JS? Pick your weapon!</p>
</div>
<div class="col-sm-4">
<img src="startup/common-files/icons/play@2x.png" alt="" width="104" height="104">
<h6>2. Start the game</h6>
<p>Start a new game or join an open game. Your opponent is waiting!</p>
</div>
<div class="col-sm-4">
<img src="startup/common-files/icons/Goal@2x.png" alt="" width="101" height="101">
<h6>3. Solve the problem and win</h6>
<p>You and your opponent are given the same coding problem. Solve it first and win!</p>
</div>
</div>
</div>
</section><section class="content-11">
<div class="container">
<a class="btn btn-large btn-danger" href="https://hexlet.io/games?utm_source=codebattle&utm_medium=cta_button_2&utm_campaign=codebattle_landing">PLAY THE GAME NOW</a>
</div>
</section><footer class="footer-2 bg-midnight-blue">
<div class="container">
<div class="additional-links">
Code Battle. Made by <a href="https://hexlet.io?utm_source=codebattle&utm_medium=footer_link&utm_campaign=codebattle_landing">Hexlet</a> team in 2015.
</div>
</div>
</footer> <!-- Placed at the end of the document so the pages load faster -->
<script src="startup/common-files/js/jquery-1.10.2.min.js"></script>
<script src="startup/common-files/js/jquery.bxslider.min.js"></script>
<script src="startup/common-files/js/jquery.scrollTo-1.4.3.1-min.js"></script>
<script src="startup/common-files/js/jquery.sharrre.min.js"></script>
<script src="startup/flat-ui/js/bootstrap.min.js"></script>
<script src="startup/common-files/js/masonry.pkgd.min.js"></script>
<script src="startup/common-files/js/modernizr.custom.js"></script>
<script src="startup/common-files/js/page-transitions.js"></script>
<script src="startup/common-files/js/easing.min.js"></script>
<script src="startup/common-files/js/jquery.svg.js"></script>
<script src="startup/common-files/js/jquery.svganim.js"></script>
<script src="startup/common-files/js/jquery.backgroundvideo.min.js"></script>
<script src="startup/common-files/js/froogaloop.min.js"></script>
<script src="startup/common-files/js/startup-kit.js"></script>
</div>
</body>
</html>