-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
150 lines (150 loc) · 5.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
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="author" content="Michael Marusyk">
<meta name="keywords" content="Michael Marusyk, Personal Page, Software Engineer">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Michael Marusyk</title>
<link rel="icon" href="favicon.ico" type="image/x-icon" sizes="16x16"/>
<link rel="icon" href="favicon32x32px.ico" type="image/x-icon" sizes="32x32" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Merriweather&family=Montserrat&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div class="container">
<section class="row contacts">
<div class="col-md-8">
<h1>Michael Marusyk</h1>
<h2>Software Engineer</h2>
</div>
<div class="col-md-4">
<ul>
<li><a href="https://www.linkedin.com/in/marusyk">Linkedin</a></li>
<li><a href="https://github.com/mmarusyk">GitHub</a></li>
<li><a href="skype:mmarusyk?userinfo">Skype</a></li>
</ul>
</div>
</section>
<section class="about_me">
<h2>About Me</h2>
<hr>
<div class="row">
<div class="col-lg-4 photo">
<img src="img/my_photo.jpeg" alt="Personal photo">
</div>
<div class="col-lg-8">
<p>Hello there!</p>
<p>I'm Michael, a passionate Ruby on Rails Developer with a knack for building robust and scalable web applications.</p>
<p>My journey in the world of programming began 2020, and since then, I've been on a mission to create elegant solutions to complex problems.</p>
</div>
</div>
</section>
<section>
<h2>Experience</h2>
<hr>
<div class="row">
<div class="col-md-2">
<img src="img/company.png" alt="NDA Company" class="logo">
</div>
<div class="col-md-4">
<p><b>Ruby on Rails Developer</b></p>
<p>March 2023 - Present</p>
</div>
<div class="col-md-6">
<ul>
<li>Worked with Ruby on Rails to implement new features.</li>
<li>Write clean, maintainable and efficient Ruby code. </li>
<li>Identified bugs, and devise solutions to these problems.</li>
<li>Followed best practices (continuous integration, SCRUM and code standards).</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-2">
<img src="img/softserve.jpeg" alt="SoftServe" class="logo">
</div>
<div class="col-md-4">
<h3>SoftServe</h3>
<p><b>Ruby Software Engineer</b></p>
<p>November 2020 - March 2023</p>
</div>
<div class="col-md-6">
<ul>
<li>Worked with Ruby on Rails to implement new features.</li>
<li>Write clean, maintainable and efficient Ruby code.</li>
<li>Identified bugs, and devise solutions to these problems.</li>
<li>Followed best practices (continuous integration, SCRUM and code standards).</li>
</ul>
</div>
</section>
<section>
<h2>Education</h2>
<hr>
<div class="row">
<div class="col-md-2">
<img src="img/ifntuog.png" alt="IFNTUOG" class="logo">
</div>
<div class="col-md-4">
<h3>Ivano-Frankivsk National Technical University of Oil and Gas</h3>
<p>
<b>Master's degree, Software Engineering</b>
</p>
<p>2020-2021</p>
</div>
<div class="col-md-6">
</div>
</div>
<div class="row">
<div class="col-md-2">
<img src="img/ifntuog.png" alt="IFNTUOG" class="logo">
</div>
<div class="col-md-4">
<h3>Ivano-Frankivsk National Technical University of Oil and Gas</h3>
<p>
<b>Bachelor's degree, Software Engineering</b>
</p>
<p>2016-2020</p>
</div>
<div class="col-md-6">
</div>
</div>
</section>
<section>
<h2>Certifications</h2>
<hr>
<div class="row">
<div class="col-md-2">
<img src="img/softserve.jpeg" alt="SoftServe" class="logo">
</div>
<div class="col-md-4">
<h3>SoftServe</h3>
<p>
<b>
Development, design and architecture of modern software systems based on object-oriented language Ruby
</b>
</p>
<p>Issued Dec 2020</p>
<p>
<a href="https://career.softserveinc.com/uk-ua/certification/verification">Credential ID AD 4025/2020</a>
</p>
</div>
<div class="col-md-6">
<ul>
<li>Worked with Ruby on Rails to implement new features.</li>
</ul>
</div>
</div>
</section>
<section>
<h2>Get In Touch</h2>
<hr>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</section>
<div class="footer">
<p>© <script>document.write(new Date().getFullYear())</script> Michael Marusyk.</p>
</div>
</div>
</body>
</html>