shanep-class 1.0.28 → 1.0.31

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/project.html +31 -2
  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: e4ddfa8bc3e44c80609e528ee64cff65503635413d904bd08c9100dbb6bba622
4
+ data.tar.gz: de888d0aaf03cfe632b777a9c2c83d00bc7733929897a4917978068e0fdcb04e
5
5
  SHA512:
6
- metadata.gz: 0b36911efe9a27fc8c229b313caff3157b74e8f29c1929d96d0a86b9eca2db67c1ab15c8c41b04081dda2569e63049f9c5308a197e20e5d0a40c2d34310fe2e7
7
- data.tar.gz: 3c5d07ebeb864d3a978fa132e20433ca94c2ec00faa3535126c1dd4f476cbad9fe021fb2d9e5d37f9875bc5c0bf8cccdae0c3262c219e490f5509b4e09b507c4
6
+ metadata.gz: 2d905578bc565a4e1d8be7c2f8780615c13912d2b28fa827334c956f36c1a7f6a01b112dd144df5b28de3cc8cc8d164d1cb9bad3e8a39b447fb0bef4c6bccf55
7
+ data.tar.gz: b523aeade8dad3e21b2bee4f2efc8c9c14d17cfdb3727a4acfd41695afc0f139a5ffa8e8a32038e694e43a2a1a93cb5962b88bfc4466eb95cd96fb5531cf6d37
@@ -9,8 +9,10 @@ layout: course
9
9
  <p>This is a multistage project consisting of the following lessons:</p>
10
10
 
11
11
  <ul>
12
- {% for lesson in page.lessons %}
13
- <li><a href="{{lesson}}.html">{{lesson}}</a></li>
12
+ {% for lesson in site.lessons %}
13
+ {% if lesson.tag == page.tag %}
14
+ <li><a href={{lesson.url}}>{{lesson.title}}</a></li>
15
+ {% endif %}
14
16
  {% endfor %}
15
17
  </ul>
16
18
 
@@ -19,3 +21,30 @@ layout: course
19
21
  You are expected to have made progress each week. 10% of your grade will be based on completion
20
22
  of the checkpoints on time. The spot checks are pass/fail, no partial credit will be given.
21
23
  </p>
24
+
25
+ <h2 id="github-classroom">Github Classroom</h2>
26
+
27
+ <p>
28
+ All of your Lab work will be submitted through Github Classroom. You are responsible for
29
+ ensuring all your code is properly pushed to Github! Any code not pushed to Github by the
30
+ deadline will not be accepted under any circumstances. If you don't already have a
31
+ <a href="https://github.com">GitHub</a> account you will need to create one.
32
+ </p>
33
+
34
+ <h3 id="accept-the-assignment">Accept the assignment</h3>
35
+
36
+ <ul>
37
+ <li>Get the <a href="{{site.data.semester-info.labs[page.slug]}}">Starter Code</a></li>
38
+ <li>When you accept the assignment it is critical that you select your student email
39
+ address from the list. If you don’t select your student email address your instructor will not be
40
+ able to grade your code. If you can’t find your email in the list, contact your instructor ASAP to
41
+ get the issue resolved.
42
+ </li>
43
+ <li>
44
+ Make sure and save the github URL so you can find your assignment later if needed!
45
+ </li>
46
+ <li>
47
+ Once you accept the assignment it should show up in the class
48
+ <a href="{{site.data.semester-info.github}}">GitHub account</a>
49
+ </li>
50
+ </ul>
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.31
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-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll