-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
134 lines (134 loc) · 7.39 KB
/
index.html
File metadata and controls
134 lines (134 loc) · 7.39 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>aptk</title>
<link href='static/images/favicon.ico' rel='icon' type='image/x-icon'>
<link href="static/css/bootstrap.min.css" rel="stylesheet">
<link href="static/css/style.css" rel="stylesheet">
</head>
<body>
<div class="container-xl">
<div class="row">
<div class="col-8 offset-2 col-md-2 offset-md-5 mb-4 mt-5">
<img src="static/images/me_vr.jpg" class="rounded-circle img-thumbnail" />
</div>
</div>
<div class="row">
<div class="col-12 text-center d-inline">
<h1>Arseniy Beresnev</h1>
<a href="https://t.me/aptkzzz" class="btn">Telegram</a>
<a href="https://vk.com/aptkzzz" class="btn">VK</a>
<a href="https://twitter.com/aptksound" class="btn">Twitter</a>
</div>
</div>
<div class="row">
<div class="col-12 mt-5 mb-4">
<h3 class="text-blue">Job experience</h3>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="card">
<div class="card-body">
<h5 class="card-title">ООО "МАЙНИТЕК"</h5>
<h6 class="card-subtitle mb-2 text-muted">Middle Python Developer | Jun 2019 - Mar 2022</h6>
<p class="card-text">
Microservice development - Docker, MongoDB, Redis, Flask, Alembic, SQLAlchemy, RabbitMQ.<br>
Mobile game backend development - Django, Celery, PostgreSQL.<br>
Designing a client-server architecture, working with CI/CD.<br>
Unit tests, server administration, code review.
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12 mt-5 mb-4">
<h3 class="text-blue">Gamedev</h2>
<h4 class="text-muted text-blue">These projects allowed me to dip my toe into gamedev.</h4>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="card-group">
<div class="card">
<div class="card-body">
<h5 class="card-title">Running Through Russia</h5>
<h6 class="card-subtitle mb-2 text-muted">May 2017</h6>
<p class="card-text">Simple 2D infinite runner. Jump over bears, drink vodka. Russian memes, you know. Get 4096 achievements and listen to some hardbass.</p>
</div>
<div class="card-footer d-grid gap-2">
<a href="https://store.steampowered.com/app/604490/Running_Through_Russia/" class="btn btn-block">Steam</a>
</div>
</div>
<div class="card">
<div class="card-body">
<h5 class="card-title">Running Through Russia 2</h5>
<h6 class="card-subtitle mb-2 text-muted">June 2018</h6>
<p class="card-text">Second part of legendary Running Through Russia! New locations, characters, bonuses, etc. Let your running continue.</p>
</div>
<div class="card-footer d-grid gap-2">
<a href="https://store.steampowered.com/app/870080/Running_Through_Russia_2/" class="btn btn-block">Steam</a>
</div>
</div>
<div class="card">
<div class="card-body">
<h5 class="card-title">FreeFlight</h5>
<h6 class="card-subtitle mb-2 text-muted">April 2018</h6>
<p class="card-text">Pretty simple flying game. Comfy graphics and gameplay. Relaxing music. Multiple singleplayer gamemodes.</p>
</div>
<div class="card-footer d-grid gap-2">
<a href="https://store.steampowered.com/app/777000/FreeFlight/" class="btn btn-block">Steam</a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12 mt-5 mb-4">
<h3 class="text-blue">Open source</h3>
<h4 class="text-muted text-blue">Open-source projects allow me to share my work with others and develop my knowledge further.</h4>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="card-group">
<div class="card">
<div class="card-body">
<h5 class="card-title">Junkie Spaceman</h5>
<h6 class="card-subtitle mb-2 text-muted">October 2018</h6>
<p class="card-text">Simple platformer game made for Open Jam 2018. This project was my first experience with Godot.</p>
</div>
<div class="card-footer d-grid gap-2">
<a href="https://github.com/aptkzzz/Junkie-Spaceman-OpenJam/" class="btn btn-block">GitHub</a>
</div>
</div>
<div class="card">
<div class="card-body">
<h5 class="card-title">NewTabClock</h5>
<h6 class="card-subtitle mb-2 text-muted">October 2019</h6>
<p class="card-text">Simple extension with clock in empty Chrome tab.</p>
</div>
<div class="card-footer d-grid gap-2">
<a href="https://git.aptk.me/aptk/NewTabClock" class="btn btn-block">GitLab</a>
</div>
</div>
<div class="card">
<div class="card-body">
<h5 class="card-title">simple-platformer</h5>
<h6 class="card-subtitle mb-2 text-muted">September 2020</h6>
<p class="card-text">Just a simple platformer made with Unity and C# on a boring weekend.</p>
</div>
<div class="card-footer d-grid gap-2">
<a href="https://git.aptk.me/aptk/simple-platformer" class="btn btn-block">GitLab</a>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>