jekyll-theme-csu-cs 0.1.1 → 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 -451
  4. data/_includes/clone.html +11 -0
  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 -44
  42. data/_sass/parts/_base.scss +535 -520
  43. data/_sass/parts/_calendar.scss +137 -134
  44. data/_sass/parts/_cloneInclude.scss +16 -0
  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 +29 -28
@@ -1,15 +1,15 @@
1
- <ul class="social-media-list">
2
- {%- if site.dribbble_username -%}<li><a href="https://dribbble.com/{{ site.dribbble_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#dribbble' | relative_url }}"></use></svg> <span class="username">{{ site.dribbble_username| escape }}</span></a></li>{%- endif -%}
3
- {%- if site.facebook_username -%}<li><a href="https://www.facebook.com/{{ site.facebook_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#facebook' | relative_url }}"></use></svg> <span class="username">{{ site.facebook_username| escape }}</span></a></li>{%- endif -%}
4
- {%- if site.flickr_username -%}<li><a href="https://www.flickr.com/photos/{{ site.flickr_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#flickr' | relative_url }}"></use></svg> <span class="username">{{ site.flickr_username| escape }}</span></a></li>{%- endif -%}
5
- {%- if site.github_username -%}<li><a href="https://github.com/{{ site.github_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#github' | relative_url }}"></use></svg> <span class="username">{{ site.github_username| escape }}</span></a></li>{%- endif -%}
6
- {%- if site.instagram_username -%}<li><a href="https://instagram.com/{{ site.instagram_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#instagram' | relative_url }}"></use></svg> <span class="username">{{ site.instagram_username| escape }}</span></a></li>{%- endif -%}
7
- {%- if site.linkedin_username -%}<li><a href="https://www.linkedin.com/in/{{ site.linkedin_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#linkedin' | relative_url }}"></use></svg> <span class="username">{{ site.linkedin_username| escape }}</span></a></li>{%- endif -%}
8
- {%- if site.pinterest_username -%}<li><a href="https://www.pinterest.com/{{ site.pinterest_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#pinterest' | relative_url }}"></use></svg> <span class="username">{{ site.pinterest_username| escape }}</span></a></li>{%- endif -%}
9
- {%- for mst in site.mastodon -%}{%- if mst.username and mst.instance -%}<li><a href="https://{{ mst.instance| cgi_escape | escape}}/@{{mst.username}}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#mastodon' | relative_url }}"></use></svg> <span class="username">{{ mst.username|escape }}</span></a></li>{%- endif -%}{%- endfor -%}
10
- {%- if site.twitter_username -%}<li><a href="https://www.twitter.com/{{ site.twitter_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#twitter' | relative_url }}"></use></svg> <span class="username">{{ site.twitter_username| escape }}</span></a></li>{%- endif -%}
11
- {%- if site.youtube_username -%}<li><a href="https://youtube.com/{{ site.youtube_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#youtube' | relative_url }}"></use></svg> <span class="username">{{ site.youtube_username| escape }}</span></a></li>{%- endif -%}
12
- {%- if site.googleplus_username -%}<li><a href="https://plus.google.com/{{ site.googleplus_username| escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#googleplus' | relative_url }}"></use></svg> <span class="username">{{ site.googleplus_username| escape }}</span></a></li>{%- endif -%}
13
- {%- if site.gscholar_username -%}<li><a href="https://scholar.google.com/citations?user={{ site.gscholar_username| escape }}"><i class="ai ai-google-scholar ai-3x"></i> <span class="username">Citations</span></a></li>{%- endif -%}
14
- {%- if site.rss -%}<li><a href="{{ 'feed.xml' | relative_url }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#rss' | relative_url }}"></use></svg> <span>{{ site.rss | escape }}</span></a></li>{%- endif -%}
15
- </ul>
1
+ <ul class="social-media-list">
2
+ {%- if site.dribbble_username -%}<li><a href="https://dribbble.com/{{ site.dribbble_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#dribbble' | relative_url }}"></use></svg> <span class="username">{{ site.dribbble_username| escape }}</span></a></li>{%- endif -%}
3
+ {%- if site.facebook_username -%}<li><a href="https://www.facebook.com/{{ site.facebook_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#facebook' | relative_url }}"></use></svg> <span class="username">{{ site.facebook_username| escape }}</span></a></li>{%- endif -%}
4
+ {%- if site.flickr_username -%}<li><a href="https://www.flickr.com/photos/{{ site.flickr_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#flickr' | relative_url }}"></use></svg> <span class="username">{{ site.flickr_username| escape }}</span></a></li>{%- endif -%}
5
+ {%- if site.github_username -%}<li><a href="https://github.com/{{ site.github_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#github' | relative_url }}"></use></svg> <span class="username">{{ site.github_username| escape }}</span></a></li>{%- endif -%}
6
+ {%- if site.instagram_username -%}<li><a href="https://instagram.com/{{ site.instagram_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#instagram' | relative_url }}"></use></svg> <span class="username">{{ site.instagram_username| escape }}</span></a></li>{%- endif -%}
7
+ {%- if site.linkedin_username -%}<li><a href="https://www.linkedin.com/in/{{ site.linkedin_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#linkedin' | relative_url }}"></use></svg> <span class="username">{{ site.linkedin_username| escape }}</span></a></li>{%- endif -%}
8
+ {%- if site.pinterest_username -%}<li><a href="https://www.pinterest.com/{{ site.pinterest_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#pinterest' | relative_url }}"></use></svg> <span class="username">{{ site.pinterest_username| escape }}</span></a></li>{%- endif -%}
9
+ {%- for mst in site.mastodon -%}{%- if mst.username and mst.instance -%}<li><a href="https://{{ mst.instance| cgi_escape | escape}}/@{{mst.username}}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#mastodon' | relative_url }}"></use></svg> <span class="username">{{ mst.username|escape }}</span></a></li>{%- endif -%}{%- endfor -%}
10
+ {%- if site.twitter_username -%}<li><a href="https://www.twitter.com/{{ site.twitter_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#twitter' | relative_url }}"></use></svg> <span class="username">{{ site.twitter_username| escape }}</span></a></li>{%- endif -%}
11
+ {%- if site.youtube_username -%}<li><a href="https://youtube.com/{{ site.youtube_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#youtube' | relative_url }}"></use></svg> <span class="username">{{ site.youtube_username| escape }}</span></a></li>{%- endif -%}
12
+ {%- if site.googleplus_username -%}<li><a href="https://plus.google.com/{{ site.googleplus_username| escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#googleplus' | relative_url }}"></use></svg> <span class="username">{{ site.googleplus_username| escape }}</span></a></li>{%- endif -%}
13
+ {%- if site.gscholar_username -%}<li><a href="https://scholar.google.com/citations?user={{ site.gscholar_username| escape }}"><i class="ai ai-google-scholar ai-3x"></i> <span class="username">Citations</span></a></li>{%- endif -%}
14
+ {%- if site.rss -%}<li><a href="{{ 'feed.xml' | relative_url }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#rss' | relative_url }}"></use></svg> <span>{{ site.rss | escape }}</span></a></li>{%- endif -%}
15
+ </ul>
@@ -1,22 +1,22 @@
1
- <!DOCTYPE html>
2
- <html lang="{{ page.lang | default: site.lang | default: "en" }}">
3
-
4
- {%- include head.html -%}
5
-
6
- <body>
7
- <div class="mdl-layout mdl-js-layout mdl-layout--fixed-header mdl-layout--no-desktop-drawer-button">
8
- {%- include header.html -%}
9
-
10
- <main class="mdl-layout__content">
11
- {{ content }}
12
-
13
-
14
-
15
-
16
- {%- include footer.html -%}
17
- </main>
18
- </div>
19
-
20
- </body>
21
-
22
- </html>
1
+ <!DOCTYPE html>
2
+ <html lang="{{ page.lang | default: site.lang | default: "en" }}">
3
+
4
+ {%- include head.html -%}
5
+
6
+ <body>
7
+ <div class="mdl-layout mdl-js-layout mdl-layout--fixed-header mdl-layout--no-desktop-drawer-button">
8
+ {%- include header.html -%}
9
+
10
+ <main class="mdl-layout__content">
11
+ {{ content }}
12
+
13
+
14
+
15
+
16
+ {%- include footer.html -%}
17
+ </main>
18
+ </div>
19
+
20
+ </body>
21
+
22
+ </html>
data/_layouts/home.html CHANGED
@@ -1,12 +1,12 @@
1
- ---
2
- layout: page
3
-
4
- ---
5
-
6
- <div class="home">
7
-
8
-
9
- {{ content }}
10
-
11
-
12
- </div>
1
+ ---
2
+ layout: page
3
+
4
+ ---
5
+
6
+ <div class="home">
7
+
8
+
9
+ {{ content }}
10
+
11
+
12
+ </div>
data/_layouts/lab.html CHANGED
@@ -1,3 +1,3 @@
1
- ---
2
- layout: page
1
+ ---
2
+ layout: page
3
3
  ---
