-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
118 lines (117 loc) · 4.98 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name=viewport content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Artur Minnullin's personal website. Ruby on Rails, Golang, Javascript development.">
<title>
Artur Minnullin | That's my name
</title>
<link rel="shortcut icon" type="image/x-icon" href="/assets/favicon.ico">
<link rel="stylesheet" href="/css/application.css"/>
<link rel="stylesheet" href="/css/mobile.css" media="screen and (max-width: 600px)" />
</head>
<body>
<div class="page-content">
<div class="wrapper">
<div class="main-info">
<img src="/assets/my_photo.jpg" class="avatar" />
<div class="socials">
<img src="/assets/chicken.gif" class="chicken">
<h1>Artur Minnullin</h1>
<div class="socials-links">
<a class="social-link social-link__github" href="https://github.com/ArturMinnullin">
[github]
</a>
<a class="social-link social-link__linkedin" href="https://www.linkedin.com/in/arturminnullin">
[linkedin]
</a>
<a class="social-link social-link__at" href="mailto:minnullin.artur@gmail.com">
[email]
</a>
</div>
</div>
</div>
<div class="main">
<div class="main-text">
<p>Seasoned Fullstack Developer from <span class="berlin">Berlin, Germany</span> with expertise in Ruby, JavaScript, and Golang 👨🏼💻</p>
<p>I enjoy actively engaging in shaping the product, suggesting decisions, and collaborating with cross-functional teams to ensure the best possible outcomes.</p>
<p>I've excelled as an individual contributor and a Team Lead, bringing innovative solutions to life.</p>
<p>You can check out <a class="cv" href="/cv">my CV right here.</a></p>
</div>
</div>
<h3 class="blog-title">
Blog
<sup class="blog-comment">[very, very, very old and probably never be maintained]</sup>
</h3>
<ul class="post-list">
<li>
<i class="fa fa-code post-icon"></i>
<a class="post-link" href="/2016/08/15/return-objects-from-database-in-a-particular-order.en.html">
Return records from DB in a particular order
</a>
<sup class="post-date">15 Aug 2016</sup>
</li>
<li>
<i class="fa fa-code post-icon"></i>
<a class="post-link" href="/2016/04/06/how-many-types-of-objects.en.html">
How many types of objects your Rails app uses?
</a>
<sup class="post-date">06 Apr 2016</sup>
</li>
<li>
<i class="fa fa-code post-icon"></i>
<a class="post-link" href="/2016/01/20/the-rapid-rspec-launch.en.html">
The rapid RSpec launch with the custom Sublime package
</a>
<sup class="post-date">20 Jan 2016</sup>
</li>
<li>
<i class="fa fa-code post-icon"></i>
<a class="post-link" href="/2016/01/06/from-the-RoR-world-to-the-kingdom-of-express.en.html">
From the RoR world to the kingdom of express.js. Part 1.
</a>
<sup class="post-date">06 Jan 2016</sup>
</li>
<li>
<i class="fa fa-code post-icon"></i>
<a class="post-link" href="/2015/11/19/saving-images-from-base64-format.en.html">
Saving images from base64 format
</a>
<sup class="post-date">19 Nov 2015</sup>
</li>
<li>
<i class="fa fa-code post-icon"></i>
<a class="post-link" href="/2015/09/25/the-friendly-union-of-rails-base-api-and-active-admin.en.html">
The friendly union of rails-base-api and active-admin
</a>
<sup class="post-date">25 Sep 2015</sup>
</li>
<li>
<i class="fa fa-code post-icon"></i>
<a class="post-link" href="/2015/07/31/image-generation-with-rmagick-and-single-responsibility-principle.en.html">
Image generation with RMagick and Single Responsibility Principle
</a>
<sup class="post-date">31 Jul 2015</sup>
</li>
<li>
<i class="fa fa-code post-icon"></i>
<a class="post-link" href="/2015/07/05/how-we-test-elasticsearch.en.html">
How we test Elasticsearch
</a>
<sup class="post-date">05 Jul 2015</sup>
</li>
</ul>
</div>
</div>
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-71598528-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>