Skip to content

Commit

Permalink
Merge pull request #7 from MLJBrackett/issue-6
Browse files Browse the repository at this point in the history
Fixes grammatical errors & footer not attached to bottom
  • Loading branch information
Mustafiz04 authored Oct 16, 2020
2 parents 59cc2ec + 620e072 commit bfcc7c0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 23 deletions.
2 changes: 1 addition & 1 deletion public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ html{

.donate{
width: 100%;
height: 72.7vh;
height: 90vh;
position: relative;
}
.donate-row{
Expand Down
43 changes: 21 additions & 22 deletions views/pages/home.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@

<div class="col-lg-7 col-md-7 col-12 order-lg-2 order-1">
<div class=" fight">
<h1>Stay Home, Stay Safe & fight together against corona virus</h1>
<h1>Stay Home, Stay Safe & fight together against COVID-19</h1>
</div>
</div>
</div>
</div>

<div class="corona-update">
<div class="mb-3">
<h3 class="text-uppercase text-center">Covid-19 Updates WorldWide</h3>
<h3 class="text-uppercase text-center">COVID-19 Updates Worldwide</h3>
</div>
<div class="col-12 col-lg-12 data-show">
<div>
Expand All @@ -31,24 +31,24 @@
</div>
<div>
<h1 class="count" id="totaldeath"></h1>
<p>Total death worldwide</p>
<p>Total deaths worldwide</p>
</div>
<div>
<h1 class="count" id="newconfirmed"></h1>
<p>New confirmed cased today</p>
<p>New confirmed cases today</p>
</div>
</div>

</div>

<div class="corona-update">
<div class="mb-3">
<h3 class="text-uppercase text-center">Covid-19 Updates India</h3>
<h3 class="text-uppercase text-center">COVID-19 Updates India</h3>
</div>
<div class="col-12 col-lg-12 data-show">
<div>
<h1 class="count" id="totalcasesindia"></h1>
<p>Total confiremed cases</p>
<p>Total confirmed cases</p>
</div>
<div>
<h1 class="count" id="totalactiveindia"></h1>
Expand All @@ -60,7 +60,7 @@
</div>
<div>
<h1 class="count" id="totaldeathindia"></h1>
<p>Total death</p>
<p>Total deaths</p>
</div>
</div>

Expand All @@ -69,7 +69,7 @@

<div class="container-fluid sub_section pt-5 pb-5" id="aboutid" >
<div class="section_header text-center mb-5 mt-4">
<h1>About Covid-19</h1>
<h1>About COVID-19</h1>
</div>

<div class="row pt-4 ">
Expand All @@ -78,14 +78,13 @@
</div>

<div class="col-lg-6 col-md-6 col-12">
<h2>What is COVID-19 (Corona-Virus)</h2>
<p>Covid-19 is the infections disease caused by the most recently discovered coronavirus.
This new virus and disease were unknown before the outbreak began in Wuhan, China in December 2019.
<h2>What is COVID-19 (Coronavirus)</h2>
<p>COVID-19 is an infections disease caused by the most recent discovered coronavirus.
COVID-19 was unknown before the outbreak began in Wuhan, China in December 2019.
</p>
<p>Coronavirus are a large family of viruses which may cause illness in animals or humans. In humans,
sererals coronaviruses are known to cause respiratory infections ranging from the common cold to
more severe diseases such as Middle East Respiratory Syndrome (SARS). The most recently discovered coronaviruses
causes coronavirus disease COVID-19
<p>Coronaviruses are a large family of viruses that cause illness' in animals or humans. In humans,
several coronaviruses are known to cause respiratory infections ranging from the common cold to
more severe diseases such as Middle East Respiratory Syndrome(MERS), Severe Acute Respiratory Syndrome (SARS), or the recently discovered Novel Coronavirus (COVID-19)
</p>
</div>
</div>
Expand Down Expand Up @@ -131,7 +130,7 @@
<figure class="text-center">
<img src="/images/tired.png" class="img-fluid" alt="" width="120", height="120">
<figcaption>
tiredness
Tiredness
</figcaption>
</figure>
</div>
Expand Down Expand Up @@ -171,7 +170,7 @@
</figure>
</div>
<div class="col-lg-8 col-md 8 col-12">
<p>Wash your hand regulary for 20 seconds with soap and water or alcohol based hand wash.</p>
<p>Wash your hands regulary for 20 seconds with soap and water or an alcohol based hand wash.</p>
</div>
</div>
</div>
Expand All @@ -195,8 +194,8 @@
</figure>
</div>
<div class="col-lg-8 col-md 8 col-12">
<p>Cover your nose and mouth with a disposable tissue or fixed flexed elbow when you
couh or sneeze.</p>
<p>Cover your nose and mouth with a disposable tissue or your inner elbow when you
cough or sneeze.</p>
</div>
</div>
</div>
Expand All @@ -213,7 +212,7 @@
</figure>
</div>
<div class="col-lg-8 col-md 8 col-12">
<p>Stay home and self-isolated in the household if you feel unwell.</p>
<p>Stay home and self-isolate if you feel unwell.</p>
</div>
</div>
</div>
Expand All @@ -225,7 +224,7 @@
</figure>
</div>
<div class="col-lg-8 col-md 8 col-12">
<p>Stay informed by watching news % follow the recommended practices.</p>
<p>Stay informed by watching the news & follow the recommended practices.</p>
</div>
</div>
</div>
Expand All @@ -237,7 +236,7 @@
</figure>
</div>
<div class="col-lg-8 col-md 8 col-12">
<p>If you have fever, couh and Difficulty breathing, seek medical care early.</p>
<p>If you have fever, cough, or difficulty breathing seek medical care immediately.</p>
</div>
</div>
</div>
Expand Down

0 comments on commit bfcc7c0

Please sign in to comment.