shanep-class 1.0.20 → 1.0.23

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: f54bd8e5b7e895785dbccec5425070aeb2132fdc1d810167a788f7a482b87ebc
4
- data.tar.gz: f3073c84ad41851ffe71e7a88a0d011854e27b99c26479d3c0bd0e38dd5eca9e
3
+ metadata.gz: d4faac575c477cc336afd2eb539548648f414b1debdd08a09545cabce82394e6
4
+ data.tar.gz: 41859d46d06efc025e1d2ffb9973e16de035015b1d065e4c078402674f37b21e
5
5
  SHA512:
6
- metadata.gz: 50bd7ec6c197e9fc4b7919a56c1401a09f2c3c8689874e2a87a2aaa7dfa6a32fadb15b245085b4ae31910b97122ac244c073cdbbf7d889a3c53bc5893fe6d7d8
7
- data.tar.gz: dd563cd827b5da95e5da3671ca1d0a7f40072f4a077c93b91e689f1b1cc49e5795d2906a69f1337ee01f92e922b9d512d8313f0a248119f2fe77905993665659
6
+ metadata.gz: 518b12f97dbb8eef5fa96da4a48e963cfbda4c136b36e2c75a46acc3ac4fc6f58b5e121d3ff14faf17d500c79f622c9427dc410ae110f8a3499d6769cbf55d63
7
+ data.tar.gz: 256d362465ad200faebc8e78294557d50bfc2df111557df6e7c975d1b542d3f36376413ba6d216b7be4eec2b359a1014b159d95a676d75fc1feaf4880d6bca71
data/_layouts/home.html CHANGED
@@ -17,6 +17,8 @@ layout: default
17
17
  <p>
18
18
  {{tableFile.welcome-message}}
19
19
  </p>
20
+
21
+
20
22
 
21
23
  <h2 id="logistics">Logistics</h2>
22
24
 
@@ -32,6 +34,10 @@ layout: default
32
34
  <li><a href="{{tableFile.office-hours}}">Office Hours</a></li>
33
35
  <li><a href="{{tableFile.learning-objectives}}">Learning Objective Alignment Sheet</a></li>
34
36
  </ul>
37
+
38
+ <h3 id="catalog-description">Catalog description</h3>
39
+
40
+ {{tableFile.catalog}}
35
41
 
36
42
  {% assign one_day = 1 | times: 24 | times: 60 | times: 60 %}
37
43
  {% assign two_days = 2 | times: 24 | times: 60 | times: 60 %}
@@ -91,7 +97,7 @@ layout: default
91
97
  <tr>
92
98
  {% assign curr_date = curr_date | date: "%s" | plus: two_days %}
93
99
  <td>{{curr_date | date: "%m/%d - %a"}}</td>
94
- <td><a href="{{site.url}}{{page.url}}">{{page_title}}</a>{%if page.layout == "lab"%} 🧪 {%elsif page.layout == "project" %} 📡 {% endif%}</td>
100
+ <td><a href="{{site.url}}{{page.url}}">{{page_title}}</a> <span class="small-text">{{page.slug}}</span>{%if page.layout == "lab"%} 🧪 {%elsif page.layout == "project" %} 📡 {% endif%}</td>
95
101
  <td>{{page.points}}</td>
96
102
  {% assign total_points = total_points | plus: page.points %}
97
103
  </tr>
@@ -126,7 +132,7 @@ layout: default
126
132
  {% endif %}
127
133
  {% assign curr_date = curr_date | date: "%s" | plus: two_days %}
128
134
  <td>{{curr_date | date: "%m/%d - %a"}}</td>
129
- <td><a href="{{site.url}}{{page.url}}">{{page_title}}</a>{%if page.layout == "lab"%} 🧪 {%elsif page.layout == "project" %} 📡 {% endif%}</td>
135
+ <td><a href="{{site.url}}{{page.url}}">{{page_title}}</a> <span class="small-text">{{page.slug}}</span>{%if page.layout == "lab"%} 🧪 {%elsif page.layout == "project" %} 📡 {% endif%}</td>
130
136
  <td>{{page.points}}</td>
131
137
  {% assign total_points = total_points | plus: page.points %}
132
138
  </tr>
data/_layouts/lab.html CHANGED
@@ -13,10 +13,10 @@ layout: course-notoc
13
13
  <a href="https://github.com">GitHub</a> account you will need to create one.
14
14
  </p>
15
15
 
16
- <h3 id="accept-the-assignment">Step 1 - Accept the assignment</h3>
16
+ <h3 id="accept-the-assignment">Accept the assignment</h3>
17
17
 
18
18
  <ul>
19
- <li><a href="{{site.data.semester-info.labs[page.slug]}}">Get the Starter Code</a></li>
19
+ <li>Get the <a href="{{site.data.semester-info.labs[page.slug]}}">Starter Code</a></li>
20
20
  <li>When you accept the assignment it is critical that you select your student email
21
21
  address from the list. If you don’t select your student email address your instructor will not be
22
22
  able to grade your code. If you can’t find your email in the list, contact your instructor ASAP to
@@ -25,45 +25,13 @@ layout: course-notoc
25
25
  <li>
26
26
  Make sure and save the github URL so you can find your assignment later if needed!
27
27
  </li>
28
- </ul>
29
-
30
- {% include youtube.html param="https://www.youtube.com/embed/U1vCFZmtYUA" %}
31
-
32
- <h3 id="clone-the-repository">Step 2 - Clone the repository</h3>
33
-
34
- <ul>
35
28
  <li>
36
- Once you have accepted your assignment you can launch VSCode to clone the starter code to
37
- your local machine.
29
+ Once you accept the assignment it should show up in the class
30
+ <a href="{{site.data.semester-info.github}}">GitHub account</a>
38
31
  </li>
39
32
  </ul>
40
33
 
41
-
42
- {% include youtube.html param="https://www.youtube.com/embed/fiPsHGi3Z_s" %}
43
-
44
- <h3 id="complete-the-lab">Step 3 - Complete the lab</h3>
45
-
46
- <ul>
47
- <li>
48
- The assignment specifications will be located in the README.md in the starter code.
49
- </li>
50
- </ul>
51
-
52
- <h3 id="push-to-github">Step 4 - Push to Github</h3>
53
-
54
- <ul>
55
- <li>
56
- After you have completed the assignment you need to add, commit, and push your code to Github so
57
- it can be graded. Any code that is not pushed by the due date will not be graded and can not be
58
- submitted late.
59
- </li>
60
- <li>
61
- After the due date and late submission deadline have passed your instructor will grade
62
- whatever code you have committed and pushed to your repository.
63
- </li>
64
- </ul>
65
-
66
- {% include youtube.html param="https://www.youtube.com/embed/ersuzAUtTsY" %}
34
+ {% include youtube.html param="https://www.youtube.com/embed/U1vCFZmtYUA" %}
67
35
 
68
36
  <h2 id="points">Grading</h2>
69
37
 
data/_sass/style.scss CHANGED
@@ -272,8 +272,12 @@ a.skip-main:focus, a.skip-main:active {
272
272
 
273
273
  .alert-icon{
274
274
  border-left: solid 10px;
275
- font-size: var(--s3);
275
+ font-size: var(--s3);
276
276
  padding-right: 20px;
277
277
  padding-left: 20px;
278
278
  margin: 0;
279
279
  }
280
+
281
+ .small-text {
282
+ font-size: var(--s-1);
283
+ }
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.20
4
+ version: 1.0.23
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-03-29 00:00:00.000000000 Z
11
+ date: 2022-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll