Browse Source

Added Made with ❤ in India in Footer Content

Yoginth 7 years ago
parent
commit
fb05eb03c5
2 changed files with 7 additions and 2 deletions
  1. 5 0
      templates/base/footer_content.tmpl
  2. 2 2
      templates/home.tmpl

+ 5 - 0
templates/base/footer_content.tmpl

@@ -1,6 +1,11 @@
 <div class="ui stackable grid container home-footer home-main padding">
 	<div class="seven wide right floated column">
 		<span class="ui header"><img src="https://cdn.gitote.in/logo.png">© 2018 Gitote</span>
+		<a class="item mwlii" target="_blank" href="https://madewithlove.org.in">
+			<p>
+				Made with <span style="color: #e74c3c">♥</span> in India
+			</p>
+		</a>
 	</div>
 	<div class="two wide column">
 		<h4 class="ui header explore-card font">Product</h4>

+ 2 - 2
templates/home.tmpl

@@ -46,7 +46,7 @@
 				<h2 class="ui icon header">
 					Manage your chaos
 				</h2>
-				<p>Take a deep breath. On Gitote, project management happens in Issues and Projects, right alongside your code. All you have to do is invite a teammate to get them involved.</p>
+				<p>Take a deep breath. On Gitote, project management happens in Issues and Projects, right alongside your code. All you have to do is add a teammate to get them involved.</p>
 				<a class="ui large button" href="#">Project Management</a>
 			</div>
 		</div>
@@ -61,7 +61,7 @@
 				<p>Learn how developers build and maintain open source software. You can watch a project that interests you to see its progress as it happens.</p>
 				
 				<h3 class="ui header">Build on great ideas</h3>
-				<p>You don’t have to build everything from scratch. Make copies of your favorite projects, experiment in private repositories, and tailor tools and features to meet your needs.</p>
+				<p>You don’t have to build everything from scratch. Make clones of your favorite projects, experiment in private repositories, and tailor tools and features to meet your needs.</p>
 
 				<h3 class="ui header">Contribute your skills</h3>
 				<p>Make a suggestion, fix a bug, improve documentation, or contribute code to a project. Even asking questions helps.</p>