-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (45 loc) · 3.32 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<title>Diamondex.GitHub.io by DiamondeX</title>
<style>
#main_content h3 {
margin: 1.5em 0 1em;
}
</style>
</head>
<body>
<header>
<div class="container">
<h1>Diamondex.GitHub.io</h1>
<h2></h2>
<section id="downloads">
<a href="https://github.com/DiamondeX" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
</section>
<div style="color: #888">Last updated: 2024-07-19</div>
</div>
</header>
<div class="container">
<section id="main_content">
<h3>
<a id="welcome-to-my-page" class="anchor" href="#welcome-to-my-page" aria-hidden="true"><span class="octicon octicon-link"></span></a>Welcome to DiamondeX home page.</h3>
<p>Hello! Here you can find information about my projects as well as about me, my work and interests.</p>
<h3>
<a id="projects" class="anchor" href="#projects" aria-hidden="true"><span class="octicon octicon-link"></span></a>My projects</h3>
<p>Currently I have only made one public project, <a href="http://DiamondeX.github.io/mechounter">Mechounter</a>. It's a UI component representing enumerable multidigit values that looks and behaves like a mechanical counter. It is written as a JavaScript plugin and currently available in jQuery flavor only.</p>
<h3>
<a id="bio" class="anchor" href="#bio" aria-hidden="true"><span class="octicon octicon-link"></span></a>Brief bio</h3>
<p>My real name Ruslan Zhomir. I was born in Ufa, Russia, but now I live in Rehau, Germany. I started my career as an IT teacher. Soon I moved on to work as a consulting developer in the field of ERP solutions. This was not the job I dreamed of, and I started looking for an opportunity to go into game or web development. Such an opportunity appeared in the summer of 2012. Since then, I have been happily doing what I love to do.</p>
<h3>
<a id="interests" class="anchor" href="#interests" aria-hidden="true"><span class="octicon octicon-link"></span></a>My interests</h3>
<p>I am passionate about educational computer games. As a result, I am interested in game development, educational and web technologies. I would like to find like-minded people and create an innovative educational online game with AAA-project quality or at least participate in such a project to realize my ideas. I will be glad to any suggestion on the topic to my e-mail: <a href="mailto:[email protected]">[email protected]</a></p>
<p>Still, I believe in the future of mankind as laid out in the Holy Scriptures (most commonly known as the Bible). Therefore, it is my favorite book. For more information about this and the daily benefits of reading this book and applying its advice to your life, please visit <a href="http://www.jw.org">www.jw.org</a>. If this link is forbidden by your internet provider, use the famous <a href="https://www.torproject.org/">Tor browser</a> or some other VPN software as a workaround.</p>
</section>
</div>
</body>
</html>