2022 TRIMESTER 2 COSC260 - Assignment 1 - Programming Task 1 (HTML & CSS)
2022 TRIMESTER 2 COSC260 - Assignment 1 - Programming Task 1 (HTML & CSS)
Must Complete: Yes
Weight: 10%
Learning Outcomes 2 3
Task
The Greek Geek has noticed that a lot of the great programmers from COSC120 have joined Dr Walter Shepman in COSC260, and he
now wants a web presence for his SeekAGeek geek dating app. Your task is to create an online geek dating profile for one geek. Make
up personal information, e.g. Walter Shepman, shepman@geekmail.com 0412345678, etc. You may use geek data from the allGeeks.txt
file provided, or make up your own geek!
Instructions
Your assignment must have the following directory structure:
cosc260_a1
|-- index.html
|-- css
|-- reset.css
|-- style.css
|-- img
|-- geek.png
File Restrictions
Additional CSS and HTML files will be allowed, but this structure is required as a bare minimum.
Code Restrictions
You may only use HTML5 and CSS3. This means, for example:
you cannot use JavaScript;
you cannot use CSS frameworks or pre-processors such as LESS and SASS;
you cannot use Flash or other content that requires plugins or browser extensions.
If you use flexboxes, or the flex value, you must provide a fallback method (i.e. using techniques shown in class).
Design
On a desktop computer your profile must have a two-column layout but collapse to a one-column layout when displayed on small
screens such as mobile phones.
Columns
For widths smaller than 600px: Single column
For widths larger than 600px : Two-column
You must use floating elements rather than static or absolute positioning.
Use <div> elements and CSS to structure the layout of your page.
Do not use tables for layout
Your design and layout should be both functional and visually attractive
Page Contents
Left Column:
Name
Profile image
Contact details (email and phone)
Right Column:
Short description (i.e. "What makes you a geek?")
Favourite geek hobbies
Favourite tv shows and/or games
These details are the minimum requirements. You may add extra sections as you see fit.
In creating your geek profile, be as creative and outlandish as you want!
Mandatory HTML
Mandatory CSS
Marking
Submission
Marking Criteria
COSC260 - Assignment 1
Layout 30
HTML/HTML5 30
CSS 20
Coding Style 15
Content 5
Total: 100
Submission status
Submission No attempt
status
Last modified -
Submission
comments Comments (0)