-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
42 lines (39 loc) · 1.61 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Mahrs</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Mahrs Portfolio" />
<meta name="author" content="MahrsAslam" />
<link rel="stylesheet" href="css/style.css" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Roboto"
/>
</head>
<body>
<nav>
<h3><a class="remove_style" href="./index.html">Mahrs Aslam</a></h3>
<ul>
<li><a href="./index.html">Home</a></li>
<li><a class="active" href="./about.html ">About</a></li>
<li><a href="./images/MahrsAslamResume_2023.pdf">Resume</a></li>
</ul>
</nav>
<h1>A little about me.</h1>
<p>
I am Mahrs, a front-end developer with a passion for user experience. My
educational background in both psychology and computer science has
provided me with invaluable insights into how people interact with
technology and has enabled me to design user-centered solutions that truly
resonate with users. My understanding of psychology allows me to empathize
with users and anticipate their needs, while my computer science skills
empower me to bring those designs to life. I am committed to creating
intuitive, seamless, and enjoyable experiences that engage users on an
emotional level. I am constantly seeking new ways to improve my design
process and am driven by the goal of creating products that are not only
functional but also emotionally fulfilling for users.
</p>
</body>
</html>