-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmyStudentBio.html
More file actions
30 lines (28 loc) · 1.21 KB
/
Copy pathmyStudentBio.html
File metadata and controls
30 lines (28 loc) · 1.21 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
<!DOCTYPE html>
<html lang = "en-us">
<head>
<title>Student Bio</title>
<meta charset="UTF-8">
</head>
<body>
<header>
<h1>Student Bio</h1>
</header>
<h2>Katya Macedo</h2>
<img src="https://github.com/ektravel/studentBio/blob/master/images/index.png?raw=true"
width="200" height"200"><alt="My Photo"></alt>
<p>
Lectus ullamcorper vestibulum at ad tempus scelerisque vel sem enim vestibulum curabitur
laoreet sociosqu hac vestibulum lorem at rutrum netus quisque phasellus ullamcorper fames
etiam habitant luctus.Mi consectetur ipsum ac elementum enim torquent enim nam facilisis nec
ante accumsan ullamcorper tempor euismod cum nam et a a vestibulum porttitor condimentum magnis
hendrerit sodales.Cubilia placerat habitasse.
</p>
<h2>Contact Info</h2>
<ul>
<li><strong>Email:</strong><a href="www.google.com">myemail@gmail.com</a></li>
<li><strong>Github:</strong><a href="https://github.com/ektravel">ektravel</a></li>
<li><strong>Portfolio:</strong><a href="#">Coming Soon</a></li>
</ul>
</body>
</html>