Design you created in the wireframing assignment

Assignment Help Web Project
Reference no: EM131776787

In this assignment, you will create a new website that incorporates CSS media queries into the design. This will allow your page layout to change based on whether a visitor to your site is using a smartphone, tablet, or desktop computer. With media queries, you can anticipate and design for a variety of viewing experiences.

New Website
Using the design you created in the Wireframing assignment as your guide, create a new website of at least five pages. The subject matter of the site is up to you but should be a topic of academic interest-whether related to your major or an area of specialized knowledge. Each of the web pages should include images and/or text and there should be clear navigation between each of the pages.

Media Queries
Next, you will create three different CSS style sheets: "mobile.css," "tablet.css," and "desktop.css." Link to your external style sheets with the following code. This goes inside the head section of each of your HTML documents.

<!-- Media query for narrow browser width -->
<link rel="stylesheet" media="only screen and (max-width: 480px)" href="mobile.css">

<!-- Media query for medium browser width -->
<link rel="stylesheet" media="only screen and (min-width: 481px) and (max-width: 960px)" href="tablet.css">

<!-- Media query for full browser width -->
<link rel="stylesheet" media="only screen and (min-width: 961px)" href="desktop.css">

<!-- Prevent smartphones from scaling pages down -->
<meta name="viewport" content="initial-scale=1">

As the comments indicate, these media queries assess a viewer's browser width and use that information to determine which of three style sheets to use for the page: mobile.css, tablet.css, or desktop.css. Make sure these links match your CSS file names and their location.

Alternate Style Sheets
Now that your Web pages have the flexibility to access different style sheets, the next step is to optimize the layout with CSS for each of the widths specified. For example, a three-column layout could be used for desktop viewing, a two-column layout for tablets, and a one-column layout for smartphones. You should structure your HTML code with div tags in order to "float" sections of content alongside each other when appropriate. In addition to layout changes, feel free to tweak the formatting to optimize each of the three style sheets.

Here is a list of required elements to include.

Add media queries to each of your HTML pages to choose among alternate style sheets. Feel free to copy and paste the code above.
Create three separate CSS style sheets-desktop.css, tablet.css, and mobile.css-that correspond to the media queries.
Add div tags to logical column sections of your HTML documents.
Add style rules that allow your divs to float next to each other.
Modify each style sheet for optimal viewing with different browser widths.
Submitting Your Assignment
Upload your site files to the i6 Unix server. Your files and directories should go in the i6 directory called "public_html." Test your pages again once they are live on the Web server, varying browser width to observe style changes.

Submit the following here in NYU Classes:

The URL to your assignment in the general form of: https://i6.cims.nyu.edu/~netid/
A compressed archive containing all the files (HTML, CSS, and images) of your website
Grading
This assignment is worth 12 points.

A new website of at least five HTML pages with images, text, and hyperlinks
Media queries, as provided above, on each page and three different style sheets associated with the media queries
HTML div tags added to logical sections of the HTML on all pages
CSS floats used to position elements next to other elements
Smartphone layout should be optimized for narrow browser widths; tablet and desktop layouts should be optimized for wider browsers
Optionally, for extra credit:

Incorporate a CSS3 web font into your site
Use the CSS position property to specify a non-default positioning method for some aspect of your page layout

Reference no: EM131776787

Questions Cloud

Technique to analysis of survey results : What is conceptual level analysis and how will you apply this technique to analysis of your survey results? Explain
What are three structural and three non-structural : What are three structural and three non-structural mitigation strategies that could be used for natural hazards in a city?
Analyze the importance of collaboration in crisis management : Analyze the importance of collaboration in crisis management and response, specific to the organizations in your asset map.
Basic strategies that are used by cpted : What are the 4 basic strategies that are used by CPTED practitioners when applying variations? Which of the 4 do you believe is the most important and why?
Design you created in the wireframing assignment : Design you created in the Wireframing assignment as your guide, create a new website of at least five pages. The subject matter of the site
Project management-online individual assignment : In 2010, Dr. Roy Garcia retired as vice president for R&D from a small pharmaceutical company. Having been in R&D for more than 30 years
What are critical thinking issues which the client is facing : What are the critical thinking issues which the client is currently facing? What are the implications for the success of their career?
Discuss regular hardware maintenance : Discussing with management the corrective procedures that were implemented to strengthen the internal controls
First corporate governance code : Nearly six months since Japan established its first corporate governance code, the country's three largest banks have set accelerated targets

Reviews

Write a Review

Web Project Questions & Answers

  Evaluating an ecommerce website

Create a check list that contains key point for evaluating an ecommerce website - Write a short, reflective report about website

  Gpc and runtime magic quotes

Create a script that lets you know whether Zeus or Helios has the GPC and Runtime Magic Quotes turned on or off. The output should have appropriate labels that define what output signified and should display 'ON' or 'OFF' depending on the setting.

  Creating functions through conditional operator

Use the conditional operator and the cal_days_in_month function, determine the number of days in the current month and output to browser whether it is normal month or a leap month.

  Web development projects with database

Since the vast majority of web-development projects involve a database, do you think that computational activities should be performed there, or do you think they belong in the XML page or stylesheet?

  Comparing shelf software packages

Required assistance with comparing and contrasting two main off the shelf software packages that could be implemented in an organization.

  Web based scams

Web phishing, pharming and vishing are popular web based scams. Talk about currently used tools and recommended measures to defeat this kind of attacks efficiently?

  Explanation of contextual links

The most powerful hypertext capabilities is the the contextual link. Wikipedia . com is a great example of a site that utilizes contextual links.

  How architectural and protocol changes occur

Discuss how architectural and protocol changes happen, the administrative organization that oversees the technical development of the Internet,

  Traditional approaches for training professionals

Webinars and other web conferencing techniques have proved most beneficial for the provision of affordable quality corporate training.

  Internet for business

Discuss how can a business use the Internet and give at least three examples with web links demonstrating your answer.

  It influences the behavior of organizations

Information technology influences the behavior of organizations. Name one effect of Information technology implementation and long-term usage you suppose having a positive contribution and one having a negative consequence.

  Importance of a guided navigation system

Explain the use and importance of a guided navigation system and shopping cart for a website designed for e-commerce and business purpose.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd