Assignment Homepage
Josh Delgado
Assignment Details
- Assignment 1
-
You will create a home page about your favorite hobby or interest.
You will create an HTML page that includes all the content in a proper arrangement in preparation for creating a CSS layout. The page should be placed in your public html via MobaXterm. folder and named index.html. You should include:
A title in the title bar.
One image.
Your name.
An order list and an unordered list should be implemented as well.
A navigation scheme for the information about your hobbies or interests.
You also may include basic links to social media or other pertinent sites.
Other background information.
You should also include a table with information about your hobby or interest.
You should also comment the code with at least four comments.
- Assignment 2
-
You will create the finished site (from the first project of the semester), with a reasonably complex, “non-Word” layout. The page should be placed in your public html via MobaXterm. folder and named Assignment2.html. You can link this assignment from the original assignment 1 html file through your navigation area.
Create an assignment page using HTML and CSS.
Make sure you include a title in the title bar, at least one image, your name (perhaps as a logo), and a navigation scheme for the assignments: you should use “#” in place of the not-yet-completed links.
You also may include basic links to social media and other background information.
The links should include some sort of rollover effect.
- Assignment 3
-
Students will create a responsive web page following the model of
a clothes-based business.
The page will include a text (and possibly image) based logo
and at least six images, along with text added to the images-not
through Photoshop.
A header (and title) must be included, as must (non-working)
links to at least six pages within the site (that should not
be created.) The assignment should be linked from your
first assignment 1 page in the nav bar and vice versa.
Color choice, typography, and simplicity/appropriateness of images
will be considered in grading.
The HTML should validate with an external CSS file.
The site must be responsive—although a hamburger navigation
icon is not necessary.
- Assignment 4
-
Whenever I go out to eat and I’m having a hard time calculating the
right tip, I’ll fumble with my phone and search for a “tip calculator”
on Google. I couldn’t tell you the name or the url of the one I usually
end up using, but it’s a simple JavaScript app. So go ahead and take a
swing at making your own tip calculator. The files you create should
contain a HTML, CSS and JavaScript file.