data/_layouts/page.html CHANGED
@@ -1,21 +1,21 @@
1
- ---
2
- layout: default
3
- ---
4
- {%- if page.no-title != true -%}
5
- {%- if page.title -%}
6
- <div class="top-bar">
7
- <div class="page-max">
8
- {%- if page.long-title -%}
9
- <h1>{{page.long-title}}</h1>
10
- {%- else -%}
11
- <h1>{{page.title}}</h1>
12
- {%- endif -%}
13
- </div>
14
- </div>
15
- {%- endif -%}
16
- {%- endif -%}
17
- <div class="page-max">
18
- <div class="page-content">
19
- {{content}}
20
- </div>
1
+ ---
2
+ layout: default
3
+ ---
4
+ {%- if page.no-title != true -%}
5
+ {%- if page.title -%}
6
+ <div class="top-bar">
7
+ <div class="page-max">
8
+ {%- if page.long-title -%}
9
+ <h1>{{page.long-title}}</h1>
10
+ {%- else -%}
11
+ <h1>{{page.title}}</h1>
12
+ {%- endif -%}
13
+ </div>
14
+ </div>
15
+ {%- endif -%}
16
+ {%- endif -%}
17
+ <div class="page-max">
18
+ <div class="page-content">
19
+ {{content}}
20
+ </div>
21
21
  </div>
