shanep-class 1.0.28 → 1.0.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/project.html +31 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 388a4e981a3bad530d7775af55a2423fd4265f05b2f2beeedca4d10f1dcca868
4
- data.tar.gz: 53e0b041a5589a3259a4af02e1ce28e8882c9256a809c2e78e5a8d6d480e1e7a
3
+ metadata.gz: c846c58ce93f1e81881f7b65664d49a079a132127e8cbf6f557dbd332ee61232
4
+ data.tar.gz: ec21273b0086e2be55ede843e52c73cc109133ead01fc5c9722675e2556328ed
5
5
  SHA512:
6
- metadata.gz: 0b36911efe9a27fc8c229b313caff3157b74e8f29c1929d96d0a86b9eca2db67c1ab15c8c41b04081dda2569e63049f9c5308a197e20e5d0a40c2d34310fe2e7
7
- data.tar.gz: 3c5d07ebeb864d3a978fa132e20433ca94c2ec00faa3535126c1dd4f476cbad9fe021fb2d9e5d37f9875bc5c0bf8cccdae0c3262c219e490f5509b4e09b507c4
6
+ metadata.gz: 162922cae96fe68869cdb76dee617365fc2ad64ae20f8b8468022af410c7fdbc007568ae70906dfd5ee84c05e7b2fe4d31f7d793008b4b8d57f17c32704c32c5
7
+ data.tar.gz: c08baaff607cbe0190a38c9ed53fcb38b3e0e768d06f386f904c5cf5fee12fc0038868acb2c3e7ce554da5559e3184e17dad01cbff405fdcd1e24138b7f51326
@@ -12,6 +12,7 @@ layout: course
12
12
  {% for lesson in page.lessons %}
13
13
  <li><a href="{{lesson}}.html">{{lesson}}</a></li>
14
14
  {% endfor %}
15
+ <li><a href="{{page.lessons[0]}}.html">Starter Code</a></li>
15
16
  </ul>
16
17
 
17
18
  <p>
@@ -19,3 +20,33 @@ layout: course
19
20
  You are expected to have made progress each week. 10% of your grade will be based on completion
20
21
  of the checkpoints on time. The spot checks are pass/fail, no partial credit will be given.
21
22
  </p>
23
+
24
+ {% if page.lessons[0] == page.slug %}
25
+
26
+ <h2 id="github-classroom">Github Classroom</h2>
27
+
28
+ <p>
29
+ All of your Lab work will be submitted through Github Classroom. You are responsible for
30
+ ensuring all your code is properly pushed to Github! Any code not pushed to Github by the
31
+ deadline will not be accepted under any circumstances. If you don't already have a
32
+ <a href="https://github.com">GitHub</a> account you will need to create one.
33
+ </p>
34
+
35
+ <h3 id="accept-the-assignment">Accept the assignment</h3>
36
+
37
+ <ul>
38
+ <li>Get the <a href="{{site.data.semester-info.labs[page.slug]}}">Starter Code</a></li>
39
+ <li>When you accept the assignment it is critical that you select your student email
40
+ address from the list. If you don’t select your student email address your instructor will not be
41
+ able to grade your code. If you can’t find your email in the list, contact your instructor ASAP to
42
+ get the issue resolved.
43
+ </li>
44
+ <li>
45
+ Make sure and save the github URL so you can find your assignment later if needed!
46
+ </li>
47
+ <li>
48
+ Once you accept the assignment it should show up in the class
49
+ <a href="{{site.data.semester-info.github}}">GitHub account</a>
50
+ </li>
51
+ </ul>
52
+ {% endif %}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shanep-class
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.28
4
+ version: 1.0.29
5
5
  platform: ruby
6
6
  authors:
7
7
  - shane panter
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-11 00:00:00.000000000 Z
11
+ date: 2022-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll