-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStudentBio.html
More file actions
33 lines (25 loc) · 1.15 KB
/
StudentBio.html
File metadata and controls
33 lines (25 loc) · 1.15 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
<!DOCTYPE html>
<html>
<head>
<title>Bio</title>
<link rel="stylesheet" href="studentBio.css">
</head>
<body>
<h1>Student Bio</h1>
<div class = "container">
<div id = "mainBio">
<h2>Gerardo Fernandez</h2>
<img id ="bio-image" src="http://www.placehold.it/200x200" alt="image holder">
<p>I am someone with a very diverse background. I started out as a profesional musician (I still consider myself one!), a classical pianist to be precise, and around 5 years ago I decided to transition into a field that could provide a bit more stability. That's how I ended up in the International Development sector. Now I am looking into implementing a few ideas that will hopefully have a bit of a positive impact around the world.</p>
</div>
<div id = "contact-info">
<h2 id = "lastHeader">Contact info</h2>
<ul id = "list">
<li class = "link">Email: <a href="mailto:gerardojose13@gmail.com">gerardojose13@gmail.com</a></li>
<li class = "link">Github: <a href="https://github.com/Gerardofer/myNewRepo" target="_blank">Gerardofer</a></li>
<li class = "link">Portfolio: <a href="#">Coming soon!</a></li>
</ul>
</div>
</div>
</body>
</html>