-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIndex.html.html
More file actions
84 lines (74 loc) · 3.01 KB
/
Index.html.html
File metadata and controls
84 lines (74 loc) · 3.01 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
<html>
<head>
<title>Curriculum Vitae</title>
</head>
<body style="padding: 1em; border: 2px ; background-color: rgb(112, 44, 44); font-size: 13px; font-family: Verdana;">
<div>
<img src="pexels-stefan-stefancik-91224.jpg" alt ="YO yo" style="width: 250px;height: 259px; float:right; border: 2px solid rgb(74, 78, 78)">
</div>
<div align="center" style="background-color:rgba(70, 66, 69, 0.856); padding: 4px; border: 2px solid black; font-size: 20px; font-weight: bold;color:aliceblue; font-family: 'Times New Roman';">
<h1>Muhammad Ahmed Raza</h1>
<h3>DSM Colony, 675/C westridge Rawalpindi</h3>
<h3>Email: ahmedraza6999@gmail.com</h3>
<h3>Tell: 0313-5223645</h3>
</div>
<hr style="width: 1000px; height: 0px">
<div style="background-color: rgb(199, 200, 197); padding: 0.1em 1em; ">
<h1 style="color:rgba(117, 7, 7, 0.479)">Work Experience</h1>
June 2021 - August 2021<br>
Wordpress Developer<br>
<b>Antity Tech</b></p>
<p>July 2021-onwards<br>
Database Developer<br>
<b>ZenGen Network</b></p>
</div>
<div style="background-color:rgb(199, 200, 197); padding: 0.1em 1em; ">
<h1 style="color:rgba(117, 7, 7, 0.479)">Qualification and Skills</h1>
<ol>
<li><b>Database Managment</b></li>
<ul>
<li><i>Oracle Database</li>
<li>Mysql Database</li>
<li>Microsoft SQL Server Database</li>
<li>MongoDB Database</i></li>
</ul>
<li><b>DataScience</b></li>
<ul>
<i>
<li>Machine Learning</li>
<li>Big Data</li>
<li>Artifical Intelligence</li>
</i>
</ul>
<li><b>Programming Language</b></li>
<ul>
<i>
<li>C</li>
<li>C++</li>
<li>Python</li>
<li>R</li>
</i>
</ul>
</ol>
</div>
<div style="background-color:rgb(199, 200, 197); padding: 0.1em 1em;">
<h1 style="color:rgba(117, 7, 7, 0.479)">Education</h1>
<p><b>(2019 - 2023)</b><br>
Bachelor Degree. Computer Science<br>
Bahria University, Islamabad<br>
Pakistan</p>
<p><b>(2017 - 2019)</b><br>
Intermediate Degree. Pre-Engenneering<br>
MCCS, Rawalpindi<br>
Islamabad</p>
</div>
<div style="background-color:rgb(199, 200, 197); padding: 0.1em 1em;">
<h1 style="color:rgba(117, 7, 7, 0.479)">Hobbies</h1>
<ol>
<li>Coding</li>
<li>Challenging games</li>
<li>Basketball</li>
</ol>
</div>
</body>
</html>