Skip to content

Commit

Permalink
deploy: 87c996a
Browse files Browse the repository at this point in the history
  • Loading branch information
TimurRin committed Jul 23, 2024
1 parent 808e1a6 commit 2370174
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 30 deletions.
35 changes: 29 additions & 6 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"name": "ARMAZ",
"image": "img/armaz.png",
"text": "MTASA gamemode and server",
"text": "mtasa gamemode and server",
"links": [
{
"text": "website",
Expand All @@ -30,13 +30,21 @@
"name": "Anca",
"image": "https://avatars.githubusercontent.com/u/74613738?s=32",
"text": "project manager",
"links": [],
"extra": "WIP"
"links": [
{
"text": "github",
"url": "https://github.com/cinnabar-forge/anca"
},
{
"text": "npm",
"url": "https://www.npmjs.com/package/anca"
}
]
},
{
"name": "Budoney",
"image": "https://avatars.githubusercontent.com/u/10585405?s=32",
"text": "household Telegram bot",
"text": "household telegram bot",
"links": [
{
"text": "github",
Expand All @@ -59,6 +67,21 @@
}
]
},
{
"name": "Cinnagram",
"image": "https://avatars.githubusercontent.com/u/74613738?s=32",
"text": "telegram api",
"links": [
{
"text": "github",
"url": "https://github.com/cinnabar-forge/cinnagram"
},
{
"text": "npm",
"url": "https://www.npmjs.com/package/cinnagram"
}
]
},
{
"name": "Cinnalytics",
"image": "https://avatars.githubusercontent.com/u/74613738?s=32",
Expand All @@ -69,7 +92,7 @@
{
"name": "data2sqlite",
"image": "https://avatars.githubusercontent.com/u/74613738?s=32",
"text": "SQLite importer",
"text": "importer to sqlite",
"links": [
{
"text": "github",
Expand Down Expand Up @@ -106,7 +129,7 @@
{
"name": "PDF Rush",
"image": "img/pdf-rush.png",
"text": "mass PDF editor",
"text": "mass pdf editor",
"links": [
{
"text": "github",
Expand Down
22 changes: 17 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h2>PROJECTS</h2>
<img class="image-circle" style="height: 1em; width: 1em;" src="img/armaz.png" />
<span class="line bold">ARMAZ</span>
</span>
<span class="subtext">MTASA gamemode and server</span>
<span class="subtext">mtasa gamemode and server</span>
<span class="line">
<a class="link" href="https://armazmta.ru/" target="_blank" rel="noopener noreferrer">website</a>
</span>
Expand All @@ -46,15 +46,16 @@ <h2>APPS</h2>
</span>
<span class="subtext">project manager</span>
<span class="line">
<a class="link" href="https://github.com/cinnabar-forge/anca" target="_blank" rel="noopener noreferrer">github</a>
<a class="link" href="https://www.npmjs.com/package/anca" target="_blank" rel="noopener noreferrer">npm</a>
</span>
<span class="line italic">WIP</span>
</p>
<p class="card">
<span class="line">
<img class="image-circle" style="height: 1em; width: 1em;" src="https://avatars.githubusercontent.com/u/10585405?s=32" />
<span class="line bold">Budoney</span>
</span>
<span class="subtext">household Telegram bot</span>
<span class="subtext">household telegram bot</span>
<span class="line">
<a class="link" href="https://github.com/TimurRin/budoney" target="_blank" rel="noopener noreferrer">github</a>
</span>
Expand All @@ -70,6 +71,17 @@ <h2>APPS</h2>
<a class="link" href="https://www.npmjs.com/package/@cinnabar-forge/meta" target="_blank" rel="noopener noreferrer">npm</a>
</span>
</p>
<p class="card">
<span class="line">
<img class="image-circle" style="height: 1em; width: 1em;" src="https://avatars.githubusercontent.com/u/74613738?s=32" />
<span class="line bold">Cinnagram</span>
</span>
<span class="subtext">telegram api</span>
<span class="line">
<a class="link" href="https://github.com/cinnabar-forge/cinnagram" target="_blank" rel="noopener noreferrer">github</a>
<a class="link" href="https://www.npmjs.com/package/cinnagram" target="_blank" rel="noopener noreferrer">npm</a>
</span>
</p>
<p class="card">
<span class="line">
<img class="image-circle" style="height: 1em; width: 1em;" src="https://avatars.githubusercontent.com/u/74613738?s=32" />
Expand All @@ -85,7 +97,7 @@ <h2>APPS</h2>
<img class="image-circle" style="height: 1em; width: 1em;" src="https://avatars.githubusercontent.com/u/74613738?s=32" />
<span class="line bold">data2sqlite</span>
</span>
<span class="subtext">SQLite importer</span>
<span class="subtext">importer to sqlite</span>
<span class="line">
<a class="link" href="https://github.com/cinnabar-forge/data2sqlite" target="_blank" rel="noopener noreferrer">github</a>
<a class="link" href="https://www.npmjs.com/package/data2sqlite" target="_blank" rel="noopener noreferrer">npm</a>
Expand Down Expand Up @@ -117,7 +129,7 @@ <h2>APPS</h2>
<img class="image-circle" style="height: 1em; width: 1em;" src="img/pdf-rush.png" />
<span class="line bold">PDF Rush</span>
</span>
<span class="subtext">mass PDF editor</span>
<span class="subtext">mass pdf editor</span>
<span class="line">
<a class="link" href="https://github.com/TimurRin/pdf-rush" target="_blank" rel="noopener noreferrer">github</a>
<a class="link" href="https://github.com/TimurRin/pdf-rush/releases/latest" target="_blank" rel="noopener noreferrer">download</a>
Expand Down
26 changes: 7 additions & 19 deletions resume.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"work": [
{
"company": "ARMAZ MTA",
"position": "Founder",
"website": "http://armazmta.ru",
"startDate": "2022-01",
"position": "Principal developer",
"website": "https://armazmta.ru",
"startDate": "2022-03",
"summary": "Developed a multiplayer modification for MTA San Andreas (GTA San Andreas) with advanced solutions significantly improving and expanding the gameplay of the original 20-year-old game through the capabilities of the MTA:SA platform (object and item system, first-person view, realistic sound system, item display system on character and in the world, weapon customization). Infrastructure includes several VPS, game servers, a portal for viewing online presence, statistics, and payments, a database, a Telegram bot for player and developer notifications, and an asset server for a unified resource base (models, textures, pictures, sounds).",
"highlights": [
"Modification stack: MTA:SA Server (Lua, SQLite), Python (auxiliary scripts).",
Expand All @@ -50,7 +50,7 @@
"company": "Gridnine Systems",
"position": "Java Developer",
"location": "Moscow",
"website": "http://www.gridnine.com",
"website": "https://www.gridnine.com",
"startDate": "2021-05",
"endDate": "2022-03",
"summary": "Developed a comprehensive solution for installation and service organizations, including financial management, client database formation, statistics collection and analysis, as well as real-time order and work management. Developed a separate reporting application for displaying statistics and data.",
Expand All @@ -68,13 +68,13 @@
"studyType": "Translation and Interpretation",
"startDate": "2013",
"endDate": "2018",
"description": "Incomplete higher education."
"description": "Incomplete higher education"
}
],
"skills": [
{
"name": "Languages",
"keywords": ["JavaScript", "TypeScript", "Java", "Python"]
"keywords": ["JavaScript", "TypeScript", "Python", "Java"]
},
{
"name": "Backend",
Expand All @@ -86,19 +86,7 @@
},
{
"name": "Databases",
"keywords": ["SQLite", "MySQL", "PostgreSQL"]
},
{
"name": "Tools",
"keywords": [
"NPM",
"Git",
"Linux",
"Jenkins",
"Jira",
"Confluence",
"Postman"
]
"keywords": ["SQLite", "MySQL"]
}
],
"languages": [
Expand Down

0 comments on commit 2370174

Please sign in to comment.