jekyll-theme-csu-cs 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +21 -21
  3. data/README.md +456 -456
  4. data/_includes/clone.html +10 -10
  5. data/_includes/disqus_comments.html +20 -20
  6. data/_includes/footer.html +71 -71
  7. data/_includes/google-analytics.html +11 -11
  8. data/_includes/grading/wholeGradesOnly.html +30 -30
  9. data/_includes/head.html +29 -29
  10. data/_includes/header.html +75 -75
  11. data/_includes/helpdesk.html +109 -109
  12. data/_includes/icon-github.html +1 -1
  13. data/_includes/icon-github.svg +1 -1
  14. data/_includes/icon-twitter.html +1 -1
  15. data/_includes/icon-twitter.svg +1 -1
  16. data/_includes/policies/cheating.html +66 -66
  17. data/_includes/policies/copyrighted.html +6 -6
  18. data/_includes/policies/daca.html +4 -4
  19. data/_includes/policies/diversityStatement.html +2 -2
  20. data/_includes/policies/honorPledge.html +11 -11
  21. data/_includes/policies/netiquette.html +2 -2
  22. data/_includes/policies/policiesAll.html +99 -99
  23. data/_includes/policies/religious.html +13 -13
  24. data/_includes/policies/thirdParty.html +4 -4
  25. data/_includes/policies/title9.html +17 -17
  26. data/_includes/policies/universalDesign.html +34 -34
  27. data/_includes/resources/canvasTech.html +17 -17
  28. data/_includes/resources/counseling.html +4 -4
  29. data/_includes/resources/eclipse.html +27 -27
  30. data/_includes/resources/intelliJ.html +9 -9
  31. data/_includes/resources/randomJavaLinks.html +9 -9
  32. data/_includes/resources/teams.html +7 -7
  33. data/_includes/resources/tilt.html +7 -7
  34. data/_includes/resources/university.html +11 -11
  35. data/_includes/social.html +15 -15
  36. data/_layouts/default.html +22 -22
  37. data/_layouts/home.html +12 -12
  38. data/_layouts/lab.html +2 -2
  39. data/_layouts/page.html +20 -20
  40. data/_layouts/post.html +32 -32
  41. data/_sass/csu-default.scss +46 -46
  42. data/_sass/parts/_base.scss +534 -534
  43. data/_sass/parts/_calendar.scss +137 -137
  44. data/_sass/parts/_cloneInclude.scss +16 -16
  45. data/_sass/parts/_contactcard.scss +78 -78
  46. data/_sass/parts/_labs.scss +46 -46
  47. data/_sass/parts/_syntax-highlighting.scss +81 -81
  48. data/assets/img/ducky.png +0 -0
  49. data/assets/img/signature-mobile.svg +1 -1
  50. data/assets/img/signature-oneline.svg +1 -1
  51. data/assets/img/signature-stacked.svg +1 -1
  52. data/assets/main.scss +7 -7
  53. data/assets/minima-social-icons.svg +38 -38
  54. metadata +27 -28
data/_includes/clone.html CHANGED
@@ -1,11 +1,11 @@
1
- <div class="gitClone">
2
- {% highlight console %}
3
- > git clone {{include.url}}
4
- {%endhighlight%}
5
- {%if include.text%}
6
- <p>Direct:
7
- <a href="{{include.url}}" alt="Direct link to repository: {{include.text}}"
8
- target="{{include.target | _blank}}" >{{include.text}}</a>
9
- </p>
10
- {%endif%}
1
+ <div class="gitClone">
2
+ {% highlight console %}
3
+ > git clone {{include.url}}
4
+ {%endhighlight%}
5
+ {%if include.text%}
6
+ <p>Direct:
7
+ <a href="{{include.url}}" alt="Direct link to repository: {{include.text}}"
8
+ target="{{include.target | _blank}}" >{{include.text}}</a>
9
+ </p>
10
+ {%endif%}
11
11
  </div>
