shanep-class 1.0.18 โ†’ 1.0.19

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c26a891e83bd87c5c226a874e256ad1e1b6cf27b327e93c52664de0d5179b18f
4
- data.tar.gz: fbf9355a9e6485dfb4248b5bd60fa22687d19bf0496d0007d6b4e0a6177b3851
3
+ metadata.gz: ec2b9af2a042426bcec19c57f046c64c95b8dff94240fb1bfb57e7234d503d93
4
+ data.tar.gz: 7256f444c0d93f7d181ffa7e6253557e7a7e8df5348d9f30d4fbc23da919bee5
5
5
  SHA512:
6
- metadata.gz: 3cc225ffced45b728071e2c25911e090cb08effaa060cab3e946514894886ac08e7ec7c316bf4a6540a4e4e723b3dade3bc7594dc1365791d371ec032da0b8da
7
- data.tar.gz: 242636e5049dc3ac2506118303be42f69e28bb7470131903b5edb4b0a868ada354e75fa7cc1820d077dcea58a26a4db067b6b0ade70c61b5d15150b979345754
6
+ metadata.gz: b4be6ee7f6155c0b4fa1ff82f89955eff1d4a3c30b650dc69b47b17f2311f992c2c3cabf0728a64f615aa72b3f1c2cf66cc6d6079bc42377b0f08d48650e11c3
7
+ data.tar.gz: 21267abbadd8954943c5b4edb0c5e84e438e361800b97777f537285a3c9b70d8615b3963b01ae3afcd78e960e98853bea4fc31b175e53abb4fc5863443e82043
data/_layouts/home.html CHANGED
@@ -58,6 +58,7 @@ layout: default
58
58
  <th>Due Date</th>
59
59
  <th>Homework</th>
60
60
  <th>Points</th>
61
+ <th>Lesson</th>
61
62
  </tr>
62
63
  </thead>
63
64
 
@@ -74,7 +75,7 @@ layout: default
74
75
  {% if curr_module != page.tag %}
75
76
  <!--Module header-->
76
77
  <tr>
77
- <td colspan="4" class="text-center table-darkish">{{page.tag | capitalize }}</td>
78
+ <td colspan="5" class="text-center table-darkish">{{page.tag | capitalize }}</td>
78
79
  </tr>
79
80
  {% assign curr_module = page.tag %}
80
81
  {% endif%}
@@ -91,9 +92,10 @@ layout: default
91
92
  <tr>
92
93
  {% assign curr_date = curr_date | date: "%s" | plus: two_days %}
93
94
  <td>{{curr_date | date: "%m/%d - %a"}}</td>
94
- <td><a href="{{site.url}}{{page.url}}">{{page_title}} ({{page.slug}})</a>{%if page.layout == "lab"%} ๐Ÿงช {%elsif page.layout == "project" %} ๐Ÿ“ก {% endif%}</td>
95
+ <td><a href="{{site.url}}{{page.url}}">{{page_title}}</a>{%if page.layout == "lab"%} ๐Ÿงช {%elsif page.layout == "project" %} ๐Ÿ“ก {% endif%}</td>
95
96
  <td>{{page.points}}</td>
96
97
  {% assign total_points = total_points | plus: page.points %}
98
+ <td>{{page.slug}}</td>
97
99
  </tr>
98
100
  <tr>
99
101
  <td rowspan= 2 class="table-lightish text-center border">
@@ -126,9 +128,10 @@ layout: default
126
128
  {% endif %}
127
129
  {% assign curr_date = curr_date | date: "%s" | plus: two_days %}
128
130
  <td>{{curr_date | date: "%m/%d - %a"}}</td>
