WEEK: 1
Active: January 13th - January 19th
Work Due: January 21st @ 11:59 PM

Homework 1
The Beginning of your Consulting Website

As a review and way of launching you back into web development, you are to build a single-page, static-site, that briefly describes you and what you can do as a consultant (design, development, and more).


This site should;

Optionally, you can also add parallax scrolling.


You should also have at least three sections. At a minimum, this should include;

  1. The main theme of your consulting business
  2. An information section about yourself - skills, prior work, inspiration, etc.
    • Examples of information you can share: major, minor, expected date of graduation, honors, associations
  3. At least one additional section that describes something else about your that stands out from your peers
    • Maybe answer the question, why would someone want to use your services?
    • What makes your unique?


With respect to the file structure, the site should;

  • Exist as the top-level of your new repository gh-pages site.
    • i.e. https://YOUR-USERNAME.github.io/YOUR-REPO-NAME/
  • In the top-level of your repo directory, you should place the ‘index.html’ document.
  • All other resources for this site, along with the weekly ‘readme.md’ response should be located in directory labeled HW-1, which is also in the root level of the main repo directory.
    • This means your directory structure might look something like;
/
├── HW-1
│   ├── imgs
│   │   ├── hero-image-2.jpg
│   │   └── hero-image.jpg
│   ├── readme.md
│   └── style.css
├── README.md
└── index.html

Example

The following are links to a live example of this site and the associated repository.

[Live Site Example] [View on GitHub] [Zip Download]

Note: You are welcome to look at code, snoop around, and see how I solved these problems. You should also examine the repository directory structure to understand what I am asking for “directory structure” - wise.

Embedded iframe Version

Weekly Readme Response

Every homework assignment, you will write a readme document, describing your experience and response to the homework. This will be a standard part of all HW assignments. This can be considered as a technical report, in which you post documentation about how it went and what you did. Ideally something visual, some written thoughts, specifics of what you did, and code. If you are struggling with your problem and can’t get things to work, you should feel free to put your energy into writing about what didn’t work (and vent any frustrations!). This should be considered as a technical report. As such, these reports should be well formed, written with proper grammar/style, and edited.

Your response should be considerably longer than the example readme.md from the above links.

Markdown Assistance

If you do not know, or are wanting a refresher with Markdown please utilize the following resources.

Submission

To submit your homework, copy and paste links to your;

  1. active site
    • e.g. https://michaelcassens.github.io/441_Work/
  2. homework repo directory
    • e.g. https://github.com/michaelcassens/441_Work/tree/master/HW1 These should be placed in a text document and submitted into the correct Homework module in Moodle.
  3. look for this week’s discussion forum, submit your thoughts and respond to at least two other entries.

Previous section:
Next section: