Skip to content

Commit 4d18bc5

Browse files
committed
StudentBio page has been created
1 parent 7ce0fb1 commit 4d18bc5

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

studentbio.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Student Bio</title>
5+
</head>
6+
<body>
7+
8+
<h1>STUDENT BIO</h1>
9+
<h2>Hasan Mustafa</h2>
10+
11+
<img src="https://i.ytimg.com/vi/XIMLoLxmTDw/hqdefault.jpg">
12+
13+
<p>My name is Hasan Mustafa. I am a student of the SMU Coding Bootcamp. I am currently doing an HTML assignment.</p>
14+
15+
<h2>Contact Info</h2>
16+
17+
<h4>Email: <a href="">hmust92@gmail.com</a></h4>
18+
<h4>Github: <a href="">hmust92</a></h4>
19+
<h4>Portfolio: <a href="">coming soon</a></h4>
20+
21+
</body>
22+
</html>

0 commit comments

Comments
 (0)