-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 1.06 KB
/
index.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
26
27
28
29
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Cliona Joyce Dietitian Galway</title>
<link rel="stylesheet" href="style.css">
<link rel="author" href="humans.txt">
<link href='http://fonts.googleapis.com/css?family=Quicksand:700|Open+Sans' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="content">
<div class="info">
<h1>Clíona Joyce</h1>
<h2>Consultant Dietitian</h2>
<h3>BSc, MNut, MINDI</h3>
<figure>
<img class="logo" src="logo2.min.svg" alt="Cliona Joyce Logo">
<figcaption class="tagline">Family Focused Dietition<br/>Specialising in Paediatrics</figcaption>
</figure>
<p><a href="tel:0873428486"></a>087 342 8486</p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
<p>Corrib Medical Centre, 17/18 Mill Street, Galway</p>
</div>
</div>
</div>
</body>
</html>