-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (60 loc) · 2.35 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fahad Memon - Tech Enabler</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
integrity="sha512-wD7eD9tZTCqv9cZ4U3g5aVxFLO7ByIPk7sT7XxFZ1Mq5NxK9uUZlsw/Tbz0JBFv+pb0dXvyVoZs7b9i6f4i4tQ=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<header>
<div class="avatar">
<!-- Add your profile picture here -->
<!-- <img src="your-image-url.jpg" alt="Profile Picture"> -->
</div>
<div class="header-text">
<h1>Fahad Memon</h1>
<p>Tech Enabler | Blockchain Implementation | Engineer</p>
<p>Pakistan</p>
</div>
</header>
<section class="contact">
<div>
<h2>Contact</h2>
<p>PECHS Block 6, Karachi</p>
<p><i class="fas fa-mobile-alt"></i> +92 3462573147 (Mobile)</p>
<p><i class="far fa-envelope"></i> <a href="mailto:me.fahadsajid@gmail.com">me.fahadsajid@gmail.com</a></p>
</div>
<div>
<h2>Links</h2>
<p><i class="fab fa-linkedin"></i> <a href="https://www.linkedin.com/in/fahad-sajid" target="_blank">LinkedIn</a></p>
<p><i class="fab fa-researchgate"></i> <a href="https://www.researchgate.net/profile/Fahad_Memon" target="_blank">Portfolio</a></p>
</div>
</section>
<section>
<h2>Top Skills</h2>
<div class="skills">
<div class="skill">Engineering Drawings</div>
<div class="skill">Mechatronics</div>
<div class="skill">Problem Solving</div>
</div>
</section>
<section>
<h2>Certifications</h2>
<p>Registered Engineer (RE)</p>
<p>Introduction to Career Skills in Software Development</p>
<p>Digital Technologies Case Studies: AI, IoT, Robotics, Blockchain</p>
</section>
<section>
<h2>Summary</h2>
<p>Always a student to learn, a Mechanical Engineer with a curious mind...</p>
</section>
<!-- You can continue adding sections for Experience and Education -->
<footer>
<p>© 2023 Fahad Memon</p>
</footer>
</body>
</html>