data/_layouts/post.html CHANGED
@@ -1,33 +1,33 @@
1
- ---
2
- layout: default
3
- ---
4
-
5
-
6
- <div class="page-max">
7
- <div class="page-content">
8
- <article class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting">
9
-
10
- <div class="post-header">
11
- <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}</h1>
12
- <p class="post-meta">
13
- <time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
14
- {%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
15
- {{ page.date | date: date_format }}
16
- </time>
17
- {%- if page.author -%}
18
- • <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span class="p-author h-card" itemprop="name">{{ page.author | escape }}</span></span>
19
- {%- endif -%}</p>
20
- </div>
21
-
22
- <div class="post-content e-content" itemprop="articleBody">
23
- {{ content }}
24
- </div>
25
-
26
- {%- if site.disqus.shortname -%}
27
- {%- include disqus_comments.html -%}
28
- {%- endif -%}
29
-
30
- <a class="u-url" href="{{ page.url | relative_url }}" hidden></a>
31
- </article>
32
- </div>
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+
6
+ <div class="page-max">
7
+ <div class="page-content">
8
+ <article class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting">
9
+
10
+ <div class="post-header">
11
+ <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}</h1>
12
+ <p class="post-meta">
13
+ <time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
14
+ {%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
15
+ {{ page.date | date: date_format }}
16
+ </time>
17
+ {%- if page.author -%}
18
+ • <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span class="p-author h-card" itemprop="name">{{ page.author | escape }}</span></span>
19
+ {%- endif -%}</p>
20
+ </div>
21
+
22
+ <div class="post-content e-content" itemprop="articleBody">
23
+ {{ content }}
24
+ </div>
25
+
26
+ {%- if site.disqus.shortname -%}
27
+ {%- include disqus_comments.html -%}
28
+ {%- endif -%}
29
+
30
+ <a class="u-url" href="{{ page.url | relative_url }}" hidden></a>
31
+ </article>
32
+ </div>
33
33
  </div>
@@ -1,44 +1,46 @@
1
- @charset "utf-8";
2
-
3
- // Define defaults for each variable.
4
-
5
- //CSU Colo Scheme from: http://brand.colostate.edu/d/sLlipb6y2ZT4/colorado-state-university-style-guide#/style-guide/color
6
- $green: #1E4D2B;
7
- $light-green: #255f35;
8
- $gold: #C8C372;
9
- $white: #FFFFFF;
10
- $aggie: #D9782D;
11
- $black: #59595B;
12
- $off-white: #cccccc;
13
-
14
- $small-screen: 415px;
15
- $large-screen: 1300px;
16
-
17
-
18
-
19
- // Width of the content area
20
- $content-width: 1027px !default;
21
-
22
- $on-palm: 600px !default;
23
- $on-laptop: 800px !default;
24
-
25
- // Use media queries like this:
26
- // @include media-query($on-palm) {
27
- // .wrapper {
28
- // padding-right: $spacing-unit / 2;
29
- // padding-left: $spacing-unit / 2;
30
- // }
31
- // }
32
- @mixin media-query($device) {
33
- @media screen and (max-width: $device) {
34
- @content;
35
- }
36
- }
37
-
38
-
39
- // Import partials.
40
- @import "parts/base",
41
- "parts/syntax-highlighting",
42
- "parts/_calendar",
43
- "parts/labs"
44
- ;
1
+ @charset "utf-8";
2
+
3
+ // Define defaults for each variable.
4
+
5
+ //CSU Colo Scheme from: http://brand.colostate.edu/d/sLlipb6y2ZT4/colorado-state-university-style-guide#/style-guide/color
6
+ $green: #1E4D2B;
7
+ $light-green: #255f35;
8
+ $gold: #C8C372;
9
+ $white: #FFFFFF;
10
+ $aggie: #D9782D;
11
+ $black: #59595B;
12
+ $off-white: #cccccc;
13
+
14
+ $small-screen: 415px;
15
+ $large-screen: 1300px;
16
+
17
+
18
+
19
+ // Width of the content area
20
+ $content-width: 1027px !default;
21
+
22
+ $on-palm: 600px !default;
23
+ $on-laptop: 800px !default;
24
+
25
+ // Use media queries like this:
26
+ // @include media-query($on-palm) {
27
+ // .wrapper {
28
+ // padding-right: $spacing-unit / 2;
29
+ // padding-left: $spacing-unit / 2;
30
+ // }
31
+ // }
32
+ @mixin media-query($device) {
33
+ @media screen and (max-width: $device) {
34
+ @content;
35
+ }
36
+ }
37
+
38
+
39
+ // Import partials.
40
+ @import "parts/base",
41
+ "parts/syntax-highlighting",
42
+ "parts/_calendar",
43
+ "parts/labs",
44
+ "parts/cloneInclude",
45
+ "parts/contactcard"
46
+ ;