diff --git a/README.md b/README.md index f039c79a..171d1f1a 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,17 @@ -> “In this way you must understand how laughable it is to say, ‘Tell me what to do!’ -> What advice could I possibly give? -> No, a far better request is, -> ‘Train my mind to adapt to any circumstance.’ […] -> In this way, if circumstances take you off script […] +# Getting Started + +> “In this way you must understand how laughable it is to say, ‘Tell me what to do!’ +> What advice could I possibly give? +> No, a far better request is, +> ‘Train my mind to adapt to any circumstance.’ […] +> In this way, if circumstances take you off script […] > you won’t be desperate for new prompting.“ > – Epictetus, _Discourses_, 2.2.20b-1;24b-25a (~108 CE) There are exercises on this website that challenge Software Engineers [starting their career](https://www.madetech.com/careers/academy), and also those who are writing the [best code of their career, but are still learning every day](https://www.madetech.com/careers/lead-engineer). -# Learn +## Learn A collection of katas, workshops and other learning materials. @@ -19,16 +21,16 @@ A collection of katas, workshops and other learning materials. * [Lots of ideas](./ideas) for stretching skills. * [Screencasts](./screencasts) for observing others practice skills. * [Seminars](./seminars) for delivering theoretical knowledge. -* [Sparring](./sparring) for practicing with simulated real world problems. +* [Sparring](./sparring) for practicing with simulated real world problems. * [Workshops](./workshops) for learning specific skills. -# Events +## Events * [Event plans](./event-plans) for running learning oriented events. -# Recognition +## Recognition -These assessments are the first step on our shared path to mastery. +These assessments are the first step on our shared path to mastery. With carefully designed assessments that are aimed to ensure a strong set of practical skills, we want to recognise progress of note towards mastery. @@ -36,11 +38,10 @@ With carefully designed assessments that are aimed to ensure a strong set of pra * [Web Application Development with React](./core-skills/web-application-development-with-react/README.md) * Frontend Development _coming soon..._ -# Additional Skills +## Additional Skills These more lightweight assessments are intended to test knowledge at the end of a period of mentoring. They are designed to be used as a tool to help mentors and mentees ensure that content has been covered. * [Git + GitHub](./additional-skills/git) - diff --git a/_layouts/default.html b/_layouts/default.html index 03b869ec..37f5d2a5 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,60 +1,120 @@ - -
- - - + + + + + {% seo %} - - - - -+ Answer these 20 questions and find out where the principal software delivery challenges lie within your organisation. +
+ Get started now +`s get reset. However, we also reset the\n// bottom margin to use `rem` units instead of `em`.\np {\n margin-top: 0;\n margin-bottom: $paragraph-margin-bottom;\n}\n\n// Abbreviations\n//\n// 1. Remove the bottom border in Firefox 39-.\n// 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n// 3. Add explicit cursor to indicate changed behavior.\n// 4. Duplicate behavior to the data-* attribute for our tooltip plugin\n\nabbr[title],\nabbr[data-original-title] { // 4\n text-decoration: underline; // 2\n text-decoration: underline dotted; // 2\n cursor: help; // 3\n border-bottom: 0; // 1\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: $dt-font-weight;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0; // Undo browser default\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\ndfn {\n font-style: italic; // Add the correct font style in Android 4.3-\n}\n\n// stylelint-disable font-weight-notation\nb,\nstrong {\n font-weight: bolder; // Add the correct font weight in Chrome, Edge, and Safari\n}\n// stylelint-enable font-weight-notation\n\nsmall {\n font-size: 80%; // Add the correct font size in all browsers\n}\n\n//\n// Prevent `sub` and `sup` elements from affecting the line height in\n// all browsers.\n//\n\nsub,\nsup {\n position: relative;\n font-size: 75%;\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub { bottom: -.25em; }\nsup { top: -.5em; }\n\n\n//\n// Links\n//\n\na {\n color: $link-color;\n text-decoration: $link-decoration;\n background-color: transparent; // Remove the gray background on active links in IE 10.\n -webkit-text-decoration-skip: objects; // Remove gaps in links underline in iOS 8+ and Safari 8+.\n\n @include hover {\n color: $link-hover-color;\n text-decoration: $link-hover-decoration;\n }\n}\n\n// And undo these styles for placeholder links/named anchors (without href)\n// which have not been made explicitly keyboard-focusable (without tabindex).\n// It would be more straightforward to just use a[href] in previous block, but that\n// causes specificity issues in many other styles that are too complex to fix.\n// See https://github.com/twbs/bootstrap/issues/19402\n\na:not([href]):not([tabindex]) {\n color: inherit;\n text-decoration: none;\n\n @include hover-focus {\n color: inherit;\n text-decoration: none;\n }\n\n &:focus {\n outline: 0;\n }\n}\n\n\n//\n// Code\n//\n\npre,\ncode,\nkbd,\nsamp {\n font-family: $font-family-monospace;\n font-size: 1em; // Correct the odd `em` font sizing in all browsers.\n}\n\npre {\n // Remove browser default top margin\n margin-top: 0;\n // Reset browser default of `1em` to use `rem`s\n margin-bottom: 1rem;\n // Don't allow content to break outside\n overflow: auto;\n // We have @viewport set which causes scrollbars to overlap content in IE11 and Edge, so\n // we force a non-overlapping, non-auto-hiding scrollbar to counteract.\n -ms-overflow-style: scrollbar;\n}\n\n\n//\n// Figures\n//\n\nfigure {\n // Apply a consistent margin strategy (matches our type styles).\n margin: 0 0 1rem;\n}\n\n\n//\n// Images and content\n//\n\nimg {\n vertical-align: middle;\n border-style: none; // Remove the border on images inside links in IE 10-.\n}\n\nsvg {\n // Workaround for the SVG overflow bug in IE10/11 is still required.\n // See https://github.com/twbs/bootstrap/issues/26878\n overflow: hidden;\n vertical-align: middle;\n}\n\n\n//\n// Tables\n//\n\ntable {\n border-collapse: collapse; // Prevent double borders\n}\n\ncaption {\n padding-top: $table-cell-padding;\n padding-bottom: $table-cell-padding;\n color: $table-caption-color;\n text-align: left;\n caption-side: bottom;\n}\n\nth {\n // Matches default `