-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume-ATS.html
More file actions
124 lines (115 loc) · 4.83 KB
/
resume-ATS.html
File metadata and controls
124 lines (115 loc) · 4.83 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mirnes Glamočić – Resume</title>
<style>
* {
box-sizing: border-box;
}
body {
font-family: 'Arial', sans-serif;
margin: 0;
padding: 0;
color: #333;
}
.container {
width: 100%;
margin: 0 auto;
max-width: 900px;
padding: 20px;
}
h1, h2, h3 {
font-size: 24px;
margin-bottom: 10px;
}
h2 {
margin-top: 30px;
}
p, li {
font-size: 14px;
line-height: 1.5;
}
.contact p {
margin: 5px 0;
font-size: 14px;
}
.skills ul, .languages ul, .projects ul, .experience ul, .education ul, .certifications ul {
padding-left: 0;
list-style-type: none;
}
.skills li, .experience li, .education li, .certifications li {
margin-bottom: 6px;
font-size: 14px;
}
</style>
</head>
<body>
<div class="container">
<h1>Mirnes Glamočić</h1>
<p><strong>Full-Stack Web Developer & Designer</strong></p>
<div class="contact">
<p><strong>Email:</strong> <a href="mailto:contact@mirnesglamocic.com">contact@mirnesglamocic.com</a></p>
<p><strong>Website:</strong> <a href="https://mirnesglamocic.com">mirnesglamocic.com</a></p>
<p><strong>GitHub:</strong> <a href="https://github.com/full-stack-web-developer-and-designer">full-stack-web-developer-and-designer</a></p>
<p><strong>LinkedIn:</strong> <a href="https://www.linkedin.com/in/mirnesglamocic">mirnesglamocic</a></p>
<p><strong>Phone:</strong> <a href="tel:+38763734327">+387 63 734 327</a></p>
<p><strong>Location:</strong> Jajce, Bosnia & Herzegovina</p>
</div>
<h2>Profile</h2>
<p>
Full-Stack Web Developer and Designer with 10+ years of experience building responsive, SEO-optimized websites and web applications using HTML, CSS, Bootstrap, JavaScript, jQuery, JSON, AJAX, XML, PHP, MySQL, as well as design tools including Photoshop, Illustrator, Bridge, and Dreamweaver. Experienced in WordPress development, SEO, Git & GitHub, WAMP/XAMPP environments, and various operating systems including Windows and Linux.
</p>
<h2>Skills</h2>
<div class="skills">
<ul>
<li><strong>Frontend:</strong> HTML5, CSS3, Bootstrap, JavaScript, jQuery, Responsive Design</li>
<li><strong>Backend:</strong> PHP, MySQL, WordPress</li>
<li><strong>Tools:</strong> Git, GitHub, WAMP, XAMPP</li>
<li><strong>Design:</strong> Photoshop, Illustrator, Bridge, Dreamweaver</li>
<li><strong>Other:</strong> SEO, Performance Optimization, Accessibility</li>
<li><strong>Operating Systems:</strong> Windows, Linux</li>
</ul>
</div>
<div class="languages">
<h2>Languages</h2>
<ul>
<li><strong>English / Italian:</strong> Fluent</li>
<li><strong>German / Slovenian:</strong> Intermediate</li>
<li><strong>Bosnian / Croatian / Serbian:</strong> Native</li>
</ul>
</div>
<h2>Experience</h2>
<h3>Freelance Web Developer & Designer | Remote (2018–Present)</h3>
<div class="experience">
<ul>
<li>Developed and maintained 100+ responsive websites using HTML, CSS, JavaScript, PHP, and WordPress, ensuring cross-platform compatibility.</li>
<li>Implemented WordPress custom themes and plugins, improving website performance and SEO rankings.</li>
<li>Designed logos and brand identities for 10+ clients using Photoshop and Illustrator.</li>
<li>Optimized images and performed advanced digital illustration, reducing page load times by up to 30%.</li>
</ul>
</div>
<h2>Projects</h2>
<div class="projects">
<ul>
<li><a href="https://mirnesglamocic.com" target="_blank"><strong>Portfolio Website</strong></a>: Built using HTML, CSS, JavaScript, jQuery, PHP, MySQL, SEO, Photoshop and Illustrator</li><li><a href="https://github.com/full-stack-web-developer-and-designer" target="_blank"><strong>GitHub Projects</strong></a>: Frontend and backend web applications using PHP, MySQL, Bootstrap, jQuery, HTML and CSS</li>
</ul>
</div>
<h2>Education</h2>
<div class="education">
<ul>
<li><strong>Professional Education - PHP Web Development & Web Design</strong>, ITAcademy by LINKgroup | Belgrade, Serbia (Sep 2016 - Jun 2018)</li>
</ul>
</div>
<h2>Certifications</h2>
<div class="certifications">
<ul>
<li><strong>SoloLearn</strong>: HTML, CSS, JavaScript, jQuery, PHP, SQL</li>
<li><strong>LinkedIn Learning</strong>: WordPress, Web Development & Web Design</li>
<li><strong>Pluralsight</strong>: Front-End and Back-End Development</li>
</ul>
</div>
</div>
</body>
</html>