playground:playground
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| playground:playground [2016/05/10 05:40] – bedutra | playground:playground [2019/01/06 09:29] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== |
| - | + | ||
| - | ===== Step 1: Create Your Page (Out of Thin Air!) ===== | + | |
| - | |||
| - | - Log in to your math account. | ||
| - | - If a terminal window isn't open, open one by clicking on the icon that looks like a little computer monitor. | ||
| - | - Follow the [[https:// | ||
| - | - Currently, the " | ||
| - | - Look at your new webpage online. Launch a browser and type in your URL: " | ||
| - | |||
| - | ===== Step 2: Editing the Webpage: Make it Yours ===== | ||
| - | |||
| - | 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. | ||
| - | |||
| - | If you are interesting in writing HTML code in the index.html file to make a real website, some caution is advised. It will take some time to learn the HTML tags that produce thinks like links, titles, paragraphs, color, etc. Modern websites use many advance technologies to make them look good. It will take a lot of effort to make a website that does not look like it was made in 1990. I recommend two different solutions: 1) learn enough HTML to use a nice looking template, or 2) Host your website on a third-party and have your math URL forward the user. These options are described next. | ||
| - | |||
| - | |||
| - | ==== Option 1: Learning HTML and writing code in index.html ==== | ||
| - | |||
| - | Search online for "basic HTML tutorial" | ||
| - | |||
| - | ==== Option 2: Not Learning HTML and using 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 | ||
| - | |||
| - | * [[https:// | ||
| - | * [[https:// | ||
| - | * [[https:// | ||
| - | * Or search online for "free website" | ||
| - | |||
| - | To redirect " | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | <!-- HTML meta URL redirect --> | ||
| - | <meta http-equiv=" | ||
| - | </ | ||
| - | < | ||
| - | </ | ||
| - | </ | ||
| - | </ | ||
| - | |||
| - | |||
| - | ===== Good Practices ===== | ||
| - | |||
| - | A webpage is meant to be viewed from anyone' | ||
| - | |||
| - | |||
| - | * avoid using colors which make the page unreadable under some settings | ||
| - | * don't set your page to be a certain width which may be too wide or too narrow for other people | ||
| - | * don't rely on fancy fonts | ||
| - | |||
| - | | ||
| - | For more general computer help, e-mail IT < | ||
playground/playground.1462858821.txt.gz · Last modified: by bedutra
