-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
37 lines (30 loc) · 1.24 KB
/
about.html
File metadata and controls
37 lines (30 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
title: About
permalink: /about/
layout: default
---
<h1>About</h1>
<section>
<h2>What is Learnmonkey?</h2>
<p>Learnmonkey is a free and open-source website dedicated to making free and high-quality educational content. Learnmonkey is licensed under the BSD 3-Clause License and is made using Jekyll.</p>
</section>
<section>
<h2>Our Mission</h2>
<p>At Learnmonkey, we strive to provide high-quality educational content for free.</p>
</section>
<section>
<h2>History</h2>
<p>Learnmonkey was created in January 2022.</p>
</section>
<section>
<h2>Contributing</h2>
<p>Learnmonkey has a <a href="https://github.com/learnmonkey/learnmonkey.github.io">GitHub repository</a> and we would greatly appreciate it if you contributed through pull requests and issues. For more information, click <a href="/contributing/">here</a>.</p>
</section>
<section>
<h2>Contact</h2>
<p>Our email address is <a href="mailto:learnmonkey2@gmail.com">learnmonkey2@gmail.com</a>.</p>
</section>
<section>
<h2>Translating</h2>
<p>Currently, Learnmonkey is only available in English, but we are currently working on <a href="https://learnmonkey.github.io/zh/">a translation in Chinese</a>.</p>
</section>