-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4513761
commit c2e897f
Showing
12 changed files
with
54 additions
and
0 deletions.
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
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<div class="containern"> | ||
|
||
<!-- Who are we --> | ||
{% include 'about_us/components/who-are-we.html.twig' %} | ||
|
||
<!-- What do we want --> | ||
{% include 'about_us/components/what-do-we-want.html.twig' %} | ||
|
||
<!-- How do we work --> | ||
{% include 'about_us/components/how-do-we-work.html.twig' %} | ||
|
||
<!-- Where can you find us --> | ||
{% include 'about_us/components/where-can-you-find-us.html.twig' %} | ||
|
||
<!-- How do we finance ourselves --> | ||
{% include 'about_us/components/who-do-we-finance-ourselves.html.twig' %} | ||
|
||
<!-- How can you reach us --> | ||
{% include 'about_us/components/how-can-you-reach-us.html.twig' %} | ||
|
||
<!-- How can I support you --> | ||
{% include 'about_us/components/how-can-i-support-you.html.twig' %} | ||
</div> |
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{% extends 'base.html.twig' %} | ||
|
||
{% block title %}About Us | Save the Internet{% endblock %} | ||
|
||
{% block body %} | ||
<!-- Header --> | ||
{% include 'shared/header.html.twig' %} | ||
|
||
<!-- content --> | ||
{% include 'about_us/components/content.html.twig' %} | ||
|
||
<!-- Footer --> | ||
{% include 'shared/footer.html.twig' %} | ||
|
||
{% endblock %} |
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