-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
413 lines (358 loc) · 18.8 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>DR OLIYAD portfolio</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/unicons.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- MAIN STYLE -->
<link rel="stylesheet" href="css/tooplate-style.css">
</head>
<body>
<!-- MENU -->
<nav class="navbar navbar-expand-sm navbar-light">
<div class="container">
<!--a target="_blank" href="https://icons8.com/icon/tirdUTFlfD0w/loading-infinity">Loading Infinity</a> icon by <a target="_blank" href="https://icons8.com">Icons8</a-->
<a class="navbar-brand" target="_blank" href="https://user-images.githubusercontent.com/64665268/206640760-b6e77754-1647-41d2-9e05-b36fb83dff57.gif"><i class='uil uil-user'></i> olitillinfintye</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
<span class="navbar-toggler-icon"></span>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav mx-auto">
<li class="nav-item">
<a href="#about" class="nav-link"><span data-hover="About">About</span></a>
</li>
<li class="nav-item">
<a href="#project" class="nav-link"><span data-hover="Projects">Projects</span></a>
</li>
<li class="nav-item">
<a href="#resume" class="nav-link"><span data-hover="Resume">Resume</span></a>
</li>
<li class="nav-item">
<a href="#contact" class="nav-link"><span data-hover="Contact">Contact</span></a>
</li>
</ul>
<ul class="navbar-nav ml-lg-auto">
<div class="ml-lg-4">
<div class="color-mode d-lg-flex justify-content-center align-items-center">
<i class="color-mode-icon"></i>
Color mode
</div>
</div>
</ul>
</div>
</div>
</nav>
<!-- ABOUT -->
<section class="about full-screen d-lg-flex justify-content-center align-items-center" id="about">
<div class="container">
<div class="row">
<div class="col-lg-7 col-md-12 col-12 d-flex align-items-center">
<div class="about-text">
<small class="small-text">Welcome to <span class="mobile-block">my portfolio website!</span></small>
<h1 class="animated animated-text">
<span class="mr-2">I'm Doctor</span>
<div class="animated-info">
<span class="animated-item">oliyad</span>
<span class="animated-item">therapiest</span>
<!--span class="animated-item">UI Specialist</span-->
</div>
</h1>
<p> eliminate troubling symptoms and improve your overall sense of well-being.</p>
<div class="custom-btn-group mt-4">
<a href="#" class="btn mr-lg-2 custom-btn"><i class='uil uil-file-alt'></i> Download Resume</a>
<a href="#contact" class="btn custom-btn custom-btn-bg custom-btn-link">Contact me</a>
</div>
</div>
</div>
<div class="col-lg-5 col-md-12 col-12">
<div class="about-image svg">
<!--https://user-images.githubusercontent.com/64665268/206637986-70027e06-22cd-4aa1-aeb3-963308b2c99b.gif-->
<!--images/undraw/undraw_software_engineer_lvl5.svg-->
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<!--lottie-player id="firstLottie" src="https://assets8.lottiefiles.com/packages/lf20_rRHO95QOkl.json" background="transparent" speed="1" style="width: 300px; height: 300px;" loop autoplay></lottie-player-->
</div>
</div>
</div>
</div>
</section>
<!-- PROJECTS -->
<section class="project py-5" id="project">
<div class="container">
<div class="row">
<div class="col-lg-11 text-center mx-auto col-12">
<div class="col-lg-8 mx-auto">
<h2>Works</h2>
</div>
<div class="owl-carousel owl-theme">
<div class="item">
<div class="project-info">
<img src="images/project/project-image01.png" class="img-fluid" alt="project image">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="container py-5">
<h1 class="text-center fw-normal wow fadeIn">My Skills</h1>
<div class="row py-3">
<div class="col-md-6">
<div class="px-lg-3">
<h4 class="wow fadeInUp">Coding skills</h4>
<div class="progress-wrapper wow fadeInUp">
<span class="caption">JavaScript</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 86%;" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">86%</div>
</div>
</div>
<div class="progress-wrapper wow fadeInUp">
<span class="caption">Python</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 90%;" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">90%</div>
</div>
</div>
<div class="progress-wrapper wow fadeInUp">
<span class="caption">Golang</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 85%;" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">85%</div>
</div>
</div>
<div class="progress-wrapper wow fadeInUp">
<span class="caption">PHP</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 80%;" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">80%</div>
</div>
</div>
<div class="progress-wrapper wow fadeInUp">
<span class="caption">HTML + CSS</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 100%;" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">100%</div>
</div>
</div>
<div class="progress-wrapper wow fadeInUp">
<span class="caption">React</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 75%;" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">75%</div>
</div>
</div>
<div class="progress-wrapper wow fadeInUp">
<span class="caption">Java</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 90%;" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">90%</div>
</div>
</div>
<div class="progress-wrapper wow fadeInUp">
<span class="caption">C++</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 90%;" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">90%</div>
</div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="px-lg-3">
<h4 class="wow fadeInUp">Design Skills</h4>
<div class="progress-wrapper wow fadeInUp">
<span class="caption">UI / UX Design</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 92%;" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">92%</div>
</div>
</div>
<div class="progress-wrapper wow fadeInUp">
<span class="caption">Web Design</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 99%;" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">99%</div>
</div>
</div>
<div class="progress-wrapper wow fadeInUp">
<span class="caption">Game Develop</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 79%;" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">79%</div>
</div>
</div>
<div class="progress-wrapper wow fadeInUp">
<span class="caption">Modling</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 85%;" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">85%</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- FEATURES -->
<section class="resume py-5 d-lg-flex justify-content-center align-items-center" id="resume">
<div class="container">
<div class="row">
<div class="col-lg-6 col-12">
<h2 class="mb-4">Experiences</h2>
<div class="timeline">
<div class="timeline-wrapper">
<div class="timeline-yr">
<span>2022</span>
</div>
<div class="timeline-info">
<h3><span>Project Manager</span><small>asela horizen library</small></h3>
<p>i worked on a web platform project in asela horizen library.</p>
</div>
</div>
<div class="timeline-wrapper">
<div class="timeline-yr">
<span>2021</span>
</div>
<div class="timeline-info">
<h3><span>game develope</span><small>Godot</small></h3>
<p>Focused on developing 2d and 3d <a rel="nofollow" href="https://www.facebook.com/tooplate">games</a> on godot </p>
</div>
</div>
<div class="timeline-wrapper">
<div class="timeline-yr">
<span>2020</span>
</div>
<div class="timeline-info">
<h3><span>UI Freelancer</h3>
<p>worked some freelance jobs on upwork and fiver.</p>
</div>
</div>
<div class="timeline-wrapper">
<div class="timeline-yr">
<span>2018</span>
</div>
<div class="timeline-info">
<h3><span>web Designer<small>asela horizen library</small></h3>
<p>i worked on a website project in asela horizen library</p>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-12">
<h2 class="mb-4 mobile-mt-2">Educations</h2>
<div class="timeline">
<div class="timeline-wrapper">
<div class="timeline-yr">
<span>2017</span>
</div>
<div class="timeline-info">
<h3><span> Web design</span><small>Master Design</small></h3>
<p>i took online website courses.</p>
</div>
</div>
<div class="timeline-wrapper">
<div class="timeline-yr">
<span>2018</span>
</div>
<div class="timeline-info">
<h3><span>Backend</span><small>learned react</small></h3>
<p>learned react and bulid some apps. </p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- CONTACT -->
<section class="contact py-5" id="contact">
<div class="container">
<div class="row">
<div class="col-lg-5 mr-lg-5 col-12">
<div class="contact-info d-flex justify-content-between align-items-center py-4 px-lg-5">
<div class="contact-info-item">
<h3 class="mb-3 text-white">Say hello</h3>
<p class="footer-text mb-0">+251 922039319</p>
<p><a href="mailto:hello@company.co">support@olitillinfintye.live</a></p>
</div>
<ul class="social-links">
<a href="https://github.com/olitillinfintye/" class="fa fa-github" data-toggle="tooltip" data-placement="left" title="github" style="font-size:25px;color:white;margin-right: 10px;"></a>
<a href="https://www.instagram.com/olitillinfintye" class="fa fa-instagram" data-toggle="tooltip" data-placement="left" title="instagram" style="font-size:25px;color:white;margin-right: 5px;"></a>
<a href="https://t.me/OliTillinfinity" class="fa fa-telegram" data-toggle="tooltip" data-placement="left" title="Telegram" style="font-size:25px;color:white;margin-right: 10px;"></a>
<a href="https://twitter.com/tillinfintye" class="fa fa-twitter" data-toggle="tooltip" data-placement="left" title="Twitter" style="font-size:25px;color:white"></a>
</ul>
</div>
</div>
<div class="col-lg-6 col-12">
<div class="contact-form">
<h2 class="mb-4">Interested to work together? Let's talk</h2>
<form action="https://formsubmit.co/oliyadtesfaye2020@gmail.com" method="POST">
<div class="row" id="contact-form">
<div class="col-lg-6 col-12">
<input type="text" class="form-control" name="name" placeholder="Your Name" id="name" required>
</div>
<div class="col-lg-6 col-12">
<input type="email" class="form-control" name="email" placeholder="Email" id="email" required>
</div>
<div class="col-12">
<textarea name="message" rows="6" class="form-control" id="message" placeholder="Message" required></textarea>
</div>
<div class="ml-lg-auto col-lg-5 col-12">
<input type="submit" class="form-control submit-btn" value="Send Button">
</div>
</div>
</form>
</div>
</div>
<div id="thank_you" style="display: none;">
<p>Thanks you!</p>
<button type="submit">Close</button>
</div>
</div>
</div>
</section>
<!-- FOOTER -->
<footer class="footer py-5">
<div class="container">
<div class="row">
<div class="col-lg-12 col-12">
<p class="copyright-text text-center">Copyright © 2022 infintye tech. All rights reserved</p>
<p class="copyright-text text-center">Designed by <a rel="nofollow" href="https://t.me/OliTillinfinity">olitillinfintye</a></p>
</div>
</div>
</div>
</footer>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/Headroom.js"></script>
<script src="js/jQuery.headroom.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/custom.js"></script>
<script src="https://unpkg.com/@lottiefiles/lottie-interactivity@latest/dist/lottie-interactivity.min.js"></script>
<script>
var nextStep = document.querySelector('#nextStep');
nextStep.addEventListener('click', function (e) {
e.preventDefault();
// Hide first view
document.getElementById('contact-form').style.display = 'none';
// Show thank you message element
document.getElementById('thank_you').style.display = 'block';
});
</script>
<script>
LottieInteractivity.create({
player: '#firstLottie',
mode: 'scroll',
actions: [
{
visibility[0,1],
type: 'seek',
frames: [0, 300],
},
]
});
</script>
</body>
</html>