-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
421 lines (365 loc) · 16.2 KB
/
index.html
File metadata and controls
421 lines (365 loc) · 16.2 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Primary Meta Tags -->
<title>Ashenafi Zenebe (Full stack web developer)</title>
<meta name="title" content="Ashenafi Zenebe (Full stack web developer)">
<meta name="description" content="I am interested in programming since high school and I try to do my best coding life. After I have been joined ICPC club my perspective regardless to programming was changed. ">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://ashitizn21.github.io/">
<meta property="og:title" content="Ashenafi Zenebe (Full stack web developer)">
<meta property="og:description" content="I am interested in programming since high school and I try to do my best coding life. After I have been joined ICPC club my perspective regardless to programming was changed. ">
<meta property="og:image" content="assets/images/about.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://ashitizn21.github.io/">
<meta property="twitter:title" content="Ashenafi Zenebe (Full stack web developer)">
<meta property="twitter:description" content="I am interested in programming since high school and I try to do my best coding life. After I have been joined ICPC club my perspective regardless to programming was changed. ">
<meta property="twitter:image" content="assets/images/about.png">
<link rel="stylesheet" href="assets/style/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"/>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.11/typed.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css"/>
<!-- // my logo AZ -->
<link rel="icon" href="assets/images/photo_2021-07-27_01-09-48.jpg">
</head>
<body>
<section class="home" id="home">
<div class="maxWidth">
<div class="homeContent">
<div class="nameTxt_1">Hello, my name is</div>
<div class="nameTxt_2">Ashenafi Zenebe</div>
<div class="nameTxt_3">And I'm a <span class="typing"></span></div>
</div>
</div>
<nav class="newNavBar" id="stickyNav">
<div class="maxWidth">
<div class="logo"><a href="#" title="Ashenafi Zenebe UGR/16813/11 @ASTU"><span>Ashiti_Zn😄</span></a></div>
<ul class="menu">
<li><a href="#home" class="menu-btn">Home</a></li>
<li><a href="#about" class="menu-btn">About</a></li>
<li><a href="#service" class="menu-btn">Services</a></li>
<li><a href="#skills" class="menu-btn">Skills</a></li>
<li><a href="#edu" class="menu-btn">Education</a></li>
<li><a href="#contact" class="menu-btn">Contact</a></li>
</ul>
<div class="menu-btn">
<i class="fas fa-bars"></i>
</div>
</div>
</nav>
</section>
<div class="aboutSection" id="about">
<div class="title">
<h1>About Me</h1>
</div>
<div class="abtContainer">
<div class="abtContent">
<div class="new">
<div class="abtMeContnet">
<h3>I'm Ashenafi and i'm <span class="typing_2"></span></h3>
<p>
I am currently CSE (Computer Science and Engineering ) student at Adama Science And Technology University
ASTU. <br>
I was interseted in programming since high school and I try to do my best coding life.
After I have been joined ICPC club my perspective regardess to programming was changed.
and i like competitive problems because these problems teach me so many algorithms and how coding is look like and what are coding standards.
</p>
<div class="button">
<a href="">Read More</a>
</div>
</div>
<div class="social">
<div class="wrapper">
<a href="https://www.facebook.com/ashenafizenebe.ashu.5" id="fb">
<div class="button">
<div class="icon">
<i class="fab fa-facebook-f"></i>
</div>
<span>Facebook</span>
</div>
</a>
<a href="https://t.me/ash_zn21" id="tg">
<div class="button">
<div class="icon">
<i class="fab fa-telegram"></i>
</div>
<span>Telegram</span>
</div>
</a>
<a href="https://www.instagram.com/ash_zn21/" id="insta">
<div class="button">
<div class="icon">
<i class="fab fa-instagram"></i>
</div>
<span>Instagram</span>
</div>
</a>
<a href="https://github.com/ashitizn21/" id="git">
<div class="button">
<div class="icon">
<i class="fab fa-github"></i>
</div>
<span>Github</span>
</div>
</a>
<a href="https://www.linkedin.com/in/ashenafi-zenebe-577b9a210/" id="ld">
<div class="button">
<div class="icon">
<i class="fab fa-linkedin-in" aria-hidden="true"></i>
</div>
<span>LinkedIn</span>
</div>
</a>
</div>
</div>
</div>
<div class="imageSection">
<img src="assets/images/about.jpg" alt="ashiti's image">
</div>
</div>
</div>
</div>
<!-- service section -->
<div class="serviceSection" id="service">
<h1>My Services</h1>
<div class="srvContent">
<div class="card">
<img src="assets/images/pattern.png" alt="">
<div class="box">
<i class="fa fa-paint-brush"></i>
<h2>Web Design</h2>
<p>
For attractive website design which means front-end development am here you can contact me and make life easy and smart.
</p>
</div>
</div>
<div class="card">
<img src="assets/images/pattern.png" alt="">
<div class="box">
<i class="fa fa-code"></i>
<h2>Problem Solving</h2>
<p>
I tried to make the competitive Programming questions as possible as I could with time and memory.
</p>
</div>
</div>
<div class="card">
<img src="assets/images/pattern.png" alt="">
<div class="box">
<i class="fa fa-mobile"></i>
<h2>App Development</h2>
<p>
Am try to develop Android Apps using android studio and any thing you want related to Android App for coming days.
</p>
</div>
</div>
<div class="card">
<img src="assets/images/pattern.png" alt="">
<div class="box">
<i class="fa fa-server"></i>
<h2>Back-end Developer</h2>
<p>
By existing resource I try to do a best Back-end development with its security and data managment.
</p>
</div>
</div>
</div>
</div>
<!-- my skill section -->
<div class="skillSection" id="skills">
<div class="skillHeader">
<h1>My Skills</h1>
</div>
<div class="skillArea">
<div class="skill">
<div class="skillTitle">
PYTHON
</div>
<div class="skillBar"></div>
<div class="python skillFill"></div>
</div>
<div class="skill">
<div class="skillTitle">
C++
</div>
<div class="skillBar"></div>
<div class="cpp skillFill"></div>
</div>
<div class="skill">
<div class="skillTitle">
Java
</div>
<div class="skillBar"></div>
<div class="java skillFill"></div>
</div>
<div class="skill">
<div class="skillTitle">
MYSQL
</div>
<div class="skillBar"></div>
<div class="mysql skillFill"></div>
</div>
<div class="skill">
<div class="skillTitle">
PHP
</div>
<div class="skillBar"></div>
<div class="php skillFill"></div>
</div>
<div class="skill">
<div class="skillTitle">
HTML
</div>
<div class="skillBar"></div>
<div class="html skillFill"></div>
</div>
<div class="skill">
<div class="skillTitle">
CSS
</div>
<div class="skillBar"></div>
<div class="css skillFill"></div>
</div>
<div class="skill">
<div class="skillTitle">
JAVASCRIPT
</div>
<div class="skillBar"></div>
<div class="js skillFill"></div>
</div>
</div>
</div>
<!-- my educational skill -->
<div class="wrapper1" id="edu">
<div class="eduTitle">
<h1>My Education</h1>
</div>
<div class="center-line">
<a href="#" class="scroll-icon"><i class="fas fa-caret-up"></i></a>
</div>
<div class="row row-1">
<section>
<i class="icon fas fa-home"></i>
<div class="details">
<span class="title">High School</span>
<span>5th Oct 2015</span>
</div>
<p>
I was learned my high school eduaction at Modjo school of excellence school from grade 9 up to grade 12.
When I remember those days.....
</p>
</section>
</div>
<div class="row row-2">
<section>
<i class="icon fas fa-university"></i>
<div class="details">
<span class="title">Joined ASTU</span>
<span>24th Oct 2019</span>
</div>
<p>
My new life was started after I Joined ASTU.
</p>
</section>
</div>
<div class="row row-1">
<section>
<i class="icon fas fa-rocket"></i>
<div class="details">
<span class="title">Start studing CSE( Software Engineering )</span>
<span>3rd Feb 2020</span>
</div>
<p>
When i was entered CSE department, I was very happy because I want to learn and I was conviced that i would improve my country in fields of Software.
</p>
</section>
</div>
<div class="row row-2">
<section>
<i class="icon fas fa-globe"></i>
<div class="details">
<span class="title">Now, I'm 3rd year software student at ASTU</span>
<span>25th Jul 2021</span>
</div>
<p>
Now, a day I'm building the future Ashenafi Zenebe in coding staff.
</section>
</div>
</div>
<!-- contact me section -->
<div class="contact" id="contact">
<div class="maxWidth">
<h2 class="title">Contact me</h2>
<div class="contact-content">
<div class="column left">
<div class="text">Get in Touch</div>
<p>
You can contact me any time when you have comment, suggestions on my work....you are well come!!!.
</p>
<div class="icons">
<div class="row">
<i class="fas fa-user"></i>
<div class="info">
<div class="head">Name</div>
<div class="sub-title">Ashenafi Zenebe</div>
</div>
</div>
<div class="row">
<i class="fas fa-map-marker-alt"></i>
<div class="info">
<div class="head">Address</div>
<div class="sub-title">Addis Abebe, Ethiopia</div>
</div>
</div>
<div class="row">
<i class="fas fa-envelope"></i>
<div class="info">
<div class="head">Email</div>
<div class="sub-title">ashenafizenebe@gmail.com</div>
</div>
</div>
</div>
</div>
<div class="column right">
<div class="text">Message me</div>
<form action="#">
<div class="fields">
<div class="field name">
<input type="text" placeholder="Name" required>
</div>
<div class="field email">
<input type="email" placeholder="Email" required>
</div>
</div>
<div class="field">
<input type="text" placeholder="Subject" required>
</div>
<div class="field textarea">
<textarea cols="30" rows="10" placeholder="Message.." required></textarea>
</div>
<div class="button-area">
<button type="submit">Send message</button>
</div>
</form>
</div>
</div>
</div>
</div>
<div class="scroll-up-btn">
<a href="#" data-toggle="tooltip" title="Go to home">
<i class="fas fa-angle-up"></i>
</a>
</div>
<footer>
<span>Created By <a href="#">Ashiti_Zn</a> | <span class="far fa-copyright"></span> 2021 All rights reserved.</span>
</footer>
<script src="assets/script.js"></script>
</body>
</html>