-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblogpage5.html
191 lines (106 loc) · 6.03 KB
/
blogpage5.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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<!doctype html>
<html lang="en">
<head>
<title>Title</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="blogpage1.css">
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<nav>
<div class="topnav" id="myTopnav">
<div class="logo">
<a href="index.html" >ConnectHealth</a>
</div>
<a href="contact.html">Contact</a>
<a href="blog.html">News Updates</a>
<a href="pricing.html">Pricing</a>
<div class="dropdown">
<button class="dropbtn">Solutions
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="video.html">Video Service</a>
<a href="schedule.html">Scheduling</a>
<a href="message.html">Automatic Messaging</a>
<a href="database.html">Medical Record Database</a>
<a href="chat.html">Direct Chat Line</a>
<a href="analytic.html">Access to Analytics</a>
</div>
</div>
<a href="about.html">About</a>
<a href="index.html">Home</a>
<a href="javascript:void(0);" style="font-size:15px;" class="icon" onclick="myFunction()">☰</a>
</div>
</nav>
<script>
function myFunction() {
var x = document.getElementById("myTopnav");
if (x.className === "topnav") {
x.className += " responsive";
} else {
x.className = "topnav";
}
}
</script>
<a class="s-btn-team" id="fixedbutton" style="color:#dfe5e8">Team <span style="font-weight: 800;"> 2027-1</span> </a>
<!-- End Header -->
<!-- ======= Hero Section ======= -->
<div class="surr">
<div class="blogpage">
<h5>
<a href="blog.html"><b>Go Back to All Posts</b></a>
</h5>
<h1>
How To Celebrate The Holidays Safely
</h1>
<h3>
ConnectHealth
</h3>
<h4>
01 Dec 2020, <b>Update 04 April 2021</b>
</h4>
<img src="https://cdn.glitch.com/fe9ee492-4350-4c23-91a3-7de989bb85f5%2Fblog%203%20cropped.jpg?v=1619231906756" width="100%" height ="auto">
<p>Life has changed since the COVID-19 outbreak, but you should still follow safe practices when celebrating this holiday season.
</p>
<p>
A lot of things have changed this year, and one thing that will be affected is the holidays. We know you miss going out to meet people and want to celebrate with your families in person, but this year's circumstances mean that isn't the safest thing to do.
</p>
<p>
Especially if you have at risk family members or live far away, meeting in person may not be a wise option for your family. Regardless, you should discuss with the rest of your family about what sacrifices will need to be made and what everyone is comfortable with before making your plans.
</p>
<p>If you must travel for the holidays make sure to follow social distancing guidelines and bring lots of masks. Especially try to avoid travel by plane or other crowded modes of transportation. Make sure everyone involved understands the risks. </p>
<p>The safest option for the holidays this year would be a virtual gathering through a video platform like Zoom, FaceTime, or Skype. You can still send and exchange gifts through postal services and arrange a virtual meeting to play games and share stories through the screen.
</p>
<p style="font-size:20px">
<b> Here are some new ideas.</b></p>
<p>
While the new advancements with vaccines have given us a chance to look forward to a better future, taking precautions while socializing is the best decision to make.<p>
</p>
<p>
One of the main things we need to learn to adjust is gathering in large groups until all vaccinations and health precautions have been set for everyone around us. Even if you have the vaccine, others around you are still exposed to the risks and you can still be a carrier and transmit COVID to others.
</p>
<p style="font-size:20px">
<b>Explore the Outside. </b></p>
<p>While this advice has always been true, it is a great substitute for large outings and getherings. Go on walks or runs with friends, while adhering to all of the usual coronavirus prevention measures. You have the opportunity to explore new places. Even with covid regulations lifting on movie theaters, shopping centers, and restaurants, be sure to follow previously stated guidelines.
</p>
<p> As mentioned above, take advantage of your video calling abilities. Use Facetime, Zoom, or other video calling services. You can show off your latest home-improvement project, cooking achievement, or holiday decoration.
More things include taking advantage of other communication methods like writing letters, emailing, and Skype. You can even invest in adapting your favorite activities to an online format. Book clubs, yoga and meditation, and even art classes are great activities for you to try with online options.
</p>
<p style="font-size:20px"><b>Overall, things are clearing up and they will continue to get better, but until then make good decisions, stay safe, and enjoy! </b>
</p>
</div>
</div>
<!--========== SCROLL REVEAL ==========-->
<script src="https://unpkg.com/scrollreveal"></script>
<!--========== MAIN JS ==========-->
<script src="main.js"></script>
</body>
</html>