-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
347 lines (292 loc) · 11.7 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
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="./assets/styles/css/main.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.2/css/font-awesome.min.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Tarik Fojnica | Front End Developer</title>
</head>
<body>
<div class="wrapper">
<!-- Modal -->
<div id="myModal" class="modal fade" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<div class="container">
<div class="row">
<div class="col-md-12">
<button type="button" class="close btn" data-dismiss="modal"><img src="assets/images/left.png" alt=""> Back</button>
</div>
</div>
</div>
</div>
<div class="modal-body">
<div class="img-container" id="img-container">
</div>
<div class="desc">
<ul>
<li class="key">
Name:
</li>
<li class="value" id="name">
</li>
</ul>
<ul>
<li class="key">
Description:
</li>
<li class="value" id="description">
</li>
</ul>
<ul>
<li class="key" >
Technologies and Tools:
</li>
<li class="value" id="technologies">
<span>Javascript</span> <span>AngularJS</span> <span>jQuery</span> <span>HTML</span> <span>CSS(SCSS)</span> <span>Photoshop</span>
</li>
</ul>
<ul>
<li class="key">
Preview Link:
</li>
<li class="value" id="preview-link">
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-4 no-padding">
<div class="sidebar">
<div class="header">
<div class="row">
<div class="col-lg-12">
<nav>
<ul>
<li>
<a class="active" href="index.html">Home</a></li><li>
<a href="contact.html">Contact</a></li><li>
<a href="https://www.upwork.com/freelancers/~01524a414fa7b1c71e" target="_blank">Hire Me</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="inner">
<div class="row">
<div class="col-xs-4">
<div class="img">
<img src="assets/images/tarik.jpg" alt="Tarik Fojnica">
</div>
</div>
<div class="col-xs-8">
<div class="title">
<h1>Tarik Fojnica</h1>
<h2>Front End Developer</h2>
<ul>
<li>
<a href="contact.html"><img src="assets/images/contact.png" title="Ask for a quote." alt="Ask for a quote."></a>
</li>
<li>
<a href="https://twitter.com/TarikFojnica"><img src="assets/images/twitter.png" title="Follow me on Twitter." alt="Follow me on Twitter."></a>
</li>
<li>
<a href="https://www.linkedin.com/in/tarikfojnica"><img src="assets/images/linkedin.png" title="Check my LinkedIn profile." alt="Check my LinkedIn Profile"></a>
</li>
<li>
<a href="https://github.com/TarikFojnica"><img src="assets/images/github.png" title="Check my GitHub profile." alt="Check my GitHub Profile"></a>
</li>
<li>
<a class="btn" href="https://www.upwork.com/freelancers/~01524a414fa7b1c71e" target="_blank">Hire Me</a>
</li>
</ul>
</div>
</div>
</div>
<div class="content">
<p>
An ambitious front end developer with passion for beautiful design and carefully crafted user experience. Expert in HTML, CSS and Javascript, in love with Angular and can’t live without SASS. He is thorough and precise in everything he does and has a keen interest in the current and future state of web industry.
</p>
<p>
As someone who takes responsibility for his own personal development, he is continually evaluating and upgrading his skills so that he stays at the cutting edge of web development
</p>
</div>
<div class="skillset">
<h2>Skills:</h2>
<ul>
<li>HTML <i class="fa fa-check" aria-hidden="true"></i></li>
<li>CSS <i class="fa fa-check" aria-hidden="true"></i></li>
<li>Javascript <i class="fa fa-check" aria-hidden="true"></i></li>
<li>Angular <i class="fa fa-check" aria-hidden="true"></i></li>
<li>jQuery <i class="fa fa-check" aria-hidden="true"></i></li>
<li>Git <i class="fa fa-check" aria-hidden="true"></i></li>
<li>Adobe Photoshop <i class="fa fa-check" aria-hidden="true"></i></li>
<li class="knows-about">Node.js <i class="fa fa-check" aria-hidden="true"></i></li>
<li class="knows-about">Express.js <i class="fa fa-check" aria-hidden="true"></i></li>
<li class="knows-about">MySQL <i class="fa fa-check" aria-hidden="true"></i></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-8 no-padding">
<div class="main">
<div class="intro">
<h2>Crafting visually stunning memorable experiences for web</h2>
<div class="job-element">
<div class="row">
<div class="col-md-5">
<div class="where">
<h3>Elance
<small>2011 - 2014</small>
</h3>
</div>
</div>
<div class="col-md-7">
<div class="what">
<h3>Graphic & Web Designer</h3>
</div>
</div>
</div>
</div>
<div class="job-element">
<div class="row">
<div class="col-md-5">
<div class="where">
<h3>HashingSpace Corporation
<small>2014 - 2015</small>
</h3>
</div>
</div>
<div class="col-md-7">
<div class="what">
<h3>Front End Developer</h3>
</div>
</div>
</div>
</div>
<div class="job-element">
<div class="row">
<div class="col-md-5">
<div class="where">
<h3>Previlion
<small>2015 - 2016</small>
</h3>
</div>
</div>
<div class="col-md-7">
<div class="what">
<h3>Front end developer</h3>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio">
<h2>Featured Work</h2>
<div class="row">
<div class="col-md-12">
<figure data-toggle="modal" data-target="#myModal" onclick="getData(0);" class="portfolio-item"><img src="assets/images/thumb-mc.jpg" alt="sq-sample26"/>
<figcaption>
<img src="assets/images/link.png" alt="">
<h2>MarketCrown</h2>
</figcaption>
</figure>
<figure data-toggle="modal" data-target="#myModal" onclick="getData(1);" class="portfolio-item"><img src="assets/images/thumb-hw.jpg"/>
<figcaption><img src="assets/images/link.png" alt="">
<h2>HashWallet</h2>
</figcaption>
</figure>
<figure data-toggle="modal" data-target="#myModal" onclick="getData(2);" class="portfolio-item"><img src="assets/images/thumb-pcp.jpg"/>
<figcaption><img src="assets/images/link.png" alt="">
<h2>PhoneCheckPro</h2>
</figcaption>
</figure>
<figure data-toggle="modal" data-target="#myModal" onclick="getData(3);" class="portfolio-item"><img src="assets/images/thumb-vn.jpg"/>
<figcaption>
<img src="assets/images/link.png" alt="">
<h2>MarketCrown</h2>
</figcaption>
</figure>
</div>
</div>
</div>
<div class="testimonials">
<h2>Testimonials</h2>
<div class="row">
<div class="col-lg-12">
<blockquote cite="https://www.linkedin.com/in/tarikfojnica">
"Tarik truly is a rare find in the software development profession. He possesses the technical expertise and interpersonal skills that are hard to find in a developer. While working with Tarik I could always depend on him no matter what the task and I always enjoyed speaking with him about on going development issues. I recommend Tarik to anyone looking for a great web developer with an eye for design!"
<span>Josh Fischer, Software Engineering Consultant</span>
</blockquote>
<blockquote cite="https://www.linkedin.com/in/tarikfojnica">
"Tarik, is a high level developer. We threw tasks at him and he was able to complete on time and add to the overall scope to ensure we over achieved on the projects. He is a rare developer with stellar communication skills and leadership qualities."
<span>Timothy Roberts, HashingSpace CEO</span>
</blockquote>
<blockquote cite="https://www.linkedin.com/in/tarikfojnica">
"After a thorough test of multiple promising candidates, Tarik was our no.1 choice. An expert frontend-developer equipped with a very good work ethic, fantastic communication, and creative problem-solving skills."
<span>Jan Tomas Hulha, Systaro.de CEO </span>
</blockquote>
<blockquote cite="https://www.linkedin.com/in/tarikfojnica">
"Tarik is by far one of the best freelancers I have found on Elance. I would 100% strongly recommend him to anyone needing his services. English is great, always seemed to be available when we needed him, and most importantly he stuck with us with excellent professionalism through all of our (many) revisions! His number 1 goal was to make sure we got exactly where we wanted to be. Once again this freelancer is A++ quality."
<span>Eric T, Mill Work Market</span>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="assets/js/jquery-1.12.0.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script>
// jQuery(window).load(function(){
// jQuery('#myModal').modal('show').on('hide.bs.modal', function(e){
// e.preventDefault();
// });
// });
var currentPortfolioItem = {};
function clearData() {
document.getElementById("name").innerHTML = '';
document.getElementById("description").innerHTML = '';
document.getElementById("technologies").innerHTML = '';
document.getElementById("img-container").innerHTML = '';
document.getElementById("preview-link").innerHTML = '';
}
$('#myModal').on('hidden.bs.modal', function () {
clearData();
console.log("data cleared");
});
function getData(param) {
$.ajax({
type: "GET",
url: "data.json",
success: function(data) {
currentPortfolioItem.name = data[param].name;
currentPortfolioItem.imageUrl = data[param].imageUrl;
currentPortfolioItem.description = data[param].description;
currentPortfolioItem.technologies = data[param].technologies;
currentPortfolioItem.previewLink = data[param].previewLink;
console.log(currentPortfolioItem);
document.getElementById("name").innerHTML = currentPortfolioItem.name;
document.getElementById("description").innerHTML = currentPortfolioItem.description;
document.getElementById("technologies").innerHTML = currentPortfolioItem.technologies;
document.getElementById("img-container").innerHTML = currentPortfolioItem.imageUrl;
document.getElementById("preview-link").innerHTML = currentPortfolioItem.previewLink;
}
});
}
</script>
</div>
</body>
</html>