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: index.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,23 +14,23 @@ redirect_from:
14
14
15
15
These pages are, like the Archive, a work in progress.
16
16
17
-
It is not necessary to read all these pages before you start coding! Most of them are intended to be references you can use as you go along. But whether you're a beginner or have previous experience with <abbrtitle="HyperText Markup Language">HTML</abbr> and <abbrtitle="Cascading Style Sheets">CSS</abbr>, it's very important that you familiarize yourself with [front end philosophy and structure](front-end-user-guide) as well as our [front end coding standards](coding-standards) before you submit any code that changes the front end.
17
+
It is not necessary to read all these pages before you start coding! Most of them are intended to be references you can use as you go along. But whether you're a beginner or have previous experience with <abbrtitle="HyperText Markup Language">HTML</abbr> and <abbrtitle="Cascading Style Sheets">CSS</abbr>, it's very important that you familiarize yourself with [front end philosophy and structure](/docs/front-end-user-guide) as well as our [front end coding standards](/docs/coding-standards) before you submit any code that changes the front end.
18
18
19
19
## Getting started with HTML and CSS
20
20
21
21
If you have only limited experience with HTML and CSS, these pages may help prepare you for working on the Archive front end. However, they are not a substitute for more comprehensive guides like [W3Schools](https://www.w3schools.com) or [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web).
22
22
23
-
1.[What is Semantic HTML?](/basics/semantic-html)
24
-
2.[What is CSS?](/baiscs/css)
25
-
3.[Writing a Skin](/basics/writing-a-skin)
23
+
1.[What is Semantic HTML?](/docs/basics/semantic-html)
24
+
2.[What is CSS?](/docs/basics/css)
25
+
3.[Writing a Skin](/docs/basics/writing-a-skin)
26
26
27
27
## How we code stuff
28
28
29
29
Our coding practice may be radically different from anything you've done before. While our standards may seem limiting and fussy at first, they are designed to keep the code (and the Archive interface) as neat, consistent, and manageable as possible.
30
30
31
-
*[Coding Standards](coding-standards)
32
-
*[Style Guide](style-guide)
33
-
*[Front End Guide](front-end-user-guide)
34
-
*[Design Patterns](/patterns)
31
+
*[Coding Standards](/docs/coding-standards)
32
+
*[Style Guide](/docs/style-guide)
33
+
*[Front End Guide](/docs/front-end-user-guide)
34
+
*[Design Patterns](/docs/patterns)
35
35
36
-
Finally, our [Accessibility Statement](accessibility-statement) details our approach to making the Archive accessible to as many people as possible.
36
+
Finally, our [Accessibility Statement](/docs/accessibility-statement) details our approach to making the Archive accessible to as many people as possible.
0 commit comments