Answered step by step
Verified Expert Solution
Question
1 Approved Answer
IT 3203 Project Milestone #1: HTML/CSS Due Date: Please check it in D2L For milestone #1, we will start the CARIT site with three static
IT 3203 Project Milestone #1: HTML/CSS
Due Date: Please check it in D2L
For milestone #1, we will start the CARIT site with three static HTML pages and a CSS file. Create a dedicated folder for this project. This folder should contain all related files in this project. The future milestones are cumulative and built directly on top of your prior work.
Function/content requirements:
- A home page named index.html, which include these contents at least:
- Description of the center. You may reference the example sites.
- Latest news: use list tags; make up some news items.
- Use
,
, and heading tags properly. - Other contents you may wish to design: banner, front image, etc.
- About us (faculty) page
- Present at least three faculty members with their information like image, positions, research interests, and contact information. Put a link on each name which links to his/her personal website. You may refer to faculty information here: http://ccse.kennesaw.edu/it/faculty-staff.php or their websites here http://facultyweb.kennesaw.edu
- A third page which you can decide what content to be put on. Use the reference sites as examples. For example: projects, resources, events, etc. You have to use the table tag at least once for some content.
- For all three pages, display the following common contents:
- The name of the center (site title) in a big heading
- A logo with a link to http://ccse.kennesaw.edu/it
- A menu which consists of three text links, linking to three pages above respectively. Apply some hovering styles.
- These common contents should display the same in all pages.
Style requirements
- All pages should have the same style and layout.
- Create your own page style. Use a simple style, neat, clean; not too colorful and flashy.
- Apply some nice styles to HTML elements like paragraphs, images, lists.
- All links should have some color other than the default color.
- The menu item links style should be different from other links. Create a hover effect for menu items so their styles change when the mouse cursor is on them.
- Please do not use any third party style frameworks or packages.
File/code organization requirements
- Use one style sheet file (.css) for all three pages. Use class selectors wisely.
- Organize page content sections (header, content, footer, etc.) in a number of tags. This should be consistent on all pages.
- Its recommended to put all image files in an img subdirectory.
- You should not use any wizard to generate HTML/CSS, nor should you copy and paste the HTML from other source without cleaning it.
- All pages should work on your hosted site.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started