-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (19 loc) · 1.1 KB
/
index.html
File metadata and controls
21 lines (19 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
title: Home
permalink: /
layout: default
---
<section>
<h1>Hello and welcome to Learnmonkey!</h1>
<p>Welcome to the Learnmonkey website! Currently, Learnmonkey has only programming lessons, but we will be expanding to more subjects soon. You can find lessons in the navbar or find one in <a href="/tutorial-index/">tutorial index</a>.</p>
<p>Most of Learnmonkey's tutorials are currently a work-in-progress. You can identify tutorials that are a work-in-progress with an alert at the top of the tutorial.</p>
</section>
<section>
<h1><a href="/about/">About</a></h1>
<h2>Our Mission</h2>
<p>At Learnmonkey, we strive to provide high-quality educational content for free.</p>
<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>
<h2>Contact</h2>
<p>You can join our Discord Server <a href="https://discord.gg/aecVAgzgqV%22">here</a>.</p>
</section>