-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
95 lines (86 loc) · 4.77 KB
/
index.html
File metadata and controls
95 lines (86 loc) · 4.77 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
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Me - Arooj Sarfraz</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css">
</head>
<body>
<header>
<nav>
<h1 class="logo">Arooj Sarfraz</h1>
<ul>
<li><a href="index.html" class="active">About</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
</ul>
</nav>
</header>
<section class="about-section">
<div class="about-left">
<div class="profile-picture">
<img src="assets/images/profile.jpeg" alt="Arooj Sarfraz Profile Picture">
</div>
<h2>Arooj Sarfraz</h2>
<h3>Full Stack Developer</h3>
<p><strong>Email:</strong> <a href="mailto:aroojsarfraz19@gmail.com">aroojsarfraz19@gmail.com</a></p>
<p><strong>LinkedIn:</strong> <a href="https://www.linkedin.com/in/arooj-sarfraz-a727a1230/" target="_blank">LinkedIn Profile</a></p>
<p><strong>GitHub:</strong> <a href="https://github.com/Aroojsarfraz90" target="_blank">github.com/Aroojsarfraz90</a></p>
<h3>About Me</h3>
<p>
I am <strong>Arooj Sarfraz</strong>, a dedicated and passionate <strong>Full Stack Developer</strong> specializing in crafting high-quality, performance-driven mobile and web applications. I thrive on transforming innovative ideas into functional, user-focused solutions using modern technologies.
</p>
<p>
With expertise in <strong>Flutter, Dart, UI/UX design principles</strong>, and clean coding practices, I create scalable, user-friendly applications that deliver seamless experiences. My skill set also includes <strong>Firebase, MongoDB, Python, and FastAPI</strong>, enabling me to work across both front-end and back-end development.
</p>
<p>
I am continuously exploring emerging technologies and challenging myself with projects that enhance my skills. My mission is to contribute to impactful solutions that solve real-world problems and elevate user experiences.
</p>
<
</div>
<div class="about-right">
<h3>Skills</h3>
<div class="skills">
<div class="flutter"><i class="devicon-flutter-plain colored"></i> Flutter</div>
<div><i class="fa-solid fa-code"></i> Dart</div>
<div><i class="fab fa-html5"></i> HTML & CSS</div>
<div><i class="fa-solid fa-database"></i> Firebase</div>
<div><i class="fa-solid fa-database"></i> MongoDB</div>
<div><i class="fab fa-python"></i> Python</div>
<div><i class="fa-solid fa-bolt"></i> FastAPI</div>
</div>
<h3>Soft Skills</h3>
<div class="skills">
<div><i class="fa-solid fa-comments"></i> Communication</div>
<div><i class="fa-solid fa-users"></i> Teamwork</div>
<div><i class="fa-solid fa-clock"></i> Time Management</div>
<div><i class="fa-solid fa-lightbulb"></i> Problem Solving</div>
</div>
<h3>Tools & Platforms</h3>
<div class="skills">
<div><i class="fab fa-git-alt"></i> Git</div>
<div><i class="fa-brands fa-bitbucket"></i> Bitbucket</div>
<div><i class="fa-solid fa-code"></i> VS Code</div>
<div><i class="fa-solid fa-database"></i> Firebase</div>
<div><i class="fa-solid fa-vial"></i> API Testing</div>
<div><i class="fa-solid fa-paper-plane"></i> Postman</div>
<div><i class="fab fa-figma"></i> Figma</div>
<div><i class="fa-solid fa-pen"></i> Adobe Photoshop</div>
<div><i class="fa-solid fa-paintbrush"></i> Adobe Illustrator</div>
<div><i class="fa-solid fa-palette"></i> Canva</div>
</div>
</div>
</section>
<!-- Footer Section -->
<footer class="footer">
<div class="footer-social">
<a href="mailto:aroojsarfraz19@gmail.com" target="_blank"><i class="fa-solid fa-envelope"></i></a>
<a href="https://github.com/Aroojsarfraz90" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://www.linkedin.com/in/arooj-sarfraz" target="_blank"><i class="fab fa-linkedin"></i></a>
</div>
<p>© 2025 Arooj Sarfraz. All Rights Reserved.</p>
</footer>
</body>
</html>