-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
127 lines (122 loc) · 3.51 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
---
layout: course
title: "Web Dev 1"
desc: "Web development is the production of functional, interactive websites accomplished through the use of the HTML and CSS coding languages. Using video tutorials, step-by-step online lessons, and automation, students explore processes such as semantics and mobile-first architecture, and tools like cloud platforms and version control, in tandem with precise organization principles and current best practices."
priority: 0.8
permalink: /courses/web-dev-1/index.html
self_directed: true
course_code: "LTW0010"
course_next: "web-dev-2"
hours: 45
prof:
name: "Thomas"
family_name: "J Bradley"
email: "[email protected]"
url: "https://thomasjbradley.ca"
github: "thomasjbradley"
# office: "J104"
# hours:
# - day: 1
# start_time: 11
# end_time: 14
# - day: 3
# start_time: 11
# end_time: 12
grades:
activities: 15
exercises: 70
projects: 15
datetimes:
year: 2019
start_week: 36
# sections:
# - title: "010"
# room: "N207"
# section_number: "010"
# day: 3
# start_time: 8
# end_time: 11
# - title: "020"
# room: "N207"
# section_number: "020"
# day: 4
# start_time: 8
# end_time: 11
# - title: "030"
# room: "N208"
# section_number: "030"
# day: 1
# start_time: 8
# end_time: 11
# - title: "040"
# room: "N208"
# section_number: "040"
# day: 1
# start_time: 14
# end_time: 17
# labs:
# - room: "N210"
# day: 1
# start_time: 16
# end_time: 18
# - room: "N210"
# day: 3
# start_time: 16
# end_time: 18
# - room: "P213B"
# day: 5
# start_time: 15
# end_time: 17
vlo:
- "t"
- "t"
- ""
- "t, a"
- ""
- "t, a"
- ""
- ""
- "t, a"
- ""
ees:
- "t"
- ""
- "t, a"
- "t, a"
- "t, a"
- "t"
- "t"
- ""
- ""
- ""
- "t, a"
clr:
- title: "Use industry-standard tools to make websites"
details:
- "Host websites on cloud platforms"
- "Use version control software to track code changes"
- "Use online collaboration tools for getting assistance"
- "Get feedback from automated tools and apply the suggested changes"
- title: "Code and design websites"
details:
- "Apply HTML semantics by choosing the correct tags and code"
- "Design websites with CSS using current standards"
- "Design effective typography using CSS features"
- "Layout pages using a variety of CSS techniques"
- title: "Use proper file, folder, and code organization"
details:
- "Create links between pages, maximizing utility of URLs"
- "Organize HTML, CSS, and images into standardized locations and folders"
- "Apply proper indentation techniques to code for better legibility"
- title: "Prepare websites for multiple devices and use cases"
details:
- "Make adaptive layouts that change and respond to different devices, screen sizes & type sizes"
- "Use design techniques to structure layouts for increased usability of a website to meet any user’s need"
- "Use various web applications to aid in the planning & development process"
- title: "Plan, prototype and develop websites"
details:
- "Sketch components & how they adapt to different screen sizes"
- "Wireframe pages to describe the content and basic layout"
- "Build responsive prototypes for websites for all devices"
- "Test websites on multiple devices for the best compatibility"
---