-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstudent_bio.html
26 lines (23 loc) · 1.3 KB
/
student_bio.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<title>Adam Beck</title>
<h1 class="heading">Student Bio</h1>
</head>
<body>
<div class="all">
<section id="main-bio">
<h2>Adam Beck</h2>
<img src="linkedin_profile.jpg" id="bio-image" alt="picture of me">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</section>
<section id="contact-info">
<h2>Contact Info</h2>
<p><strong>Email:</strong> <a href="mailto:[email protected]">[email protected]</a></p>
<p><strong>Github:</strong> <a href="https://github.com/adambeck7">adambeck7</a></p>
<p><strong>Portfolio:</strong> <a href="#">Coming Soon</a></p>
</section>
</div>
</body>
</html>