Skip to content

Commit

Permalink
fix links, lesson plan readme, deliverable readme
Browse files Browse the repository at this point in the history
  • Loading branch information
talmurshidi committed Oct 28, 2023
1 parent 0b9c595 commit b0bb4d9
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8" />

<title>Inline vs. Internal vs. External Styles</title>
<meta name="author" content="HackYourFutureBelgium" />
<meta name="author" content="DeNepo" />

<style>
.fancy-text {
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ natural part of your development process.
module
- [Suggested Study](./suggested-study.md): Helpful links for this module, useful
but not required.
- [Deliverables](./deliverables): Projects to practice applying the learning
objectives in context
- [Lesson Plans](./lesson-plans): A few ideas for running lessons around this
material.
- [Deliverables](./deliverables/README.md): Projects to practice applying the
learning objectives in context
- [Lesson Plans](./lesson-plans/README.md): A few ideas for running lessons
around this material.
- [Study Tips](#study-tips)
- [Setting Up](#setting-up)
- [Code Quality Scripts](#code-quality-scripts)
Expand Down Expand Up @@ -96,7 +96,7 @@ develop websites written with HTML & CSS.
Practice working together in a group to build small websites in incremental
steps according to a plan. You will be given final code, a detailed plan to
rebuild it, and will need to work as a group following the processes in
[Planning and Collaborating](https://github.com/HackYourFutureBelgium/planning-and-collaborating).
[Planning and Collaborating](https://github.com/DeNepo/planning-and-collaborating).

- [ ] 🥚 **Project Definition and Scope**: As a group, you can agree on what you
are trying to build, and can clearly describe the project using a README
Expand Down
4 changes: 4 additions & 0 deletions deliverables/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Deliverables

Project ideas for practicing Agile Development.

- [All about trees](./all-about-trees/README.md)
- [Loruki rebuild](./loruki-rebuild.md)
- [HYR redesign](./hyf-redesign.md)
16 changes: 9 additions & 7 deletions deliverables/all-about-trees/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# All About Trees

> - _Following Plans_
> - [HTML & CSS template repository](https://github.com/HackYourFutureBelgium/template-html-css)
> - [HTML & CSS template repository](https://github.com/DeNepo/template-html-css)
This project is to rebuild the _All About Trees_ site in a new repository as a
group using the Planning and Collaborating workflows. Many of the planning
documents are already started for you in this folder. Your group will use them
as a starting point to plan your own rebuild of the site.
This project is to rebuild the
[_All About Trees_](https://denepo.js.org/agile-development/deliverables/all-about-trees/index.html)
site in a new repository as a group using the Planning and Collaborating
workflows. Many of the planning documents are already started for you in this
folder. Your group will use them as a starting point to plan your own rebuild of
the site.

You _will not_ be planning a new website, and you _will not_ be trying to build
the most beautiful page possible. Your main focus should be the steps in
[Planning and Collaborating](https://github.com/hackyourfuturebelgium/planning-and-collaborating),
[Planning and Collaborating](https://github.com/DeNepo/planning-and-collaborating),
Git/GitHub workflows, and code review using a checklist.

Later you’ll get the chance to be creative and plan full websites from scratch.
Expand All @@ -23,7 +25,7 @@ more free to be creative in the future.
```markdown
- [ ] [repo](https://github.com/_/_) (with a complete README)
- [ ] [live demo](https://_.github.io/_)
- [/planning](https://github.com/_/_/tree/master/planning)
- [/planning](https://github.com/_/_/tree/main/planning)
- [ ] constraints
- [ ] communication plan
- [ ] user personas
Expand Down
4 changes: 2 additions & 2 deletions deliverables/hyf-redesign.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# HYF Redesign

> - _Adapting Plans_
> - [HTML & CSS template repo](https://github.com/HackYourFutureBelgium/template-html-css)
> - [HTML & CSS template repo](https://github.com/DeNepo/template-html-css)
Can your group write a better home page than we have? Starting with nothing but
boilerplate code you'll build your own home page for
Expand Down Expand Up @@ -42,7 +42,7 @@ the project board, your issue should have:
- [ ] [repo](https://github.com/_/_) (with a complete README)
- [ ] [live demo](https://_.github.io/_)
- [ ] We used only plain CSS
- [/planning](https://github.com/_/_/tree/master/planning)
- [/planning](https://github.com/_/_/tree/main/planning)
- [ ] communication plan
- [ ] constraints
- [ ] backlog
Expand Down
6 changes: 3 additions & 3 deletions deliverables/loruki-rebuild.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Loruki Rebuild

> - _Writing Plans_
> - [HTML & CSS template repo](https://github.com/HackYourFutureBelgium/template-html-css)
> - [HTML & CSS template repo](https://github.com/DeNepo/template-html-css)
This project's goal is to work as a group studying and reconstructing the
[**loruki-website** tutorial](https://github.com/bradtraversy/loruki-website)
Expand All @@ -17,7 +17,7 @@ that your group had good discipline with branching and code review.
Here's a good way to approach the group project:

1. Before watching the tutorial video complete these steps of
[planning-and-collaborating](https://github.com/hackyourfuturebelgium/planning-and-collaborating)
[planning-and-collaborating](https://github.com/DeNepo/planning-and-collaborating)
as a group:
- **Repo Setup**, **Project Definition**, **Constraints**, **Communication
Plan**
Expand Down Expand Up @@ -50,7 +50,7 @@ the project board, your issue should have:
```md
- [ ] [repo](https://github.com/_/_) (with a complete README)
- [ ] [live demo](https://_.github.io/_) (GitHub Pages, not Netlify)
- [/planning](https://github.com/_/_/tree/master/planning)
- [/planning](https://github.com/_/_/tree/main/planning)
- [ ] constraints
- [ ] communication plan
- [ ] user personas
Expand Down
5 changes: 5 additions & 0 deletions lesson-plans/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Lesson Plans

- [Planing and Collaborating](./planning-and-collaborating.md)
- [User Centered Development](./user-centered-development.md)
- [Being Agile](./being-agile.md)
6 changes: 3 additions & 3 deletions lesson-plans/planning-and-collaborating.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Explore how to develop HTML/CSS websites as a group. You will go through the
steps in
[planning-and-collaborating](https://github.com/hackyourfuturebelgium/planning-and-collaborating)
[planning-and-collaborating](https://github.com/DeNepo/planning-and-collaborating)
to prepare for the _All About Trees_ project.

## Before Class
Expand All @@ -17,7 +17,7 @@ to prepare for the _All About Trees_ project.
- During this module, your group's retrospective will be the _most important_
deliverable!
- Take a first look through the steps in
[planning-and-collaborating](https://github.com/hackyourfuturebelgium/planning-and-collaborating)
[planning-and-collaborating](https://github.com/DeNepo/planning-and-collaborating)

## During Class

Expand All @@ -27,7 +27,7 @@ to prepare for the _All About Trees_ project.
- _45 min_: Discuss agile development & retrospectives as a class
- Ask many questions to learn from your coaches' experience!
- _30 min_: Create random small groups and read through
[planning-and-collaborating](https://github.com/hackyourfuturebelgium/planning-and-collaborating)
[planning-and-collaborating](https://github.com/DeNepo/planning-and-collaborating)
- _25 min_: all together:
- Each group presents what was most unexpected for them
- Q/A with the coaches
Expand Down
4 changes: 2 additions & 2 deletions lesson-plans/user-centered-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ Begin the [Loruki Rebuild](../deliverables/loruki-rebuild.md) deliverable.
- _20 min_: Q/A and review
- _20 min_: Form random groups and study the `/development-strategy` examples
from Chapter 2 together
[here](https://github.com/HackYourFutureBelgium/agile-development/tree/master/2-writing-plans/development-strategies/examples/portfolio-card):
[here](https://github.com/DeNepo/agile-development/tree/main/2-writing-plans/development-strategies/examples/portfolio-card):
- How do you write a _User Persona_?
- How do you write a _User Story_?
- How do you _Prioritize a Backlog_?
- How do you write a _Development Strategy_?
- How do you _follow_ a Development Strategy?
- _60 min_: In your groups try to complete one of the `/development-strategy`
exercises.
[here](https://github.com/HackYourFutureBelgium/agile-development/tree/master/2-writing-plans/development-strategies/exercises)
[here](https://github.com/DeNepo/agile-development/tree/main/2-writing-plans/development-strategies/exercises)
- _20 min_: Get back together as a class:
- each group will quickly present what they worked on
- full-class discussion
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "agile-development",
"version": "1.0.0",
"description": "examples, exercises and guides for the Agile Development module at HYF Belgium",
"description": "examples, exercises and guides for the Agile Development module at DeNepo",
"scripts": {
"format": "prettier --write ./",
"format:check": "prettier --check ./",
Expand All @@ -11,7 +11,7 @@
"lint:css": "stylelint \"./**/*.css\" ",
"validate:html": "html-validate ./"
},
"author": "HYF Belgium",
"author": "DeNepo",
"license": "MIT",
"devDependencies": {
"@ls-lint/ls-lint": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion suggested-study.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
- [html-css-git-exercises](https://github.com/hackyourfuturebelgium/html-css-git-exercises)
- [HTML-CSS-Practice-Problems](https://github.com/DevMountain/HTML-CSS-Practice-Problems)
- [css-exercises](https://github.com/dangodev/css-exercises)
- [Interneting is hard - HTML & CSS](https://www.internetingishard.com/)
- [Interneting is hard - HTML & CSS](https://internetingishard.netlify.app/html-and-css/)

## VSCode for HTML & CSS

Expand Down

0 comments on commit b0bb4d9

Please sign in to comment.