-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinterests.html
More file actions
39 lines (37 loc) · 1.27 KB
/
interests.html
File metadata and controls
39 lines (37 loc) · 1.27 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Page Title</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<section>
<div class="header">
<p>
<a href="index.html">About</a> <a href="skills.html">Skills</a> <a href="education.html">Education</a>
<a href="experinece.html">Experience</a> <a href="interests.html"style="color:purple;">Interest</a>
</p>
</div>
</section>
<div style="display: flex; border-bottom: 1px solid lightgray;">
<figure>
<img
src="https://media.licdn.com/dms/image/D5603AQFMXWDEqDqIlg/profile-displayphoto-shrink_400_400/0/1666731483682?e=1681344000&v=beta&t=MtsEKl78oGY312-Gpje_8HKZcVo-g7xWuPQNHlz_rzo"
width="300"
height="250"
alt="ALTERNATE_TEXT"
style="margin-right: 20px;"
/><figcaption><h3>Afif Ahmed</h3><p>Student, Software Engineer</p><a href="https://www.linkedin.com/in/afif-ahmed-chaudhury-9aa53222a/"style="color:purple;">afifahmed@LinkedIn.com</a></h3><figcaption>
</figure>
<div>
<h2 class="left">Interests</h2>
<ul>
<li>Playing video games</li>
<li>Programming</li>
<li>Playing the piano</li>
<li>Football</li>
<li>Skiing</a>
</ul>
</html>