-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (58 loc) · 2.3 KB
/
Copy pathindex.html
File metadata and controls
62 lines (58 loc) · 2.3 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
<!DOCTYPE html>
<html>
<head>
<title>assessment 1 </title>
<style>
div {
padding-top: 1%;
padding-right: 1%;
padding-bottom: 1%;
padding-left: 1%;
}
.code{
color: maroon;
}
body{
padding-top: 5%;
padding-right: 5%;
padding-bottom: 5%;
padding-left: 5%;
}
h1 {
color: maroon;
margin-left: 40px;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857143;
color: #333;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
}
</style>
</head>
<body>
<img src="http://i.giphy.com/5EJHDSPpFhbG0.gif" title="corgi workout">
<h1>Instructions & Rules</h1>
<ol>
<li><p>First, download a new project for the challenge by right-clicking
<a href="https://github.com/RBKProjects/Prep_Challenge1/archive/master.zip">this link</a> and "Save
Link As..." to your Desktop (or somewhere else).</p></li>
<li><p>Complete this exercise <strong>individually, not in pairs</strong>.</p></li>
<li><p><strong>If you need help understanding the instructions, please ask for help! The
instructor are happy to help explain the instructions.</strong></p></li>
<li><p><strong>Please try to complete each exercise -- if you are working on an exercise for
longer than ten minutes, move on to the next one.</strong></p></li>
<li><p>Afterwards, please <strong>submit your answers</strong> via Slack as a message to @Fatima</p></li>
<li><p>When you are finished, <strong>please show any of the HIR's that you have submitted it</strong> to @Fatima</p></li>
<li><p> <strong>You have only one Available resource which is MDN</strong></p></li>
<li><p>Fill out <a href="https://goo.gl/forms/vbdRD3uTjKKQZwIA2" target="_blank">another survey!</a></p></li>
</ol>
</body>
</html>