Difference between revisions of "Create Web Page"

esse quam videri
Jump to: navigation, search
Line 1: Line 1:
First make sure you have an account with IAM.
+
All IAM students have an account with our department that provides them space on our server (referred to in the department as their "Z" drive, about 2GB of storage). Inside this directory, you have a folder called "pub". Anything you place inside the pub folder is online, and accessible by any internet user.  
  
This gives you a pub (web) folder, space for working directories, and all together, 2 GB of storage.  
+
==Creating A Class Web Page==
 +
In your pub directory create a new folder with the name of your course. If your course's name includes multiple words, title the folder without spaces. Example: for a course called Public Art, you would name your folder PublicArt.
  
Go to your Z drive.  This is your space on IAM servers.
 
  
In your pub folder, create a subfolder called PublicArt. (no space between words)
+
===Copying A Sample Page===
 +
#Navigate to the sample student web page.
 +
#In the browser, go to View>Source
 +
#Copy the text, and paste it into an editor (such as BBedit on the Mac or Scite on the PC).
 +
#Change the content to suit your needs (e.g., substitute your name - Hieronymous Bosch - in place of Student Name).
 +
#Save the file as index.html inside your pub > course folder (such as pub/PublicArt)
  
To make your page:  Navigate to the sample student web page.
 
 
In the browser, go to View>Source
 
 
Copy the text, and paste it into BBedit on the Mac, Scite on the PC (these correctly interpret the html formatting symbols).
 
 
Change the text to suit your needs (for eg., substitute your name - Hieronymous Bosch - in place of Student Name).
 
 
Save this as an .html file to your pub/PublicArt folder as index.html
 
 
and Voila!
 
 
you can do a real web page design, but this basic template is all that's required.
 
 
BACK TO PUBLIC ART MAIN PAGE [[http://imamp.colum.edu/mediawiki/index.php/Public_Art]]
 
  
 
[[Category:Tutorial]]
 
[[Category:Tutorial]]

Revision as of 19:10, 5 June 2019

All IAM students have an account with our department that provides them space on our server (referred to in the department as their "Z" drive, about 2GB of storage). Inside this directory, you have a folder called "pub". Anything you place inside the pub folder is online, and accessible by any internet user.

Creating A Class Web Page

In your pub directory create a new folder with the name of your course. If your course's name includes multiple words, title the folder without spaces. Example: for a course called Public Art, you would name your folder PublicArt.


Copying A Sample Page

  1. Navigate to the sample student web page.
  2. In the browser, go to View>Source
  3. Copy the text, and paste it into an editor (such as BBedit on the Mac or Scite on the PC).
  4. Change the content to suit your needs (e.g., substitute your name - Hieronymous Bosch - in place of Student Name).
  5. Save the file as index.html inside your pub > course folder (such as pub/PublicArt)