-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue-74 resolved, About Us section modified. #122
Open
shalmoly79
wants to merge
1
commit into
Algo-Phantoms:master
Choose a base branch
from
shalmoly79:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,22 +74,79 @@ | |
<!-- header ends --> | ||
|
||
<!-- about starts --> | ||
<section id="about" class="about"> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Use this section tag also along with the id so that the navbar link doesn't break. |
||
<div class="container"> | ||
<h1 class="text-center">About Us</h1> | ||
<hr> | ||
|
||
<p class="about-content"> | ||
“Algorithms are not arbiters of objective truth and fairness simply because they're math.” - <i><b>Zoe Quinn</b></i> | ||
<h1 class="heading">About Us</h1> | ||
<hr> | ||
|
||
<p class="about-content"> | ||
"Algorithms are not arbiters of objective truth and fairness simply because they're math." - <i><b>Zoe Quinn</b></i> | ||
</p> | ||
|
||
<div class="box-container"> | ||
<div class="box"> | ||
<div class="icon"> | ||
<span class="fas fa-code"></span> | ||
</div> | ||
<h3 class="title">DS & Algo</h3> | ||
<p>Data Structures are the pillars of Computer Sciene. We are an organization of people who focus on Data Structure and Algorithms.</p> | ||
<a href="#">Learn More<i class="fas fa-angle-double-right"></i></a> | ||
</div> | ||
|
||
|
||
<div class="box"> | ||
<div class="icon"> | ||
<span class="fab fa-readme"></span> | ||
</div> | ||
<h3 class="title">Code Explanations</h3> | ||
<p>It is our goal to provide access to well-written, well-explained programs and knowledge that improve people's lives.</p> | ||
<a href="#">Learn More<i class="fas fa-angle-double-right"></i></a> | ||
</div> | ||
|
||
|
||
<div class="box"> | ||
<div class="icon"> | ||
<span class="fas fa-route"></span> | ||
</div> | ||
<h3 class="title">Pathways & Quizzes</h3> | ||
<p>Give your DSA journey a proper guide using pathways. Take quizzes to improve fundamentals and get better at coding every time you use Algo Phantoms.</p> | ||
<a href="#">Learn More<i class="fas fa-angle-double-right"></i></a> | ||
</div> | ||
|
||
<div class="box"> | ||
<div class="icon"> | ||
<span class="fas fa-edit"></span> | ||
</div> | ||
<h3 class="title">Code-Execution Environment</h3> | ||
<p>The best way to practice is to code out the solutions to algorithmic problems. Our customized Code-Editor lets you | ||
type out your answers and edit them accordingly.</p> | ||
<a href="#">Learn More<i class="fas fa-angle-double-right"></i></a> | ||
</div> | ||
|
||
|
||
<br> <br> | ||
<p class="text-justify"> | ||
We are an organization of people who focuses on Data Structure and Algorithms. It is our goal to provide access to well written, well-explained programs and knowledge that improve people's lives. We want to enable people to adapt and change code according | ||
to their own ideas through an Open Access approach. We bring amazing people together to code algorithms and share our work for the benefit of all. | ||
</p> | ||
<div class="box"> | ||
<div class="icon"> | ||
<span class="fab fa-osi"></span> | ||
</div> | ||
<h3 class="title">Open Source</h3> | ||
<p>We want to enable people to adapt and change code according to their own idea through an Open Access approach. | ||
Come, Connect and Contribute. | ||
</p> | ||
<a href="#">Learn More<i class="fas fa-angle-double-right"></i></a> | ||
</div> | ||
|
||
|
||
<div class="box"> | ||
<div class="icon"> | ||
<span class="fas fa-share-alt"></span> | ||
</div> | ||
<h3 class="title">Connect & Share</h3> | ||
<p>We bring amazing people together to code algorithms and share our work for the benefit of all. Come and join Algo | ||
Phantoms and give your DSA journey a supreme headstart! </p> | ||
<a href="#">Learn More<i class="fas fa-angle-double-right"></i></a> | ||
</div> | ||
</section> | ||
|
||
</div> | ||
|
||
<!-- about ends --> | ||
|
||
<footer id="footer"> | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use these initial styles only which looks a bit more appealing and standard across the site.