Starting from:

$25

CS6314 Assignment 1- Create your personal homepage Solved

Create your personal homepage  (file should be named index.html) and upload it to utdallas.edu. Instructions for uploading process are provided below.

The web page should contain legitimate information about you (background information, hobbies, interests etc.) and should not contain any HTML code that is generated by a web design tool (Dreamweaver etc.)

1. In your page’s HTML, make sure to include following elements:

§  <img> : On your home page include your profile picture and float it to the left. (in the middle part where you see Welcome heading)

§  <meta> for description of your web page

§  <meta> for the keywords associated with your page

§  favorites icon ("favicon")

 

2. Use Bootstrap for creating the layout given in below picture.  In the header section, you will have menu items Home, About, Projects and Contact. (You can omit Logo and Login) 

 

 

3. For style of your page, use an external css file (filename: index.css) and define your style sheet rules within that file.

4. Links on the top menu should take the user to the corresponding section within the same page. Links on the left can be to external websites (i.e. twitter, linkedin)

5. You can have any content on the right panel.

 

NOTES:

1. You can use colors of your choice for your home page.  For different color schemes, check following link: https://www.canva.com/learn/website-color-schemes/

2. Your page will not be tested on Microsoft Internet Explorer or other browsers that do not comply with the web standards. It will be only tested on latest versions of Google Chrome.

3. For full credit, your pages must pass the W3C HTML validator with no errors (a green bar). Choose appropriate HTML tags to match the structure of the content on the page. Do not express style information in HTML with inline styles or presentational HTML tags such as b or font.

Use following site for validation of your pages:

http://validator.w3.org/ (for HTML)

 

Instructions for setting up a web page

You can find instructions for setting up your home page here: 

http://www.utdallas.edu/ir/howto/personal-webpage/

 

For issuing makeweb command (this command will create the public_html folder under your account), you can use Mac Terminal instead of putty. Type following command on Mac Terminal to connect to giant.utdallas.edu:

ssh -l yournetid giant.utdallas.edu

Once you get connected, type makeweb and hit enter.

More products