p2pu / erasmus-partner-site

Tempate for a learning circle team site

Home Page:https://p2pu.github.io/erasmus-partner-site/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning circle team template

This is a template site for creating sub sites for learning circle. It was built for other language learning circle communities. As such, the aim is to provide a complete set of tools + info for learners to participate in learning circles without needing to translate all P2PU materials.

This template can also be used in cases where learning circles need to be contextualized for a specific audience.

Using the template

This template is made up of 3 parts.

  1. The layout for this site. This includes the HTML and CSS.
  2. The content for this site. That is what you'll read when you look at the site
  3. UX from p2pu-components - the interactive part where you search for learning circles on the landing page and the course search page

To use this template, start by fork this repository. If your site is in English, you only need to update the content. If you wish to translate the template, you need to update the content (2) and the UX (3).

The content can be found here:

NetlifyCMS can also be used to update/translate content. To do this, you will need to create a new site on netlify, enable the GitHub authenticator and then access the admin page at /admin on your site. The netlify configuration is stored in admin/config.yml.

To translate the interactive UX join the transifex project and translate all strings mentioned there.

Updating the template

To update the HTML elements of the template, look inside 📁 _layouts and 📁 _includes. These directories contain the HTML markup used in the template.

To update the styling, make your changes in assets/css/_custom.scss.

If you are changing the styling or the interactive components, update your site by running npm i && npm run build. Once everything is installed and built, commit the changes and push it to GitHub.

License

Unless indicated otherwise, all content is licensed CC-BY-SA and all code is licensed under the MIT license

About

Tempate for a learning circle team site

https://p2pu.github.io/erasmus-partner-site/

License:MIT License


Languages

Language:SCSS 50.1%Language:Less 41.1%Language:HTML 5.8%Language:JavaScript 2.9%Language:Ruby 0.1%