Skip to content

Commit

Permalink
Merge pull request #20 from ASKnetCommunity/development - ready for a…
Browse files Browse the repository at this point in the history
…lpha

Development into main - ready for alpha
  • Loading branch information
MartinSchott authored Dec 16, 2021
2 parents 5642b76 + 6c1d2d5 commit f36ef25
Show file tree
Hide file tree
Showing 16 changed files with 64 additions and 49 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

With the #ASKnet training plan you can compile and plan your individual training. You can choose from the different training modules and freely organize the schedule for your training. The training plan automatically creates a schedule with recommended breaks, which are then individually adjusted.

![Trainingsplan Overview](/assets/img/readme-traininsplan-overview.png)
![Trainingsplan Overview](assets/img/screenshot.png)

Afterwards, the training plan shows which resources are needed, how high the material costs are, how high the recommended number of participants should be and how many trainers are needed.

You can also add helpful attachments to your training plan, such as a timetable, material checklists, and more. Your individual training plan is ready, which you can then download as a PDF package to share or print out.

## --===<({ [Here it goes to the training plan](https://asktraining.github.io/Training/) })>===--
## --===<({ [Demo](https://asktraining.github.io/Training/) })>===--

## Documentation

Expand Down Expand Up @@ -46,7 +46,7 @@ docker-compose start

| r0g Agency | ASKnet | developed by nanoLogika | BMZ |
| :--------: | :----: | :-------------------------: | :-------: |
|[![r0g Logo](assets/img/partner-r0g-logo.png)](https://openculture.agency/)|[![#ASKnet Logo](assets/img/partner-asknet-logo.jpg)](https://github.com/ASKnet-Open-Training)| [![nanoLogika Logo](assets/img/partner-nanologika-logo.png)](https://www.nanologika.de) | [![BMZ Logo](assets/img/founder_BMZ.jpg)](https://www.bmz.de/en/) |
|[![r0g Logo](assets/img/r0g_logo.png)](https://openculture.agency/)|[![#ASKnet Logo](assets/img/asknet-logo.png)](https://github.com/ASKnet-Open-Training)| [![nanoLogika Logo](assets/img/partner-nanologika-logo.png)](https://www.nanologika.de) | [![BMZ Logo](assets/img/founder_BMZ.jpg)](https://www.bmz.de/en/) |
| [Official Website](https://openculture.agency/) | [Official Website](https://github.com/ASKnet-Open-Training) | [Official Website](https://www.nanologika.de) | [Official Website](https://www.bmz.de/en/) |

## License
Expand Down
4 changes: 0 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ baseurl: /Training/
url:

collections:
resources:
output: true
output_ext: .html .md
permalink: /resources/:path/
modules:
output: true
output_ext: .html
Expand Down
6 changes: 3 additions & 3 deletions _data/resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
id: minires
url: https://en.wikipedia.org/wiki/Minimal_(supermarket)
duration: 210
difficulty: 5
difficulty: 1
cost: 30

- name: Beispiel
id: bsp
url:
duration: 75
difficulty: 5
difficulty: 2
cost: 99

- name: Play a game of Catch
Expand All @@ -23,5 +23,5 @@
id: soldering
url: https://en.wikipedia.org/wiki/Soldering
duration: 45
difficulty: 5
difficulty: 3
cost: 20
9 changes: 1 addition & 8 deletions _modules/open-workshop.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module:
duration: 90
max-participants: 10
min-trainers: 3
difficulty: 3
difficulty: 2
compatibility: ASKotec2.0 or newer
blog: https://url-to-blog-posts
issues: https://url-to-issue-list
Expand All @@ -33,10 +33,3 @@ module:





<!-- {% for resource in site.resources %}
{{ resource.content }}
{% endfor %} -->


7 changes: 0 additions & 7 deletions _modules/solar-charger.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,3 @@ module:





<!-- {% for resource in site.resources %}
{{ resource.content }}
{% endfor %} -->


4 changes: 4 additions & 0 deletions _sass/style.sass
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,10 @@ body.index
background: $color-element-background
color: $color-element-font

.btn-inactive
background: #bababa
color: #575757

a.help
padding: 5px 17px
border-radius: 100%
Expand Down
5 changes: 5 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,11 @@ body.index #content .button {
color: #212121;
}

.btn-inactive {
background: #bababa;
color: #575757;
}

a.help {
padding: 5px 17px;
border-radius: 100%;
Expand Down
2 changes: 1 addition & 1 deletion assets/css/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f36ef25

Please sign in to comment.