-
Notifications
You must be signed in to change notification settings - Fork 0
/
immunizations-and-shots.html
95 lines (88 loc) · 2.96 KB
/
immunizations-and-shots.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
<!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>Immunizations & Vaccines</title>
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico" />
<meta
name="description"
content="We now offer the Pfizer-BioNTech vaccine to children 5 years old and up."
/>
</head>
<body>
<!-- Header Nav Template -->
<main-header></main-header>
<!-- Hero -->
<section>
<div class="hero">
<img
src="./assets/images/immunizations-hero.png"
alt=" young male asian teenager with a backwards hat smiling after reciving a shot with a bandaid on his arm"
/>
<h1>Immunizations & Vaccines</h1>
</div>
</section>
<!-- End Hero -->
<!-- Main Content -->
<section class="page-container">
<h1>Immunization Info</h1>
<p>
Vaccines are a safe and effective way to protect your baby from serious
diseases. Immunizations have been one of the single greatest advances in
preventative medicine and an essential part of well-child care. Our
practice follows the immunization guidelines recommended by the American
Academy of Pediatrics (AAP).
</p>
<p>
<span class="highlight">
We offer
<span>updated COVID-19 vaccinations and Flu vaccinations</span>
.</span
>
</p>
<!-- <p>
<span class="highlight">
Flu Vaccines - now offering for
<span>children 6 months</span>
old and up.</span
>
</p> -->
<!-- <p>
<span class="highlight">
COVID-19 PFIZER-BioNTech VACCINES - now offering for
<span>children 12 - 18 years old</span>
.</span
>
</p> -->
<p>
If you have any questions or concerns about vaccines and immunizations,
please call our office at
<a class="in-text-link" href="tel:4109338101">410-933-8101</a>. For
information regarding these vaccines, immunization schedules, and
vaccine safety, you can also visit the AAP
<a
class="in-text-link"
href="https://www.aap.org/en/advocacy/state-advocacy/childhood-immunizations/"
target="_blank"
>childhood immunizations page</a
>.
</p>
</section>
<!-- End Main Content -->
<!-- Footer Template -->
<main-footer></main-footer>
<!-- JS -->
<script type="text/javascript" src="dist/bundle.js"></script>
</body>
</html>