5353 < a class ="nav-link " href ="#Gitter "> Gitter</ a >
5454 </ li >
5555 < li class ="nav-item ">
56- < a class ="nav-link " href ="#Github " > Github </ a >
56+ < a class ="nav-link " href ="#GitHub " > GitHub </ a >
5757 </ li >
5858 </ ul >
5959 </ div >
@@ -77,12 +77,12 @@ <h2 class="py-5">Welcome to github's largest open-source algorithm library</h2>
7777 < h1 class ="display-5 righteous "> About Us</ h1 >
7878 < hr />
7979 < h5 >
80- We are a group of programmers helping each other out to build new things, whether it be writing
80+ We are a group of programmers helping each other to build new things, whether it be writing
8181 complex encryption programs, or simple ciphers. Our goal is to work together to document and
8282 model beautiful, helpful and interesting algorithms using code. We are an open-source community -
83- anyone can contribute. We check each other's work, communicate and work together to solve
83+ anyone can contribute. We check each other's work, communicate and collaborate to solve
8484 problems. We strive to be welcoming, respectful, yet make sure that our code follows the latest
85- guidelines.
85+ programming guidelines.
8686 </ h5 >
8787 </ div >
8888 </ div >
9494 An algorithm is a set of rules that takes in one or more inputs, then performs inner calculations
9595 and data manipulations and returns an output or a set of outputs. In short, algorithms make life
9696 easy. From complex data manipulations and hashes, to simple arithmetic, algorithms follow
97- a set of steps to give a result. One example of an algorithm would be a simple function that takes
98- in two values, adds them together and returns the sum.
97+ a set of steps to produce a useful result. One example of an algorithm would be a simple function
98+ that takes two input values, adds them together and returns their sum.
9999 </ h5 >
100100 </ div >
101101 </ div >
104104 < div class ="container py-5 ">
105105 < h1 class ="display-5 righteous "> Programming Languages</ h1 >
106106 < h5 >
107- We support many programming languages. Each language has its own github repository where all the
107+ We support many programming languages. Each language has its own GitHub repository where all the
108108 code for the algorithms is stored. Here is a list of the current programming languages:
109109 </ h5 >
110110 < h2 class ="pt-5 ">
@@ -121,7 +121,7 @@ <h2 class="pt-5">
121121 < div class ="grid-item "> < a target ="_blank " href ="https://github.com/TheAlgorithms/R "> < img src ="./images/svg/r-lang.svg " height ="50px " alt ="R Logo "/> < br > < span class ="language-name "> R</ span > </ a > </ div >
122122 < div class ="grid-item "> < a target ="_blank " href ="https://github.com/TheAlgorithms/Ruby "> < img src ="./images/svg/ruby.svg " height ="50px " alt ="Ruby Logo "/> < br > < span class ="language-name "> Ruby</ span > </ a > </ div >
123123 < div class ="grid-item "> < a target ="_blank " href ="https://github.com/TheAlgorithms/MATLAB-Octave "> < img src ="./images/svg/matlab.png " height ="50px " alt ="MATLAB/Octave Logo "/> < br > < span class ="language-name "> MATLAB/< br > Octave</ span > </ a > </ div >
124- < div class ="grid-item "> < a target ="_blank " href ="https://github.com/TheAlgorithms/Dart "> < img src ="./images/svg/dart.png " height ="50px " alt ="Dart Logo "/> < br > < span class ="language-name "> Dart</ span > </ a > </ div >
124+ < div class ="grid-item "> < a target ="_blank " href ="https://github.com/TheAlgorithms/Dart "> < img src ="./images/svg/dart.png " height ="50px " alt ="Dart Logo "/> < br > < span class ="language-name "> Dart</ span > </ a > </ div >
125125 </ div >
126126 </ h2 >
127127 </ div >
@@ -131,23 +131,23 @@ <h2 class="pt-5">
131131 < div class ="container py-5 text-white ">
132132 < h1 class ="display-5 righteous "> Contribute</ h1 >
133133 < h5 >
134- We love when people contribute to the repositories. If you have an algorithm
135- that you want to add, a change you want to address or a bug fix, please do
136- so. But before you do, < strong > make sure you have read the contributing
137- guidelines found in CONTRIBUTING.md in the repository.</ strong > Make sure
134+ We encourage you to contribute to these repositories. If you have an algorithm
135+ that you want to add, a change you want to make or a bug you want to fix, please
136+ do so. But before you do, < strong > make sure you have read the contributing
137+ guidelines found in CONTRIBUTING.md in the repository.</ strong > Make sure
138138 that you are respectful, helpful and using the latest version of the language.
139- After reading the contribution guidelines, you can fork
140- the repository, work on changes and then submit a pull request.
139+ After reading the contribution guidelines, please fork the repository, work on
140+ your changes and then submit them as a pull request.
141141 </ h5 >
142142
143143 </ div >
144144 </ div >
145145
146- < div id ="Github " class ="bg-light ">
146+ < div id ="GitHub " class ="bg-light ">
147147 < div class ="container py-5 ">
148148 < h1 class ="display-5 righteous "> Github</ h1 >
149149 < h5 > < a class ="text-dark " href ="https://github.com/TheAlgorithms/ "> < u > TheAlgorithms
150- organization is found in github .</ u > </ h5 > Here you can find all the repositories
150+ organization is found in GitHub .</ u > </ h5 > Here you can find all the repositories
151151 as well as see organization members and contact info.
152152 </ div >
153153 </ div >
0 commit comments