-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
490 lines (470 loc) · 13.3 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
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Sulejman Hoxha" />
<meta
name="description"
content="Check out Sulejman Hoxha's web developer portfolio. I specialize in front-end and back-end web development. Hire me for your next project!"
/>
<link rel="icon" href="img/code-slash.svg" type="image/x-icon" />
<title>Sulejman Hoxha</title>
<meta
name="keywords"
content="web development, front-end, back-end, portfolio, hire me"
/>
<meta
property="og:title"
content="Sulejman Hoxha - Web Developer Portfolio"
/>
<meta
property="og:description"
content="Check out Sulejman Hoxha's web developer portfolio. I specialize in front-end and back-end web development. Hire me for your next project!"
/>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css"
/>
<style>
.background {
background-image: url("img/mountains.jpg");
background-color: no-repeat;
background-position: center;
background-size: cover;
height: 70vh;
}
</style>
</head>
<body>
<header>
<nav
class="navbar navbar-expand-xl navbar-dark col"
style="background-color: #0f1b33"
>
<div class="container">
<a class="navbar-brand col-9" href="#">
<i class="bi bi-code-slash"></i> Sulejman Hoxha</a
>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div
class="collapse navbar-collapse"
id="navbarSupportedContent"
>
<ul class="navbar-nav me-auto mb-2 mb-lg-0 col-3">
<li class="nav-item">
<a class="nav-link mx-4" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link mx-4" href="#education"
>Education</a
>
</li>
<li class="nav-item">
<a class="nav-link mx-4" href="#skills"
>Skills</a
>
</li>
<li class="nav-item">
<a class="nav-link mx-4" href="#contact"
>Contact</a
>
</li>
<li class="nav-item">
<a class="nav-link mx-4" href="#socials"
>Socials</a
>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main>
<div
class="background d-flex justify-content-center align-items-center"
>
<div class="row container">
<div class="col-md-5">
<img
src="img/me_main.png"
alt="Profile Picture"
title="My Profile"
class="img-fluid rounded-circle"
/>
</div>
<div class="col-md-7 d-flex align-items-center text-light">
<div>
<p class="display-1 text-center">Sulejman Hoxha</p>
<p class="display-4 text-center">Programmer</p>
</div>
</div>
</div>
</div>
<div class="py-5" style="background-color: #0f1b33" id="about">
<div
class="card container rounded-4 p-2"
style="background-color: #466394"
>
<div class="row g-0">
<div class="col-md-4 d-flex align-items-center">
<img
src="img/IMG-f7ad5098fdeb620d605cdf4cf52e9367-V.jpg"
class="img-fluid rounded-3"
alt="..."
/>
</div>
<div class="col-md-8 d-flex align-items-center">
<div class="card-body text-center">
<h3 class="card-title" style="color: #d5dfe5">
About me
</h3>
<p
class="card-text"
style="text-align: justify; color: #d5dfe5"
>
Hi there! My name is Sulejman Hoxha and I am
a student with a passion for programming. I
have a strong background in languages like
Java, HTML, CSS, JavaScript, PHP, and
Python, and I enjoy staying up-to-date with
the latest developments in the field. In my
current role as a student, I have had the
opportunity to work on a variety of projects
that have allowed me to hone my skills and
expand my knowledge. I am always looking for
new challenges and opportunities to grow as
a programmer, and I am excited to see where
my studies and future career take me next.
</p>
</div>
</div>
</div>
</div>
</div>
<div
class="d-flex p-5 justify-content-center align-items-center"
style="background-color: #2c4458"
id="education"
>
<div
class="row container-fluid gap-5 d-flex justify-content-center"
style="color: #d5dfe5"
>
<div
class="col-md-5 p-3 rounded-4 text-center"
style="text-align: justify; background-color: #466394"
>
<p class="h2 mb-3">Education</p>
<p class="m-0">(2007 - 2016)</p>
<p class="mb-4 h3">Primary school "Marsal Tito"</p>
<p class="m-0">(2016 - 2020)</p>
<p class="mb-4 h3">High School "Bratstvo jedinstvo"</p>
<p class="m-0">(2020 - )</p>
<p class="h4">University of Donja Gorica</p>
<p class="h4">
Faculty of Information Systems and Technology
Bachelor's degree
</p>
</div>
<div
class="col-md-5 p-3 rounded-4 text-center"
style="background-color: #466394"
id="skills"
>
<div class="row">
<h2 class="mb-3">Programming skills</h2>
<div class="d-flexflex-column gap-1">
<div class="row">
<p class="col-3">Java</p>
<div class="col-9">
<div
class="progress"
style="height: 19px; color: #0f1b33"
>
<div
class="progress-bar progress-bar-striped progress-bar-animated"
role="progressbar"
aria-valuenow="75"
aria-valuemin="0"
aria-valuemax="100"
style="width: 75%"
></div>
</div>
</div>
</div>
<div class="row">
<p class="col-3">Python</p>
<div class="col-9">
<div
class="progress"
style="height: 19px"
>
<div
class="progress-bar progress-bar-striped progress-bar-animated"
role="progressbar"
aria-valuenow="85"
aria-valuemin="0"
aria-valuemax="100"
style="width: 85%"
></div>
</div>
</div>
</div>
<div class="row">
<p class="col-3">HTML</p>
<div class="col-9">
<div
class="progress"
style="height: 19px"
>
<div
class="progress-bar progress-bar-striped progress-bar-animated"
role="progressbar"
aria-valuenow="100"
aria-valuemin="0"
aria-valuemax="100"
style="width: 100%"
></div>
</div>
</div>
</div>
<div class="row">
<p class="col-3">CSS</p>
<div class="col-9">
<div
class="progress"
style="height: 19px"
>
<div
class="progress-bar progress-bar-striped progress-bar-animated"
role="progressbar"
aria-valuenow="68"
aria-valuemin="0"
aria-valuemax="100"
style="width: 68%"
></div>
</div>
</div>
</div>
<div class="row">
<p class="col-3">JavaScript</p>
<div class="col-9">
<div
class="progress"
style="height: 19px"
>
<div
class="progress-bar progress-bar-striped progress-bar-animated"
role="progressbar"
aria-valuenow="70"
aria-valuemin="0"
aria-valuemax="100"
style="width: 70%"
></div>
</div>
</div>
</div>
<div class="row">
<p class="col-3">PHP</p>
<div class="col-9">
<div
class="progress"
style="height: 19px"
>
<div
class="progress-bar progress-bar-striped progress-bar-animated"
role="progressbar"
aria-valuenow="50"
aria-valuemin="0"
aria-valuemax="100"
style="width: 50%"
></div>
</div>
</div>
</div>
<div class="row">
<p class="col-3">SQL</p>
<div class="col-9">
<div
class="progress"
style="height: 19px"
>
<div
class="progress-bar progress-bar-striped progress-bar-animated"
role="progressbar"
aria-valuenow="90"
aria-valuemin="0"
aria-valuemax="100"
style="width: 90%"
></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="p-5" style="background-color: #0f1b33" id="contact">
<div class="container p-3 rounded-4">
<h2 class="text-center text-white mb-3 mt-0">Contact</h2>
<form
action="https://formsubmit.co/baf8c58763da23835fa4a3c11b05a5d0"
method="post"
class="d-flex flex-column gap-2"
>
<div class="row">
<div class="col-md-6">
<div class="form-floating">
<input
type="text"
class="form-control"
id="name"
name="Name"
placeholder="Name"
/>
<label for="name">Name</label>
</div>
</div>
<br />
<br />
<br />
<div class="col-md-6">
<div class="form-floating">
<input
type="text"
class="form-control"
id="email"
name="Email"
placeholder="name@example.com"
/>
<label for="email">Email address</label>
</div>
</div>
</div>
<div class="form-floating">
<input
type="text"
class="form-control"
id="subject"
name="Subject"
placeholder="Subject"
/>
<label for="subject">Subject</label>
</div>
<div class="form-floating">
<textarea
class="form-control"
placeholder="Leave a message here"
id="message"
style="height: 200px"
name="Message"
></textarea>
<label for="message">Leave a message here</label>
</div>
<button
type="submit"
class="btn btn-outline-light w-25 mx-auto"
>
Send
</button>
</form>
</div>
</div>
</main>
<div
class="p-5 d-flex justify-content-center align-items-center"
style="background-color: #2c4458"
id="socials"
>
<div
class="row container-fluid gap-5 d-flex justify-content-center"
>
<div class="col-md-5 d-flex justify-content-center">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d742.0512038626994!2d19.206906817853433!3d41.93145007509999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x134e135c4189a45f%3A0x44b1186788386f1d!2zNDHCsDU1JzUzLjIiTiAxOcKwMTInMjYuOCJF!5e0!3m2!1sen!2s!4v1670886045110!5m2!1sen!2s"
width="300"
height="200"
style="border: 0"
allowfullscreen=""
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
></iframe>
</div>
<div class="col-md-2 d-flex flex-column gap-2">
<div>
<a
class="link-info"
href="https://www.facebook.com/sulejmanmano.hoxha/"
target="_blank"
><i class="bi bi-facebook"></i> Facebook</a
>
</div>
<div>
<a
class="link-info"
href="https://www.instagram.com/sulejman.hoxha/?next=%2F"
target="_blank"
><i class="bi bi-instagram"></i> Instagram</a
>
</div>
<div>
<a
class="link-info"
href="https://www.linkedin.com/in/sulejmanhoxha/"
target="_blank"
><i class="bi bi-linkedin"></i> Linkedin</a
>
</div>
</div>
<div class="col-md-3 d-flex flex-column gap-2 text-white">
<div><i class="bi bi-telephone"></i> +69 828 364</div>
<div>
<i class="bi bi-envelope-at"></i>
sulejman.hoxha2001@hotmail.com
</div>
<div>
<a
class="link-info"
href="Europass CV - Sulejman Hoxha.pdf"
target="_blank"
><i class="bi bi-arrow-down-circle"></i> Download CV
and certificates</a
>
</div>
</div>
</div>
</div>
<div class="p-2" style="height: 40px; background-color: #0f1b33">
<p class="text-center text-white">©Copyright Sulejman Hoxha</p>
</div>
<script
src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js"
integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.min.js"
integrity="sha384-IDwe1+LCz02ROU9k972gdyvl+AESN10+x7tBKgc9I5HFtuNz0wWnPclzo6p9vxnk"
crossorigin="anonymous"
></script>
</body>
</html>