-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSyllabus.html
332 lines (289 loc) · 8.06 KB
/
Syllabus.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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<title>Syllabus</title>
<meta charset="UTF-8" />
<meta name="description" content="a full website for the csci 305 cource contain the syllabus and many others">
<meta name="keywords" content="html,css,bootstrap, csci305, liu,project">
<meta name="author" content="Mohammad Omar">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<!-- ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc -->
<header>
<h1>CSCI<span>305</span></h1>
<nav>
<a href="index.html">Home</a>
<a class="selected" href="Syllabus.html">Syllabus</a>
<a href="enroll.html">enroll</a>
<a href="online.html">online Sources</a>
</nav>
</header>
<!-- ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc -->
<main>
<h1 id="tet"> Explore the future:P</h1>
<!-- ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc -->
<table>
<caption>CSCI305 Web Programming Static</caption>
<tbody>
<tr>
<td class="mark1"> Part I: Presentation (HTML5, styling non-responsive web page using CSS3)
</td>
<td class="mark1"></td>
</tr>
<tr class="mark">
<td>Day 1: Explore Visual Studio Code IDE, Read and clarify course syllabus
</td>
<td></td>
</tr>
<tr>
<td>
<ul>
<li> Course Introduction</li>
<li> Course syllabus and practical info.</li>
</ul>
</td>
<td>
<ul>
<li> Course tools</td>
</li>
</ul>
</tr>
<tr class="mark">
<td>Day 2: HTML 5
</td>
<td></td>
</tr>
<tr>
<td>
<ul>
<li> From HTML1.0 to HTML5</li>
<li> History and Major Actors</li>
<li> Introduction and Advantages of HTML5</li>
</ul>
<td>
<ul>
<li> Overview of New Features of HTML5 and the Limitations of HTML 4</li>
<li> List of HTML 4.01 elements removed from HTML5 </li>
</ul>
</tr>
<tr class="mark">
<td>Day 3: Continue HTML 5
</td>
<td></td>
</tr>
<tr>
<td>
<ul>
<li> HTML Doctypes</li>
<li> HTML Meta</li>
<li> HTML Head</li>
<li> HTML Elements</li>
<li> HTML Attributes</li>
</td>
<td>
<ul>
<li> HTML Headings</li>
<li> HTML Paragraphs</li>
<li> HTML Links</li>
<li> HTML Images</li>
</ul>
</td>
</tr>
<tr class="mark">
<td>Day 4: Continue HTML 5
</td>
<td></td>
</tr>
<tr>
<td>
<ul>
<li> HTML Tables</li>
<li> HTML Lists</li>
<li> HTML Forms</li>
<li> HTML Media - Audio and Video</li>
<li> HTML Object</li>
</ul>
</td>
<td>
<ul>
<li> HTML5 Header</li>
<li> HTML5 Navigation</li>
<li> HTML5 Section & Articles</li>
<li> HTML5 Footer</li>
<li> HTML5 Aside</li>
</ul>
</td>
</tr>
<tr class="mark">
<td>Day 5: CSS
</td>
<td></td>
</tr>
<tr>
<td>
<ul>
<li> Introduction</li>
<li> Syntax</li>
<li> Colors</li>
<li> Backgrounds</li>
</ul>
</td>
<td>
<ul>
<li> Fonts</li>
<li> Icons</li>
<li> Links</li>
<li> Selectors</li>
</ul>
</td>
</tr>
<tr class="mark">
<td>Day 6:Continue CSS
</td>
<td></td>
</tr>
<tr>
<td>
<ul>
<li> Styles</li>
<li> inline</li>
<li> Lists</li>
</ul>
</td>
<td>
<ul>
<li> Text</li>
<li> Tables</li>
</ul>
</td>
</tr>
<tr>
<td class="mark1">Part 2: Responsive websites (Bootstrap, Flexbox, and the CSS grid)
</td>
<td class="mark1"></td>
</tr>
<tr class="mark">
<td>Day 7: Bootstrap 4 Concepts & Setup
</td>
<td></td>
</tr>
<tr>
<td>
<ul>
<li> Bootstrap fundamentals</li>
<li> Why Bootstrap makes developing responsive pages simpler than using CSS directly</li>
</ul>
</td>
<td>
<ul>
<li> Downloading, installing Bootstrap & Adding Bootstrap to web pages
</li>
</ul>
</td>
</tr>
<tr class="mark">
<td>Day 8: Navigation in Bootstrap
</td>
<td></td>
</tr>
<tr>
<td>
<ul>
<li> Building navbars and exploring navbar options</li>
<li> Inverted Navigation Bar</li>
</ul>
<td>
<ul>
<li> Navigation Bars with Dropdown</li>
<li> Bootstrap classes</li>
</td>
</tr>
<tr class="mark">
<td>Day 9: Designing in Bootstrap Grids – Container, Rows and columns
</td>
<td></td>
</tr>
<tr>
<td><ul><li> Grid System</li>
<li> What is Grid</li>
<li> 3. Mobile, Tablet, Desktop</li>
</ul>
</td>
<td><ul><li> Bootstrap classes</li>
<li> container</li>
<li> offset-md-2 | sm</li></ul>
</td>
</tr>
<tr class="mark">
<td>Day 10: Bootstrap 4 Carousel
</td>
<td></td>
</tr>
<tr>
<td>
<ul>
<li> Classes</li>
<li> Attributes</li>
<li> Carousel Method</li>
</ul>
</td>
<td>
<ul>
<li> Carousel Events</li>
<li> Properties</li>
</ul>
</td>
</tr>
<tr class="mark">
<td>Day 11: Bootstrap 4 Cards
</td>
<td></td>
</tr>
<tr>
<td>
<ul>
<li> Classes</li>
<li> card-deck</li>
</ul>
</td>
<td>
<ul>
<li> Link: https://getbootstrap.com/docs/4.0/components/card/
</li>
</ul>
</td>
</tr>
<tr class="mark">
<td>Day 12: Working with Forms & Buttons
</td>
<td></td>
</tr>
<tr>
<td>
<ul>
<li> Creating forms</li>
<li> Inline and horizontal forms</li>
<li> Form validation</li>
</ul>
</td>
<td>
<ul>
<li> Using input group add‐ons</li>
<li> Static Control</li>
</ul>
</td>
</tr>
</tbody>
</table>
</main>
<!-- ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc -->
<footer>
<h3>© Mohammad<span>Omar</span></h3>
<a href="http://www.liu.edu.lb" target="_blank">
<h3 id="right">Lebanese international university</h3>
</a>
</footer>
</body>
</html>