-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add links to status, contribute, and contact us in the footer
- Loading branch information
Showing
1 changed file
with
33 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,26 @@ | |
</div> | ||
<div class="content"> | ||
<div class="menu"> | ||
<ul> | ||
<li> | ||
<small><a href="https://status.languagexchange.net" target="_blank">Status</a></small> | ||
</li> | ||
<li> | ||
<small> | ||
<a | ||
href="https://github.com/languageXchange/languageXchange/blob/main/CONTRIBUTING.md" | ||
target="_blank" | ||
> | ||
Contribute | ||
</a></small | ||
> | ||
</li> | ||
<li> | ||
<small> | ||
<a href="mailto:[email protected]">Contact Us</a> | ||
</small> | ||
</li> | ||
</ul> | ||
<ul> | ||
<li><small><a href="privacy-policy">Privacy Policy</a></small></li> | ||
<li><small><a href="terms-conditions">Terms & Conditions</a></small></li> | ||
|
@@ -18,17 +38,19 @@ | |
</div> | ||
<div class="copyright">© 2024 languageXchange - Practice, Learn, Succeed!</div> | ||
<div class="credits"> | ||
This website is full open sourced and licensed by | ||
<a | ||
href="https://github.com/languageXchange/website/blob/main/LICENSE" | ||
target="_blank" | ||
rel="noopener noreferrer" | ||
> | ||
MIT Licence | ||
</a>. A part of | ||
<a href="https://newchapter.tech/" target="_blank" rel="noopener noreferrer"> | ||
New Chapter Tech | ||
</a> | ||
<small> | ||
This website is full open sourced and licensed by | ||
<a | ||
href="https://github.com/languageXchange/website/blob/main/LICENSE" | ||
target="_blank" | ||
rel="noopener noreferrer" | ||
> | ||
MIT Licence | ||
</a>. A part of | ||
<a href="https://newchapter.tech/" target="_blank" rel="noopener noreferrer"> | ||
New Chapter Tech | ||
</a> | ||
</small> | ||
</div> | ||
<div class="socials"> | ||
<Socials /> | ||
|