-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (46 loc) · 1.99 KB
/
index.html
File metadata and controls
46 lines (46 loc) · 1.99 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
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>FDH Bio</title>
<!-- This links to the .css file with the style instrucgtions -->
<!-- <link rel="stylesheet" type="text/css" href="./css/reset.css"> -->
<link rel="stylesheet" type="text/css" href="./css/stylefdh.css">
</head>
<body>
<header>
<h1>Frank D. Howard, IV, MD PhD FACP</h1>
</header>
<div class="container">
<section id="main-bio">
<h2>Frank D. Howard, IV, PhD, FACP</h2>
<img id ="bio-image" src="./media/images/fdh4pic.png"
alt="Picture of Frank Howard"
>
<p>I'm the old guy . . . background is biophysical chemistry and medical oncology</p>
<p>Hobbies include music, astronomy, reading, sailing, hiking, travel, theater and of course full stack web development!</p>
</section>
<section id="contact-info">
<h2>Contact Info</h2>
<!-- Need another header to subdivide list items by type
Consider using floats and see if you can put the various subdivisions
on top of each other using <div> ... </div> -->
<ul>
<li> <strong>Office Phone:</strong> <a href="#">(909) 558-2262; option1 -> option 4</a> </li>
<li><strong>Appointment Phone:</strong> <a href="#">(909) 558-2262</a> </li>
<li><strong>Email:</strong> <a href="#">fdh4@aol.com</a></li>
<li><strong>Website:</strong> <a href = "https://lluh.org/provider/howard-frank"
target="_blank">Professional Bio</a>
</li>
<li><strong>Github:</strong> <a href="#">fdh4</a></li>
<li><strong>Portfolio:</strong> <a href="#">work in progress</a></li>
<li><strong>My Journey:</strong>
<a href = "https://foxgroup.box.com/s/6men5zor2ixywzlw193th29p0ee5dqri"
target="_blank">Patient and Physician</a>
</li>
</ul>
</section>
</div>
</body>
</html>