-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
211 lines (194 loc) · 9.01 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
<!DOCTYPE html>
<html class="no-js" lang="en-us"><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="Need For Kill is essentially Quake III, but in 2D. Start playing right now!">
<title>Need For Kill</title>
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="64x64" href="/images/favicon-64x64.png" />
<link rel="icon" type="image/png" sizes="128x128" href="/images/favicon-128x128.png" />
<link rel="icon" type="image/png" sizes="256x256" href="/images/favicon-256x265.png" />
<link rel="icon" type="image/png" sizes="512x512" href="/images/favicon-512x512.png" />
<link rel="shortcut icon" type="image/x-icon" href="/images/favicon.ico" />
<!-- Stylesheets -->
<link rel="stylesheet" href="/plugins/themefisher-font/style.css">
<!-- bootstrap.min css -->
<link rel="stylesheet" href="/plugins/bootstrap/dist/css/bootstrap.min.css">
<!-- Lightbox.min css -->
<link rel="stylesheet" href="/plugins/lightbox2/dist/css/lightbox.min.css">
<!-- Slick Carousel -->
<link rel="stylesheet" href="/plugins/slick-carousel/slick/slick.css">
<link rel="stylesheet" href="/plugins/slick-carousel/slick/slick-theme.css">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="/css/style.min.css" integrity="" media="screen">
</head>
<body id="body">
<!-- Start Preloader -->
<div id="preloader">
<div class="preloader">
<div class="sk-circle1 sk-child"></div>
<div class="sk-circle2 sk-child"></div>
<div class="sk-circle3 sk-child"></div>
<div class="sk-circle4 sk-child"></div>
<div class="sk-circle5 sk-child"></div>
<div class="sk-circle6 sk-child"></div>
<div class="sk-circle7 sk-child"></div>
<div class="sk-circle8 sk-child"></div>
<div class="sk-circle9 sk-child"></div>
<div class="sk-circle10 sk-child"></div>
<div class="sk-circle11 sk-child"></div>
<div class="sk-circle12 sk-child"></div>
</div>
</div>
<!-- End Preloader -->
<section class="header navigation">
<div class="container">
<div class="row">
<div class="col-md-12">
<nav class="navbar navbar-expand-md">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navigation" aria-controls="navigation"
aria-expanded="false" aria-label="Toggle navigation">
<span class="tf-ion-android-menu"></span>
</button>
<div id="drapeaux">
<a href="/ru"><img src=/images/logos/lang-ru.png alt="IMAGE" /></a>
<a href="/en" class="selected"><img src=/images/logos/lang-en.png alt="IMAGE" /></a>
</div>
<div class="collapse navbar-collapse" id="navigation">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="/"></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://discord.gg/U5zTzVu">Join us on Discord</a>
</li>
<!--<li class="nav-item">
<a class="nav-link" href="https://community.needforkill.ru">Russian community site</a>
</li>-->
<li class="nav-item">
<a class="nav-link" href="https://stats.needforkill.ru">Online statistics</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</section>
<div id="content">
<!-- Hero Area -->
<section class="hero-area">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="video-player">
<img class="img-fluid rounded" src="/images/slider/video-player-thumb.jpg" alt="video-thumb">
<a class="play-icon" href="javascript:void(0)">
<i class="tf-ion-play" data-video="https://www.youtube.com/embed/3pn8Ttxt29s?autoplay=1"></i>
</a>
</div>
</div>
<div class="col-md-6">
<div class="block">
<h2>Need For Kill</h2>
<p>Need For Kill is essentially Quake III, but in 2D. You can play against a friend using the same PC or against other players via multiplayer. There are a lot of different maps you can play and it's possible to create your own maps using the map editor which is included with the game distribution. All of Quake III weapons were recreated along with such game modes as Deathmatch, Team Deathmatch, Capture the Flag, Domination, Instagib and Trix (defrag-like maps). It's possible to customise your game with a lot of different options using game console, change your (and enemy's) character models, record and replay game demos. This game runs on all Windows platforms above Windows 98.</p>
<ul class="list-inline wow fadeInUp" data-wow-duration=".5s" data-wow-delay=".7s">
<li class="list-inline-item">
<a href="https://github.com/NeedForKillTheGame/static.needforkill.ru/releases/download/077/NFK-v077.zip" target="_blank" class="btn btn-main">Download</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- Footer Start -->
<footer id="footer" class="bg-one">
<div class="top-footer">
<div class="container">
<div class="row">
<div class="col-sm-3 col-md-3 col-lg-3">
<h3>More downloads</h3>
<p>
<ul>
<li>
<a href="https://github.com/needforkillthegame/nfk-maps/archive/refs/heads/upload.zip">Additional maps</a>
</li>
<li>
<a href="https://github.com/needforkillthegame/needforkill.ru/releases/download/server/nfk-dedicated.zip">Dedicated server</a>
</li>
</ul>
</p>
</div>
<div class="col-sm-3 col-md-3 col-lg-3">
<h3>Community</h3>
<p>
<ul>
<li>
<a href="https://discord.gg/U5zTzVu">Join us on Discord</a>
</li>
<li>
<a href="https://github.com/NeedForKillTheGame">Github repositories</a>
</li>
<!--<li>
<a href="https://community.needforkill.ru">Russian community site</a>
</li>-->
<li>
<a href="https://old.needforkill.ru">Old russian community site (archive)</a>
</li>
</ul>
</p>
</div>
<div class="col-sm-3 col-md-3 col-lg-3">
<h3>Media</h3>
<p>
<ul>
<li>
<a href="https://www.twitch.tv/nfk2d">Twitch streams</a>
</li>
<li>
<a href="https://www.youtube.com/user/nfk2d">Youtube channel</a>
</li>
</ul>
</p>
</div>
<div class="col-sm-3 col-md-3 col-lg-3">
<h3>Services</h3>
<p>
<ul>
<li>
<a href="https://stats.needforkill.ru">Online statistics</a>
</li>
<li>
<a href="https://nfk.harpywar.com">URL collection by HarpyWar</a>
</li>
</ul>
</p>
</div>
</div>
</div>
</div>
</footer>
<!-- end footer -->
<!-- Essential Scripts -->
<!-- jQuery -->
<script src="/plugins/jquery/dist/jquery.min.js"></script>
<!-- Bootstrap -->
<script src="/plugins/bootstrap/dist/js/popper.min.js"></script>
<script src="/plugins/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- Parallax -->
<script src="/plugins/parallax/jquery.parallax-1.1.3.js"></script>
<!-- lightbox -->
<script src="/plugins/lightbox2/dist/js/lightbox.min.js"></script>
<!-- Slick Carousel -->
<script src="/plugins/slick-carousel/slick/slick.min.js"></script>
<!-- Portfolio Filtering -->
<script src="/plugins/filterzr/jquery.filterizr.min.js"></script>
<!-- Smooth Scroll js -->
<script src="/plugins/smooth-scroll/dist/js/smooth-scroll.min.js"></script>
<!-- Main Script -->
<script src="/js/script.min.js"></script>
</body>
</html>