-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathannual-physical.html
88 lines (79 loc) · 2.89 KB
/
annual-physical.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
<!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>Annual Physical</title>
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico" />
<meta
name="description"
content="A physical examination, or check-up, is highly recommended for children of all ages. During a phsycial, we will perform a thorough exam to monitor growth and development."
/>
</head>
<body>
<!-- Header Nav Template -->
<main-header></main-header>
<!-- Hero -->
<section>
<div class="hero">
<img
src="./assets/images/annual-physical-hero.jpeg"
alt="baby laying getting examined by a doctor with a stethoscope"
/>
<h1>Annual Physical</h1>
</div>
</section>
<!-- End Hero -->
<!-- Main Content -->
<section class="page-container">
<h1>Pediatric Physical Examination</h1>
<p>
Here at Honeygo Pediatrics, we make sure your little one is happy and
healthy. A physical examination, or check-up, is highly recommended for
children of all ages. More importantly, it gives you the opportunity to
ask questions and voice any concerns about a child's development and
health. By sharing your concerns with us, we can build a trusting
relationship that lasts.
</p>
<h1>What To Expect</h1>
<p>
During a phsycial, we will perform a thorough exam to monitor growth and
development, as well as detect any changes or abnormalities. In most
cases, immunizations will be administered as well.
</p>
<p>
Our doctors and nurses usually provide the following during a physical
exam:
</p>
<ul>
<li>Thorough assessment of the child’s growth and development</li>
<li>Physical examination</li>
<li>Immunization update</li>
<li>Examine lungs and breathing</li>
<li>Blood pressure and pulse</li>
<li>Height and weight check</li>
<li>Vision and hearing</li>
<li>Reflexes and motor skills</li>
</ul>
<p>
Need to schedule a physical? 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>