-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
294 lines (260 loc) · 12.9 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
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Analytics -->
<script>
(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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-123736970-4', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="google-site-verification" content="-LPf-sEksVIUFHgKbdf5-RhktuWQYGvPPEIPejq2m-Y" />
<meta name='wmail-verification' content='836ca6696fef5755c933e9fb6d9c5f6e'/>
<meta name="yandex-verification" content="28dc8e3517f7e504" />
<meta name="description" content="Denis Yurkov - Game Portfolio!" />
<meta name="keywords" content="games, programming, github, denis yurkov, portfolio, gamedev">
<meta name="author" content="Denis Yurkov">
<meta name="copyright" content="All rights belong to Denis Yurkov">
<title>Denis Yurkov — Game Developer</title>
<link rel="canonical" href="https://denisyurkov.github.io"/>
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<!-- Icon -->
<link href="img/favicon.png" rel="shortcut icon" type="image/x-icon" />
<!-- Custom CSS -->
<link href="css/stylish-portfolio.min.css" rel="stylesheet">
<!-- Pace -->
<link href="css/pace/themes/pace.css" rel="stylesheet" />
</head>
<body id="page-top">
<!-- Navigation -->
<a class="menu-toggle rounded" href="#">
<i class="fas fa-bars"></i>
</a>
<nav id="sidebar-wrapper">
<ul class="sidebar-nav">
<li class="sidebar-brand">
<a class="js-scroll-trigger" href="#page-top">Denis Yurkov</a>
</li>
<li class="sidebar-nav-item">
<a class="js-scroll-trigger" href="index.html" target="_blank">Home</a>
</li>
<li class="sidebar-nav-item">
<a class="js-scroll-trigger" href="project portfolio/Denis Yurkov - Unity Developer.pdf" target="_blank">Resume</a>
</li>
<li class="sidebar-nav-item">
<a class="js-scroll-trigger" href="about_me.html" target="_blank">About me</a>
</li>
<li class="sidebar-nav-item">
<a class="js-scroll-trigger" href="#contact">Contacts</a>
</li>
</ul>
</nav>
<!-- Header -->
<header class="masthead d-flex">
<div class="container text-center my-auto color_edit">
<h1 class="mb-1">Denis Yurkov</h1>
<h4 class="mb-5">Game Developer</h4>
<a class="btn btn-primary btn-xl js-scroll-trigger" href="#portfolio">Learn more...</a>
</div>
<div class="overlay"></div>
</header>
<!-- Portfolio -->
<section class="content-section" id="portfolio">
<div class="container">
<!-- Unity Games -->
<div class="content-section-heading text-center">
<h2 class="text-secondary mb-0">Portfolio</h2>
<h2 class="mb-3" id="unity-games">Personal Projects</h2>
</div>
<div class="row no-gutters">
<div class="col-lg-6" style="padding: 10px">
<a class="portfolio-item" href="project portfolio/time-for-change.html">
<span class="caption">
<span class="caption-content">
<h2 class="text-center">Time For Change</h2>
<p class="mb-0 show-text">A meteorite falls on the ground, you have 15 minutes to escape.</p>
</span>
</span>
<img class="img-fluid" title="Click to download the game!" src="img/TFC/BG.png" alt="Click to download the game!">
</a>
</div>
<div class="col-lg-6" style="padding: 10px">
<a class="portfolio-item" href="project portfolio/behind-the-wind.html">
<span class="caption">
<span class="caption-content">
<h2 class="text-center">Behind The Wind</h2>
<p class="mb-0 show-text">Behind The Wind - it is the atmosphere of Egyptian tombs, adventure, riddles, and running along the walls. </p>
</span>
</span>
<img height="300.94px" title="Click to download the game!" src="img/behind-the-wind/bhw_gif.gif" alt="Click to download the game!">
</a>
</div>
<div class="col-lg-6" style="padding: 10px">
<a class="portfolio-item" href="project portfolio/forest-runner.html">
<span class="caption">
<span class="caption-content">
<h2 class="text-center">Forest Runner</h2>
<p class="mb-0 show-text">Forest Runner - viking trying to get home. <br> Game making in team.</p>
</span>
</span>
<img class="img-fluid" title="Click to download the game!" src="img/forest-runner/Forest Runner.png" alt="Click to download the game!">
</a>
</div>
<div class="col-lg-6" style="padding: 10px">
<a class="portfolio-item" href="project portfolio/i'm-gladiator.html">
<span class="caption">
<span class="caption-content">
<h2 class="text-center">I'm Gladiator</h2>
<p class="mb-0 show-text">A turn-based game with elements of randomness, buying skills and passing stages. </p>
</span>
</span>
<img height="300.94px" title="Click to download the game!" src="img/im-gladiator/BG.png" alt="Click to download the game!">
</a>
</div>
<div class="col-lg-6" style="padding: 10px">
<a class="portfolio-item" href="project portfolio/in-the-country.html">
<span class="caption">
<span class="caption-content">
<h2 class="text-center">In the Country</h2>
<p class="mb-0 show-text">In the Country - game about my life in the summer cottage, to convey the atmosphere of nostalgia for the old days.</p>
</span>
</span>
<img class="img-fluid" title="Click to download the game!" src="img/in-the-country/BG.png" alt="Click to download the game!">
</a>
</div>
</div>
<!-- Experiments -->
<div class="content-section-heading text-center">
<h2 class="mb-3" style="margin-top:75px;" id="unity-experiments">Experiments</h2>
</div>
<div class="row no-gutters">
<div class="col-lg-6" style="padding: 10px">
<a class="portfolio-item" href="project portfolio/unity-rest-api.html">
<span class="caption">
<span class="caption-content">
<h2 class="text-center">Unity Rest API Application</h2>
<p class="mb-0 show-text">Unity Rest API Application that I made at the university on the subject of Advanced Object-Oriented Programming.</p>
</span>
</span>
<img class="img-fluid" title="Click to download the game!" src="img/unity-rest-api/unity-rest-api(BG).jpg" alt="Click to download the game!">
</a>
</div>
<div class="col-lg-6" style="padding: 10px">
<a class="portfolio-item" href="project portfolio/ik-spider.html">
<span class="caption">
<span class="caption-content">
<h2 class="text-center">Spider IK Animation</h2>
<p class="mb-0 show-text">I made IK animation of spider, using c# unity and Animation Rigging.</p>
</span>
</span>
<img class="img-fluid" title="Click to download the game!" src="img//spider-ik/spider-ik1.jpg" alt="Click to download the game!">
</a>
</div>
<div class="col-lg-6" style="padding: 10px">
<a class="portfolio-item" href="project portfolio/steampunk-maze.html">
<span class="caption">
<span class="caption-content">
<h2 class="text-center">Steampunk Maze</h2>
<p class="mb-0 show-text">A small pet project, where the main mechanics are a magnet and turn-based control with a limited number of moves</p>
</span>
</span>
<img class="img-fluid" title="Click to download the game!" src="img/steampunk-maze/Screen3.png" alt="Click to download the game!">
</a>
</div>
</div>
<!-- Game Jam -->
<div class="content-section-heading text-center">
<h2 class="mb-3" style="margin-top:75px;" id="game-jam">Game Jam</h2>
</div>
<div class="row no-gutters">
<div class="col-lg-6" style="padding-right: 10px; padding-top: 3px;">
<a class="portfolio-item" href="project portfolio/restoration.html">
<span class="caption">
<span class="caption-content">
<h2 class="text-center">Restoration</h2>
<p class="mb-0 show-text">This is a local co-op game for two players, with interchangeable locations and music, the first one to complete their track wins.</b></p>
</span>
</span>
<img class="img-fluid" title="Click to download the game!" src="img/restoration/Screen2.png" alt="Click to download the game!">
</a>
</div>
<div class="col-lg-6" style="padding-right: 10px; padding-top: 3px;">
<a class="portfolio-item" href="project portfolio/16-aspects.html">
<span class="caption">
<span class="caption-content">
<h2 class="text-center">16 aspects</h2>
<p class="mb-0 show-text">This is a local co-op game for two players, with interchangeable locations and music, the first one to complete their track wins.</b></p>
</span>
</span>
<img class="img-fluid" title="Click to download the game!" src="img/16-aspects/16-aspects-bg1.png" alt="Click to download the game!">
</a>
</div>
<div class="col-lg-6" style="padding-right: 10px; padding-top: 3px;">
<a class="portfolio-item" href="project portfolio/find-the-way-out.html">
<span class="caption">
<span class="caption-content">
<h2 class="text-center">Find The Way Out</h2>
<p class="mb-0 show-text">Find The Way Out - this is a game that combines 2D and 3D, and where you need to find a way out, <b> the game was made in 48 hours on magejam-vol-iv.</b></p>
</span>
</span>
<img class="img-fluid" title="Click to download the game!" src="img/find-the-way/Find The Way Out.png" alt="Click to download the game!">
</a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer text-center" id="contact">
<div class="container">
<ul class="list-inline mb-3">
<li class="list-inline-item">
<a class="social-link rounded-circle text-white mr-3 mt-3" href="mailto: dzianisyurkou@gmail.com" target="_blank">
<i class="fas fa-envelope">
</i>
</a>
</li>
<li class="list-inline-item">
<a class="social-link rounded-circle text-white mr-3 mt-3" href="https://www.linkedin.com/in/denisyurkov/" target="_blank">
<i class="fab fa-linkedin"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-link rounded-circle text-white mr-3 mt-3" href="https://github.com/DenisYurkov" target="_blank">
<i class="fab fa-github"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-link rounded-circle text-white mr-3 mt-3" href="https://denisyurkov.itch.io/" target="_blank">
<i class="fab fa-itch-io"></i>
</a>
</li>
</ul>
<b class="text-muted mb-0">As long as I believe, it's possible.</b>
<p class="text-muted mb-0">Icons made by <a href="http://www.freepik.com/" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon"> www.flaticon.com</a>
<p class="text-muted mb-0">Copyright © Denis Yurkov <script>document.write(new Date().getFullYear())</script></p>
</div>
</footer>
<!-- Scroll to Top Button-->
<a class="scroll-to-top rounded js-scroll-trigger" href="#page-top">
<i class="fas fa-angle-up"></i>
</a>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/stylish-portfolio.min.js"></script>
<!-- Pace -->
<script src="js/pace/pace.min.js"></script>
</body>
</html>