129
- <td><a href="{{site.url}}{{page.url}}">{{page_title}} ({{page.slug}})</a>{%if page.layout == "lab"%} ๐Ÿงช {%elsif page.layout == "project" %} ๐Ÿ“ก {% endif%}</td>
131
+ <td><a href="{{site.url}}{{page.url}}">{{page_title}}</a>{%if page.layout == "lab"%} ๐Ÿงช {%elsif page.layout == "project" %} ๐Ÿ“ก {% endif%}</td>
130
132
  <td>{{page.points}}</td>
131
133
  {% assign total_points = total_points | plus: page.points %}
134
+ <td>{{page.slug}}</td>
132
135
  </tr>
133
136
  {%endif%}
134
137
  {% endif %}
@@ -136,7 +139,7 @@ layout: default
136
139
  </tbody>
137
140
  <tfoot>
138
141
  <tr>
139
- <td colspan="3" class="table-lightish">Total Points:</td>
142
+ <td colspan="4" class="table-lightish">Total Points:</td>
140
143
  <td class="table-lightish">{{total_points}}</td>
141
144
  </tr>
142
145
  </tfoot>
data/_layouts/lab.html CHANGED
@@ -2,7 +2,9 @@
2
2
  layout: course-notoc
3
3
  ---
4
4
 
5
- <h2 id="overview">Overview</h2>
5
+ {{content}}
6
+
7
+ <h2 id="github-classroom">Github Classroom</h2>
6
8
 
7
9
  <p>
8
10
  All of your Lab work will be submitted through Github Classroom. You are responsible for
@@ -11,9 +13,7 @@ layout: course-notoc
11
13
  <a href="https://github.com">GitHub</a> account you will need to create one.
12
14
  </p>
13
15
 
14
- {{content}}
15
-
16
- <h2 id="accept-the-assignment">Step 1 - Accept the assignment</h2>
16
+ <h3 id="accept-the-assignment">Step 1 - Accept the assignment</h3>
17
17
 
18
18
  <ul>
19
19
  <li><a href="{{site.data.semester-info.labs[page.slug]}}">Get the Starter Code</a></li>
@@ -29,7 +29,7 @@ layout: course-notoc
29
29
 
30
30
  {% include youtube.html param="https://www.youtube.com/embed/U1vCFZmtYUA" %}
31
31
 
32
- <h2 id="clone-the-repository-using-vscode">Step 2 - Clone the repository using VSCode</h2>
32
+ <h3 id="clone-the-repository">Step 2 - Clone the repository</h3>
33
33
 
34
34
  <ul>
35
35
  <li>
@@ -41,7 +41,7 @@ layout: course-notoc
41
41
 
42
42
  {% include youtube.html param="https://www.youtube.com/embed/fiPsHGi3Z_s" %}
43
43
 
44
- <h2 id="complete-the-lab">Step 3 - Complete the lab</h2>
44
+ <h3 id="complete-the-lab">Step 3 - Complete the lab</h3>
45
45
 
46
46
  <ul>
47
47
  <li>
@@ -49,7 +49,7 @@ layout: course-notoc
49
49
  </li>
50
50
  </ul>
51
51
 
52
- <h2 id="push-your-finished-code-to-github">Step 4 - Push your finished code to Github</h2>
52
+ <h3 id="push-to-github">Step 4 - Push to Github</h3>
53
53
 
54
54
  <ul>
55
55
  <li>
@@ -3,13 +3,17 @@ layout: default
3
3
  ---
4
4
 
5
5
 
6
- {% include course-sidebar.html %}
6
+ <div class="post-nav">
7
+ {% include header.html%}
8
+ </div>
7
9
 
8
10
  <div id="main-content" class="post-content">
9
11
  <article>
10
12
  <h1>{{site.data.semester-info.reading[page.slug]}}</h1>
11
13
 
12
- <h2 id="overview">Overview</h2>
14
+ {{content}}
15
+
16
+ <h2 id="zybooks">zyBooks</h2>
13
17
 
14
18
  <p>
15
19
  For this homework you will need to log into zyBooks with the link below and complete the
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shanep-class
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.18
4
+ version: 1.0.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - shane panter