-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
161 lines (155 loc) · 4.41 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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Portfolio</title>
<style>
table {
border-collapse: collapse;
width: 80%;
margin: 0 auto;
border: 1px solid #ddd;
}
th, td {
padding: 10px;
border: 1px solid #ddd;
text-align: left;
}
th {
background-color: #f2f2f2;
font-weight: bold;
}
</style>
</head>
<body>
<h1>Home</h1>
<img src="DSC_0959.JPG" alt="" width="80" height="100">
<h5>Mustafa Kamal </h5>
<h1>About Me</h1>
<p>My Name is Mustafa Kamal Pasha and I am the Student of computer science. As a Freelancer i work on Upwork as a Video and Photo Editor. But i am Also Learning Web Development.</p>
<p>Thanks.</p>
<h1>My Projects</h1>
<h2>1<sup>st</sup> Project</h2>
<h2>Video</h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/aY8_6GvYdKk?si=Nnp9TktAsUGwO7hk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<p>My 1<sup>st</sup> Project is About Video Editing. I Work On Upwork as a Video and Photo Editor.</p>
<img src="download.jpg" alt="" >
<h2>2<sup>nd</sup> Project</h2>
<h2>Video</h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/tylYrBiEvCA?si=x6fbKqm5tlL_OqPk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<p>My 2<sup>nd</sup> Project is About on Gaming Trailer.</p>
<img src="game.jpg" alt="">
<h1>My Skills</h1>
<p>1. Video Editing <br> 2. Photo Editing <br> 3. Audio Editing <br> 4. HTML <br> 5. Java </p>
<h1>My Qualification</h1>
<h2>Matric Documents</h2>
<table>
<tr>
<th>Subject</th>
<th>Total Marks</th>
<th>Obtain Marks</th>
<td>Islamyat</td>
<td>50</td>
<td>40</td>
</tr>
<tr>
<td>Maths</td>
<td>75</td>
<td>50</td>
</tr>
<tr>
<td>Pak Study</td>
<td>50</td>
<td>40</td>
</tr>
<tr>
<td>Biology</td>
<td>75</td>
<td>60</td>
</tr>
<tr>
<td>Chemistry</td>
<td>75</td>
<td>65</td>
</tr>
<tr>
<td>Physics</td>
<td>75</td>
<td>57</td>
</tr>
<tr>
<td>English</td>
<td>75</td>
<td>60</td>
</tr>
<tr>
<td>Urdo</td>
<td>75</td>
<td>60</td>
</tr>
<tr>
<th> Total Marks </th>
<th>550</th>
<th>450</th>
</tr>
</table>
<h1>FSC Documents</h1>
<table>
<tr>
<th>Subject</th>
<th>Total Marks</th>
<th>Obtain Marks</th>
</tr>
<tr>
<td>Islamyat</td>
<td>50</td>
<td>40</td>
</tr>
<tr>
<td>Maths</td>
<td>75</td>
<td>50</td>
</tr>
<tr>
<td>Pak Study</td>
<td>50</td>
<td>40</td>
</tr>
<tr>
<td>Biology</td>
<td>75</td>
<td>60</td>
</tr>
<tr>
<td>Chemistry</td>
<td>75</td>
<td>65</td>
</tr>
<tr>
<td>Physics</td>
<td>75</td>
<td>57</td>
</tr>
<tr>
<td>English</td>
<td>75</td>
<td>60</td>
</tr>
<tr>
<td>Urdo</td>
<td>75</td>
<td>60</td>
</tr>
<tr>
<th> Total Marks </th>
<th>550</th>
<th>450</th>
</tr>
</table>
<h1>Contect Me On</h1>
<a href="https://www.linkedin.com/in/mustafa-kamal-a24ab5271?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app"><img src="linkdin.png" alt=""></a><p>Follow Me On Linkdn</p><br>
<img src="gmail.png" alt=""><p>Contect Me On [email protected] mail</p>
<img src="whats.png" alt=""><p>ContectMe On Whattsapp 03239387388</p>
</body>
</html>