-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.html
167 lines (164 loc) · 10 KB
/
cv.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>CV - Brand</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:300,400,700">
<link rel="stylesheet" href="assets/fonts/ionicons.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pikaday/1.6.1/css/pikaday.min.css">
</head>
<body>
<nav class="navbar navbar-dark navbar-expand-lg fixed-top bg-white portfolio-navbar gradient">
<div class="container"><a class="navbar-brand logo" href="index.html">Ivan Andrei Blazic</a><button class="navbar-toggler" data-bs-toggle="collapse"><span class="visually-hidden">Toggle navigation</span><span class="navbar-toggler-icon"></span></button><div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item"><a class="nav-link active" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="cv.html">CV</a></li>
<li class="nav-item"><a class="nav-link" href="hire-me.html">Hire me</a></li>
</ul>
</div></div>
</nav>
<main class="page cv-page">
<section class="portfolio-block block-intro border-bottom">
<div class="container">
<div class="avatar" style="background-image:url("assets/img/avatars/avatar.jpg");"></div>
<div class="about-me">
<p>Hello! My name is <strong>Ivan Andrei Blazic</strong> and I am a self-taught software engineer and amateur photographer!</p><a class="btn btn-outline-primary" role="button" href="hire-me.html">Hire me</a>
</div>
</div>
</section>
<section class="portfolio-block cv">
<div class="container">
<div class="work-experience group">
<div class="heading">
<h2 class="text-center">Work Experience</h2>
</div>
<div class="item">
<div class="row">
<div class="col-md-6">
<h3>Web Developer</h3>
<h4 class="organization">SYW.io</h4>
</div>
<div class="col-md-6"><span class="period">07/2017 - 11/2017 </span></div>
</div>
<p class="text-muted">I interned as a web developer at SYW.io, assisting with smaller projects and occasionally working with their proprietary software, FireWeb </p>
</div>
<div class="item">
<div class="row">
<div class="col-6">
<h3><strong>Junior Web Developer</strong></h3>
<h4 class="organization">SYW.io</h4>
</div>
<div class="col-md-6"><span class="period">08/2018 - 11/2019</span></div>
</div>
<p class="text-muted">I worked as a Junior Web Developer for SYW.io - I mainly worked with their proprietary software, FireWeb. I maintained the code and added new features to the software when required.</p>
</div>
<div class="item">
<div class="row">
<div class="col-md-6">
<h3>Software Engineer</h3>
<h4 class="organization">Takealot.com</h4>
</div>
<div class="col-md-6"><span class="period">01/2020 - Present</span></div>
</div>
<p class="text-muted">I am currently working as a Software Engineer at Takealot.com in the Discovery Backend Team. My responsibilities include maintaining and refactoring our code base, fixing bugs and developing and creating new features for the site.<br></p>
</div>
</div>
<div class="education group">
<div class="heading">
<h2 class="text-center">Education</h2>
</div>
<div class="item">
<div class="row">
<div class="col-md-6">
<h3>High School</h3>
<h4 class="organization">The Dolphin Schools</h4>
</div>
<div class="col-6"><span class="period"></span></div>
</div>
<p class="text-muted"></p>
</div>
<div class="item">
<div class="row">
<div class="col-md-6">
<h3>Software Engineering</h3>
<h4 class="organization">HyperionDev</h4>
</div>
<div class="col-md-6"><span class="period">2021</span></div>
</div>
<p class="text-muted">I studied Software Engineering at HyperionDev.com</p>
</div>
<div class="item">
<div class="row">
<div class="col-md-6">
<h3>Photojournalism and Philosophy</h3>
<h4 class="organization">Rhodes University</h4>
</div>
<div class="col-md-6"><span class="period">2012 - 2016</span></div>
</div>
<p class="text-muted">I majored in both philosophy and photojournalism at Rhodes University</p>
</div>
</div>
<div class="group">
<div class="row">
<div class="col-md-6">
<div class="skills portfolio-info-card">
<h2>Skills</h2>
<h3>Python</h3>
<div class="progress">
<div class="progress-bar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100" style="width: 100%;"><span class="visually-hidden">100%</span></div>
</div>
<h3>PHP</h3>
<div class="progress">
<div class="progress-bar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100" style="width: 90%;"><span class="visually-hidden">90%</span></div>
</div>
<h3>JavaScript</h3>
<div class="progress">
<div class="progress-bar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 80%;"><span class="visually-hidden">80%</span></div>
</div>
<h3>React</h3><div class="progress">
<div class="progress-bar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100" style="width: 20%;"><span class="visually-hidden">20%</span></div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="contact-info portfolio-info-card">
<h2>Contact Info</h2>
<div class="row">
<div class="col-1"><i class="icon ion-android-calendar icon"></i></div>
<div class="col-9"><span>13/10/1993</span></div>
</div>
<div class="row">
<div class="col-1"><i class="icon ion-person icon"></i></div>
<div class="col-9"><span>Ivan Blazic</span></div>
</div>
<div class="row">
<div class="col-1"><i class="icon ion-ios-telephone icon"></i></div>
<div class="col-9"><span>+27 73 179 7099</span></div>
</div>
<div class="row">
<div class="col-1"><i class="icon ion-at icon"></i></div>
<div class="col-9"><span>[email protected]</span></div>
</div>
</div>
</div>
</div>
</div>
<div class="hobbies group">
<div class="heading">
<h2 class="text-center">Hobbies</h2>
</div>
<p class="text-center text-muted">I love to tinker with home automation. I build and fly drones in my spare time as well as go out and photograph. I love to go on hikes and I love tinkering with new technologies.</p>
</div>
</div>
</section>
</main>
<footer class="page-footer">
<div class="container"><div class="links"><a href="index.html">About me</a><a href="hire-me.html">Contact me</a></div><div class="social-icons"><a href="https://www.facebook.com/BlazicPhotography"><i class="icon ion-social-facebook"></i></a><a href="https://www.instagram.com/ivan_blazic_photography/"><i class="icon ion-social-instagram-outline"></i></a><a href="https://www.linkedin.com/in/ivan-blazic-79966482/"><i class="icon ion-social-linkedin"></i></a></div></div>
</footer>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/pikaday/1.6.1/pikaday.min.js"></script>
<script src="assets/js/theme.js"></script>
</body>
</html>