Landing : Athabascau University

Group members: this is the place for your learning diary. Use this to post your zipped-up site at least once each unit, and your reflections as often as you wish (at least once per unit). Please write your reflections directly in the post, not as attached files. Where you do need to attach documents, such as for unit 1 designs, use PDF, PNG or JPG formats. You can attach files using the 'Embed content' link in the editor.

QUICK COURSE LINKS:  Add blog post - Read latest group postsFAQs: Course process : Site design : HTML : CSS : JavaScript : JQuery : AJAX : MiscPodcasts for each unit

Updated resource pages:  Unit 1 - Unit 2  - Unit 3Units 4 & 5 - Unit 6 - Unit 7

mportant notice: the student web server is unavailable. Until this is fixed, we do not require you to upload your site to the student server. See Running a web server on your local machine for details of how to meet the requirements for the final unit

Unit 3 and Learning Diary

  • Public
By Andrew Jackson in the group COMP 266 October 28, 2022 - 12:53pm

Code can be found at:

https://landing.athabascau.ca/file/owner/andrewja25#15637888

 

Learning Diary: 

In this unit I improved on all the HTML code from the website by styling it with css. Similar to Unit 2 I have had lots of experience with css in the past, so it was relatively straight forward, and I just tried my best to stick within the theme for the site. I tried to stick to a more neutral, yet classy color scheme. This was to keep within the goal of not making the website too flash, as the main goal is ease of access for anyone trying to use it, and I don’t want them to get distracted by other things while navigating through the website. The homepage was made to flow between the different products that are offered with each section guiding you onto the next. I broke apart the css into different files to help improve the maintainability of the code but ended up linking every page to index.css anyway as it had base styling for every page. If I were to do it again, I would split that file into 2 to have styling specific to the homepage and styles for every page such that there is less unused code being loaded into each page.