-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
374 lines (351 loc) · 13 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-Z6D33JHD6H"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-Z6D33JHD6H");
</script>
<meta charset="UTF-8" />
<meta name="description" content="Abit Salihu Portfolio, Projects" />
<meta
name="keywords"
content="Abit Salihu, Abit, Salihu, HTML, CSS, JavaScript"
/>
<meta name="author" content="Abit Salihu" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="canonical" href="https://abitsalihu.com/original-page" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="css/style.css" />
<title>Abit Salihu</title>
<link rel="icon" type="image/x-icon" href="/img/logo_icon.png" />
</head>
<body>
<div class="load">
<div class="load_con">
<h3 class="load_con--name">Abit Salihu |</h3>
<h3 class="load_con--title">Front-End Developer</h3>
</div>
</div>
<div class="conb">
<div class="conb_bg">
<div class="conb_bg--line"></div>
<div class="conb_bg--line"></div>
<div class="conb_bg--line"></div>
<div class="conb_bg--line"></div>
<div class="conb_bg--line"></div>
<div class="conb_bg--line"></div>
<div class="conb_bg--line"></div>
<div class="conb_bg--line"></div>
<div class="conb_bg--line"></div>
<div class="conb_bg--line"></div>
</div>
</div>
<div class="landing-page" id="lp">
<nav class="nav">
<div class="nav_con">
<div class="nav_logo">AS</div>
<div class="nav_menu">
<div class="nav_menu--line f-m-line"></div>
<div class="nav_menu--line s-m-line"></div>
</div>
<div class="nav_lc">
<div class="nav_lc--mode">
<button
class="nav_lc--mode-btn lighter"
data-mode="light-mode"
data-btn="darker"
>
<svg class="sun">
<use xlink:href="img/sprite.svg#icon-sun"></use>
</svg>
</button>
<button
class="nav_lc--mode-btn darker"
data-mode="dark-mode"
data-btn="lighter"
>
<svg class="moon">
<use xlink:href="img/sprite.svg#icon-moon"></use>
</svg>
</button>
</div>
</div>
</div>
<div class="nav_content">
<div class="nav_content_m">
<a class="nav_content_m-link home"
>HOME<span class="nav-line"></span
></a>
<a class="nav_content_m-link about-link"
>About Me<span class="nav-line"></span
></a>
<a class="nav_content_m-link" href="mailto: [email protected]"
>Contact <span class="nav-line"></span
></a>
</div>
<div class="nav_content_l">
<div class="footer__con" id="nav_content_l-icons">
<a href="https://www.linkedin.com/in/abit-s/" target="_blank"
><svg class="footer__con-icon">
<use xlink:href="img/sprite.svg#icon-linkedin"></use></svg
></a>
<a href="https://github.com/abitsalihu" target="_blank"
><svg class="footer__con-icon">
<use xlink:href="img/sprite.svg#icon-github"></use></svg
></a>
</div>
<button
class="hero_footer__right--resume"
id="nav_content_l-resume"
>
<a href="/cv.pdf" download="/cv.pdf">RESUME</a
><span class="line"></span>
</button>
</div>
</div>
</nav>
<section class="hero">
<div class="hero_name">
<h2>Abit Salihu</h2>
</div>
<div class="hero_title">
<h1 class="frontend">Frontend</h1>
<h2 class="developer">Developer</h2>
</div>
<div class="hero_footer">
<div class="hero_footer__left">
<svg class="arrow">
<use xlink:href="img/sprite.svg#icon-cheveron-down"></use>
</svg>
<div>
<div class="hero_footer__left--scroll">Keep</div>
<div class="hero_footer__left--scroll">scrolling</div>
</div>
</div>
<div class="hero_footer__right">
<button class="hero_footer__right--resume">
<a href="/cv.pdf" download="/cv.pdf">CV</a
><span class="line"></span>
</button>
</div>
</div>
</section>
</div>
<div class="about-page">
<div class="about-page-bcon">
<div class="about-page_tech">
<div class="about-page_tech-knowledge">
<h5>Technlogies with strong knowledge:</h5>
<div class="about-page_tech-knowledge-con">
<svg class="tech">
<use xlink:href="img/sprite.svg#icon-html5"></use>
</svg>
<svg class="tech">
<use xlink:href="img/sprite.svg#icon-css3"></use>
</svg>
<svg class="tech">
<use xlink:href="img/sprite.svg#icon-javascript"></use>
</svg>
<svg class="tech">
<use xlink:href="img/sprite.svg#icon-git1"></use>
</svg>
<svg class="tech">
<use xlink:href="img/sprite.svg#icon-sass"></use>
</svg>
<svg class="tech">
<use xlink:href="img/sprite.svg#icon-blender"></use>
</svg>
<svg class="tech">
<use xlink:href="img/sprite.svg#icon-figma"></use>
</svg>
</div>
</div>
<div class="about-page_tech-knowledge">
<h5>Technlogies with basic knowledge:</h5>
<div class="about-page_tech-knowledge-con">
<svg class="tech">
<use xlink:href="img/sprite.svg#icon-adobephotoshop"></use>
</svg>
<svg class="tech">
<use xlink:href="img/sprite.svg#icon-adobepremiere"></use>
</svg>
<svg class="tech">
<use xlink:href="img/sprite.svg#icon-bootstrap"></use>
</svg>
</div>
</div>
<div class="about-page_tech-knowledge">
<h5>Technlogies to learn in the future:</h5>
<div class="about-page_tech-knowledge-con">
<svg class="tech">
<use xlink:href="img/sprite.svg#icon-php"></use>
</svg>
<svg class="tech">
<use xlink:href="img/sprite.svg#icon-npm"></use>
</svg>
<svg class="tech">
<use xlink:href="img/sprite.svg#icon-react"></use>
</svg>
<svg class="tech">
<use xlink:href="img/sprite.svg#icon-typescript"></use>
</svg>
<svg class="tech">
<use xlink:href="img/sprite.svg#icon-dot-net"></use>
</svg>
</div>
</div>
</div>
<div class="about-page_content">
<p>
Hello, my name is <strong>Abit</strong>, and I'm a junior front end
web developer from Prishtina, Kosova. During my free time I love
finding projects on Github to which I can offer my contribution.
Lately I have also been working on 3D websites, by creating custom
3D Models using blender and creating virtual environments using
WebGL.
</p>
<br />
<p>
I currently play football for F.C. 2 Korriku in Prishtina, which it
helps me be very comfortable when it comes to working with a team to
solve code issues or in my case help the club win!
</p>
<br />
<p>
Additionally, I am pursuing a degree in physical and sport education
at AAB University.
</p>
<br />
<br />
<h4>Want to Start a Project?</h4>
<a href="mailto: [email protected]" class="divider"
>Contact Me</a
>
</div>
</div>
</div>
<div class="about">
<div class="about__me">
<p class="about__me--p">
Hey, I'm Abit, and
<span>I like to create</span>
<span>websites that</span>
<span class="aboutWord">anything!</span>
</p>
<div class="about__me--link">
<button
class="hero_footer__right--resume about__me--link-btn about-link"
>
<a>About me</a><span class="line"></span>
</button>
</div>
</div>
</div>
<section class="projects">
<div class="projects__title">
<h2>My Projects</h2>
</div>
<div class="projects__con">
<div class="projects__con_s">
<div class="projects__con_f--stats">
<span class="projects__con_f--stats-f">01</span
><span class="divider"> / </span>04
</div>
<a href="http://nicolaskraj.com/" target="_blank"
><img
class="projects__con_f--img"
src="https://media1.giphy.com/media/v1.Y2lkPTc5MGI3NjExZTgyMmw1NmJpNGZ0cXd2cTZ6ZzE2dHc4ZW94ZWxkdGxibHUwNG9hbyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/L53ueEHKZ2ngoke3rE/giphy.gif"
alt=""
/></a>
</div>
</div>
<div class="projects__con">
<div class="projects__con_f">
<div class="projects__con_f--stats">
<span class="projects__con_f--stats-f">02</span
><span class="divider"> / </span>04
</div>
<a href="https://www.newbornbrew.com/" target="_blank"
><img
class="projects__con_f--img"
src="https://media1.giphy.com/media/v1.Y2lkPTc5MGI3NjExMGptcTNuYTZscmdrYmFtdTlrenI3N3NudzJhOHcyc3VoNjA3dXoxNiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/FvUEXgtuKyhdbiGHWf/giphy.gif"
alt=""
/></a>
</div>
</div>
<div class="projects__con">
<div class="projects__con_s">
<a href="https://idan-vending-machine.vercel.app/" target="_blank"
><img
class="projects__con_f--img"
src="https://media4.giphy.com/media/v1.Y2lkPTc5MGI3NjExdnE3MGVoOW0wOHc0bXI4aXluYXJxMmxoY3M5cTFydzdjeG01amp5diZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/SjP50GhDqnt2m0A3ju/giphy.gif"
alt=""
/></a>
<div class="projects__con_f--stats">
<span class="projects__con_f--stats-f">03</span
><span class="divider"> / </span>04
</div>
</div>
</div>
<div class="projects__con">
<div class="projects__con_f">
<div class="projects__con_f--stats">
<span class="projects__con_f--stats-f">04</span
><span class="divider"> / </span>04
</div>
<a href="https://abitsalihu.github.io/quizafriend/" target="_blank"
><img
class="projects__con_f--img"
src="https://media1.giphy.com/media/eYIifGbht3kfpsw1wD/giphy.gif?cid=790b76117ce22d3a5fd636b2e7fd60e6e73b5abea94e8a2b&rid=giphy.gif&ct=g"
alt=""
/></a>
</div>
</div>
</div>
</section>
<section class="contact">
<div class="contact_con">
<h3>Want to Start a Project?</h3>
<div class="about__me--link" id="contact-link">
<button class="hero_footer__right--resume about__me--link-btn">
<a href="mailto: [email protected]">Contact Me </a
><span class="line"></span>
</button>
</div>
</div>
</section>
<footer class="footer">
<div class="footer__con">
<!-- <svg class="footer__con-icon"><use xlink:href="img/sprite.svg#icon-twitter"></use></svg> -->
<a href="https://www.linkedin.com/in/abit-s/" target="_blank"
><svg class="footer__con-icon">
<use xlink:href="img/sprite.svg#icon-linkedin"></use></svg
></a>
<a href="https://github.com/abitsalihu" target="_blank"
><svg class="footer__con-icon">
<use xlink:href="img/sprite.svg#icon-github"></use></svg
></a>
<button class="hero_footer__right--resume">
<a href="/cv.pdf" download="/cv.pdf">RESUME</a
><span class="line"></span>
</button>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>