-
Notifications
You must be signed in to change notification settings - Fork 0
/
newborn.html
99 lines (91 loc) · 3.23 KB
/
newborn.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Font Awesome -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<!-- CSS -->
<link rel="stylesheet" href="dist/styles.css" />
<title>Newborn Care</title>
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico" />
<meta
name="description"
content="Call our office at 410-933-8101 for newborn care"
/>
</head>
<body>
<!-- Header Nav Template -->
<main-header></main-header>
<!-- Hero -->
<section>
<div class="hero">
<img
src="./assets/images/newborn-hero.png"
alt="A baby sleeping in a person's arms"
/>
<h1>Newborn Care</h1>
</div>
</section>
<!-- End Hero -->
<!-- Main Content -->
<section class="page-container">
<h1>Expecting or have a newborn?</h1>
<p>
At Honeygo Pediatrics, our skilled pediatricians and staff have a wide
range of experiences to provide you with the best insight and guidance
to be the best parent possible. Newborn babies require specialized care
and attention to provide them with a solid developmental foundation. Our
goal is to provide you with everything you need to help your baby grow
up to be strong and healthy. And when it comes to being a parent, you
want the best for your child. We will work with you as a parent to
establish a total health plan for your baby that will continously
support their development.
</p>
<p>
Before you even bring your baby home from the hospital, we also offer
post-delivery care
</p>
<br />
<p>Some of these services include:</p>
<ul>
<li>Hospital discharge</li>
<li>Follow up nursery hospital discharge</li>
<li>NICU discharge</li>
<li>Minor trauma</li>
<li>Behavioral and developmental problems</li>
</ul>
<h1>Is your baby ready to come Visit?</h1>
<p>
Once your baby is ready to come to our office, we will provide the best
services to keep your little one healthy. Our goal is to make the
transition from pregnancy to parenthood as easy as possible.
</p>
<p>These include screening and treatment services such as:</p>
<ul>
<li>Weight checks</li>
<li>Metabolic screenings</li>
<li>Testing for jaundice</li>
<li>Sick visits</li>
<li>Physical examinations</li>
<li>Necessary vaccine</li>
</ul>
<p>
For the most up-to-date information on newborn care, please call our
office at
<a class="in-text-link" href="tel:4109338101">410-933-8101</a>
</p>
</section>
<!-- End Main Content -->
<!-- Footer Template -->
<main-footer></main-footer>
<!-- JS -->
<script type="text/javascript" src="dist/bundle.js"></script>
</body>
</html>