-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
40 lines (35 loc) · 1.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Afrin Irfana A. - Portfolio</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="header">
<a href="index.html">Home</a>
</div>
<div class="profile-container">
<h1>Afrin Irfana A.</h1>
<p><strong>Field:</strong> Artificial Intelligence & Data Science (2022-2026)</p>
<p><strong>Current Role:</strong> Full Stack Developer Intern at Trices</p>
<p><strong>Passions:</strong> AI-driven projects, problem-solving, web development</p>
<h2>Projects:</h2>
<ul>
<li>AI-based Makeup Recommendation App</li>
<li>Basic Portfolio</li>
</ul>
<h2>Skills:</h2>
<p>React.js, HTML, CSS, JavaScript</p>
<h3>Problem Solving</h>
<h2>Traits:</h2>
<p>Innovative, detail-oriented, driven to excel</p>
<h2>Connect:</h2>
<p>
<a href="https://www.linkedin.com/in/afrin-irfana-a-87b03b219" >LinkedIn</a> |
<a href="https://github.com/AfrinIrfanaA" >GitHub</a>
</p>
</div>
</body>
</html>