You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LICENSE.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
+
# License
2
+
1
3
The HackYourFuture programme is subject to CC BY NC SA copyright. This means you can freely use our materials, but just make sure to give us credit for it and don't use it commercially, as it is the intellectual property of our volunteers :)
Copy file name to clipboardExpand all lines: contributing/README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,28 @@
1
1
# Contributing
2
2
3
-
Everyone is welcome to fork/clone the repo and contribute to improving the programme.
3
+
Everyone is welcome to fork/clone the repo and contribute to improving the programme.
4
4
5
5
If you would like to take a more active role in contributing as a volunteer of HYF Denmark, join #curriculum-crew on Slack to get involved.
6
6
Write in there to introduce yourself, and a staff member will onboard you and set you up with permissions.
7
7
8
8
## How to contribute
9
+
9
10
(We will flesh these processes more as we go...)
10
11
11
12
### Existing issues
13
+
12
14
Very briefly: check the project board "Todo" column, choose one ideally near the top, assign it, clone the repo, do it, make a PR, get feedback, profit.
13
15
14
16
### New ideas
17
+
15
18
Very briefly: Create an issue on this repo, get some feedback, and we'll prioritise them together at the next meeting.
16
19
17
20
Note: You are always welcome to open issues/create PRs for new ideas, whenever you like. It's an open source project. If we are currently working together towards a project goal, then it would be most helpful to prioritise tasks for that first, though.
18
21
19
22
## How permissions work
23
+
20
24
Permissions are managed through GitHub teams, their roles on this repo, and branch rules.
25
+
21
26
- _HYF Staff_ members have the admin role (to do things like changing repo settings, inviting new contributors).
22
27
- Members of the _Curriculum Crew_ team on GitHub have the write role (to do things like cloning, pushing branches, approving PRs - any volunteer is welcome here!).
23
28
- Two approvals by anyone in _Curriculum Crew_ or _HYF Staff_ are required on a PR before merging is allowed.
Example of where we can keep meeting notes, decisions and other outcomes from meetings (like the workshop we had on 13th april).
2
4
3
-
### Notes
5
+
## Notes
6
+
4
7
To be brief, here's the [slides](https://docs.google.com/presentation/d/1JdxBFEz9HsN7t4dkuVh_sy-wZsc3V1S-vRPjK2fLKgQ/edit?slide=id.p#slide=id.p) from this meeting.
5
8
6
-
### Next steps:
9
+
## Next steps
10
+
7
11
- [ ] Adam: Send summary and next steps in slack (end of Tues 15th)
Copy file name to clipboardExpand all lines: courses/Foundation/HTML-CSS/Pre-course/readme.md
+12-22Lines changed: 12 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,20 @@
1
-
# Pre-course materials
1
+
# Pre-course
2
2
3
-
This section lists the steps you have to complete **BEFORE** the bootcamp starts. <br>
3
+
## Pre-course materials
4
4
5
-
You are going to be fully self-learning `HTML` and `CSS`, so it is very important and **mandatory** that you complete the steps before the first sunday session at HackYourFuture. <br>
5
+
This section lists the steps you have to complete **BEFORE** the bootcamp starts.
6
6
7
-
You will also get a little introduction to `Javascript`, so that you can be more comfortable jumping into it when the course starts.
7
+
You are going to be fully self-learning `HTML` and `CSS`, so it is very important and **mandatory** that you complete the steps before the first sunday session at HackYourFuture.
8
8
9
-
<br>
9
+
You will also get a little introduction to `Javascript`, so that you can be more comfortable jumping into it when the course starts.
10
10
11
-
# HTML and CSS
11
+
## HTML and CSS
12
12
13
-
## freeCodeCamp certifications
13
+
### freeCodeCamp certifications
14
14
15
15
The `freeCodeCamp` courses are a good way to learn and their certifications are widely recognized, therefore we use this platform to give you a good start with learning `Web Development` and having a way to showcase your learning.
16
16
17
-
<br>
18
-
19
-
## What you have done so far
17
+
### What you have done so far
20
18
21
19
There are 5 parts in the [Responsive Web Design certification](https://www.freecodecamp.org/learn/2022/responsive-web-design/). Each part contains a few sections and a certification project at the end of each part.
22
20
You have already finished at least 2 sections from the first part as part of the application assignment:
@@ -25,7 +23,7 @@ You have already finished at least 2 sections from the first part as part of the
25
23
26
24
- [Learn Basic CSS by Building a Cafe Menu](https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-basic-css-by-building-a-cafe-menu/)
27
25
28
-
## What you have to do before the first Sunday session
26
+
### What you have to do before the first Sunday session
29
27
30
28
You should finish the first part and the certification project that goes with it:
31
29
@@ -37,18 +35,14 @@ You should finish the first part and the certification project that goes with it
37
35
38
36
This will familiarise you with `CSS` colors and building `Forms` with `HTML` and `CSS`, which are both essential parts of basic Web Development knowledge.
39
37
40
-
<br>
41
-
42
38
You should also complete 2 more sections from the second part:
43
39
44
40
- [Learn the CSS Box Model by Building a Rothko Painting](https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-the-css-box-model-by-building-a-rothko-painting)
45
41
- [Learn CSS Flexbox by Building a Photo Gallery](https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery)
46
42
47
43
Learning the CSS Box Model and Flexbox will give you very good foundational knowledge to deal with any styling or layout challenge.
48
44
49
-
<br>
50
-
51
-
# JavaScript
45
+
## JavaScript
52
46
53
47
Complete these steps in the freeCodeCamp [JavaScript Algorithms and Data Structures certification](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/):
54
48
@@ -77,17 +71,13 @@ Complete these steps in the freeCodeCamp [JavaScript Algorithms and Data Structu
77
71
- [Compound Assignment With Augmented Multiplication](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/basic-javascript/compound-assignment-with-augmented-multiplication)
78
72
- [Compound Assignment With Augmented Division](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/basic-javascript/compound-assignment-with-augmented-division)
79
73
80
-
<br>
81
-
82
74
If you like the `freeCodeCamp` format, you should definitely continue beyond what we ask of you and attain the various relevant certifications - especially by finishing off the **Responsive Web Design** and **Javascript Algorithms and Data Structures** certifications!
83
75
84
-
<br>
85
-
86
-
## Submitting your preparation
76
+
### Submitting your preparation
87
77
88
78
Before the first Sunday session, you must have completed all the steps listed above. You then need to make your freeCodeCamp profile public - [Video here to show you how to do this](https://www.loom.com/share/019547eab49e4e198fd2d24f6cb27d3c) - and post a link to your profile in your class Slack channel. If you do not do this before the first Sunday session, you will not be able to continue with the course.
89
79
90
-
## What if?
80
+
### What if?
91
81
92
82
- If you have completed all these parts already, just continue further with the certifications. You are here to learn after all and you are entering a journey of self-teaching!
0 commit comments