This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| personal_webpage [2018/09/21 22:51] – [index.html] mcloughlin | personal_webpage [2026/08/24 18:41] (current) – removed mcloughlin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Create a Personal Webpage ====== | ||
| - | |||
| - | In this tutorial, we will be teaching you how to use ECON's personal webpage templates to create your own personal webpage on the ECON website. You will be downloading and customizing these template pages using an HTML editor in order to fill the page with your personal information. | ||
| - | |||
| - | **NOTE: All Job Market Candidate Sites MUST adhere to the ECON template design. An example can be found at [[http:// | ||
| - | |||
| - | //NOTE: If you are using a non-departmental computer, click the following link for instructions to access your Z drive: [[FTP]]// | ||
| - | |||
| - | ===== Creating Your Webpage ===== | ||
| - | |||
| - | - [[http:// | ||
| - | - Unzip the downloaded templates into a folder. | ||
| - | - Copy the unzipped files to the " | ||
| - | - Your website is now active, and will be accessible on the web at the URL: http:// | ||
| - | |||
| - | ===== Your Webpage ===== | ||
| - | |||
| - | The files you unzipped to your Z: drive are laid out as follows: | ||
| - | |||
| - | * index.html : this is your main page, and what people see first when they visit http:// | ||
| - | * research.html : this page can be used to enter completed and ongoing research projects | ||
| - | * teaching.html : this page can be used to enter classed in which you have instructed or assisted | ||
| - | * files : this folder is where you will place any loose files on your site (e.g. PDFs, code, spreadsheets) | ||
| - | * files/ | ||
| - | * files/ | ||
| - | |||
| - | |||
| - | ==== Editing a Page ==== | ||
| - | For this purposes of this tutorial, we are going to simply be using Notepad (or any equivalent text editor) to manually change the code directly within each file. For ease of use, we have labelled each item in the HTML code with " | ||
| - | |||
| - | ===== index.html ===== | ||
| - | |||
| - | This is what index.html looks like: \\ | ||
| - | {{: | ||
| - | |||
| - | - **Name (" | ||
| - | - **Graduation Date (" | ||
| - | - **Fields (" | ||
| - | - **Contact Information (" | ||
| - | - Extra Information (" | ||
| - | |||
| - | ======EVERYTHING BELOW IS OLD====== | ||
| - | # | ||
| - | #Select the template you wish to edit: | ||
| - | #*The difference between " | ||
| - | #Edit the body of the template according to your needs. For example:< | ||
| - | |||
| - | === Saving Your Webpage === | ||
| - | #To save your customized template file, go to File -> Save As -> Z: | ||
| - | #Save the file as " | ||
| - | |||
| - | == Adding a File to Your Webpage == | ||
| - | #Go to your public_html directory on your Z drive (z: | ||
| - | #Copy and paste the file that you need to upload into your public_html folder:< | ||
| - | |||
| - | == Adding a New Sidebar Menu Item == | ||
| - | |||
| - | To add a new item in the sidebar menu or to edit your sidebar menu, you have two options: | ||
| - | |||
| - | === Method 1 - Editing the Page Directly === | ||
| - | #Right click an already present link, and select insert or edit a link. | ||
| - | #Give the link a name. | ||
| - | #Specify where it should direct to by entering an address or selecting a file. | ||
| - | #*If selecting a file, remove the part of the address that says ' | ||
| - | #Click OK, and then put your cursor at the end of the new link and hit delete to get rid of extra space. | ||
| - | |||
| - | === Method 2 - Editing the Page's Source Code === | ||
| - | #Go to the ' | ||
| - | #In the ' | ||
| - | #When you find the text , you will get to see the list of links associated with your page. | ||
| - | #Your new sidebar menu item needs to be in the format < | ||
| - | #You can replace the URL between the quotes to the URL of the webpage you want to link to. You can also change the description to fit the link. | ||
| - | #When you are done, paste the edited code segment just before the </ | ||
| - | #Now save the file by going to File -> Save. | ||
| - | |||
| - | == Creating a Link == | ||
| - | #You can create a link on your page for a particular text. | ||
| - | #Select some text and right click, then click ' | ||
| - | #Now select the target to be associated with the link. The target can be another web page, a file or even an email address. | ||
| - | #*If selecting a file, remove the part of the address that says ' | ||
| - | #Make sure you check the box for 'Link is to be opened' | ||
| - | |||
| - | ''' | ||
| - | |||
| - | == Adding images to Your Webpage == | ||
| - | #Place images that you need to place on your page in your public_html directory, preferably in a folder named " | ||
| - | #Click the " | ||
| - | #In the window that pops up, enter the address to the image in the folder you created earlier, i.e. " | ||
| - | #Enter a caption for the image in both the " | ||
| - | #Click OK and the image should be placed on your page. | ||
| - | #If you want the image to redirect to an other page/email when clicked, simply right click the image and follow the same direction in creating a link to text. | ||
| - | #You can resize the image by using the mouse on the sides and corners of the image. | ||
| - | |||
| - | == Testing Your Webpage == | ||
| - | |||
| - | Open any internet browser and open the following URL: http:// | ||
| - | |||
| - | == Clearing Browser Cache == | ||
| - | |||
| - | Sometimes when a change is made to your website, the page might not show the latest changes made. This is due to the browser bringing up a cached version of the webpage to save time. When the browser cache is cleared, the latest changes will appear. Use the following keyboard shortcuts to clear browser cache and refresh the webpage: | ||
| - | *''' | ||
| - | *''' | ||
| - | *''' | ||