From 72c16ca8c32e6a5341567d5d45d68814319a8536 Mon Sep 17 00:00:00 2001 From: Razvan Deaconescu Date: Tue, 26 Dec 2023 00:45:08 +0200 Subject: [PATCH] Update landing page Move landing page in `chapters/` directory to make it easy to reference chapters. Improve the contents to reference chapters and present contribution guides. Signed-off-by: Razvan Deaconescu --- chapters/README.md | 9 --------- chapters/landing-page/README.md | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 9 deletions(-) delete mode 100644 chapters/README.md create mode 100644 chapters/landing-page/README.md diff --git a/chapters/README.md b/chapters/README.md deleted file mode 100644 index cab8bab..0000000 --- a/chapters/README.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -slug: / ---- - -# Intro - -This is a landing page for your course. - -Here you will add information about your course that a student might want to know at first glance. diff --git a/chapters/landing-page/README.md b/chapters/landing-page/README.md new file mode 100644 index 0000000..02d1e17 --- /dev/null +++ b/chapters/landing-page/README.md @@ -0,0 +1,22 @@ +--- +slug: / +--- + +# Introduction + +This is a landing page for the contents of this course. +Here you will find all the documentation needed for this course. +It is meant to be used by teachers, trainers, students and hobbyists who want to learn about topics on calculus and statistics. + +The course is structured in chapters, each with their own sections. + +Chapters are: + +- [Template Chapter](../template-chapter/) + +## Licensing and Contributing + +The contents are open educational resources ([OER](https://en.wikipedia.org/wiki/Open_educational_resources)), part of the [Open Education Hub project](https://open-education-hub.github.io/); +they are hosted on [GitHub](https://github.com/open-education-hub/oer-template), licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) and [BSD 3-Clause](https://opensource.org/licenses/BSD-3-Clause). + +If you find an issue or want to contribute, follow the [contribution guidelines on GitHub](https://github.com/open-education-hub/oer-template/blob/main/CONTRIBUTING.md).