-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
82 lines (78 loc) · 2.62 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>This is Fraz's Website</title>
</head>
<body>
<table cellspacing = "20">
<tr>
<td><img src="images/ahmad-fraz.png" width="200" height= "200"></td>
<td><h1>Ahmad Fraz</h1>
<p><em>Frontent Web Developer</em></p>
<p>I am a Frontend Developer from Pakistan and I enjoy learning web development and I love design and technology. I am from Pakistan and I am currently working on front-end web development. I am trying and help to convert a vision and an idea into meaningful and useful products. I ❤ coffee and brew my own beers.</p>
<h3>Link to <a href="#contact">Contact Information</a> </h3></td>
</tr>
</table>
<hr>
<h3><strong>Experience:</strong></h3>
<h4>2021 - Extrinsic Commerce - (Frontend Developer)</h4>
<ul>
<li>Used various tecnologies including <strong>javascript, reactjs</strong> to make code repairs and optimize corporate websites.</li>
<li>Determined coding requirements for site creation including e-commerce capability and security and specialized scripts.</li>
<li>Have also experience working CMS like (wordpress, shopify).</li>
</ul>
<hr>
<h3><strong>Education:</strong></h3>
<p>2019 - Ongoing</p>
<p>Bahauddin Zakariya University, Multan</p>
<ul>
<li>Bachelors in Information Technology</li>
</ul>
<p>2019-2020</p>
<p>Freecodecamp</p>
<ul>
<li><a href="https://www.freecodecamp.org/certification/ahmadfraz/responsive-web-design">Certification in responsive Web developement.</a></li>
<li><a href="https://www.freecodecamp.org/certification/ahmadfraz/javascript-algorithms-and-data-structures">Certification in javascript.</a></li>
</ul>
<hr>
<h3>Skills:</h3>
<table cellspacing="20">
<tr>
<td>Html</td>
<td>⭐⭐⭐⭐⭐</td>
<td>Css</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Javascript</td>
<td>⭐⭐⭐⭐</td>
<td>Bootstrap</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Jquery</td>
<td>⭐⭐⭐⭐</td>
<td>Reactjs</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
<hr>
<h3><strong>Hobbies:</strong></h3>
<ol>
<li>Watching Movies</li>
<li>Traveling</li>
</ol>
<hr>
<h3 id = "contact">Contact Information:</h3>
<ul>
<li>Phone: +923066544090</li>
<li>Gmail: [email protected]</li>
<li>Address: Ahmadabad, Multan</li>
</ul>
<h3>References:</h3>
<p>References will be furnished on demand.</p>
</body>
</html>