Skip to content

Commit

Permalink
Removed center alignment on home page text.
Browse files Browse the repository at this point in the history
  • Loading branch information
Abe Megahed committed Aug 6, 2024
1 parent 646fc42 commit f1fd843
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,21 +74,21 @@ <h2 id="benefits" style="text-align: center;">Benefits of Open Source</h2>
<div class="col-sm-12 col-md-4">
<li>
<h3 style="text-align: center;">Cost Effective</h3>
<p style="text-align: center;">Open source software are usually available at a much lower cost or even for free compared to Closed-Source softwares. This would allow software to be accessible to every individual and organizations with a restricted budget, which users could modify software without having to worry about licensing fees.</p>
<p>Open source software are usually available at a much lower cost or even for free compared to Closed-Source softwares. This would allow software to be accessible to every individual and organizations with a restricted budget, which users could modify software without having to worry about licensing fees.</p>
</li>
</div>

<div class="col-sm-12 col-md-4">
<li>
<h3 style="text-align: center;">Flexibility</h3>
<p style="text-align: center;">The most fundamental aspect for Open-Source software. Users could access and modify Open-Source software in order to meet certain needs, allowing for customization. With access to source code, developers can add new features, adjust UI, or even fix bugs. </p>
<p>The most fundamental aspect for Open-Source software. Users could access and modify Open-Source software in order to meet certain needs, allowing for customization. With access to source code, developers can add new features, adjust UI, or even fix bugs. </p>
</li>
</div>

<div class="col-sm-12 col-md-4">
<li>
<h3 style="text-align: center;">Community</h3>
<p style="text-align: center;">Collective contributions of a worldwide community of developers and users benefit Open-Source Projects, as communities can offer support through platforms such as social media and forums to name a few.</p>
<p>Collective contributions of a worldwide community of developers and users benefit Open-Source Projects, as communities can offer support through platforms such as social media and forums to name a few.</p>
</li>
</div>
</div>
Expand Down

0 comments on commit f1fd843

Please sign in to comment.