shanep-class 1.0.18 โ†’ 1.0.21

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: 225ee9e41a8706c7481fe38449a01d3c67cc3ab08ae4d263a803057a77f5e874
4
+ data.tar.gz: ad8ab8668a35017a5b4fecf988db8ca837dc5954afb243273336555f92be5532
5
5
  SHA512:
6
- metadata.gz: 3cc225ffced45b728071e2c25911e090cb08effaa060cab3e946514894886ac08e7ec7c316bf4a6540a4e4e723b3dade3bc7594dc1365791d371ec032da0b8da
7
- data.tar.gz: 242636e5049dc3ac2506118303be42f69e28bb7470131903b5edb4b0a868ada354e75fa7cc1820d077dcea58a26a4db067b6b0ade70c61b5d15150b979345754
6
+ metadata.gz: 14d7afab5a1af412efab79c18e7bb52f2694b6c4a25dd0b45e457dd100f943e065b068efadcaac85322e352d3ff7ae1f18d57c26c89f573d7a617cc4e158b639
7
+ data.tar.gz: eaf57d0a08f8f2b5b55d762b8cfe2309b133fc45d8ac456a1059c6c76f4f2a522cba92b7b20e3158ecd47e55ac049d1d8cab3d575e741a0f0e8be995cb36b50e
data/_layouts/home.html CHANGED
@@ -91,7 +91,7 @@ layout: default
91
91
  <tr>
92
92
  {% assign curr_date = curr_date | date: "%s" | plus: two_days %}
93
93
  <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>
94
+ <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
95
  <td>{{page.points}}</td>
96
96
  {% assign total_points = total_points | plus: page.points %}
97
97
  </tr>
@@ -126,7 +126,7 @@ layout: default
126
126
  {% endif %}
127
127
  {% assign curr_date = curr_date | date: "%s" | plus: two_days %}
128
128
  <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>
129
+ <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
130
  <td>{{page.points}}</td>
131
131
  {% assign total_points = total_points | plus: page.points %}
132
132
  </tr>
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
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,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.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - shane panter