-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
141 lines (130 loc) · 2.97 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Ali's Personal Site</title>
</head>
<body>
<table>
<tr>
<td></td>
<td>
<h1>Ali Sajadi</h1>
<p><em>Web & iOS App Developer</em></p>
<p>I am a web and iOS Developer. </p>
</td>
</tr>
</table>
<hr>
<h3>Personal Details</h3>
<ul>
<li>Date of Birth
<ul>
<li>08/05/1984</li>
</ul>
</li>
<li>Place of Birth
<ul>
<li>Tehran</li>
</ul>
</li>
<li>Province and City of Residence
<ul>
<li>Alborz/Karaj</li>
</ul>
</li>
<li>Address
<ul>
<li>No 65, West 9th alley, Main street of gohardasht, Karaj, Alborz, Iran</li>
</ul>
</li>
<li>Tel
<ul>
<li>+98-9026652545</li>
</ul>
</li>
<li>Email
<ul>
<li>ali.sajadi@ymail.com</li>
</ul>
</li>
</ul>
<hr>
<h3>Education</h3>
<ul>
<li>MA/ASc
<ul>
<li>Field of Study
<ul>
<li>IT Engineering/ Major: Computer Networking</li>
</ul>
</li>
</ul>
</li>
<li>BA
<ul>
<li>Field of Study
<ul>
<li>Computer Engineering/ Major: Software</li>
</ul>
</li>
</ul>
</li>
<li>AS
<ul>
<li>Field of Study
<ul>
<li>Computer Applied Science/ Major: Software</li>
</ul>
</li>
</ul>
</li>
</ul>
<hr>
<h2>My Hobbies</h2>
<ol>
<li>Traveling</li>
<li>Hiking</li>
<li>Tourism</li>
<li>Skiing</li>
<li>Programming</li>
<li>Motorcycles</li>
</ol>
<h3>Social Network Links</h3>
<ul>
<li><a href="#">Linkedin</a></li>
</ul>
<hr>
<h3>Experiences and Employment</h3>
<table cellspacing="10">
<thead>
<tr>
<th>Company / Organization</th>
<th>Position & Responsibility</th>
<th>Job Description</th>
<th>Duration</th>
</tr>
</thead>
<tbody>
<tr>
<td>Chargoon</td>
<td>iOS App Developer</td>
<td>-</td>
<td>6 Months</td>
</tr>
</tbody>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>Web Development</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>iOS Development</td>
<td>⭐⭐⭐</td>
</tr>
</table>
</body>
</html>