@@ -1,20 +1,20 @@
1
- {%- if page.comments != false and jekyll.environment == "production" -%}
2
-
3
- <div id="disqus_thread"></div>
4
- <script>
5
- var disqus_config = function () {
6
- this.page.url = '{{ page.url | absolute_url }}';
7
- this.page.identifier = '{{ page.url | absolute_url }}';
8
- };
9
-
10
- (function() {
11
- var d = document, s = d.createElement('script');
12
-
13
- s.src = 'https://{{ site.disqus.shortname }}.disqus.com/embed.js';
14
-
15
- s.setAttribute('data-timestamp', +new Date());
16
- (d.head || d.body).appendChild(s);
17
- })();
18
- </script>
19
- <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
20
- {%- endif -%}
1
+ {%- if page.comments != false and jekyll.environment == "production" -%}
2
+
3
+ <div id="disqus_thread"></div>
4
+ <script>
5
+ var disqus_config = function () {
6
+ this.page.url = '{{ page.url | absolute_url }}';
7
+ this.page.identifier = '{{ page.url | absolute_url }}';
8
+ };
9
+
10
+ (function() {
11
+ var d = document, s = d.createElement('script');
12
+
13
+ s.src = 'https://{{ site.disqus.shortname }}.disqus.com/embed.js';
14
+
15
+ s.setAttribute('data-timestamp', +new Date());
16
+ (d.head || d.body).appendChild(s);
17
+ })();
18
+ </script>
19
+ <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
20
+ {%- endif -%}
@@ -1,71 +1,71 @@
1
- <footer class="mdl-mega-footer">
2
-
3
- <div class="upper-bar">
4
-
5
- <div class="page-max">
6
- <div class="mdl-grid">
7
- <div class="mdl-cell mdl-cell--4-col">
8
-
9
- <h3>Computer Science Department</h3>
10
- <p>279 Computer Science Building <br/>
11
- 1100 Centre Avenue <br />
12
- Fort Collins, CO 80523 <br />
13
- Phone: (970) 491-5792<br />
14
- Fax: (970) 491-2466
15
- </p>
16
-
17
- </div>
18
- <div class="mdl-cell mdl-cell--3-col">
19
- <h3>Department</h3>
20
- <ul>
21
- <li><a href="http://compsci.colostate.edu/courses/">Courses</a></li>
22
- <li><a href="http://compsci.colostate.edu/degrees/">Degrees</a></li>
23
- <li><a href="http://compsci.colostate.edu/people/">Faculty & Staff</a></li>
24
- <li><a href="http://compsci.colostate.edu/future-students/">Prospective Students</a></li>
25
- </ul>
26
-
27
- </div>
28
- <div class="mdl-cell mdl-cell--5-col">
29
- {%- if site.title -%}
30
- <h3>{{site.title | escape}}</h3>
31
- {%- endif -%}
32
- {%- if site.description -%}
33
- <p>{{site.description | escape}}</p>
34
- {%- endif -%}
35
- {%- include social.html -%}
36
- </div>
37
- </div>
38
- </div>
39
- </div>
40
-
41
- <div class="mdl-mini-footer footer">
42
- <div class="mdl-mini-footer__left-section">
43
- <p>
44
- <a href="http://admissions.colostate.edu/">Apply to CSU</a>
45
- <a href="http://www.colostate.edu/info-contact.aspx">Contact CSU</a>
46
- <a href="http://www.colostate.edu/info-disclaimer.aspx">Disclaimer</a>
47
- <a href="http://www.colostate.edu/info-equalop.aspx">Equal Opportunity</a>
48
- <a href="http://www.colostate.edu/info-privacy.aspx">Privacy Statement</a>
49
- </p>
50
- <p class="small">
51
- &copy; {{'now' | date: "%Y"}} Colorado State University - Computer Science Department, Fort Collins, CO 80523
52
- </p>
53
- </div>
54
-
55
- <div class="mdl-mini-footer__right-section">
56
- <span class="mdl-layout--large-screen-only">
57
- <img class="csu-logo-large" src="{{ "/assets/img/signature-oneline.svg" | relative_url }}"
58
- alt="Colorado State University Logo" /> <span class="larger-text"> </span>
59
- </span>
60
-
61
- </div>
62
- </div>
63
-
64
-
65
- </footer>
66
-
67
- <script defer src="https://code.getmdl.io/1.3.0/material.min.js"></script>
68
-
69
- <!--<script src="{{ "/bower_components/material-design-lite/material.min.js" | relative_url }}"></script>-->
70
-
71
-
1
+ <footer class="mdl-mega-footer">
2
+
3
+ <div class="upper-bar">
4
+
5
+ <div class="page-max">
6
+ <div class="mdl-grid">
7
+ <div class="mdl-cell mdl-cell--4-col">
8
+
9
+ <h3>Computer Science Department</h3>
10
+ <p>279 Computer Science Building <br/>
11
+ 1100 Centre Avenue <br />
12
+ Fort Collins, CO 80523 <br />
13
+ Phone: (970) 491-5792<br />
14
+ Fax: (970) 491-2466
15
+ </p>
16
+
17
+ </div>
18
+ <div class="mdl-cell mdl-cell--3-col">
19
+ <h3>Department</h3>
20
+ <ul>
21
+ <li><a href="http://compsci.colostate.edu/courses/">Courses</a></li>
22
+ <li><a href="http://compsci.colostate.edu/degrees/">Degrees</a></li>
23
+ <li><a href="http://compsci.colostate.edu/people/">Faculty & Staff</a></li>
24
+ <li><a href="http://compsci.colostate.edu/future-students/">Prospective Students</a></li>
25
+ </ul>
26
+
27
+ </div>
28
+ <div class="mdl-cell mdl-cell--5-col">
29
+ {%- if site.title -%}
30
+ <h3>{{site.title | escape}}</h3>
31
+ {%- endif -%}
32
+ {%- if site.description -%}
33
+ <p>{{site.description | escape}}</p>
34
+ {%- endif -%}
35
+ {%- include social.html -%}
36
+ </div>
37
+ </div>
38
+ </div>
39
+ </div>
40
+
41
+ <div class="mdl-mini-footer footer">
42
+ <div class="mdl-mini-footer__left-section">
43
+ <p>
44
+ <a href="http://admissions.colostate.edu/">Apply to CSU</a>
45
+ <a href="http://www.colostate.edu/info-contact.aspx">Contact CSU</a>
46
+ <a href="http://www.colostate.edu/info-disclaimer.aspx">Disclaimer</a>
47
+ <a href="http://www.colostate.edu/info-equalop.aspx">Equal Opportunity</a>
48
+ <a href="http://www.colostate.edu/info-privacy.aspx">Privacy Statement</a>
49
+ </p>
50
+ <p class="small">
51
+ &copy; {{'now' | date: "%Y"}} Colorado State University - Computer Science Department, Fort Collins, CO 80523
52
+ </p>
53
+ </div>
54
+
55
+ <div class="mdl-mini-footer__right-section">
56
+ <span class="mdl-layout--large-screen-only">
57
+ <img class="csu-logo-large" src="{{ "/assets/img/signature-oneline.svg" | relative_url }}"
58
+ alt="Colorado State University Logo" /> <span class="larger-text"> </span>
59
+ </span>
60
+
61
+ </div>
62
+ </div>
63
+
64
+
65
+ </footer>
66
+
67
+ <script defer src="https://code.getmdl.io/1.3.0/material.min.js"></script>
68
+
69
+ <!--<script src="{{ "/bower_components/material-design-lite/material.min.js" | relative_url }}"></script>-->
70
+
71
+
@@ -1,11 +1,11 @@
1
- <script>
2
- if(!(window.doNotTrack === "1" || navigator.doNotTrack === "1" || navigator.doNotTrack === "yes" || navigator.msDoNotTrack === "1")) {
3
- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
4
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
5
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
6
- })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
7
- ga('create', '{{ site.google_analytics }}', 'auto');
8
- ga('send', 'pageview');
9
- }
10
- </script>
11
-
1
+ <script>
2
+ if(!(window.doNotTrack === "1" || navigator.doNotTrack === "1" || navigator.doNotTrack === "yes" || navigator.msDoNotTrack === "1")) {
3
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
4
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
5
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
6
+ })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
7
+ ga('create', '{{ site.google_analytics }}', 'auto');
8
+ ga('send', 'pageview');
9
+ }
10
+ </script>
11
+
@@ -1,30 +1,30 @@
1
- <table>
2
- <thead>
3
- <tr>
4
- <th>Letter Grade</th>
5
- <th style="text-align: center">Points</th>
6
- </tr>
7
- </thead>
8
- <tbody>
9
- <tr>
10
- <td>A</td>
11
- <td style="text-align: center">≥ 90%</td>
12
- </tr>
13
- <tr>
14
- <td>B</td>
15
- <td style="text-align: center">≥ 80%</td>
16
- </tr>
17
- <tr>
18
- <td>C</td>
19
- <td style="text-align: center">≥ 70%</td>
20
- </tr>
21
- <tr>
22
- <td>D</td>
23
- <td style="text-align: center">≥ 60%</td>
24
- </tr>
25
- <tr>
26
- <td>F</td>
27
- <td style="text-align: center">&lt; 60%</td>
28
- </tr>
29
- </tbody>
30
- </table>
1
+ <table>
2
+ <thead>
3
+ <tr>
4
+ <th>Letter Grade</th>
5
+ <th style="text-align: center">Points</th>
6
+ </tr>
7
+ </thead>
8
+ <tbody>
9
+ <tr>
10
+ <td>A</td>
11
+ <td style="text-align: center">≥ 90%</td>
12
+ </tr>
13
+ <tr>
14
+ <td>B</td>
15
+ <td style="text-align: center">≥ 80%</td>
16
+ </tr>
17
+ <tr>
18
+ <td>C</td>
19
+ <td style="text-align: center">≥ 70%</td>
20
+ </tr>
21
+ <tr>
22
+ <td>D</td>
23
+ <td style="text-align: center">≥ 60%</td>
24
+ </tr>
25
+ <tr>
26
+ <td>F</td>
27
+ <td style="text-align: center">&lt; 60%</td>
28
+ </tr>
29
+ </tbody>
30
+ </table>
data/_includes/head.html CHANGED
@@ -1,29 +1,29 @@
1
- <head>
2
- <meta charset="utf-8">
3
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
4
- <meta name="viewport" content="width=device-width, initial-scale=1">
5
- {%- seo -%}
6
-
7
- <!-- scholar icon - https://jpswalsh.github.io/academicons/ -->
8
- <link rel="stylesheet" href="https://cdn.rawgit.com/jpswalsh/academicons/master/css/academicons.min.css">
9
-
10
- <!-- Material Design styles -->
11
- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&amp;lang=en">
12
- <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
13
- <!-- <link rel="stylesheet" href="{{ "/bower_components/material-design-lite/material.min.css" | relative_url }}"> -->
14
- <link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.green-orange.min.css" />
15
-
16
- <!-- CSU required fonts -->
17
- <link rel="stylesheet" href="http:////static.colostate.edu/fonts/proxima-nova/proxima.css">
18
- <link rel="stylesheet" href="http://static.colostate.edu/fonts/proxima-nova/proxima.css">
19
- <link rel="stylesheet" href="http://static.colostate.edu/fonts/factoria/factoria.css">
20
-
21
-
22
- <link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
23
-
24
- {%- feed_meta -%}
25
- {%- if jekyll.environment == 'production' and site.google_analytics -%}
26
- {%- include google-analytics.html -%}
27
- {%- endif -%}
28
-
29
- </head>
1
+ <head>
2
+ <meta charset="utf-8">
3
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
4
+ <meta name="viewport" content="width=device-width, initial-scale=1">
5
+ {%- seo -%}
6
+
7
+ <!-- scholar icon - https://jpswalsh.github.io/academicons/ -->
8
+ <link rel="stylesheet" href="https://cdn.rawgit.com/jpswalsh/academicons/master/css/academicons.min.css">
9
+
10
+ <!-- Material Design styles -->
11
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&amp;lang=en">
12
+ <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
13
+ <!-- <link rel="stylesheet" href="{{ "/bower_components/material-design-lite/material.min.css" | relative_url }}"> -->
14
+ <link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.green-orange.min.css" />
15
+
16
+ <!-- CSU required fonts -->
17
+ <link rel="stylesheet" href="http:////static.colostate.edu/fonts/proxima-nova/proxima.css">
18
+ <link rel="stylesheet" href="http://static.colostate.edu/fonts/proxima-nova/proxima.css">
19
+ <link rel="stylesheet" href="http://static.colostate.edu/fonts/factoria/factoria.css">
20
+
21
+
22
+ <link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
23
+
24
+ {%- feed_meta -%}
25
+ {%- if jekyll.environment == 'production' and site.google_analytics -%}
26
+ {%- include google-analytics.html -%}
27
+ {%- endif -%}
28
+
29
+ </head>
@@ -1,75 +1,75 @@
1
- <header class="header mdl-layout__header">
2
-
3
- <div class="page-max mdl-layout__header-row">
4
- <!-- Title -->
5
- <span class="mdl-layout-title mdl-layout--large-screen-only">
6
- <img class="csu-logo-large" src="{{ "/assets/img/signature-oneline.svg" | relative_url }}"
7
- alt="Colorado State University Logo" /> <span class="larger-text"> | {{site.title}}</span>
8
- </span>
9
-
10
-
11
-
12
- <span class="mdl-layout-title mdl-layout--small-screen-only">
13
- <img class="csu-logo-small" src="{{ "/assets/img/signature-mobile.svg" | relative_url }}"
14
- alt="Colorado State University Logo" /> <span class="smaller-text"> | {{site.title}}</span>
15
- </span>
16
- </div>
17
- <div class="level-2">
18
- <div class="page-max mdl-layout__header-row ">
19
-
20
-
21
-
22
- <div class="mdl-layout-spacer"></div>
23
-
24
- <nav class="mdl-navigation mdl-layout--large-screen-only nav-bar">
25
- {% assign sorted_pages = site.pages | sort:"order" %}
26
- {%- for my_page in sorted_pages -%}
27
- {%- if my_page.title -%}
28
-
29
- {%- unless my_page.no-nav -%}
30
- <a class="mdl-navigation__link" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
31
- {%- endunless -%}
32
-
33
- {%- endif -%}
34
- {%- endfor -%}
35
-
36
- {%- if site.top-nav-external -%}
37
- <span class="spacer"> | </span>
38
- {%- for extern in site.top-nav-external -%}
39
- <a class="mdl-navigation__link" href="{{extern.url}}">{{extern.title | escape}}</a>
40
- {%- endfor -%}
41
- {%- endif -%}
42
-
43
- </nav>
44
- </div>
45
- </div>
46
-
47
-
48
-
49
-
50
- </header>
51
-
52
- <div class="drawer mdl-layout__drawer">
53
- <span class="mdl-layout-title">
54
- <span class="title-card">{{site.title}}</span><br>
55
- <span class="smaller">Computer Science</span>
56
- </span>
57
-
58
- <nav class="mdl-navigation">
59
- {% assign sorted_pages = site.pages | sort:"order" %}
60
- {%- for my_page in sorted_pages -%}
61
- {%- if my_page.title -%}
62
- {%- unless my_page.no-nav -%}
63
- <a class="mdl-navigation__link" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
64
- {%- endunless -%}
65
- {%- endif -%}
66
- {%- endfor -%}
67
-
68
- {%- for extern in site.top-nav-external -%}
69
- <a class="mdl-navigation__link" href="{{extern.url}}">{{extern.title | escape}}</a>
70
- {%- endfor -%}
71
-
72
-
73
-
74
- </nav>
75
- </div>
1
+ <header class="header mdl-layout__header">
2
+
3
+ <div class="page-max mdl-layout__header-row">
4
+ <!-- Title -->
5
+ <span class="mdl-layout-title mdl-layout--large-screen-only">
6
+ <img class="csu-logo-large" src="{{ "/assets/img/signature-oneline.svg" | relative_url }}"
7
+ alt="Colorado State University Logo" /> <span class="larger-text"> | {{site.title}}</span>
8
+ </span>
9
+
10
+
11
+
12
+ <span class="mdl-layout-title mdl-layout--small-screen-only">
13
+ <img class="csu-logo-small" src="{{ "/assets/img/signature-mobile.svg" | relative_url }}"
14
+ alt="Colorado State University Logo" /> <span class="smaller-text"> | {{site.title}}</span>
15
+ </span>
16
+ </div>
17
+ <div class="level-2">
18
+ <div class="page-max mdl-layout__header-row ">
19
+
20
+
21
+
22
+ <div class="mdl-layout-spacer"></div>
23
+
24
+ <nav class="mdl-navigation mdl-layout--large-screen-only nav-bar">
25
+ {% assign sorted_pages = site.pages | sort:"order" %}
26
+ {%- for my_page in sorted_pages -%}
27
+ {%- if my_page.title -%}
28
+
29
+ {%- unless my_page.no-nav -%}
30
+ <a class="mdl-navigation__link" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
31
+ {%- endunless -%}
32
+
33
+ {%- endif -%}
34
+ {%- endfor -%}
35
+
36
+ {%- if site.top-nav-external -%}
37
+ <span class="spacer"> | </span>
38
+ {%- for extern in site.top-nav-external -%}
39
+ <a class="mdl-navigation__link" href="{{extern.url}}">{{extern.title | escape}}</a>
40
+ {%- endfor -%}
41
+ {%- endif -%}
42
+
43
+ </nav>
44
+ </div>
45
+ </div>
46
+
47
+
48
+
49
+
50
+ </header>
51
+
52
+ <div class="drawer mdl-layout__drawer">
53
+ <span class="mdl-layout-title">
54
+ <span class="title-card">{{site.title}}</span><br>
55
+ <span class="smaller">Computer Science</span>
56
+ </span>
57
+
58
+ <nav class="mdl-navigation">
59
+ {% assign sorted_pages = site.pages | sort:"order" %}
60
+ {%- for my_page in sorted_pages -%}
61
+ {%- if my_page.title -%}
62
+ {%- unless my_page.no-nav -%}
63
+ <a class="mdl-navigation__link" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
64
+ {%- endunless -%}
65
+ {%- endif -%}
66
+ {%- endfor -%}
67
+
68
+ {%- for extern in site.top-nav-external -%}
69
+ <a class="mdl-navigation__link" href="{{extern.url}}">{{extern.title | escape}}</a>
70
+ {%- endfor -%}
71
+
72
+
73
+
74
+ </nav>
75
+ </div>