-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
237 lines (224 loc) · 7.96 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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" name="viewport">
<title>Ivaylo Plashkov's Portfolio</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css">
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css">
<link href="https://fonts.googleapis.com/css?family=Special+Elite" rel="stylesheet">
<script src="script.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!---------------Smooth Scroll---------------------------->
<script src="smooth-scroll.js"></script>
<script>
var scroll = new SmoothScroll('a[href*="#"]');
</script>
</head>
<body>
<!--------------Header Section-------------->
<section id="header">
<div class="container text-center">
<div class="user-box">
<img src="img/ivo.jpg">
<h1>Ivaylo Plashkov</h1>
<p>Cirriculum vitae in the browser</p>
</div>
</div>
<a href="#about">
<div class="scroll-btn"></div>
</a>
<nav class="navbar-container">
<ul class="navbar-list">
<li class="navbar-list-item">
<a class="nav-link" href="#about">ABOUT</a>
</li>
<li class="navbar-list-item">
<a class="nav-link" href="#education">EDUCATION</a>
</li>
<li class="navbar-list-item">
<a class="nav-link" href="#expertise">EXPERTISE</a>
</li>
<li class="navbar-list-item">
<a class="nav-link" href="#contact">CONTACTS</a>
</li>
</ul>
</nav>
</section>
<!-----------------About----------------->
<section class="about-section" id="about">
<div class="img-wrapper">
<img src="img/124333632_443079196677142_1268867540372856809_n.jpg" class="profile-img">
</div>
<article class="about-article">
<h3 class="about-heading">Who Am I ?</h3>
<p class="about-paragraph">
Hello, My name is Ivaylo Plashkov and I am 23 years old web developer.
I'm based in Sofia which is the capital city of Bulgaria and currently chasing a masters degree in Software Engineering at the Technical University in Sofia.
Of course my passion has always been web developing, that's why I am currently part of one of the teams at SAP Labs Bulgaria, responsible for the developing of
OPENUI5 and SAPUI5 Web frameworks. I have also contributed to the UI5 Web Components project, which is not released officially yet. I love to travel and explore different cultures and last but not least I love snowboarding.
<p class="about-paragraph">My biggest assets are strong communication skills, attention to detail, ability to prioritize and multitask, being proactive.
I am willing to take additional classes or study in order to become a productive and contributing team member.</p>
<p class="progress-paragraph">Progress bars that represent my progression with different programming languages:</b></center>
</p>
<div class="skills-bar">
<p>HTML</p>
<div class="progress">
<div class="progress-bar" style="width:100%;">100%</div>
</div>
<p>CSS</p>
<div class="progress">
<div class="progress-bar" style="width:90%;">90%</div>
</div>
<p>JavaScript</p>
<div class="progress">
<div class="progress-bar" style="width:80%;">80%</div>
</div>
<p>PhP</p>
<div class="progress">
<div class="progress-bar" style="width:20%;">20%</div>
</div>
<p>Java</p>
<div class="progress">
<div class="progress-bar" style="width:20%;">20%</div>
</div>
</div>
</article>
</section>
<!----------------Education--------------------->
<section class="education" id="education">
<div class="education-container">
<h3 class="text-center">My Education</h3>
<ul class="timeline">
<li class="institutes">
<h4><b>Software developing</b></h4>
<p>Here are the courses I have attended during my education in "Software University" - Sofia:<br>
<ul>
<li>
<b>Programming Basics</b>
</li>
<li>
<b>Tech Module</b>
</li>
<ul>
<li>Programming Fundamentals</li>
<li>Software Technologies</li>
</ul>
</li>
<li>
<b>JS Core</b><br>
</li>
<ul>
<li>JavaScript Applications</li>
<li>JavaScript Advanced</li>
<li>JavaScript Fundamentals</li>
</ul>
</ul></br>
<b>Institute:</b>
"Software University" - Sofia<br>
<b>Session:</b> 2017 - 2020<br>
</p>
</li>
<li class="institutes">
<h4><b>Master's degree</b></h4>
<p>Master's degree at "Technical University" - Sofia, specialty "Software Engineering".<br><br>
<b>Institute:</b> Technical University - Sofia<br>
<b>Session:</b> 2020-2021<br>
</p>
</li>
<li class="institutes">
<h4><b>Bachelor's degree</b></h4>
<p>Bachelor's degree at "Technical University" - Sofia, specialty "Telecommunications".<br><br>
<b>Institute:</b> Technical University - Sofia<br>
<b>Session:</b> 2016-2020<br>
</p>
</li>
<li class="institutes">
<h4><b>High School</b></h4>
<p>"Jordan Radichkov" is the highest rated Highschool in my hometown. I attended an English/German class and managed to graduate as one of the top students.<br><br>
<b>Institute:</b> Foreign Language High School<br>"Jordan Radichkov" - Vidin<br>
<b>Session:</b> 2012 - 2016<br>
</p>
</li>
</ul>
</div>
</section>
<!-------------------Expertise------------------->
<section class="expertise" id="expertise">
<div class="container">
<h1 class="text-center">EXPERTISE</h1>
<p class="text-center">Areas of expertise acquired during my studying in Software University as well as some personal researches:</p>
<div class="row">
<div class="col-md-4">
<div class="expertise-box">
<i class="fa fa-rocket icons"></i>
<span>Web Design</span>
</div>
</div>
<div class="col-md-4">
<div class="expertise-box">
<i class="fab fa-js icons"></i>
<span>JavaScript/jQuery</span>
</div>
</div>
<div class="col-md-4">
<div class="expertise-box">
<i class="fa fa-laptop icons"></i>
<span>Object-Oriented Programming</span>
</div>
</div>
<div class="col-md-4">
<div class="expertise-box">
<i class="fas fa-server icons"></i>
<span>REST Services</span>
</div>
</div>
<div class="col-md-4">
<div class="expertise-box">
<i class="fab fa-git-square icons"></i>
<span>Git</span>
</div>
</div>
<div class="col-md-4">
<div class="expertise-box">
<i class="fas fa-users icons"></i>
<span>Agile Methodologies</span>
</div>
</div>
</div>
</div>
</section>
<!---------------------Contact------------------->
<footer class="contact" id="contact">
<h1 class="footer-heading">Contact me</h1>
<p class="footer-paragraph">If you have any questions, feel free to contact me via the contact form bellow.</p>
<div class="contact-form-wrapper">
<div id="error_message">
</div>
<form action="" id="myform" onsubmit = "return validate();">
<div class="input_field">
<input type="text" placeholder="Name" id="name">
</div>
<div class="input_field">
<input type="text" placeholder="Subject" id="subject">
</div>
<div class="input_field">
<input type="text" placeholder="Phone" id="phone">
</div>
<div class="input_field">
<input type="text" placeholder="Email" id="email">
</div>
<div class="input_field">
<textarea placeholder="Message" id="message"></textarea>
</div>
<div class="btn">
<input type="submit">
</div>
</form>
</div>
</footer>
<a id="back2Top" title="Back to top" href="#">⇧</a>
</body>
</html>