-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
124 lines (95 loc) · 3.2 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="description:" content="Old Style Resume">
<title> Amar Awni Resume </title>
</head>
<body>
<table cellspacing='20'>
<tr>
<td> <img src="images/amarAwniPic.png" alt="Amar Awni picture" width="150px" height="150px">
</td>
<td>
<h1>Amar Awni</h1>
<p><strong><em>Full Stack Developer And Development Instructor</em></strong></p>
<p>My name is Ammar,
I work as a software developer and I have a passion for teaching programming and delivering information in the simplest and best way possible.
I studied computer engineering at 19 May University in Samsun, Turkey.
I helped hundreds of students to learn how to code and change their lives by becoming mobile app developers.
My first experience in programming in action was in 2008 when I wanted to create my own application and make profits by selling it in the labor market.
Since then, I've made hundreds of apps.
But most importantly, I realized what I love most is teaching programming.
I spend most of my time researching how to make learning coding easy to understand.
And I apply everything I discover in my training courses
In my courses, you will find lots of explanations and examples to make sure everything is easy to understand.
I will be with you every step of the way... So to make you a professional application developer
</p>
</td>
</tr>
</table>
<hr>
<h3>Teaching</h3>
<ul>
<li>Mobile Apss Development on Youtbe for free at Code With Ammar Channel</li>
<li>Mobile Apss Development on Udemy from zero to hero</li>
<li>Web Development on Udemey from zeto to hero</li>
</ul>
<hr>
<h3>Follow me on :</h3>
<ol>
<li><a href="https://www.youtube.com/c/codewithammar/">Youtube Channel</a></li>
<li><a href="https://www.codewithammar.com">Code With Ammar Website</a></li>
<li><a href="https://www.udemy.com/user/amar-awni/">Udemey</a></li>
<li><a href="https://www.twitter.com/codewithammar/">Twitter</a></li>
<li><a href="https://www.facebook.com/codewithammar/">Facebook</a></li>
</ol>
<hr>
<h3>Work experience</h3>
<table cellspacing='10px'>
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2015 - 2022</td>
<td>Lead Developer at TradeBook</td>
</tr>
<tr>
<td>2023 - Until now</td>
<td>Lead Developer at AHBSoft</td>
</tr>
</tbody>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing='10px'>
<thead>
<tr>
<td>Skill:</td>
<td>level:</td>
</tr>
</thead>
<tbody>
<tr>
<td>IOS Development</td>
<td>⭐️⭐️⭐️⭐️⭐️</td>
</tr>
<tr>
<td>Web Development</td>
<td>⭐️⭐️⭐️⭐️⭐️</td>
</tr>
<tr>
<td>Photography</td>
<td>⭐️⭐️⭐️</td>
</tr>
</tbody>
</table>
<hr>
<h5><a href="hobbies.html">My Hobbiess</a></h5>
<h5><a href="contactMe.html">Contact Me</a></h5>
</body>
</html>