-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
107 lines (104 loc) · 2.48 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Abdul's Personal Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="Abdul.png" alt="Abdul profile picture"></td>
<td>
<h1>Abdulmaaliq Varvany</h1>
<p><em>Operations Management <strong>Professional</strong>.</em></p>
<p>I am a Business Processes, Operations Management, Organizational Structure, and Success Expert.</p>
<p>Check out my <strong><a href="https://www.linkedin.com/in/abdul-varvany-74a0483a/">LinkedIn</a></strong> profile.</p>
<p><a href="contact.html">Contact Me</a></p>
</td>
</tr>
</table>
<hr>
<h3>Education</h3>
<ul>
<li>United States International University
<br>
Bachelor of Science (B.Sc.)Field Of StudyInformation Systems and Technology
<br>2007 – 2011
</li>
<li>Udemy Alumni
<br>Certificate
<br>Ultimate Photoshop Training: From Beginner to Pro
<br>2020
</li>
<li>Edu Pristine
<br>Certificate
<br>Executive Program in Social Media Marketing
<br>2016
</li>
</ul>
<hr>
<h3>Work Experience</h3>
<table cellspacing="10">
<thead>
<tr>
<th>Dates</th>
<th>Company</th>
</tr>
</thead>
<tr>
<td>2011 Jan - Sept</td>
<td>Mart Networks Ltd.</td>
</tr>
<tr>
<td>2011 Oct - 2016 May</td>
<td>AutoXpress Ltd.</td>
</tr>
<tr>
<td>2016 August - 2020 March</td>
<td>Amex Auto and Industrial Hardware Ltd.</td>
</tr>
</table>
<hr>
<h3>My Hobbies</h3>
<ol>
<li>Spending time with my kids</li>
<li>Coding</li>
<li>Photo manipulation. Click <a href="https://www.instagram.com/avarvany/">here</a> to see.</li>
<li>Reading</li>
<li>Learning</li>
<li>Sports</li>
<li>Enabling and empowering other lives</li>
</ol>
<hr>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>
<table cellspacing="10">
<tr>
<td>Photography</td>
<td>☆☆☆☆☆</td>
</tr>
<tr>
<td>Operations</td>
<td>☆☆☆☆☆</td>
</tr>
</table>
</td>
<td>
<table cellspacing="10">
<tr>
<td>HTML</td>
<td>☆☆☆</td>
</tr>
<tr>
<td>CSS</td>
<td>☆☆</td>
</tr>
</table>
</td>
</tr>
</table>
<hr>
</body>
</html>