Personal Project Develop a tourism Web site for a country using the skills that you have learned in the course. The main purpose of the assignment is learning the process of developing a Web site. It will include planning, designing, coding, installing, and critiquing. Look at the sample sites at: http://www.seattlecentral.org/faculty/ymoh/mic151campus/GroupProject/Norway /index.html http://www.seattlecentral.org/faculty/ymoh/mic151campus/GroupProject/UnitedA rabEmirates/index.html Here is how you do the assignment: 1. Select a country that you will develop the Web site for from the list below: List of Countries (from http://dir.yahoo.com/Regional/Countries/) Andorra Antigua and Barbuda Argentina Armenia Azerbaijan Bahamas Bahrain Bangladesh Barbados Belarus Belize Benin Bhutan Bolivia Botswana Brunei Bulgaria Burkina Faso Cape Verde Chad Côte d'Ivoire Djibouti Dominica Dominican Republic East Timor (Timor Timur) Ecuador Equatorial Guinea Estonia Fiji Finland Kiribati Lesotho Liechtenstein Madagascar Malawi Maldives Mali Malta Mauritania Mauritania Mauritius Moldova Monaco Mongolia Nauru Palau Saint Kitts and Nevis Saint Lucia Saint Vincent and The Grenadines San Marino Sao Tome and Principe Togo Tonga Tuvalu Vanuatu 2. Collect the contents such as text and images from the Internet. I suggest Google and Google image search. 3. Decide the focus and contents of the Web site. 4. Design the navigation chart. e.g. 5. Design the basic layout. You may use MS Pain or any simple graphic application. e.g. 6. Create a template HTML file based on the layout. codes into Notepad to start the template page. You may copy and paste the following <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title> </title> </head> <body> </body> </html> Name the file as template.html. When you create a new page, use Save As to create the page under different name. 7. Create Web pages using the template file. 8. Post your Web site in the Web server. Add a link in the index page (your home page of the assignments), so I can find your Web site. Also add a link to a page that contains the navigation chart and page layout images.