-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
94 lines (77 loc) · 3.2 KB
/
resume.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>My Resume</title>
<link rel="stylesheet" href="style.css">
<style>
body {
margin: 100px;
margin-top: 50px;
}
</style>
</head>
<body>
<h1>Resume!</h1>
<h2>Stana Stefan-Silviu</h2>
<img class="rounded-profile-icon" src="./me.jpg" height="160" />
<h2>Summary</h2>
“I’m a full stack software engineer specializing in Node.js and React, dedicated to creating user-centric and
high-quality products.”
<br><br>
<hr /> <br />
<h2>Work Experience</h2>
<u>
<h4>C# Developer - at Neomove</h4>
</u>
<div class="dateText">2024 Jan - May (5 months)</div>
<ul>
<li>Implemented User Statistics Visual Graphs (accessed data from a Firebase API), showing aggregate
daily, weekly, and monthly data.</li>
<li>Implemented Localization System (added French language for all the UI from the app)</li>
<li>Collaborated on Slack and Git with a team of C# developers</li>
<li>Implemented exercise equipment logic</li>
<li>Created a lot of UI screens, following the requirements of a given Figma design</li>
</ul>
<u>
<h4><a href="https://store.steampowered.com/app/1684410/Seal_World/">Seal World</a> - C#
Developer - Fully Launched a Commercial Video Game</h4>
</u>
<div class="dateText">2021– 2023</div>
<ul>
<li>Programmed the core game loop</li>
<li>Settings Screen & UI</li>
<li>Persistent Save system (for items and inventory)</li>
<li>Made an events-based listener system</li>
<li>Sold 5600+ copies! Marketed the project on YouTube, Facebook, Reddit, and Instagram, and forums.
</li>
<li>490+ Reviews, 99% Positive Reviews</li>
<li>Integrated: "Dialogue System for Unity", "Text Animator"</li>
<li>Built a Discord Community of 600+ members.</li>
</ul>
<u>
<h4>C# Developed Small Indie Games </h4>
</u>
<h4>Here are <a href="https://sealdev.itch.io/">6 free games I self-published on itch.io</a></h4>
<ul>
<li>"Relaxation Game"</li>
<li>"Rolling Downhill" (published on Google Play)</li>
<li>"Unfair Sword</li>
<li>"Moving Hazards"</li>
<li>"Lonely Camel"</li>
<li>"Forever Jump"</li>
</ul>
<h2>Skills</h2>
<ul>
<li>HTML/CSS</li>
<li>React</li>
<li>Node</li>
<li>Express</li>
<li>Git</li>
<li>OOP</li>
<li>SQL Server / Postgres</li>
</ul>
<footer>
<br>
<p>© 2024 Stana Stefan-Silviu</p>
</footer>