Skip to content

Commit 4efe3a8

Browse files
Merge pull request #91 from Vibhu-Agarwal/master
Fixed Typos
2 parents 923883d + dbdc5db commit 4efe3a8

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Projects.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,16 +105,16 @@ <h2>Recent Projects</h2>
105105
class="img-responsive">
106106
<div class="fh5co-copy">
107107
<h3>Donut</h3>
108-
<p>Social plateform </p>
108+
<p>Social Platform </p>
109109
</div>
110110
</a>
111111
</div>
112112
<div class="col-md-4 col-sm-6 fh5co-project animate-box" data-animate-effect="fadeIn">
113113
<a href="https://github.com/codeuino/chat-platform"><img src="images/chat.png" alt="Free HTML5 Website Template by gettemplates.co"
114114
class="img-responsive">
115115
<div class="fh5co-copy">
116-
<h3>Chat plateform</h3>
117-
<p>Old way,with our touch</p>
116+
<h3>Chat Platform</h3>
117+
<p>Old way, with our touch</p>
118118
</div>
119119
</a>
120120
</div>

about.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ <h1 class="mb30">About Us</h1>
8787
<div class="container">
8888
<div class="row animate-box row-pb-md">
8989
<div class="col-md-8 col-md-offset-2 text-left fh5co-heading">
90-
<span> Developement Team</span>
90+
<span> Development Team</span>
9191
<h2>Meet Our Team</h2>
92-
<p>Lets meet our expert team. We have experienced developers in our team</p>
92+
<p>Let's meet our expert team. We have experienced developers in our team</p>
9393
</div>
9494
</div>
9595
<div class="row">

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<li class="active"><a href="index.html">Home</a></li>
119119

120120

121-
<li><a href="Projects.html">Project</a></li>
121+
<li><a href="Projects.html">Projects</a></li>
122122
<li><a href="about.html">Team</a></li>
123123
<li><a href="#fh5co-started" id="donate-us">Donate Us</a></li>
124124
<li><a href="http://wiki.codeuino.org/">Wiki</a></li>
@@ -189,7 +189,7 @@ <h3>Bringing developers together</h3>
189189
<i class="fa fa-desktop" aria-hidden="true"></i>
190190
</span>
191191
<h3>Enticing Hackathons </h3>
192-
<p>Showcase your talent and win some exciting goodies.If you don't win dont't get dissappointed
192+
<p>Showcase your talent and win some exciting goodies. If you don't win dont't get dissappointed
193193
as you will have tons of learning new tech. </p>
194194
<!-- <p><a href="#">Learn more</a></p> -->
195195
</div>
@@ -348,8 +348,8 @@ <h2>Donate Us to grow more</h2>
348348
<div class="flex-container">
349349
<div class="about">
350350
<h3>CODEUINO</h3>
351-
<p>Codeuino-An Open Source Non-Profit Organisation,founded by Jaskirat Singh an Open Source maniac.
352-
Codeuino develops various Open Source Softwares that tends to benefits all the people around.
351+
<p>Codeuino-An Open Source Non-Profit Organisation, founded by Jaskirat Singh an Open Source maniac.
352+
Codeuino develops various Open Source Softwares that tends to benefit all the people around.
353353
The organisation acts as a guiding hand in the process and provides resources and infrastructure.
354354
</p>
355355
<div class="social-buttons">
@@ -427,7 +427,7 @@ <h3>SUBSCRIBE</h3>
427427
<div class="row">
428428
<div class="col-md-7">
429429
<label>Security Number</label>
430-
<input class="ccv" type="text" placeholder="CVC" maxlength="3"
430+
<input class="ccv" type="text" placeholder="CVV" maxlength="3"
431431
onkeypress='return event.charCode >= 48 && event.charCode <= 57'/>
432432
</div>
433433
<div class="col-md-5">

0 commit comments

Comments
 (0)