-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWeek1.html
More file actions
97 lines (97 loc) · 4.02 KB
/
Week1.html
File metadata and controls
97 lines (97 loc) · 4.02 KB
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
<!DOCTYPE html>
<html>
<head>
<title> Week 1 Assignments </title>
<link rel ="stylesheet" href="Week1.css">
</head>
<body>
<h1> Week 1 Assignments <Table></Table></h1>
<ul>
<li> Difficulty: 1 = no problem at all, 5 = could not do</li>
<li> Usefulness: 1 = not good use of time, 5 = very useful</li>
</ul>
<h2> Assignments: Building a website</h2>
<table>
<thead>
<tr>
<th>#</th>
<th>Assignment</th>
<th>Submission</th>
<th>Time (hours)</th>
<th>Difficult (1-5)</th>
<th>Useful (1-5)</th>
</tr>
</thead>
<tbody>
<tr>
<td>1.1</td>
<td>Watch tutorial 1, follow along</td>
<td class="empty">N/A</td>
<td>1.5</td>
<td>1</td>
<td>4</td>
</tr>
<tr>
<td>1.2</td>
<td>Deploy a website to GitHub pages</td>
<td> This page! </td>
<td>0.25</td>
<td>1</td>
<td>5</td>
</tr>
<tr>
<td>1.3</td>
<td>Deploy an assignments page (this page!) </td>
<td class = "empty"> N/A</td>
<td>0.5</td>
<td>2</td>
<td>3</td>
</tr>
<tr>
<td>1.4*</td>
<td>Create a personal/professional homepage</td>
<td> <a href = "professional_index.html" target = "_blank"> Professional Page</a></td>
<td> 3 </td>
<td>3</td>
<td>5</td>
</tr>
<tr>
<td>1.5*</td>
<td>Create two screens of your first app</td>
<td>This and my professional page!</td>
<td> 0.5 </td>
<td>1</td>
<td>3</td>
</tr>
<tr>
<td>1.6*</td>
<td>Create a side-menu in CSS</td>
<td>Didn't have time to do so, but will do soon and let you know!</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>1.A</td>
<td>What did you like this week?</td>
<td colspan="4"> Assignments were pretty good. I learned a lot doing them and refreshed my previous knowledge.</td>
</tr>
<tr>
<td>1.B</td>
<td>What didn't you like this week?</td>
<td colspan="4">Times for Workshops and Orientations. I am working on a timezone that makes these sessions around 2 and 3 am.</td>
</tr>
<tr>
<td>1.C</td>
<td>How can we improve the material from this week?</td>
<td colspan="4">More challenges and bigger projects</td>
</tr>
<tr>
<td>1.D*</td>
<td>Show us anything else you coded up this week!</td>
<td colspan="4"></td>
</tr>
</tbody>
</table>
</body>
</html>