Skip to content

Commit 3664859

Browse files
[Fix]
Signed-off-by: Nikolay Vitkov <[email protected]>
1 parent ac753ee commit 3664859

File tree

3 files changed

+41
-12
lines changed

3 files changed

+41
-12
lines changed

index.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 30 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ <h1 class="section__title info__name">Nikolay Ivanov Vitkov</h1>
3636
<section id="about" class="section section--about">
3737
<h1 class="section__title about__title">About Me</h1>
3838
<p class="about__text">
39-
A self-made programmer who is passionate about solving complex problems.
40-
The main thing helping me overcome these challenges are my Math and Logic skills, and the colleagues around me.
41-
Currently developing new aspects and skill around - couching others and finding the perfect fit for a position.
42-
Working on expanding and improving my photography portfolio to take it to professional level.
39+
A self-taught Programmer, who is passionate for solving complex problems. My mathematical and logical skills are the
40+
main thing, that helps me overcome such challenges. I have been currently developing new aspects and skills, related to
41+
coaching others and identifying the perfect fit for a position. I am working on expanding and improving my photography
42+
portfolio, to take it to a professional level.
4343
</p>
4444
<div class="separator about__img"></div>
4545
</section>
@@ -164,9 +164,11 @@ <h2 class="portion__title">Additional skills</h2>
164164
<div class="information exp__wrapper">
165165
<div class="information__portion exp__portion exp__first">
166166
<h2 class="portion__title">
167-
Promoted and project change - <a href="https://mentormate.com/bg/">MentorMate</a> - Software Development - April 2020
168-
2019
167+
Software Development - April 2020
169168
</h2>
169+
<h4 class="portion__subtitle">
170+
<a href="https://mentormate.com/bg/">MentorMate</a>
171+
</h4>
170172
Video sharing platform.<br>
171173
<b>Responsibilities:</b>
172174
<ul>
@@ -178,8 +180,11 @@ <h2 class="portion__title">
178180
</div>
179181
<div class="information__portion exp__portion exp__first">
180182
<h2 class="portion__title">
181-
Non-work project - Brokerage software - July 2019
183+
Brokerage software - July 2019
182184
</h2>
185+
<h4 class="portion__subtitle">
186+
Non-work project
187+
</h4>
183188
The project is for internal system of a brokerage house. It required fast load times and update on the fly.
184189
Creating detailed statistic of user actions. Like other system customizable permission system and restriction.<br>
185190
<b>Responsibilities:</b>
@@ -192,8 +197,11 @@ <h2 class="portion__title">
192197
</div>
193198
<div class="information__portion exp__portion exp__first">
194199
<h2 class="portion__title">
195-
Project change - <a href="https://mentormate.com/bg/">MentorMate</a> - Junior Software Development - July 2019
200+
Junior Software Development - July 2019
196201
</h2>
202+
<h4 class="portion__subtitle">
203+
<a href="https://mentormate.com/bg/">MentorMate</a>
204+
</h4>
197205
The project featured a multi-site platform with custom eCommerce website, with a .NET REST API, and SSO integrations.<br>
198206
<b>Responsibilities:</b>
199207
<ul>
@@ -205,13 +213,21 @@ <h2 class="portion__title">
205213
</div>
206214
<div class="information__portion exp__portion exp__first">
207215
<h2 class="portion__title">
208-
Promoted and project change - <a href="https://mentormate.com/bg/">MentorMate</a> - Junior Software Development - June 2019
216+
Junior Software Development - June 2019
209217
</h2>
218+
<h4 class="portion__subtitle">
219+
<a href="https://mentormate.com/bg/">MentorMate</a>
220+
</h4>
221+
Worked on the creation of an eCommerce WordPress Plugin and accompanying theme.
222+
It required a connection to external service and syncing data.
210223
</div>
211224
<div class="information__portion exp__portion exp__first">
212225
<h2 class="portion__title">
213-
Started as Software Development Intern - <a href="https://mentormate.com/bg/">MentorMate</a> - March 2019
226+
Software Development Intern - March 2019
214227
</h2>
228+
<h4 class="portion__subtitle">
229+
<a href="https://mentormate.com/bg/">MentorMate</a>
230+
</h4>
215231
Developed internal software for communication and profile sharing.
216232
<br>
217233
<b>Responsibilities:</b>
@@ -229,7 +245,10 @@ <h2 class="portion__title">
229245
</div>
230246
<div class="information__portion exp__portion exp__first">
231247
<h2 class="portion__title">Accounting software - February 2018</h2>
232-
Was task to develop specific accounting software for National High School Trade and Commerce.<br>Web application was chosen for remotely access.<br>The Software was developed in PHP 7.1 and used MySQL database to store the information.
248+
<h4 class="portion__subtitle">
249+
<a href="http://ntg-plovdiv.net/v3/">National High School Trade and Commerce</a>
250+
</h4>
251+
Was task to develop specific accounting software.<br>Web application was chosen for remotely access.<br>The Software was developed in PHP 7.1 and used MySQL database to store the information.
233252
</div>
234253
</div>
235254
<div class="separator exp__img"></div>

src/styles/index.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,16 @@ body {
112112
.portion__title a {
113113
color: inherit;
114114
}
115+
.portion__subtitle {
116+
margin: 0 0 0.5rem 0;
117+
color: var(--text-clr-light);
118+
font-family: var(--ff--header);
119+
font-size: 1.25em;
120+
font-weight: bold;
121+
}
122+
.portion__subtitle a {
123+
color: inherit;
124+
}
115125
.portion__list ul {
116126
border-bottom: 1px dashed var(--text-clr-sub-light);
117127
}

0 commit comments

Comments
 (0)