-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
309 lines (300 loc) · 21 KB
/
portfolio.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
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
<!DOCTYPE html>
<html lang="en" class="js no-touch">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>/home/dmitry/portfolio</title>
<meta name="author" content="Shitov Dmitry">
<meta name="description" content="My personal website and blog">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="css/portfolio.min.css">
<link rel="stylesheet" href="css/style.min.css">
<link href="css/css.css" rel="stylesheet" type="text/css">
<link rel="apple-touch-icon" sizes="144x144" href="img/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/favicons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" href="img/favicons/apple-touch-icon.png">
<link rel="shortcut icon" href="img/favicons/favicon.png">
</head>
<body>
<div class="animationload" style="display: none;">
<div class="loader" style="display: none;"></div>
</div>
<div id="wraper">
<header class="head">
<div class="container">
<div class="row">
<div class="col-xs-8 col-sm-11 col-lg-11">
<img class="logo-page" src="img/menu_small/portfolio.png" alt="Portfolio">
<h2 class="title">Portfolio</h2>
<h4 class="sub-title">Some of My Works</h4>
</div>
<div class="col-xs-4 col-sm-1 col-lg-1 text-right"><a href="index.html" class="btn-close hover-animate"></a></div>
</div>
</div>
</header>
<div class="portfolio-section padding-block">
<div class="container">
<h3 style="color: #ffb929">This section is outdated, here are examples of projects implemented more than 3 years ago.</h3>
<div class="row">
<div class="portfolio">
<div class="filter_div controls">
<div class="col-xs-12 col-sm-12 col-lg-11">
<ul>
<li class="hover-animate filter active" data-filter="all">All</li>
<li class="hover-animate filter" data-filter=".webdev">Web development</li>
<li class="hover-animate filter" data-filter=".electronics">Electronics</li>
<li class="hover-animate filter" data-filter=".chrome">Chrome Extension</li>
<li class="hover-animate filter" data-filter=".cpp">C++</li>
<li class="hover-animate filter" data-filter=".php">PHP</li>
<li class="hover-animate filter" data-filter=".js">JS</li>
<li class="hover-animate filter" data-filter=".htmlcss">HTML/CSS</li>
<li class="hover-animate filter" data-filter=".linux">Linux</li>
<li class="hover-animate filter" data-filter=".oss">Open Source</li>
</ul>
</div>
</div>
<div id="portfolio-grid">
<div class="mix col-xs-12 col-sm-6 col-lg-4 portfolio-item active-mix-first active-mix chrome js webdev oss htmlcss" data-value="0" style="display: inline-block;">
<div class="within">
<img src="img/portfolio/supreme_bot.jpg" alt="SupremeBot">
<div class="port-item-cont">
<h3 class="title">SupremeBot</h3>
<p class="desc">Bot for Supreme™ marketplace</p>
<a class="fancybox popup-content view-work hover-animate" href="portfolio.html/#work-0" rel="visiblegallery">View details</a>
</div>
<div class="hidden">
<div class="podrt-desc" id="work-0">
<div class="modal-box-content">
<img src="img/portfolio/big/supreme_bot_big.jpg" alt="SupremeBot">
<div class="text">
<h3 class="title">SupremeBot</h3>
<table></table>
<p>Supreme Bot is a Google Chrome extension to automatize the process of buying items from the Supreme™ market.</p>
<a href="https://github.com/Shitovdm/SupremeBot" class="btn btn-color" rel="visiblegallery">View on GitHub</a>
<a href="https://shitovdm.github.io/SupremeBot/" class="btn btn-color" rel="visiblegallery">Project page</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="mix col-xs-12 col-sm-6 col-lg-4 portfolio-item active-mix-first active-mix chrome js webdev oss htmlcss" data-value="1" style="display: inline-block;">
<div class="within">
<img src="img/portfolio/vk_crypt.png" alt="VKcrypt">
<div class="port-item-cont">
<h3 class="title">VKcrypt</h3>
<p class="desc">Cipher personal correspondence for VK.com</p>
<a class="fancybox popup-content view-work hover-animate" href="portfolio.html/#work-1" rel="visiblegallery">View details</a>
</div>
<div class="hidden">
<div class="podrt-desc" id="work-1">
<div class="modal-box-content">
<img src="img/portfolio/big/vk_crypt_big.png" alt="VKcrypt" width="128px">
<div class="text">
<h3 class="title">VKcrypt</h3>
<table></table>
<p>Extension, which allows you to fully encrypt communication with the interlocutor through VK.com service.</p>
<a href="https://github.com/Shitovdm/VKcrypt" class="btn btn-color" rel="visiblegallery">View on GitHub</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="mix col-xs-12 col-sm-6 col-lg-4 portfolio-item oss active-mix chrome js webdev htmlcss" data-value="2" style="display: inline-block;">
<div class="within">
<img src="img/portfolio/price_helper.png" alt="PriceHelper">
<div class="port-item-cont">
<h3 class="title">PriceHelper</h3>
<p class="desc">This help you calculate resale prices.</p>
<a class="fancybox popup-content view-work hover-animate" href="portfolio.html/#work-2" rel="visiblegallery">View details</a>
</div>
<div class="hidden">
<div class="podrt-desc" id="work-2">
<div class="modal-box-content">
<img src="img/portfolio/big/price_helper_big.png" alt="PriceHelper">
<div class="text">
<h3 class="title">PriceHelper</h3>
<table></table>
<p>
This is a Google Chrome extension that allows you to track current and median item price on CSGOTM.
Moreover, PriceHelper calculates the percentage difference while transfering items between Steam™ and CSGOTM™.
</p>
<a href="https://github.com/Shitovdm/PriceHelper" class="btn btn-color" rel="visiblegallery">View on GitHub</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="mix col-xs-12 col-sm-6 col-lg-4 portfolio-item oss active-mix php js webdev htmlcss" data-value="3" style="display: inline-block;">
<div class="within">
<img src="img/portfolio/trade_interface.png" alt="Trade Interface">
<div class="port-item-cont">
<h3 class="title">TradeInterface</h3>
<p class="desc">Trade CSGO skins fast and easy with TradeInterface.</p>
<a class="fancybox popup-content view-work hover-animate" href="portfolio.html/#work-3" rel="visiblegallery">View details</a>
</div>
<div class="hidden">
<div class="podrt-desc" id="work-3">
<div class="modal-box-content">
<img src="img/portfolio/big/trade_interface_big.png" alt="Trade Interface">
<div class="text">
<h3 class="title">TradeInterface</h3>
<table></table>
<p>Trade CSGO skins fast and easy with TradeInterface.</p>
<a href="https://github.com/Shitovdm/Steam_trade" class="btn btn-color" rel="visiblegallery">View on GitHub</a>
<a href="https://shitovdm.github.io/TradeInterface/" class="btn btn-color" rel="visiblegallery">Project page</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="mix col-xs-12 col-sm-6 col-lg-4 portfolio-item active-mix php oss linux" data-value="4" style="display: inline-block;">
<div class="within">
<img src="img/portfolio/php_serial.png" alt="PHPSerial">
<div class="port-item-cont">
<h3 class="title">PHPSerial</h3>
<p class="desc">PHP class for reading serial port</p>
<a class="fancybox popup-content view-work hover-animate" href="portfolio.html/#work-4" rel="visiblegallery">View details</a>
</div>
<div class="hidden">
<div class="podrt-desc" id="work-4">
<div class="modal-box-content">
<img src="img/portfolio/big/php_serial_big.png" alt="PHPSerial">
<div class="text">
<h3 class="title">PHPSerial</h3>
<table></table>
<p>The class allows you to read the data directly from the server from the connected devices.</p>
<a href="https://github.com/Shitovdm/php_serial" class="btn btn-color" rel="visiblegallery">View on GitHub</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="mix col-xs-12 col-sm-6 col-lg-4 portfolio-item active-mix php js webdev htmlcss" data-value="5" style="display: inline-block;">
<div class="within">
<img src="img/portfolio/drop_interface.png" alt="DropInterface">
<div class="port-item-cont">
<h3 class="title">DropInterface</h3>
<p class="desc">Easy drop from Twitch</p>
<a class="fancybox popup-content view-work hover-animate" href="portfolio.html/#work-5" rel="visiblegallery">View details</a>
</div>
<div class="hidden">
<div class="podrt-desc" id="work-5">
<div class="modal-box-content">
<img src="img/portfolio/big/drop_interface_big.png" alt="DropInterface">
<div class="text">
<h3 class="title">DropInterface</h3>
<table></table>
<p>Интерфейс, позволяющий получать сувенирные коробки CS:GO, без непосредственного просмотра трансляций ежегодных турнирных матчей на twitch.tv.</p>
<a href="https://github.com/Shitovdm" class="btn btn-color" rel="visiblegallery">View on GitHub</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="mix col-xs-12 col-sm-6 col-lg-4 portfolio-item active-mix php js linux cpp electronics webdev htmlcss" data-value="6" style="display: inline-block;">
<div class="within">
<img src="img/portfolio/css.jpeg" alt="client-server-sensor">
<div class="port-item-cont">
<h3 class="title">C-S-S</h3>
<p class="desc">Client-Server-Sensor</p>
<a class="fancybox popup-content view-work hover-animate" href="portfolio.html/#work-6" rel="visiblegallery">View details</a>
</div>
<div class="hidden">
<div class="podrt-desc" id="work-6">
<div class="modal-box-content">
<img src="img/portfolio/big/css_big.png" alt="client-server-sensor">
<div class="text">
<h3 class="title">Client-Server-Sensor</h3>
<table></table>
<p>
The system for determining the deviation from a given course.
Provides the ability to visualize data from the angular velocity sensor.
As the server stands Raspberry Pi 3, configured to work in router mode.
Client - any web browser.
</p>
<a href="https://github.com/Shitovdm/client-server-sensor" class="btn btn-color" rel="visiblegallery">View on GitHub</a>
<a href="https://github.com/Shitovdm/client-server-sensor/blob/master/user_manual_ru.pdf" class="btn btn-color" rel="visiblegallery">User Manual</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="mix col-xs-12 col-sm-6 col-lg-4 portfolio-item active-mix cpp electronics" data-value="7" style="display: inline-block;">
<div class="within">
<img src="img/portfolio/gear.png" alt="Gyrostabilize">
<div class="port-item-cont">
<h3 class="title">Gyrostabilize</h3>
<p class="desc">Project gyro-stabilized platform, stabilization on the 2-axes, roll and pitch.</p>
<a class="fancybox popup-content view-work hover-animate" href="portfolio.html/#work-7" rel="visiblegallery">View details</a>
</div>
<div class="hidden">
<div class="podrt-desc" id="work-7">
<div class="modal-box-content">
<img src="img/portfolio/big/gyroscope_big.png" alt="Gyrostabilize">
<div class="text">
<h3 class="title">Gyrostabilize</h3>
<table></table>
<p>Project gyro-stabilized platform, stabilization on the 2-axes, roll and pitch. The core is the microcontroller of the Atmel family - ATmega8.</p>
<a href="https://github.com/Shitovdm/gyrostabilized-platform" class="btn btn-color" rel="visiblegallery">View on GitHub</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6 col-lg-3"><a href="mailto:[email protected]" class="hover-animate"><span class="ukie-icons hover-animate"><i class="fa fa-paper-plane"></i></span>[email protected] </a></div>
<div class="col-xs-12 col-sm-6 col-lg-3"></div>
<div class="col-xs-12 col-sm-6 col-lg-3"></div>
<div class="col-xs-12 col-sm-6 col-lg-3 text-right"><span class="copyright">Copyright © 2020 All right reserved</span></div>
</div>
</div>
</footer>
</div>
<a href="portfolio.html/#" class="btn hover-animate scrollToTop">
<i class="fa fa-angle-up"></i>
</a>
<script src="js/app.js"></script>
<script src="js/portfolio.js"></script>
<!-- Yandex.Metrika counter -->
<script type="text/javascript" >
(function (d, w, c) {
(w[c] = w[c] || []).push(function() {
try {
w.yaCounter49065569 = new Ya.Metrika({
id:49065569,
clickmap:true,
trackLinks:true,
accurateTrackBounce:true
});
} catch(e) { }
});
var n = d.getElementsByTagName("script")[0],
s = d.createElement("script"),
f = function () { n.parentNode.insertBefore(s, n); };
s.type = "text/javascript";
s.async = true;
s.src = "https://mc.yandex.ru/metrika/watch.js";
if (w.opera == "[object Opera]") {
d.addEventListener("DOMContentLoaded", f, false);
} else { f(); }
})(document, window, "yandex_metrika_callbacks");
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/49065569" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
</body>
</html>