jekyll-theme-csu-cs 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (56) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +451 -0
  4. data/_includes/disqus_comments.html +20 -0
  5. data/_includes/footer.html +71 -0
  6. data/_includes/google-analytics.html +11 -0
  7. data/_includes/grading/wholeGradesOnly.html +30 -0
  8. data/_includes/head.html +29 -0
  9. data/_includes/header.html +75 -0
  10. data/_includes/helpdesk.html +110 -0
  11. data/_includes/icon-github.html +1 -0
  12. data/_includes/icon-github.svg +1 -0
  13. data/_includes/icon-twitter.html +1 -0
  14. data/_includes/icon-twitter.svg +1 -0
  15. data/_includes/policies/cheating.html +66 -0
  16. data/_includes/policies/copyrighted.html +7 -0
  17. data/_includes/policies/daca.html +5 -0
  18. data/_includes/policies/diversityStatement.html +3 -0
  19. data/_includes/policies/honorPledge.html +12 -0
  20. data/_includes/policies/netiquette.html +3 -0
  21. data/_includes/policies/policiesAll.html +99 -0
  22. data/_includes/policies/religious.html +14 -0
  23. data/_includes/policies/thirdParty.html +5 -0
  24. data/_includes/policies/title9.html +18 -0
  25. data/_includes/policies/universalDesign.html +35 -0
  26. data/_includes/resources/canvasTech.html +17 -0
  27. data/_includes/resources/counseling.html +5 -0
  28. data/_includes/resources/eclipse.html +27 -0
  29. data/_includes/resources/intelliJ.html +9 -0
  30. data/_includes/resources/randomJavaLinks.html +9 -0
  31. data/_includes/resources/teams.html +8 -0
  32. data/_includes/resources/tilt.html +8 -0
  33. data/_includes/resources/university.html +11 -0
  34. data/_includes/social.html +15 -0
  35. data/_layouts/default.html +22 -0
  36. data/_layouts/home.html +12 -0
  37. data/_layouts/lab.html +3 -0
  38. data/_layouts/page.html +21 -0
  39. data/_layouts/post.html +33 -0
  40. data/_sass/csu-default.scss +44 -0
  41. data/_sass/parts/_base.scss +520 -0
  42. data/_sass/parts/_calendar.scss +135 -0
  43. data/_sass/parts/_contactcard.scss +79 -0
  44. data/_sass/parts/_labs.scss +47 -0
  45. data/_sass/parts/_syntax-highlighting.scss +81 -0
  46. data/assets/img/CSU-Official-wrdmrk-357-617.png +0 -0
  47. data/assets/img/CSU-Ram-357-617.png +0 -0
  48. data/assets/img/CSU-Signature-Stacked-357-617-rev.png +0 -0
  49. data/assets/img/ducky.png +0 -0
  50. data/assets/img/msteamsformat.png +0 -0
  51. data/assets/img/signature-mobile.svg +2 -0
  52. data/assets/img/signature-oneline.svg +2 -0
  53. data/assets/img/signature-stacked.svg +2 -0
  54. data/assets/main.scss +7 -0
  55. data/assets/minima-social-icons.svg +38 -0
  56. metadata +168 -0
