This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
webpage [2019/12/09 09:41] brown Accessibility best practices, formatting changes. |
webpage [2026/04/20 12:35] (current) asimons ARCHIVED |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ~~NOTOC~~ | ~~NOTOC~~ | ||
| - | + | ====== ARCHIVED MATERIAL ====== | |
| - | ====== A Webpage Tutorial ====== | + | ===== A Webpage Tutorial ===== |
| - | ===== Create Your Page ===== | + | ==== Create Your Page ==== |
| Line 10: | Line 10: | ||
| - Your webpage will be visible at ''www.math.ucdavis.edu/~mathusername'' | - Your webpage will be visible at ''www.math.ucdavis.edu/~mathusername'' | ||
| - | ===== Editing the Webpage ===== | + | ==== Editing the Webpage ==== |
| As it stands, your web page is just a generic placeholder. You need to edit the file ''index.html'' to make it into a real web page. The main principle at work is: whatever file you cook up and save as ''index.html'' in your ''public_html'' directory, that's what will appear when anyone looks you up on the web. | As it stands, your web page is just a generic placeholder. You need to edit the file ''index.html'' to make it into a real web page. The main principle at work is: whatever file you cook up and save as ''index.html'' in your ''public_html'' directory, that's what will appear when anyone looks you up on the web. | ||
| Line 17: | Line 17: | ||
| - | ==== Option 1: Make it yourself. ==== | + | === Option 1: Make it yourself. === |
| The internet is graced by a billion website design tutorials. At the time of writing, [[https://developer.mozilla.org/en-US/docs/Web|Mozilla's documentation]] is perhaps the best of them. | The internet is graced by a billion website design tutorials. At the time of writing, [[https://developer.mozilla.org/en-US/docs/Web|Mozilla's documentation]] is perhaps the best of them. | ||
| - | ==== Option 2: Use a third-party ==== | + | === Option 2: Use a third-party === |
| Another good option is to use some website-hosting application and just have your math URL redirect users. Some good options include | Another good option is to use some website-hosting application and just have your math URL redirect users. Some good options include | ||
| Line 44: | Line 44: | ||
| - | ===== Good Practices ===== | + | ==== Good Practices ==== |
| **A good website is an accessible one.** Some ways to promote accessibility are pretty intuitive, e.g. | **A good website is an accessible one.** Some ways to promote accessibility are pretty intuitive, e.g. | ||