@@ -0,0 +1,135 @@
1
+ /* declare a 7 column grid on the table */
2
+
3
+ #help-desk {
4
+ padding: 20px 20px 20px 20px;
5
+
6
+
7
+ }
8
+
9
+ #calendar {
10
+ width: 100%;
11
+ display: grid;
12
+ grid-template-columns: repeat(8, 1fr);
13
+ border: 0;
14
+ }
15
+
16
+ #calendar tr, #calendar tbody {
17
+ grid-column: 1 / -1;
18
+ display: grid;
19
+ grid-template-columns: repeat(8, 1fr);
20
+ width: 100%;
21
+ }
22
+
23
+ caption {
24
+ text-align: center;
25
+ grid-column: 1 / -1;
26
+ font-size: 130%;
27
+ font-weight: bold;
28
+ padding: 10px 0;
29
+ }
30
+
31
+ #calendar a {
32
+ color: $aggie;
33
+ text-decoration: none;
34
+ }
35
+
36
+ #calendar .weekdays #time {
37
+ background-color: white;
38
+ color: $green;
39
+
40
+ }
41
+
42
+ #calendar .weekdays {
43
+ background: $light-green;
44
+ }
45
+
46
+
47
+ #calendar .weekdays th {
48
+ text-align: center;
49
+ text-transform: uppercase;
50
+ line-height: 20px;
51
+ border: none !important;
52
+ padding: 10px 6px;
53
+ color: #fff;
54
+ font-size: 13px;
55
+ }
56
+
57
+ #calendar td {
58
+ display: flex;
59
+ flex-direction: column;
60
+ text-align: center;
61
+ }
62
+
63
+
64
+ td.time {
65
+ vertical-align: bottom;
66
+ text-align: center;
67
+ }
68
+
69
+ #calendar .open {
70
+ background-color: $gold;
71
+ font-weight: bold;
72
+ color: $green;
73
+ }
74
+
75
+ #calendar .open a {
76
+ color: $green;
77
+ }
78
+
79
+ #calendar .day {
80
+ display:none;
81
+ }
82
+
83
+ /* ============================
84
+ Mobile Responsiveness
85
+ ============================*/
86
+
87
+
88
+ @media(max-width: $on-palm) {
89
+
90
+ #calendar .weekdays, #calendar .other-month {
91
+ display: none;
92
+ }
93
+
94
+ #calendar li {
95
+ height: auto !important;
96
+ border: 1px solid #ededed;
97
+ width: 100%;
98
+ padding: 10px;
99
+ margin-bottom: -1px;
100
+ }
101
+
102
+ #calendar, #calendar tr, #calendar tbody {
103
+ grid-template-columns: 1fr;
104
+ }
105
+
106
+ #calendar tr {
107
+ grid-column: 1 / 2;
108
+ }
109
+
110
+ #calendar td .day {
111
+ text-align: center;
112
+ padding: 4px;
113
+ background: #333;
114
+ color: #fff;
115
+ width: 20px;
116
+ border-radius: 50%;
117
+ flex: 0 0 auto;
118
+ align-self: flex-end;
119
+ justify-content: right;
120
+ display: inline;
121
+ }
122
+
123
+ #calendar .shift {
124
+ align-self: center;
125
+ justify-content: center;
126
+ flex-grow: 1;
127
+ }
128
+
129
+ #calendar td {
130
+ flex-direction: row;
131
+ }
132
+
133
+
134
+
135
+ }
@@ -0,0 +1,79 @@
1
+ .page-content {
2
+
3
+ .contact-card {
4
+ display: block;
5
+ margin-left: 0;
6
+ margin-right: auto;
7
+ width: 225px;
8
+ border: solid 4px $green;
9
+ min-height: 200px;
10
+ box-shadow: 5px 5px 3px $gold;
11
+ margin-top:20px;
12
+ text-align: center;
13
+ padding-left: 10px;
14
+ padding-right: 10px;
15
+ padding-bottom: 10px;
16
+ padding-top: 10px;
17
+
18
+ @media screen and (min-width: 1025px) {
19
+
20
+ margin-top: 30px;
21
+ }
22
+
23
+ img {
24
+ margin-left:auto;
25
+ margin-right:auto;
26
+ }
27
+
28
+ @media screen and (max-width: 490px) {
29
+ margin-left: auto;
30
+ }
31
+
32
+ @media screen and (min-width: 490px) {
33
+ width: 450px;
34
+
35
+
36
+ img {
37
+ float: left;
38
+ padding-right: 10px;
39
+ }
40
+ }
41
+
42
+
43
+ h1 {
44
+ margin-top: 0px;
45
+ line-height: 1.2em;
46
+ margin-bottom: 0px;
47
+ padding-bottom: 0px;
48
+ letter-spacing: 0.1em;
49
+ }
50
+
51
+ h2 {
52
+ font-size: 1em;
53
+ margin-left: 0px;
54
+ margin-top: 0px;
55
+ margin-bottom: 0px;
56
+ margin-right: 0px;
57
+ padding-top: 3px;
58
+ padding-bottom: 3px;
59
+ padding-right: 0px;
60
+ padding-left: 0px;
61
+ line-height: 1em;
62
+ color: $black;
63
+ }
64
+
65
+ h2+p {
66
+ margin-top: 10px;
67
+ }
68
+
69
+ p {
70
+ margin-top: 0px;
71
+ margin-bottom: 0px;
72
+ padding-top:0px;
73
+ padding-bottom: 0px;
74
+ line-height: 1.3em;
75
+ }
76
+
77
+ } // end contact card
78
+
79
+ }
@@ -0,0 +1,47 @@
1
+ .embedded-video {
2
+ width:400px;
3
+ float:right;
4
+ padding: 5px 5px 5px 5px;
5
+ }
6
+
7
+ .lab-image {
8
+ width: 300px;
9
+ border: 1px solid $light-green;
10
+ }
11
+
12
+ .float-right {
13
+ float:right;
14
+ margin-left: 15px;
15
+ margin-bottom: 15px;
16
+ }
17
+
18
+ blockquote p {
19
+ padding: 5px 10px 5px 10px;
20
+ margin-bottom: 0px;
21
+ background-color: $gold;
22
+ clear:both;
23
+ }
24
+
25
+
26
+ blockquote:before, blockquote::after {
27
+ content: none !important;
28
+ }
29
+
30
+ .image-instructions {
31
+
32
+ figure {
33
+ height: 100%;
34
+ display: inline-block;
35
+ padding-right: 5px;
36
+
37
+ figcaption {
38
+ font-size: 0.9em;
39
+ text-align: center;
40
+ }
41
+ }
42
+
43
+
44
+
45
+
46
+
47
+ }
@@ -0,0 +1,81 @@
1
+ /**
2
+ * Syntax highlighting styles
3
+ */
4
+ .highlight {
5
+ background: #fff;
6
+
7
+ /*@extend %vertical-rhythm;*/
8
+
9
+
10
+
11
+
12
+ .highlighter-rouge & {
13
+
14
+
15
+ pre {
16
+ display: inline-block;
17
+ padding: 10px 10px 10px 10px
18
+ }
19
+ }
20
+
21
+
22
+ .c { color: #998; font-style: italic } // Comment
23
+ .err { color: #a61717; background-color: #e3d2d2 } // Error
24
+ .k { font-weight: bold } // Keyword
25
+ .o { font-weight: bold } // Operator
26
+ .cm { color: #998; font-style: italic } // Comment.Multiline
27
+ .cp { color: #999; font-weight: bold } // Comment.Preproc
28
+ .c1 { color: #998; font-style: italic } // Comment.Single
29
+ .cs { color: #999; font-weight: bold; font-style: italic } // Comment.Special
30
+ .gd { color: #000; background-color: #fdd } // Generic.Deleted
31
+ .gd .x { color: #000; background-color: #faa } // Generic.Deleted.Specific
32
+ .ge { font-style: italic } // Generic.Emph
33
+ .gr { color: #a00 } // Generic.Error
34
+ .gh { color: #999 } // Generic.Heading
35
+ .gi { color: #000; background-color: #dfd } // Generic.Inserted
36
+ .gi .x { color: #000; background-color: #afa } // Generic.Inserted.Specific
37
+ .go { color: #888 } // Generic.Output
38
+ .gp { color: #555 } // Generic.Prompt
39
+ .gs { font-weight: bold } // Generic.Strong
40
+ .gu { color: #aaa } // Generic.Subheading
41
+ .gt { color: #a00 } // Generic.Traceback
42
+ .kc { font-weight: bold } // Keyword.Constant
43
+ .kd { font-weight: bold } // Keyword.Declaration
44
+ .kp { font-weight: bold } // Keyword.Pseudo
45
+ .kr { font-weight: bold } // Keyword.Reserved
46
+ .kt { color: #458; font-weight: bold } // Keyword.Type
47
+ .m { color: #099 } // Literal.Number
48
+ .s { color: #d14 } // Literal.String
49
+ .na { color: #008080 } // Name.Attribute
50
+ .nb { color: #0086B3 } // Name.Builtin
51
+ .nc { color: #458; font-weight: bold } // Name.Class
52
+ .no { color: #008080 } // Name.Constant
53
+ .ni { color: #800080 } // Name.Entity
54
+ .ne { color: #900; font-weight: bold } // Name.Exception
55
+ .nf { color: #900; font-weight: bold } // Name.Function
56
+ .nn { color: #555 } // Name.Namespace
57
+ .nt { color: #000080 } // Name.Tag
58
+ .nv { color: #008080 } // Name.Variable
59
+ .ow { font-weight: bold } // Operator.Word
60
+ .w { color: #bbb } // Text.Whitespace
61
+ .mf { color: #099 } // Literal.Number.Float
62
+ .mh { color: #099 } // Literal.Number.Hex
63
+ .mi { color: #099 } // Literal.Number.Integer
64
+ .mo { color: #099 } // Literal.Number.Oct
65
+ .sb { color: #d14 } // Literal.String.Backtick
66
+ .sc { color: #d14 } // Literal.String.Char
67
+ .sd { color: #d14 } // Literal.String.Doc
68
+ .s2 { color: #d14 } // Literal.String.Double
69
+ .se { color: #d14 } // Literal.String.Escape
70
+ .sh { color: #d14 } // Literal.String.Heredoc
71
+ .si { color: #d14 } // Literal.String.Interpol
72
+ .sx { color: #d14 } // Literal.String.Other
73
+ .sr { color: #009926 } // Literal.String.Regex
74
+ .s1 { color: #d14 } // Literal.String.Single
75
+ .ss { color: #990073 } // Literal.String.Symbol
76
+ .bp { color: #999 } // Name.Builtin.Pseudo
77
+ .vc { color: #008080 } // Name.Variable.Class
78
+ .vg { color: #008080 } // Name.Variable.Global
79
+ .vi { color: #008080 } // Name.Variable.Instance
80
+ .il { color: #099 } // Literal.Number.Integer.Long
81
+ }
File without changes
Binary file
File without changes
Binary file
@@ -0,0 +1,2 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 145 53" enable-background="new 0 0 145 53"><g fill="#fff"><path d="m79.8 9.3h-10.2c-4.5 0-7 2.3-7 6.4v18c0 4.1 2.5 6.4 7 6.4h10.2c4.5 0 7-2.3 7-6.4v-4.8h-6.8v4.5c0 .4-.1.9-1.1.9h-8.6c-.9 0-1-.4-1-.9v-17.5c0-.5.1-.9 1-.9h8.7c1 0 1.1.4 1.1.9v4.5h6.8v-4.8c-.1-4.1-2.5-6.3-7.1-6.3"/><path d="m108.2 22.4l-8.5-1.7c-1.5-.3-1.6-.6-1.6-1.4v-3.4c0-.4.1-.9 1.1-.9h7.9c.9 0 1 .4 1 .9v3.6h6.7v-3.8c0-4.1-2.5-6.4-7-6.4h-9.4c-4.5 0-7 2.3-7 6.4v4.3c0 4.5 3.4 5.8 7.1 6.5l8.5 1.7c1.5.3 1.6.6 1.6 1.4v3.8c0 .5-.2.9-1 .9h-8.6c-.9 0-1-.4-1-.9v-3.9h-6.7v4.1c0 4.1 2.5 6.4 7 6.4h10c4.5 0 7-2.3 7-6.4v-4.7c0-4.7-3.6-5.8-7.1-6.5"/><path d="m137.4 9.3v24.1c0 .5-.1.9-1 .9h-9c-1 0-1.1-.4-1.1-.9v-24.1h-6.8v24.4c0 4.1 2.5 6.4 7 6.4h10.6c4.5 0 7-2.3 7-6.4v-24.4h-6.7"/></g><g fill="#cbc46e"><path d="m26.5 51.8c-14 0-25.3-11.4-25.3-25.3 0-14 11.4-25.3 25.3-25.3 14 0 25.3 11.4 25.3 25.3 0 13.9-11.4 25.3-25.3 25.3"/><path d="M26.5,52.9C11.9,52.9,0,41,0,26.4C0,11.9,11.9,0,26.5,0C41,0,52.9,11.9,52.9,26.4C52.9,41,41,52.9,26.5,52.9
2
+ z"/></g><path d="m26.5 1.1c-14 0-25.4 11.4-25.4 25.3 0 14 11.4 25.4 25.4 25.4 14 0 25.3-11.4 25.3-25.4 0-13.9-11.4-25.3-25.3-25.3" fill="#004c23"/><g fill="#fff"><path d="m22.5 32.4c.7-1.1 1.4-3.4 1-4.4-.7-.3-1.5-.8-2-1.6-.5-.7-.8-1.5-1.7-1.8-.6-.2-1.2-.1-1.7.2-.8.4-1 1.5-1.1 2.3-.1 1.7.3 4.3 1 5.9.4 1.2 1.5 3.2 2.8 5.1-.4-2.9 1.3-4.9 1.7-5.7m-2.3-3.8c-.3-.6-1.2-.5-1.6-.7-.7-.4-.6-1.4 0-1.9.8-.7 2.9 1.6 2.4 3.5-.2 0-.3-.1-.8-.9"/><path d="m15.8 21.4c-.9.2-1.1 1.5-.4 2.3-.6-.1-1.6-.9-3.8-.2-.8.2-1.7.5-1.8 1.5-.1.7.9 1.5 1.5 2 .7.5 1.7.5 2.2 1.3.5.7.9 1.7 1 2.7.2 1.8.2 4.1 1.4 5.6.2-.9-.4-2.9-.4-5.5 0-1-.4-2.1-.9-2.8 1-.1 1.1.1 1.1-.3.1-.3-.1-.7-.3-1-.8-.9-1.8-.4-2.8-.7-.6-.2-1.6-.5-1.7-1.4 0-.6 1.9-.7 1.9-.7 1.5.1 1.3 1 2.4 1.1.9.1 1.2-.8 1.5-1.4.3-.9.8-2.8-.9-2.5"/><path d="m26.5 30.8c0 0 0 0 0 0-.9 0-1.3.7-2.1 1.5-1.3 1.4-4 5-2.1 6.7.9.8 2 1.3 3.6.8.4-.3.2-1.1 0-1.4-.7-1-1.9-.6-2.2-1.1-.3-.5-.1-.8.1-1.1.3-.3.7-.3 1.1-.2.7.2 1.1.4 1.5.8 0 0 0 0 0 0 .4-.4.9-.7 1.5-.8.4-.1.8-.2 1.1.2.2.2.4.6.1 1.1-.3.5-1.5.1-2.2 1.1-.2.4-.4 1.2-.1 1.4 1.6.5 2.7 0 3.6-.8 2-1.7-.7-5.3-2.1-6.7-.5-.7-1-1.4-1.8-1.5"/><path d="m41.6 23.4c-2.2-.7-3.2.2-3.8.2.7-.8.5-2.1-.4-2.3-1.7-.3-1.3 1.6-.8 2.5.3.5.6 1.5 1.5 1.4 1-.1.9-.9 2.4-1.1 0 0 1.9.1 1.9.7-.1.9-1 1.2-1.7 1.4-.9.3-2-.2-2.8.7-.2.3-.4.7-.3 1 .1.3.1.2 1.2.3-.6.7-.9 1.8-.9 2.8 0 2.6-.7 4.6-.4 5.5 1.3-1.5 1.2-3.8 1.4-5.6.1-.9.5-2 .9-2.7.5-.8 1.5-.8 2.2-1.3.6-.5 1.6-1.3 1.5-2-.3-.9-1.2-1.2-1.9-1.5"/><path d="m26.4 2.5c-13.2 0-24 10.8-24 24 0 13.2 10.8 24 24 24 13.2 0 24-10.8 24-24 0-13.3-10.8-24-24-24m14.2 41.8c0 0 0 0 0 0m.9-1.3c-.7.3-1.5.4-2.2.1-.6-.3-1-.8-1.1-1.5-.1-1 .4-2.1.9-2.8.6-1.1 2.1-3 3.8-4.2 2.4-1.8 4.1-2.3 3.5-2.7-.4-.3-2.7 1-3.2 1.2-2.6 1.3-6.1 5.1-6.5 8-.3 2 1.8 3.5 3.5 3.3-5.6 4.6-11.7 4.7-13.7 4.8-2 0-8.2-.2-13.7-4.8 1.7.2 3.8-1.3 3.5-3.3-.4-2.8-4-6.6-6.5-8-.5-.2-2.7-1.5-3.2-1.2-.6.4 1.1.9 3.5 2.7 1.7 1.3 3.2 3.1 3.8 4.2.5.8 1 1.9.9 2.8-.1.7-.5 1.2-1.1 1.5-.7.3-1.5.2-2.2-.1-1.1-.4-2.1-1.3-2.9-2.4-1.5-2-3-4.4-3.7-6.9.6 1.4 4.7 7.4 6.5 7.5 1.8.1-1.8-4.8-4.3-6.9-.6-.5-1.3-1.1-1.4-2-.1-.7.2-1.1.9-1.1 1 0 3.6 1.3 3.6 1.3-4.5-8.1 2.4-12.2-.5-14-1-.6-3.1 0-4.3.2 10.7-6.3 12.5 0 15.8 2.9.5.5 2.8 0 3.2-.5.6-.7 1.7-3.2.4-4.8-1.8-2.3-9.2-9-16.1-3.6 3.6-5.2 11.1-9 17.9-8.8 6.7-.2 14.2 3.6 17.8 8.8-6.9-5.4-14.3 1.3-16.2 3.6-1.3 1.6-.2 4.1.4 4.8.4.5 2.7 1 3.2.5 3.2-2.9 5.1-9.2 15.8-2.9-1.2-.2-3.3-.8-4.3-.2-2.9 1.8 4 5.9-.5 14 0 .1 2.6-1.3 3.7-1.3.7 0 1 .5.9 1.1-.1.9-.8 1.5-1.4 2-2.5 2.1-6.2 7-4.3 6.9 1.8-.1 5.9-6 6.5-7.5-.7 2.5-2.2 4.8-3.7 6.9-.9 1.1-1.9 2-3 2.4"/><path d="m34.8 24.8c-.5-.3-1.1-.4-1.7-.2-.9.2-1.1 1-1.7 1.8-.5.8-1.3 1.3-2 1.6-.4 1 .3 3.3 1 4.4.4.8 2 2.8 1.7 5.7 1.3-1.9 2.3-3.9 2.7-5.1.8-1.6 1.1-4.2 1-5.9 0-.8-.2-1.8-1-2.3m-.5 3.1c-.4.2-1.3.1-1.6.7-.5.8-.6.9-.8.8-.5-1.8 1.6-4.2 2.4-3.5.7.6.7 1.5 0 2"/><path d="m29.1 40.3c-.9.1-1.8.3-2.6.3-.8 0-1.7-.2-2.6-.3-.1 0-.2.1-.2.1-.5 1.1 2.4 1.7 2.8 1.7.4 0 3.4-.6 2.8-1.7 0 0-.1-.1-.2-.1"/></g></svg>
@@ -0,0 +1,2 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 450 53" enable-background="new 0 0 450 53"><g fill="#fff"><path d="m70.8 17.1h-5.8c-2.6 0-4 1.3-4 3.7v10.4c0 2.4 1.4 3.7 4 3.7h5.9c2.6 0 4-1.3 4-3.7v-2.8h-3.9v2.6c0 .2 0 .5-.6.5h-5c-.5 0-.6-.2-.6-.5v-10c0-.3.1-.5.6-.5h5c.6 0 .6.3.6.5v2.6h3.9v-2.8c0-2.4-1.4-3.7-4.1-3.7"/><path d="m88.9 17.1h-6.2c-2.6 0-4 1.3-4 3.7v10.4c0 2.4 1.4 3.7 4 3.7h6.2c2.6 0 4-1.3 4-3.7v-10.4c.1-2.4-1.4-3.7-4-3.7m.2 3.9v10c0 .2 0 .5-.6.5h-5.3c-.5 0-.6-.2-.6-.5v-10c0-.3.1-.5.6-.5h5.3c.5 0 .6.2.6.5"/><path d="m100.7 17.1h-3.9v17.8h12.1v-3.4h-8.2z"/><path d="m122.2 17.1h-6.2c-2.6 0-4 1.3-4 3.7v10.4c0 2.4 1.4 3.7 4 3.7h6.2c2.6 0 4-1.3 4-3.7v-10.4c.1-2.4-1.3-3.7-4-3.7m.2 3.9v10c0 .2 0 .5-.6.5h-5.3c-.5 0-.6-.2-.6-.5v-10c0-.3.1-.5.6-.5h5.3c.5 0 .6.2.6.5"/><path d="m143.9 24.6v-3.8c0-2.4-1.4-3.7-4-3.7h-9.8v17.7h3.9v-6.6h3.1l3.4 6.6h4.3l-3.5-6.7c1.7-.4 2.6-1.6 2.6-3.5m-9.9-4.2h5.5c.5 0 .6.2.6.5v3.6c0 .3-.1.5-.6.5h-5.5v-4.6"/><path d="m153.7 17.1l-6.5 17.7h4.1l1.4-4.2h6.1l1.4 4.2h4.3l-6.5-17.7h-4.3m4 10.2h-3.9l1.9-5.8 2 5.8"/><path d="m177.5 17.1h-10v17.7h10c2.6 0 4-1.3 4-3.7v-10.3c.1-2.4-1.3-3.7-4-3.7m-6.1 3.4h5.7c.5 0 .6.2.6.5v10c0 .3-.1.5-.6.5h-5.7v-11"/><path d="m195.6 17.1h-6.2c-2.6 0-4 1.3-4 3.7v10.4c0 2.4 1.4 3.7 4 3.7h6.2c2.6 0 4-1.3 4-3.7v-10.4c0-2.4-1.4-3.7-4-3.7m.1 3.9v10c0 .3-.1.5-.6.5h-5.3c-.5 0-.6-.2-.6-.5v-10c0-.3.1-.5.6-.5h5.3c.6 0 .6.2.6.5"/><path d="m219.2 24.7l-4.9-1c-.9-.2-.9-.3-.9-.8v-2c0-.3 0-.5.6-.5h4.5c.5 0 .6.2.6.5v2.1h3.8v-2.2c0-2.4-1.4-3.7-4-3.7h-5.4c-2.6 0-4 1.3-4 3.7v2.5c0 2.6 2 3.3 4.1 3.8l4.9 1c.8.2.9.3.9.8v2.2c0 .3-.1.5-.6.5h-4.9c-.5 0-.6-.2-.6-.5v-2.2h-3.8v2.4c0 2.4 1.4 3.7 4 3.7h5.7c2.6 0 4-1.3 4-3.7v-2.7c.1-2.7-1.8-3.5-4-3.9"/><path d="m240.3 17.1h-14.3v3.3h5.2v14.5h3.9v-14.5h5.2z"/><path d="m246.2 17.1l-6.5 17.7h4.1l1.4-4.2h6.1l1.4 4.2h4.3l-6.6-17.7h-4.2m4 10.2h-3.9l1.9-5.8 2 5.8"/><path d="m256.4 20.4h5.2v14.5h3.9v-14.5h5.2v-3.3h-14.3z"/><path d="m273.4 34.9h12.9v-3.4h-9v-4.1h7.4v-3.3h-7.4v-3.6h9v-3.4h-12.9z"/><path d="m306.8 31c0 .3-.1.5-.6.5h-5.2c-.5 0-.6-.2-.6-.5v-13.9h-3.9v14.1c0 2.4 1.4 3.7 4 3.7h6.1c2.6 0 4-1.3 4-3.7v-14.1h-3.9v13.9z"/><path d="m325.7 28.5l-7.4-11.4h-3.8v17.8h3.6v-11.7l7.7 11.7h3.6v-17.8h-3.7z"/><path d="m333.2 17.1h3.9v17.7h-3.9z"/><path d="m348.5 30.1l-4.1-13h-4.2l6.1 17.8h4.2l6.2-17.8h-4.2z"/><path d="m359.7 34.9h12.9v-3.4h-9v-4.1h7.4v-3.3h-7.4v-3.6h9v-3.4h-12.9z"/><path d="m390 24.6v-3.8c0-2.4-1.4-3.7-4-3.7h-9.8v17.7h3.9v-6.6h3.1l3.4 6.6h4.3l-3.5-6.7c1.7-.4 2.6-1.6 2.6-3.5m-9.9-4.2h5.5c.5 0 .6.2.6.5v3.6c0 .3-.1.5-.6.5h-5.5v-4.6"/><path d="m403.3 24.7l-4.9-1c-.9-.2-.9-.3-.9-.8v-2c0-.3 0-.5.6-.5h4.5c.5 0 .6.2.6.5v2.1h3.8v-2.2c0-2.4-1.4-3.7-4-3.7h-5.4c-2.6 0-4 1.3-4 3.7v2.5c0 2.6 2 3.3 4.1 3.8l4.9 1c.8.2.9.3.9.8v2.2c0 .3-.1.5-.6.5h-4.9c-.5 0-.6-.2-.6-.5v-2.2h-3.8v2.4c0 2.4 1.4 3.7 4 3.7h5.7c2.6 0 4-1.3 4-3.7v-2.7c.1-2.7-1.8-3.5-4-3.9"/><path d="m411.1 17.1h3.9v17.7h-3.9z"/><path d="m417.7 20.4h5.1v14.5h3.9v-14.5h5.2v-3.3h-14.2z"/><path d="m445.8 17.1l-4.2 7.7-4.1-7.7h-4.3l6.5 11.5v6.3h3.9v-6.3l6.4-11.5z"/></g><g fill="#cbc46e"><path d="m26.5 51.8c-14 0-25.3-11.4-25.3-25.3 0-14 11.4-25.3 25.3-25.3 14 0 25.3 11.4 25.3 25.3 0 13.9-11.4 25.3-25.3 25.3"/><path d="M26.5,52.9C11.9,52.9,0,41,0,26.4C0,11.9,11.9,0,26.5,0C41,0,52.9,11.9,52.9,26.4C52.9,41,41,52.9,26.5,52.9
2
+ z"/></g><path d="m26.5 1.1c-14 0-25.4 11.4-25.4 25.3 0 14 11.4 25.4 25.4 25.4 14 0 25.3-11.4 25.3-25.4 0-13.9-11.4-25.3-25.3-25.3" fill="#004c23"/><g fill="#fff"><path d="m22.5 32.4c.7-1.1 1.4-3.4 1-4.4-.7-.3-1.5-.8-2-1.6-.5-.7-.8-1.5-1.7-1.8-.6-.2-1.2-.1-1.7.2-.8.4-1 1.5-1.1 2.3-.1 1.7.3 4.3 1 5.9.4 1.2 1.5 3.2 2.8 5.1-.4-2.9 1.3-4.9 1.7-5.7m-2.3-3.8c-.3-.6-1.2-.5-1.6-.7-.7-.4-.6-1.4 0-1.9.8-.7 2.9 1.6 2.4 3.5-.2 0-.3-.1-.8-.9"/><path d="m15.8 21.4c-.9.2-1.1 1.5-.4 2.3-.6-.1-1.6-.9-3.8-.2-.8.2-1.7.5-1.8 1.5-.1.7.9 1.5 1.5 2 .7.5 1.7.5 2.2 1.3.5.7.9 1.7 1 2.7.2 1.8.2 4.1 1.4 5.6.2-.9-.4-2.9-.4-5.5 0-1-.4-2.1-.9-2.8 1-.1 1.1.1 1.1-.3.1-.3-.1-.7-.3-1-.8-.9-1.8-.4-2.8-.7-.6-.2-1.6-.5-1.7-1.4 0-.6 1.9-.7 1.9-.7 1.5.1 1.3 1 2.4 1.1.9.1 1.2-.8 1.5-1.4.3-.9.8-2.8-.9-2.5"/><path d="m26.5 30.8c0 0 0 0 0 0-.9 0-1.3.7-2.1 1.5-1.3 1.4-4 5-2.1 6.7.9.8 2 1.3 3.6.8.4-.3.2-1.1 0-1.4-.7-1-1.9-.6-2.2-1.1-.3-.5-.1-.8.1-1.1.3-.3.7-.3 1.1-.2.7.2 1.1.4 1.5.8 0 0 0 0 0 0 .4-.4.9-.7 1.5-.8.4-.1.8-.2 1.1.2.2.2.4.6.1 1.1-.3.5-1.5.1-2.2 1.1-.2.4-.4 1.2-.1 1.4 1.6.5 2.7 0 3.6-.8 2-1.7-.7-5.3-2.1-6.7-.5-.7-1-1.4-1.8-1.5"/><path d="m41.6 23.4c-2.2-.7-3.2.2-3.8.2.7-.8.5-2.1-.4-2.3-1.7-.3-1.3 1.6-.8 2.5.3.5.6 1.5 1.5 1.4 1-.1.9-.9 2.4-1.1 0 0 1.9.1 1.9.7-.1.9-1 1.2-1.7 1.4-.9.3-2-.2-2.8.7-.2.3-.4.7-.3 1 .1.3.1.2 1.2.3-.6.7-.9 1.8-.9 2.8 0 2.6-.7 4.6-.4 5.5 1.3-1.5 1.2-3.8 1.4-5.6.1-.9.5-2 .9-2.7.5-.8 1.5-.8 2.2-1.3.6-.5 1.6-1.3 1.5-2-.3-.9-1.2-1.2-1.9-1.5"/><path d="m26.4 2.5c-13.2 0-24 10.8-24 24 0 13.2 10.8 24 24 24 13.2 0 23.9-10.8 23.9-24 .1-13.3-10.7-24-23.9-24m15.1 40.5c-.7.3-1.5.4-2.2.1-.6-.3-1-.8-1.1-1.5-.1-1 .4-2.1.9-2.8.6-1.1 2.1-3 3.8-4.2 2.4-1.8 4.1-2.3 3.5-2.7-.4-.3-2.7 1-3.2 1.2-2.6 1.3-6.1 5.1-6.5 8-.3 2 1.8 3.5 3.5 3.3-5.6 4.6-11.7 4.7-13.7 4.8-2 0-8.2-.2-13.7-4.8 1.7.2 3.8-1.3 3.5-3.3-.4-2.8-4-6.6-6.5-8-.5-.2-2.7-1.5-3.2-1.2-.6.4 1.1.9 3.5 2.7 1.7 1.3 3.2 3.1 3.8 4.2.5.8 1 1.9.9 2.8-.1.7-.5 1.2-1.1 1.5-.7.3-1.5.2-2.2-.1-1.1-.4-2.1-1.3-2.9-2.4-1.5-2-3-4.4-3.7-6.9.6 1.4 4.7 7.4 6.5 7.5 1.8.1-1.8-4.8-4.3-6.9-.6-.5-1.3-1.1-1.4-2-.1-.7.2-1.1.9-1.1 1 0 3.6 1.3 3.6 1.3-4.5-8.1 2.4-12.2-.5-14-1-.6-3.1 0-4.3.2 10.7-6.3 12.5 0 15.8 2.9.5.5 2.8 0 3.2-.5.6-.7 1.7-3.2.4-4.8-1.8-2.3-9.2-9-16.1-3.6 3.6-5.2 11.1-9 17.9-8.8 6.7-.2 14.2 3.6 17.8 8.8-6.9-5.4-14.3 1.3-16.2 3.6-1.3 1.6-.2 4.1.4 4.8.4.5 2.7 1 3.2.5 3.2-2.9 5.1-9.2 15.8-2.9-1.2-.2-3.3-.8-4.3-.2-2.9 1.8 4 5.9-.5 14 0 .1 2.6-1.3 3.7-1.3.7 0 1 .5.9 1.1-.1.9-.8 1.5-1.4 2-2.5 2.1-6.2 7-4.3 6.9 1.8-.1 5.9-6 6.5-7.5-.7 2.5-2.2 4.8-3.7 6.9-.9 1.1-1.9 2-3 2.4"/><path d="m34.8 24.8c-.5-.3-1.1-.4-1.7-.2-.9.2-1.1 1-1.7 1.8-.5.8-1.3 1.3-2 1.6-.4 1 .3 3.3 1 4.4.4.8 2 2.8 1.7 5.7 1.3-1.9 2.3-3.9 2.7-5.1.8-1.6 1.1-4.2 1-5.9 0-.8-.2-1.8-1-2.3m-.5 3.1c-.4.2-1.3.1-1.6.7-.5.8-.6.9-.8.8-.5-1.8 1.6-4.2 2.4-3.5.7.6.7 1.5 0 2"/><path d="m29.1 40.3c-.9.1-1.8.3-2.6.3-.8 0-1.7-.2-2.6-.3-.1 0-.2.1-.2.1-.5 1.1 2.4 1.7 2.8 1.7.4 0 3.4-.6 2.8-1.7 0 0-.1-.1-.2-.1"/></g></svg>
@@ -0,0 +1,2 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 221 53" enable-background="new 0 0 221 53"><g fill="#fff"><path d="m64.2 23.3h4.2c1.8 0 2.9-.9 2.9-2.6v-1.9h-2.8v1.8c0 .2 0 .4-.4.4h-3.5c-.4 0-.4-.2-.4-.4v-7.1c0-.2.1-.4.4-.4h3.4c.4 0 .4.2.4.4v1.8h2.8v-1.9c0-1.7-1-2.6-2.9-2.6h-4.2c-1.8 0-2.9.9-2.9 2.6v7.3c.1 1.7 1.1 2.6 3 2.6"/><path d="m76.7 23.3h4.4c1.8 0 2.9-.9 2.9-2.6v-7.3c0-1.7-1-2.6-2.9-2.6h-4.4c-1.8 0-2.9.9-2.9 2.6v7.3c0 1.7 1.1 2.6 2.9 2.6m-.1-2.7v-7.1c0-.2.1-.4.4-.4h3.7c.4 0 .4.2.4.4v7.1c0 .2 0 .4-.4.4h-3.7c-.4 0-.4-.2-.4-.4"/><path d="m95.2 21h-5.8v-10.2h-2.8v12.5h8.6z"/><path d="m107.5 20.7v-7.3c0-1.7-1-2.6-2.9-2.6h-4.4c-1.8 0-2.9.9-2.9 2.6v7.3c0 1.7 1 2.6 2.9 2.6h4.4c1.9 0 2.9-.9 2.9-2.6m-2.7-7.2v7.1c0 .2 0 .4-.4.4h-3.7c-.4 0-.4-.2-.4-.4v-7.1c0-.2.1-.4.4-.4h3.7c.3 0 .4.2.4.4"/><path d="m118.1 18.6c1.2-.3 1.9-1.2 1.9-2.5v-2.7c0-1.7-1-2.6-2.9-2.6h-6.9v12.5h2.8v-4.6h2.2l2.4 4.6h3l-2.5-4.7m-5.2-5.5h3.9c.4 0 .4.2.4.4v2.5c0 .2-.1.4-.4.4h-3.9v-3.3"/><path d="m126.2 20.3h4.3l1 3h3l-4.6-12.5h-3l-4.6 12.5h2.9l1-3m.8-2.3l1.4-4.1 1.4 4.1h-2.8"/><path d="m143.7 10.8h-7.1v12.5h7.1c1.8 0 2.9-.9 2.9-2.6v-7.3c0-1.7-1-2.6-2.9-2.6m-4.3 2.3h4c.4 0 .4.2.4.4v7.1c0 .2-.1.4-.4.4h-4v-7.9"/><path d="m152.1 23.3h4.4c1.8 0 2.9-.9 2.9-2.6v-7.3c0-1.7-1-2.6-2.9-2.6h-4.4c-1.8 0-2.9.9-2.9 2.6v7.3c0 1.7 1 2.6 2.9 2.6m-.1-2.7v-7.1c0-.2.1-.4.4-.4h3.7c.4 0 .4.2.4.4v7.1c0 .2-.1.4-.4.4h-3.7c-.4 0-.4-.2-.4-.4"/><path d="m173.2 16.1l-3.4-.7c-.6-.1-.7-.2-.7-.6v-1.4c0-.2 0-.4.4-.4h3.2c.4 0 .4.1.4.4v1.4h2.7v-1.5c0-1.7-1-2.6-2.9-2.6h-3.8c-1.8 0-2.9.9-2.9 2.6v1.8c0 1.8 1.4 2.4 2.9 2.7l3.4.7c.6.1.7.2.7.6v1.6c0 .2-.1.4-.4.4h-3.5c-.4 0-.4-.1-.4-.4v-1.7h-2.7v1.7c0 1.7 1 2.6 2.9 2.6h4.1c1.8 0 2.9-.9 2.9-2.6v-1.9c0-1.9-1.4-2.4-2.9-2.7"/><path d="m188 10.8h-10v2.3h3.6v10.2h2.8v-10.2h3.6z"/><path d="m192.3 10.8l-4.6 12.5h2.9l1-3h4.3l1 3h3l-4.6-12.5h-3m2.8 7.2h-2.8l1.4-4.1 1.4 4.1"/><path d="m199.5 13.1h3.6v10.2h2.8v-10.2h3.7v-2.3h-10.1z"/><path d="m220.6 13.1v-2.3h-9.1v12.5h9.1v-2.3h-6.4v-2.9h5.3v-2.4h-5.3v-2.6z"/><path d="m68.6 39.2c0 .2-.1.4-.4.4h-3.7c-.4 0-.4-.2-.4-.4v-9.8h-2.8v9.9c0 1.7 1 2.6 2.9 2.6h4.3c1.8 0 2.9-.9 2.9-2.6v-9.9h-2.8v9.8"/><path d="m82 37.4l-5.2-8h-2.8v12.5h2.6v-8.2l5.4 8.2h2.6v-12.5h-2.6z"/><path d="m87.3 29.4h2.8v12.5h-2.8z"/><path d="m98.1 38.6l-2.9-9.2h-3l4.4 12.5h2.9l4.4-12.5h-3z"/><path d="m106 41.9h9.1v-2.3h-6.3v-2.9h5.2v-2.3h-5.2v-2.6h6.3v-2.4h-9.1z"/><path d="m127.4 34.7v-2.7c0-1.7-1-2.6-2.9-2.6h-6.9v12.5h2.8v-4.6h2.2l2.4 4.6h3l-2.5-4.7c1.3-.3 1.9-1.2 1.9-2.5m-7-2.9h3.9c.4 0 .4.2.4.4v2.5c0 .2-.1.4-.4.4h-3.9v-3.3"/><path d="m136.8 34.8l-3.4-.7c-.6-.1-.7-.2-.7-.6v-1.4c0-.2 0-.4.4-.4h3.2c.4 0 .4.1.4.4v1.4h2.7v-1.5c0-1.7-1-2.6-2.9-2.6h-3.8c-1.8 0-2.9.9-2.9 2.6v1.8c0 1.8 1.4 2.4 2.9 2.7l3.4.7c.6.1.7.2.7.6v1.6c0 .2-.1.4-.4.4h-3.5c-.4 0-.4-.1-.4-.4v-1.6h-2.7v1.7c0 1.7 1 2.6 2.9 2.6h4.1c1.8 0 2.9-.9 2.9-2.6v-1.9c0-2-1.4-2.5-2.9-2.8"/><path d="m142.3 29.4h2.8v12.5h-2.8z"/><path d="m147 31.8h3.6v10.1h2.8v-10.1h3.6v-2.4h-10z"/><path d="m163.9 34.9l-2.9-5.5h-3l4.5 8.2v4.3h2.8v-4.3l4.5-8.2h-3z"/></g><g fill="#cbc46e"><path d="m26.5 51.8c-14 0-25.3-11.4-25.3-25.3 0-14 11.4-25.3 25.3-25.3 14 0 25.3 11.4 25.3 25.3 0 13.9-11.4 25.3-25.3 25.3"/><path d="M26.5,52.9C11.9,52.9,0,41,0,26.4C0,11.9,11.9,0,26.5,0C41,0,52.9,11.9,52.9,26.4
2
+ C52.9,41,41,52.9,26.5,52.9z"/></g><path d="m26.5 1.1c-14 0-25.4 11.4-25.4 25.3 0 14 11.4 25.4 25.4 25.4 14 0 25.3-11.4 25.3-25.4 0-13.9-11.4-25.3-25.3-25.3" fill="#004c23"/><g fill="#fff"><path d="m22.5 32.4c.7-1.1 1.4-3.4 1-4.4-.7-.3-1.5-.8-2-1.6-.5-.7-.8-1.5-1.7-1.8-.6-.2-1.2-.1-1.7.2-.8.4-1 1.5-1.1 2.3-.1 1.7.3 4.3 1 5.9.4 1.2 1.5 3.2 2.8 5.1-.4-2.9 1.3-4.9 1.7-5.7m-2.3-3.8c-.3-.6-1.2-.5-1.6-.7-.7-.4-.6-1.4 0-1.9.8-.7 2.9 1.6 2.4 3.5-.2 0-.3-.1-.8-.9"/><path d="m15.8 21.4c-.9.2-1.1 1.5-.4 2.3-.6-.1-1.6-.9-3.8-.2-.8.2-1.7.5-1.8 1.5-.1.7.9 1.5 1.5 2 .7.5 1.7.5 2.2 1.3.5.7.9 1.7 1 2.7.2 1.8.2 4.1 1.4 5.6.2-.9-.4-2.9-.4-5.5 0-1-.4-2.1-.9-2.8 1-.1 1.1.1 1.1-.3.1-.3-.1-.7-.3-1-.8-.9-1.8-.4-2.8-.7-.6-.2-1.6-.5-1.7-1.4 0-.6 1.9-.7 1.9-.7 1.5.1 1.3 1 2.4 1.1.9.1 1.2-.8 1.5-1.4.3-.9.8-2.8-.9-2.5"/><path d="m26.5 30.8c0 0 0 0 0 0-.9 0-1.3.7-2.1 1.5-1.3 1.4-4 5-2.1 6.7.9.8 2 1.3 3.6.8.4-.3.2-1.1 0-1.4-.7-1-1.9-.6-2.2-1.1-.3-.5-.1-.8.1-1.1.3-.3.7-.3 1.1-.2.7.2 1.1.4 1.5.8 0 0 0 0 0 0 .4-.4.9-.7 1.5-.8.4-.1.8-.2 1.1.2.2.2.4.6.1 1.1-.3.5-1.5.1-2.2 1.1-.2.4-.4 1.2-.1 1.4 1.6.5 2.7 0 3.6-.8 2-1.7-.7-5.3-2.1-6.7-.5-.7-1-1.4-1.8-1.5"/><path d="m41.6 23.4c-2.2-.7-3.2.2-3.8.2.7-.8.5-2.1-.4-2.3-1.7-.3-1.3 1.6-.8 2.5.3.5.6 1.5 1.5 1.4 1-.1.9-.9 2.4-1.1 0 0 1.9.1 1.9.7-.1.9-1 1.2-1.7 1.4-.9.3-2-.2-2.8.7-.2.3-.4.7-.3 1 .1.3.1.2 1.2.3-.6.7-.9 1.8-.9 2.8 0 2.6-.7 4.6-.4 5.5 1.3-1.5 1.2-3.8 1.4-5.6.1-.9.5-2 .9-2.7.5-.8 1.5-.8 2.2-1.3.6-.5 1.6-1.3 1.5-2-.3-.9-1.2-1.2-1.9-1.5"/><path d="m26.4 2.5c-13.2 0-24 10.8-24 24 0 13.2 10.8 24 24 24 13.2 0 24-10.8 24-24 0-13.3-10.8-24-24-24m14.2 41.8c0 0 0 0 0 0m.9-1.3c-.7.3-1.5.4-2.2.1-.6-.3-1-.8-1.1-1.5-.1-1 .4-2.1.9-2.8.6-1.1 2.1-3 3.8-4.2 2.4-1.8 4.1-2.3 3.5-2.7-.4-.3-2.7 1-3.2 1.2-2.6 1.3-6.1 5.1-6.5 8-.3 2 1.8 3.5 3.5 3.3-5.6 4.6-11.7 4.7-13.7 4.8-2 0-8.2-.2-13.7-4.8 1.7.2 3.8-1.3 3.5-3.3-.4-2.8-4-6.6-6.5-8-.5-.2-2.7-1.5-3.2-1.2-.6.4 1.1.9 3.5 2.7 1.7 1.3 3.2 3.1 3.8 4.2.5.8 1 1.9.9 2.8-.1.7-.5 1.2-1.1 1.5-.7.3-1.5.2-2.2-.1-1.1-.4-2.1-1.3-2.9-2.4-1.5-2-3-4.4-3.7-6.9.6 1.4 4.7 7.4 6.5 7.5 1.8.1-1.8-4.8-4.3-6.9-.6-.5-1.3-1.1-1.4-2-.1-.7.2-1.1.9-1.1 1 0 3.6 1.3 3.6 1.3-4.5-8.1 2.4-12.2-.5-14-1-.6-3.1 0-4.3.2 10.7-6.3 12.5 0 15.8 2.9.5.5 2.8 0 3.2-.5.6-.7 1.7-3.2.4-4.8-1.8-2.3-9.2-9-16.1-3.6 3.6-5.2 11.1-9 17.9-8.8 6.7-.2 14.2 3.6 17.8 8.8-6.9-5.4-14.3 1.3-16.2 3.6-1.3 1.6-.2 4.1.4 4.8.4.5 2.7 1 3.2.5 3.2-2.9 5.1-9.2 15.8-2.9-1.2-.2-3.3-.8-4.3-.2-2.9 1.8 4 5.9-.5 14 0 .1 2.6-1.3 3.7-1.3.7 0 1 .5.9 1.1-.1.9-.8 1.5-1.4 2-2.5 2.1-6.2 7-4.3 6.9 1.8-.1 5.9-6 6.5-7.5-.7 2.5-2.2 4.8-3.7 6.9-.9 1.1-1.9 2-3 2.4"/><path d="m34.8 24.8c-.5-.3-1.1-.4-1.7-.2-.9.2-1.1 1-1.7 1.8-.5.8-1.3 1.3-2 1.6-.4 1 .3 3.3 1 4.4.4.8 2 2.8 1.7 5.7 1.3-1.9 2.3-3.9 2.7-5.1.8-1.6 1.1-4.2 1-5.9 0-.8-.2-1.8-1-2.3m-.5 3.1c-.4.2-1.3.1-1.6.7-.5.8-.6.9-.8.8-.5-1.8 1.6-4.2 2.4-3.5.7.6.7 1.5 0 2"/><path d="m29.1 40.3c-.9.1-1.8.3-2.6.3-.8 0-1.7-.2-2.6-.3-.1 0-.2.1-.2.1-.5 1.1 2.4 1.7 2.8 1.7.4 0 3.4-.6 2.8-1.7 0 0-.1-.1-.2-.1"/></g></svg>
data/assets/main.scss ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ # Only the main Sass file needs front matter (the dashes are enough)
3
+ ---
4
+
5
+
6
+ @import "csu-default";
7
+
@@ -0,0 +1,38 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+
3
+ <symbol id="dribbble" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 16c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm6.747-6.905c-.234-.074-2.115-.635-4.257-.292.894 2.456 1.258 4.456 1.328 4.872 1.533-1.037 2.624-2.68 2.93-4.58zM10.67 14.3c-.102-.6-.5-2.688-1.46-5.18l-.044.014C5.312 10.477 3.93 13.15 3.806 13.4c1.158.905 2.614 1.444 4.194 1.444.947 0 1.85-.194 2.67-.543zm-7.747-1.72c.155-.266 2.03-3.37 5.555-4.51.09-.03.18-.056.27-.08-.173-.39-.36-.778-.555-1.16-3.413 1.02-6.723.977-7.023.97l-.003.208c0 1.755.665 3.358 1.756 4.57zM1.31 6.61c.307.005 3.122.017 6.318-.832-1.132-2.012-2.353-3.705-2.533-3.952-1.912.902-3.34 2.664-3.784 4.785zM6.4 1.368c.188.253 1.43 1.943 2.548 4 2.43-.91 3.46-2.293 3.582-2.468C11.323 1.827 9.736 1.176 8 1.176c-.55 0-1.087.066-1.6.19zm6.89 2.322c-.145.194-1.29 1.662-3.816 2.694.16.325.31.656.453.99.05.117.1.235.147.352 2.274-.286 4.533.172 4.758.22-.015-1.613-.59-3.094-1.543-4.257z"/></symbol>
4
+
5
+ <symbol id="facebook" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M15.117 0H.883C.395 0 0 .395 0 .883v14.234c0 .488.395.883.883.883h7.663V9.804H6.46V7.39h2.086V5.607c0-2.066 1.262-3.19 3.106-3.19.883 0 1.642.064 1.863.094v2.16h-1.28c-1 0-1.195.48-1.195 1.18v1.54h2.39l-.31 2.42h-2.08V16h4.077c.488 0 .883-.395.883-.883V.883C16 .395 15.605 0 15.117 0" fill-rule="nonzero"/></symbol>
6
+
7
+ <symbol id="flickr" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M0 8c0 2.05 1.662 3.71 3.71 3.71 2.05 0 3.713-1.66 3.713-3.71S5.76 4.29 3.71 4.29C1.663 4.29 0 5.95 0 8zm8.577 0c0 2.05 1.662 3.71 3.712 3.71C14.33 11.71 16 10.05 16 8s-1.662-3.71-3.71-3.71c-2.05 0-3.713 1.66-3.713 3.71z"/></symbol>
8
+
9
+ <symbol id="github" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 0C3.58 0 0 3.582 0 8c0 3.535 2.292 6.533 5.47 7.59.4.075.547-.172.547-.385 0-.19-.007-.693-.01-1.36-2.226.483-2.695-1.073-2.695-1.073-.364-.924-.89-1.17-.89-1.17-.725-.496.056-.486.056-.486.803.056 1.225.824 1.225.824.714 1.223 1.873.87 2.33.665.072-.517.278-.87.507-1.07-1.777-.2-3.644-.888-3.644-3.953 0-.873.31-1.587.823-2.147-.09-.202-.36-1.015.07-2.117 0 0 .67-.215 2.2.82.64-.178 1.32-.266 2-.27.68.004 1.36.092 2 .27 1.52-1.035 2.19-.82 2.19-.82.43 1.102.16 1.915.08 2.117.51.56.82 1.274.82 2.147 0 3.073-1.87 3.75-3.65 3.947.28.24.54.73.54 1.48 0 1.07-.01 1.93-.01 2.19 0 .21.14.46.55.38C13.71 14.53 16 11.53 16 8c0-4.418-3.582-8-8-8"/></symbol>
10
+
11
+ <symbol id="googleplus" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M5.09 7.273v1.745h2.89c-.116.75-.873 2.197-2.887 2.197-1.737 0-3.155-1.44-3.155-3.215S3.353 4.785 5.09 4.785c.99 0 1.652.422 2.03.786l1.382-1.33c-.887-.83-2.037-1.33-3.41-1.33C2.275 2.91 0 5.19 0 8s2.276 5.09 5.09 5.09c2.94 0 4.888-2.065 4.888-4.974 0-.334-.036-.59-.08-.843H5.09zm10.91 0h-1.455V5.818H13.09v1.455h-1.454v1.454h1.455v1.455h1.46V8.727H16"/></symbol>
12
+
13
+ <symbol id="instagram" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 0C5.827 0 5.555.01 4.702.048 3.85.088 3.27.222 2.76.42c-.526.204-.973.478-1.417.923-.445.444-.72.89-.923 1.417-.198.51-.333 1.09-.372 1.942C.008 5.555 0 5.827 0 8s.01 2.445.048 3.298c.04.852.174 1.433.372 1.942.204.526.478.973.923 1.417.444.445.89.72 1.417.923.51.198 1.09.333 1.942.372.853.04 1.125.048 3.298.048s2.445-.01 3.298-.048c.852-.04 1.433-.174 1.942-.372.526-.204.973-.478 1.417-.923.445-.444.72-.89.923-1.417.198-.51.333-1.09.372-1.942.04-.853.048-1.125.048-3.298s-.01-2.445-.048-3.298c-.04-.852-.174-1.433-.372-1.942-.204-.526-.478-.973-.923-1.417-.444-.445-.89-.72-1.417-.923-.51-.198-1.09-.333-1.942-.372C10.445.008 10.173 0 8 0zm0 1.44c2.136 0 2.39.01 3.233.048.78.036 1.203.166 1.485.276.374.145.64.318.92.598.28.28.453.546.598.92.11.282.24.705.276 1.485.038.844.047 1.097.047 3.233s-.01 2.39-.05 3.233c-.04.78-.17 1.203-.28 1.485-.15.374-.32.64-.6.92-.28.28-.55.453-.92.598-.28.11-.71.24-1.49.276-.85.038-1.1.047-3.24.047s-2.39-.01-3.24-.05c-.78-.04-1.21-.17-1.49-.28-.38-.15-.64-.32-.92-.6-.28-.28-.46-.55-.6-.92-.11-.28-.24-.71-.28-1.49-.03-.84-.04-1.1-.04-3.23s.01-2.39.04-3.24c.04-.78.17-1.21.28-1.49.14-.38.32-.64.6-.92.28-.28.54-.46.92-.6.28-.11.7-.24 1.48-.28.85-.03 1.1-.04 3.24-.04zm0 2.452c-2.27 0-4.108 1.84-4.108 4.108 0 2.27 1.84 4.108 4.108 4.108 2.27 0 4.108-1.84 4.108-4.108 0-2.27-1.84-4.108-4.108-4.108zm0 6.775c-1.473 0-2.667-1.194-2.667-2.667 0-1.473 1.194-2.667 2.667-2.667 1.473 0 2.667 1.194 2.667 2.667 0 1.473-1.194 2.667-2.667 2.667zm5.23-6.937c0 .53-.43.96-.96.96s-.96-.43-.96-.96.43-.96.96-.96.96.43.96.96z"/></symbol>
14
+
15
+ <symbol id="linkedin" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M13.632 13.635h-2.37V9.922c0-.886-.018-2.025-1.234-2.025-1.235 0-1.424.964-1.424 1.96v3.778h-2.37V6H8.51v1.04h.03c.318-.6 1.092-1.233 2.247-1.233 2.4 0 2.845 1.58 2.845 3.637v4.188zM3.558 4.955c-.762 0-1.376-.617-1.376-1.377 0-.758.614-1.375 1.376-1.375.76 0 1.376.617 1.376 1.375 0 .76-.617 1.377-1.376 1.377zm1.188 8.68H2.37V6h2.376v7.635zM14.816 0H1.18C.528 0 0 .516 0 1.153v13.694C0 15.484.528 16 1.18 16h13.635c.652 0 1.185-.516 1.185-1.153V1.153C16 .516 15.467 0 14.815 0z" fill-rule="nonzero"/></symbol>
16
+
17
+ <symbol id="pinterest" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 0C3.582 0 0 3.582 0 8c0 3.39 2.108 6.285 5.084 7.45-.07-.633-.133-1.604.028-2.295.146-.625.938-3.977.938-3.977s-.24-.48-.24-1.188c0-1.11.646-1.943 1.448-1.943.683 0 1.012.513 1.012 1.127 0 .687-.436 1.713-.662 2.664-.19.797.4 1.445 1.185 1.445 1.42 0 2.514-1.498 2.514-3.662 0-1.91-1.376-3.25-3.342-3.25-2.276 0-3.61 1.71-3.61 3.47 0 .69.263 1.43.593 1.83.066.08.075.15.057.23-.06.25-.196.8-.223.91-.035.15-.115.18-.268.11C3.516 10.46 2.89 9 2.89 7.82c0-2.52 1.834-4.84 5.287-4.84 2.774 0 4.932 1.98 4.932 4.62 0 2.76-1.74 4.98-4.16 4.98-.81 0-1.57-.42-1.84-.92l-.5 1.9c-.18.698-.67 1.57-1 2.1.75.23 1.54.357 2.37.357 4.41 0 8-3.58 8-8s-3.59-8-8-8z" fill-rule="nonzero"/></symbol>
18
+
19
+ <symbol id="rss" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M12.8 16C12.8 8.978 7.022 3.2 0 3.2V0c8.777 0 16 7.223 16 16h-3.2zM2.194 11.61c1.21 0 2.195.985 2.195 2.196 0 1.21-.99 2.194-2.2 2.194C.98 16 0 15.017 0 13.806c0-1.21.983-2.195 2.194-2.195zM10.606 16h-3.11c0-4.113-3.383-7.497-7.496-7.497v-3.11c5.818 0 10.606 4.79 10.606 10.607z"/></symbol>
20
+
21
+ <symbol id="stackoverflow" class="svg-icon" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M12.658 14.577v-4.27h1.423V16H1.23v-5.693h1.42v4.27h10.006zm-8.583-1.423h7.16V11.73h-7.16v1.424zm.173-3.235l6.987 1.46.3-1.38L4.55 8.54l-.302 1.38zm.906-3.37l6.47 3.02.602-1.3-6.47-3.02-.602 1.29zm1.81-3.19l5.478 4.57.906-1.08L7.87 2.28l-.9 1.078zM10.502 0L9.338.863l4.27 5.735 1.164-.862L10.5 0z"/></symbol>
22
+
23
+ <symbol id="twitter" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M16 3.038c-.59.26-1.22.437-1.885.517.677-.407 1.198-1.05 1.443-1.816-.634.37-1.337.64-2.085.79-.598-.64-1.45-1.04-2.396-1.04-1.812 0-3.282 1.47-3.282 3.28 0 .26.03.51.085.75-2.728-.13-5.147-1.44-6.766-3.42C.83 2.58.67 3.14.67 3.75c0 1.14.58 2.143 1.46 2.732-.538-.017-1.045-.165-1.487-.41v.04c0 1.59 1.13 2.918 2.633 3.22-.276.074-.566.114-.865.114-.21 0-.41-.02-.61-.058.42 1.304 1.63 2.253 3.07 2.28-1.12.88-2.54 1.404-4.07 1.404-.26 0-.52-.015-.78-.045 1.46.93 3.18 1.474 5.04 1.474 6.04 0 9.34-5 9.34-9.33 0-.14 0-.28-.01-.42.64-.46 1.2-1.04 1.64-1.7z" fill-rule="nonzero"/></symbol>
24
+
25
+ <symbol id="youtube" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M0 7.345c0-1.294.16-2.59.16-2.59s.156-1.1.636-1.587c.608-.637 1.408-.617 1.764-.684C3.84 2.36 8 2.324 8 2.324s3.362.004 5.6.166c.314.038.996.04 1.604.678.48.486.636 1.588.636 1.588S16 6.05 16 7.346v1.258c0 1.296-.16 2.59-.16 2.59s-.156 1.102-.636 1.588c-.608.638-1.29.64-1.604.678-2.238.162-5.6.166-5.6.166s-4.16-.037-5.44-.16c-.356-.067-1.156-.047-1.764-.684-.48-.487-.636-1.587-.636-1.587S0 9.9 0 8.605v-1.26zm6.348 2.73V5.58l4.323 2.255-4.32 2.24z"/></symbol>
26
+
27
+ <symbol id="mastodon" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414">
28
+ <path transform="scale(0.07)" d="M211.80734 139.0875c-3.18125 16.36625-28.4925 34.2775-57.5625 37.74875-15.15875 1.80875-30.08375 3.47125-45.99875 2.74125-26.0275-1.1925-46.565-6.2125-46.565-6.2125 0 2.53375.15625 4.94625.46875 7.2025 3.38375 25.68625 25.47 27.225 46.39125 27.9425 21.11625.7225 39.91875-5.20625 39.91875-5.20625l.8675 19.09s-14.77 7.93125-41.08125 9.39c-14.50875.7975-32.52375-.365-53.50625-5.91875C9.23234 213.82 1.40609 165.31125.20859 116.09125c-.365-14.61375-.14-28.39375-.14-39.91875 0-50.33 32.97625-65.0825 32.97625-65.0825C49.67234 3.45375 78.20359.2425 107.86484 0h.72875c29.66125.2425 58.21125 3.45375 74.8375 11.09 0 0 32.975 14.7525 32.975 65.0825 0 0 .41375 37.13375-4.59875 62.915"/>
29
+ <path transform="scale(0.07)" fill="#FFF" d="M177.50984 80.077v60.94125h-24.14375v-59.15c0-12.46875-5.24625-18.7975-15.74-18.7975-11.6025 0-17.4175 7.5075-17.4175 22.3525v32.37625H96.20734V85.42325c0-14.845-5.81625-22.3525-17.41875-22.3525-10.49375 0-15.74 6.32875-15.74 18.7975v59.15H38.90484V80.077c0-12.455 3.17125-22.3525 9.54125-29.675 6.56875-7.3225 15.17125-11.07625 25.85-11.07625 12.355 0 21.71125 4.74875 27.8975 14.2475l6.01375 10.08125 6.015-10.08125c6.185-9.49875 15.54125-14.2475 27.8975-14.2475 10.6775 0 19.28 3.75375 25.85 11.07625 6.36875 7.3225 9.54 17.22 9.54 29.675"/>
30
+ </symbol>
31
+
32
+ <symbol id="gscholar" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414">
33
+ <path transform="translate(0.000000,2071.000000) scale(0.100000,-0.100000)" d="M9755 20699 c-2377 -147 -4522 -1038 -6305 -2617 -212 -188 -634 -610 -822 -822 -1592 -1798 -2489 -3975 -2619 -6358 -15 -285 -6 -1091 15 -1347 54 -634 141 -1164 286 -1743 713 -2839 2627 -5266 5235 -6634 1822 -956 3881 -1342 5955 -1117 1540 167 3035 688 4360 1518 458 287 908 624 1350 1010 200 174 737 711 911 911 632 723 1106 1430 1519 2265 230 466 383 835 540 1305 447 1336 614 2751 494 4180 -223 2670 -1491 5159 -3534 6935 -1214 1056 -2686 1824 -4242 2215 -579 145 -1105 232 -1743 286 -220 19 -1169 28 -1400 13z m6765 -3453 c0 -2 -96 -91 -212 -197 -299 -273 -529 -504 -556 -559 -44 -92 -51 -258 -21 -504 13 -105 19 -124 96 -291 82 -177 158 -403 184 -553 28 -154 29 -446 4 -732 -25 -280 -24 -592 3 -965 56 -765 76 -1308 76 -2090 1 -614 -1 -676 -17 -748 -37 -155 -112 -263 -216 -310 -58 -26 -181 -32 -384 -19 -188 13 -235 33 -303 125 -78 105 -132 229 -149 341 -39 244 -37 1043 4 1796 44 801 53 1071 61 1805 11 975 6 939 159 1258 111 229 124 269 129 399 3 89 1 119 -17 176 -11 38 -27 75 -35 81 -14 11 -234 -153 -1281 -957 -689 -529 -755 -584 -788 -655 -22 -45 -22 -137 -1 -207 8 -29 47 -125 86 -214 185 -424 246 -679 255 -1073 6 -237 -4 -372 -38 -553 -46 -236 -155 -496 -286 -680 -133 -185 -398 -437 -712 -674 -396 -301 -578 -490 -694 -721 -87 -175 -117 -394 -82 -601 20 -117 39 -172 91 -274 60 -116 115 -181 290 -346 133 -125 166 -150 314 -239 473 -284 763 -509 1023 -793 573 -626 803 -1388 666 -2210 -153 -920 -798 -1635 -1884 -2087 -462 -192 -1014 -337 -1550 -405 -154 -20 -199 -22 -480 -17 -1422 27 -2604 394 -3239 1007 -394 381 -588 803 -626 1360 -58 876 421 1567 1422 2050 699 336 1627 562 2688 655 96 8 205 15 242 15 37 0 69 3 72 8 2 4 -25 43 -62 87 -324 394 -443 873 -341 1367 17 83 56 212 94 310 6 15 -2 16 -82 11 -107 -7 -489 12 -657 33 -537 65 -1005 225 -1366 467 -152 102 -238 174 -381 316 -248 249 -418 506 -554 840 -135 332 -225 760 -225 1072 l0 89 -1450 2 -1450 3 2262 2003 2262 2002 3828 0 c2105 0 3828 -2 3828 -4z"/>
34
+ <path transform="translate(0.000000,2071.000000) scale(0.100000,-0.100000)" d="M9835 15513 c-225 -29 -458 -123 -635 -257 -523 -393 -761 -1181 -619 -2046 180 -1094 923 -2062 1803 -2352 305 -100 646 -106 921 -16 561 183 937 718 1026 1463 15 127 15 458 0 595 -72 645 -328 1256 -737 1755 -100 123 -319 338 -434 427 -298 230 -618 375 -935 423 -90 13 -312 18 -390 8z"/>
35
+ <path transform="translate(0.000000,2071.000000) scale(0.100000,-0.100000)" d="M10065 8219 c-527 -47 -1044 -221 -1447 -488 -455 -302 -749 -703 -847 -1153 -248 -1147 805 -2239 2359 -2444 163 -21 613 -30 780 -15 348 32 655 102 945 217 799 317 1316 905 1396 1584 15 132 6 351 -20 482 -180 894 -1113 1621 -2301 1792 -246 35 -619 46 -865 25z"/>
36
+ </symbol>
37
+
38
+ </svg>
metadata ADDED
@@ -0,0 +1,168 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jekyll-theme-csu-cs
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.1
5
+ platform: ruby
6
+ authors:
7
+ - Albert Lionelle
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-07-02 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: jekyll
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '3.8'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '3.8'
27
+ - !ruby/object:Gem::Dependency
28
+ name: bundler
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '2.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '2.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rake
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '12.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '12.0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: jekyll-feed
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '0.9'
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '0.9'
69
+ - !ruby/object:Gem::Dependency
70
+ name: jekyll-seo-tag
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: '2.1'
76
+ type: :runtime
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '2.1'
83
+ description:
84
+ email:
85
+ - Albert.Lionelle@colostate.edu
86
+ executables: []
87
+ extensions: []
88
+ extra_rdoc_files: []
89
+ files:
90
+ - LICENSE.txt
91
+ - README.md
92
+ - _includes/disqus_comments.html
93
+ - _includes/footer.html
94
+ - _includes/google-analytics.html
95
+ - _includes/grading/wholeGradesOnly.html
96
+ - _includes/head.html
97
+ - _includes/header.html
98
+ - _includes/helpdesk.html
99
+ - _includes/icon-github.html
100
+ - _includes/icon-github.svg
101
+ - _includes/icon-twitter.html
102
+ - _includes/icon-twitter.svg
103
+ - _includes/policies/cheating.html
104
+ - _includes/policies/copyrighted.html
105
+ - _includes/policies/daca.html
106
+ - _includes/policies/diversityStatement.html
107
+ - _includes/policies/honorPledge.html
108
+ - _includes/policies/netiquette.html
109
+ - _includes/policies/policiesAll.html
110
+ - _includes/policies/religious.html
111
+ - _includes/policies/thirdParty.html
112
+ - _includes/policies/title9.html
113
+ - _includes/policies/universalDesign.html
114
+ - _includes/resources/canvasTech.html
115
+ - _includes/resources/counseling.html
116
+ - _includes/resources/eclipse.html
117
+ - _includes/resources/intelliJ.html
118
+ - _includes/resources/randomJavaLinks.html
119
+ - _includes/resources/teams.html
120
+ - _includes/resources/tilt.html
121
+ - _includes/resources/university.html
122
+ - _includes/social.html
123
+ - _layouts/default.html
124
+ - _layouts/home.html
125
+ - _layouts/lab.html
126
+ - _layouts/page.html
127
+ - _layouts/post.html
128
+ - _sass/csu-default.scss
129
+ - _sass/parts/_base.scss
130
+ - _sass/parts/_calendar.scss
131
+ - _sass/parts/_contactcard.scss
132
+ - _sass/parts/_labs.scss
133
+ - _sass/parts/_syntax-highlighting.scss
134
+ - assets/img/CSU-Official-wrdmrk-357-617.png
135
+ - assets/img/CSU-Ram-357-617.png
136
+ - assets/img/CSU-Signature-Stacked-357-617-rev.png
137
+ - assets/img/ducky.png
138
+ - assets/img/msteamsformat.png
139
+ - assets/img/signature-mobile.svg
140
+ - assets/img/signature-oneline.svg
141
+ - assets/img/signature-stacked.svg
142
+ - assets/main.scss
143
+ - assets/minima-social-icons.svg
144
+ homepage: https://github.com/Dept-of-Computer-Science/jekyll-theme-csu-cs
145
+ licenses:
146
+ - MIT
147
+ metadata: {}
148
+ post_install_message:
149
+ rdoc_options: []
150
+ require_paths:
151
+ - lib
152
+ required_ruby_version: !ruby/object:Gem::Requirement
153
+ requirements:
154
+ - - ">="
155
+ - !ruby/object:Gem::Version
156
+ version: '0'
157
+ required_rubygems_version: !ruby/object:Gem::Requirement
158
+ requirements:
159
+ - - ">="
160
+ - !ruby/object:Gem::Version
161
+ version: '0'
162
+ requirements: []
163
+ rubyforge_project:
164
+ rubygems_version: 2.7.6
165
+ signing_key:
166
+ specification_version: 4
167
+ summary: Colorado State University CS Department Jekyll Theme
168
+ test_files: []