@pimaonline/pimaonline-themepack 3.0.0 → 3.10.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (105) hide show
  1. package/LICENSE.md +30 -30
  2. package/README.md +100 -69
  3. package/dist/css/main.css +1 -1
  4. package/dist/css/plugins/alt-icons.css +1 -0
  5. package/dist/css/plugins/font-awesome.css +1 -1
  6. package/dist/css/routes.css +1 -1
  7. package/dist/css/themes/aviation/styles.css +1 -1
  8. package/dist/css/themes/bct/styles.css +1 -0
  9. package/dist/css/themes/bio/styles.css +1 -0
  10. package/dist/css/themes/business/styles.css +1 -1
  11. package/dist/css/themes/fsc/styles.css +1 -1
  12. package/dist/css/themes/hrs/styles.css +1 -1
  13. package/dist/css/themes/lgm/styles.css +1 -1
  14. package/dist/css/themes/psy/styles.css +1 -0
  15. package/dist/img/theme-images/bct/Blueprint-background.png +0 -0
  16. package/dist/img/theme-images/bio/original/dna.svg +1 -0
  17. package/dist/img/theme-images/bio/original/humans.svg +1 -0
  18. package/dist/img/theme-images/bio/original/leaves.svg +33 -0
  19. package/dist/img/theme-images/bio/original/marine-bottom.svg +1 -0
  20. package/dist/img/theme-images/bio/original/marine-top.svg +1 -0
  21. package/dist/img/theme-images/bio/original/microbes.svg +1 -0
  22. package/dist/img/theme-images/ecn/arrow-2.svg +4 -4
  23. package/dist/img/theme-images/ecn/arrow.svg +4 -4
  24. package/dist/img/theme-images/ecn/point.svg +3 -3
  25. package/dist/img/theme-images/eng/button-bkg.svg +178 -178
  26. package/dist/img/theme-images/eng/halftone.svg +177 -177
  27. package/dist/img/theme-images/eng/long-button-bkg.svg +353 -353
  28. package/dist/img/theme-images/fsc/bottomwave-pinkred.svg +16 -16
  29. package/dist/img/theme-images/fsc/bottomwave-redorange.svg +16 -16
  30. package/dist/img/theme-images/fsc/bottomwave-yellow.svg +16 -16
  31. package/dist/img/theme-images/fsc/bottomwave-yelloworange.svg +16 -16
  32. package/dist/img/theme-images/fsc/mainwave-pinkred.svg +16 -16
  33. package/dist/img/theme-images/fsc/mainwave-redorange.svg +16 -16
  34. package/dist/img/theme-images/fsc/mainwave-yellow.svg +16 -16
  35. package/dist/img/theme-images/fsc/mainwave-yelloworange.svg +16 -16
  36. package/dist/img/theme-images/music/half_note.svg +5 -5
  37. package/dist/img/theme-images/psy/counseling-icon.svg +1 -0
  38. package/dist/img/theme-images/psy/psych-icon.svg +17 -0
  39. package/dist/img/theme-images/resort/flourish-left.svg +32 -32
  40. package/dist/img/theme-images/resort/flourish-main.svg +37 -37
  41. package/dist/img/theme-images/resort/flourish-right.svg +31 -31
  42. package/dist/img/theme-images/resort/separator.svg +15 -15
  43. package/dist/img/theme-images/ss/blockquote.svg +2 -2
  44. package/dist/img/theme-images/ss/list-style.svg +3 -3
  45. package/dist/img/theme-images/ss/main-large-blob.svg +3 -3
  46. package/dist/img/theme-images/ss/main-small-blob.svg +3 -3
  47. package/dist/img/theme-images/ss/small-blob.svg +3 -3
  48. package/dist/img/theme-images/ss/tall-blob.svg +3 -3
  49. package/dist/img/theme-images/widgets/separator.svg +17 -17
  50. package/dist/js/jumpTo.js +3 -3
  51. package/dist/js/scripts.js +326 -326
  52. package/dist/js/scripts2.js +1006 -541
  53. package/dist/js/themes/ecn.js +13 -0
  54. package/dist/js/themes/hrs.js +19 -0
  55. package/dist/js/themes/ss.js +197 -0
  56. package/dist/plugins/fancybox/fancybox-example.html +51 -51
  57. package/dist/plugins/fancybox/fancybox.css +72 -72
  58. package/dist/plugins/fancybox/helpers/jquery.fancybox-buttons.css +97 -97
  59. package/dist/plugins/fancybox/helpers/jquery.fancybox-buttons.js +122 -122
  60. package/dist/plugins/fancybox/helpers/jquery.fancybox-media.js +201 -201
  61. package/dist/plugins/fancybox/helpers/jquery.fancybox-thumbs.css +54 -54
  62. package/dist/plugins/fancybox/helpers/jquery.fancybox-thumbs.js +165 -165
  63. package/dist/plugins/fancybox/jquery.fancybox.css +274 -274
  64. package/dist/plugins/fancybox/jquery.fancybox.js +2018 -2018
  65. package/dist/plugins/fancybox/jquery.fancybox.pack.js +46 -46
  66. package/dist/plugins/flashcards/README.md +135 -135
  67. package/dist/plugins/flashcards/config.rb +24 -24
  68. package/dist/plugins/flashcards/css/style.css +215 -215
  69. package/dist/plugins/flashcards/flashcards-example.html +65 -65
  70. package/dist/plugins/flashcards/index.html +90 -90
  71. package/dist/plugins/flashcards/js/flash_cards.min.js +11 -11
  72. package/dist/plugins/flashcards/js/plugins/flash_cards.js +62 -62
  73. package/dist/plugins/flashcards/js/plugins/jquery.cycle.js +1147 -1147
  74. package/dist/plugins/flashcards/js/vendor/jquery-1.7.2.js +9404 -9404
  75. package/dist/plugins/flashcards/js/vendor/jquery-1.7.2.min.js +3 -3
  76. package/dist/plugins/flashcards/js/vendor/modernizr-2.5.3.min.js +3 -3
  77. package/dist/plugins/flashcards/resources/fonts/flash_cards/flash_cards.svg +20 -20
  78. package/dist/plugins/floating-particles/floating-particles.js +67 -67
  79. package/dist/plugins/font-awesome-icons/webfonts/brands.svg +1460 -0
  80. package/dist/plugins/font-awesome-icons/webfonts/fa-brands-400.ttf +0 -0
  81. package/dist/plugins/font-awesome-icons/webfonts/fa-brands-400.woff2 +0 -0
  82. package/dist/plugins/font-awesome-icons/webfonts/fa-regular-400.ttf +0 -0
  83. package/dist/plugins/font-awesome-icons/webfonts/fa-regular-400.woff2 +0 -0
  84. package/dist/plugins/font-awesome-icons/webfonts/fa-solid-900.ttf +0 -0
  85. package/dist/plugins/font-awesome-icons/webfonts/fa-solid-900.woff2 +0 -0
  86. package/dist/plugins/font-awesome-icons/webfonts/fa-v4compatibility.ttf +0 -0
  87. package/dist/plugins/font-awesome-icons/webfonts/fa-v4compatibility.woff2 +0 -0
  88. package/dist/plugins/font-awesome-icons/webfonts/regular.svg +497 -0
  89. package/dist/plugins/font-awesome-icons/webfonts/solid.svg +4178 -0
  90. package/dist/plugins/global-homepage-overrides/global-homepage-overrides.css +539 -539
  91. package/dist/plugins/global-homepage-overrides/global-homepage-overrides.html +18 -18
  92. package/dist/plugins/global-homepage-overrides/global-homepage-overrides.js +52 -52
  93. package/dist/plugins/preview-banner/preview-banner.css +125 -125
  94. package/dist/plugins/preview-banner/preview-banner.html +17 -17
  95. package/dist/plugins/preview-banner/preview-banner.js +56 -56
  96. package/package.json +42 -39
  97. package/dist/plugins/font-awesome-icons/webfonts/fa-brands-400.eot +0 -0
  98. package/dist/plugins/font-awesome-icons/webfonts/fa-brands-400.svg +0 -3570
  99. package/dist/plugins/font-awesome-icons/webfonts/fa-brands-400.woff +0 -0
  100. package/dist/plugins/font-awesome-icons/webfonts/fa-regular-400.eot +0 -0
  101. package/dist/plugins/font-awesome-icons/webfonts/fa-regular-400.svg +0 -803
  102. package/dist/plugins/font-awesome-icons/webfonts/fa-regular-400.woff +0 -0
  103. package/dist/plugins/font-awesome-icons/webfonts/fa-solid-900.eot +0 -0
  104. package/dist/plugins/font-awesome-icons/webfonts/fa-solid-900.svg +0 -4700
  105. package/dist/plugins/font-awesome-icons/webfonts/fa-solid-900.woff +0 -0
@@ -1,216 +1,216 @@
1
- .flashcards {
2
- margin: 10px auto;
3
- max-width: 370px;
4
- position: relative;
5
- }
6
- @media screen and (min-width:730px) {
7
- .flashcards {
8
- max-width: 500px;
9
- }
10
- }
11
- #deck {
12
- height: 300px;
13
- list-style: none;
14
- margin: 15px auto;
15
- padding: 0;
16
- position: relative;
17
- text-align: center;
18
- width: 100%;
19
- }
20
- @media screen and (min-width:730px) {
21
- #deck {
22
- height: 300px;
23
- list-style: none;
24
- margin: 15px auto;
25
- padding: 0;
26
- position: relative;
27
- text-align: center;
28
- }
29
- }
30
- #deck:hover {
31
- cursor: pointer;
32
- }
33
- .card {
34
- background-color: rgba(255, 255, 255, 1) !important;
35
- color: rgba(34, 2, 0, 1);
36
- display: none;
37
- font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
38
- height: 300px;
39
- line-height: 60px;
40
- position: relative;
41
- width: 100%;
42
- -webkit-perspective: 1600;
43
- perspective: 1600;
44
- }
45
- .card:first-child {
46
- display: block;
47
- }
48
- .side_one, .side_two {
49
- -webkit-backface-visibility: hidden;
50
- backface-visibility: hidden;
51
- background-color: #fff;
52
- background-size: 500px 30px;
53
- background-position: 50%;
54
- border: 1px solid rgba(13, 13, 13, .2);
55
- height: inherit;
56
- position: absolute;
57
- -webkit-transition: all 0.4s ease-in-out;
58
- -moz-transition: all 0.4s ease-in-out;
59
- -ms-transition: all 0.4s ease-in-out;
60
- -o-transition: all 0.4s ease-in-out;
61
- transition: all 0.4s ease-in-out;
62
- width: inherit;
63
- }
64
- .current .side_one, .current.flip .side_two {
65
- -webkit-box-shadow: 1px 1px 4px -1px rgba(13, 13, 13, 0.3);
66
- -moz-box-shadow: 1px 1px 4px -1px rgba(13, 13, 13, 0.3);
67
- box-shadow: 1px 1px 4px -1px rgba(13, 13, 13, 0.3);
68
- }
69
- .current.flip .side_one {
70
- -webkit-box-shadow: none;
71
- -moz-box-shadow: none;
72
- box-shadow: none;
73
- }
74
- .side_one {
75
- -webkit-transform: rotateX(0deg);
76
- transform: rotateX(0deg);
77
- -webkit-transform-style: preserve-3d;
78
- transform-style: preserve-3d;
79
- z-index: 900;
80
- }
81
- .flip .side_one {
82
- -webkit-transform: rotateX(180deg);
83
- transform: rotateX(180deg);
84
- }
85
- .side_two {
86
- -webkit-transform: rotateX(-180deg);
87
- transform: rotateX(-180deg);
88
- -webkit-transform-style: preserve-3d;
89
- transform-style: preserve-3d;
90
- z-index: 800;
91
- }
92
- .flip .side_two {
93
- -webkit-transform: rotateX(0deg);
94
- transform: rotateX(0deg);
95
- z-index: 1000;
96
- }
97
- .card p {
98
- display: table-cell;
99
- font-size: 1em;
100
- height: 300px;
101
- vertical-align: middle;
102
- width: 500px;
103
- }
104
- #nav_deck {
105
- color: rgba(51, 3, 0, 1);
106
- display: flex;
107
- justify-content: center;
108
- position: relative;
109
- text-align: center;
110
- }
111
- .icon {
112
- cursor: pointer;
113
- flex-basis: 25%;
114
- }
115
- .icon:before {
116
- content: attr(data-icon);
117
- font-family: 'Flash Cards';
118
- visibility: visible;
119
- }
120
- .icon button {
121
- background-color: rgba(255, 255, 255, 1);
122
- border: none;
123
- color: #333;
124
- cursor: pointer;
125
- margin: 0;
126
- padding: 0;
127
- width: 32px;
128
- }
129
- .icon button:hover {
130
- background-color: rgba(255, 255, 255, 1);
131
- }
132
- .icon button img {
133
- margin: 0;
134
- }
135
- .icon button img:hover {
136
- -webkit-filter: brightness(80%);
137
- }
138
- .visuallyhidden {
139
- border: 0;
140
- clip: rect(0 0 0 0);
141
- height: 1px;
142
- margin: -1px;
143
- overflow: hidden;
144
- padding: 0;
145
- position: absolute;
146
- width: 1px;
147
- }
148
- #keyboard_shortcuts {
149
- background: rgba(13, 13, 13, 1);
150
- bottom: 0;
151
- display: none;
152
- left: 0;
153
- padding: 20px;
154
- position: absolute;
155
- z-index: 99999;
156
- }
157
- #keyboard_shortcuts h1 {
158
- text-align: center
159
- }
160
- #keyboard_shortcuts td {
161
- padding: 15px;
162
- text-align: left;
163
- width: 300px;
164
- }
165
- #keyboard_shortcuts td:first-child {
166
- text-align: right
167
- }
168
- .or {
169
- color: rgba(34, 2, 0, 1);
170
- padding: 0 10px;
171
- }
172
- #keyboard_shortcuts_toggle {
173
- cursor: pointer;
174
- position: absolute;
175
- right: 25px;
176
- top: 25px;
177
- }
178
- #keyboard_shortcuts_toggle:before {
179
- background: #0080ff;
180
- -webkit-background-clip: padding;
181
- -moz-background-clip: padding;
182
- background-clip: padding-box;
183
- -webkit-border-radius: 20px;
184
- -moz-border-radius: 20px;
185
- -ms-border-radius: 20px;
186
- -o-border-radius: 20px;
187
- border-radius: 20px;
188
- border: 1px solid #fff;
189
- color: #fff;
190
- font-size: 25px;
191
- height: 20px;
192
- padding: 5px;
193
- width: 20px;
194
- }
195
- .no-csstransforms3d .flip .side_one, .no-csstransforms3d .side_two {
196
- opacity: 0;
197
- -webkit-transition: all 0.4s ease-in-out;
198
- -moz-transition: all 0.4s ease-in-out;
199
- -ms-transition: all 0.4s ease-in-out;
200
- -o-transition: all 0.4s ease-in-out;
201
- transition: all 0.4s ease-in-out;
202
- }
203
- .no-csstransforms3d .flip .side_two {
204
- opacity: 1;
205
- -webkit-transition: all 0.4s ease-in-out;
206
- -moz-transition: all 0.4s ease-in-out;
207
- -ms-transition: all 0.4s ease-in-out;
208
- -o-transition: all 0.4s ease-in-out;
209
- transition: all 0.4s ease-in-out;
210
- }
211
- .card:first-child .side_two {
212
- font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
213
- }
214
- ul#deck li:before {
215
- content: none;
1
+ .flashcards {
2
+ margin: 10px auto;
3
+ max-width: 370px;
4
+ position: relative;
5
+ }
6
+ @media screen and (min-width:730px) {
7
+ .flashcards {
8
+ max-width: 500px;
9
+ }
10
+ }
11
+ #deck {
12
+ height: 300px;
13
+ list-style: none;
14
+ margin: 15px auto;
15
+ padding: 0;
16
+ position: relative;
17
+ text-align: center;
18
+ width: 100%;
19
+ }
20
+ @media screen and (min-width:730px) {
21
+ #deck {
22
+ height: 300px;
23
+ list-style: none;
24
+ margin: 15px auto;
25
+ padding: 0;
26
+ position: relative;
27
+ text-align: center;
28
+ }
29
+ }
30
+ #deck:hover {
31
+ cursor: pointer;
32
+ }
33
+ .card {
34
+ background-color: rgba(255, 255, 255, 1) !important;
35
+ color: rgba(34, 2, 0, 1);
36
+ display: none;
37
+ font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
38
+ height: 300px;
39
+ line-height: 60px;
40
+ position: relative;
41
+ width: 100%;
42
+ -webkit-perspective: 1600;
43
+ perspective: 1600;
44
+ }
45
+ .card:first-child {
46
+ display: block;
47
+ }
48
+ .side_one, .side_two {
49
+ -webkit-backface-visibility: hidden;
50
+ backface-visibility: hidden;
51
+ background-color: #fff;
52
+ background-size: 500px 30px;
53
+ background-position: 50%;
54
+ border: 1px solid rgba(13, 13, 13, .2);
55
+ height: inherit;
56
+ position: absolute;
57
+ -webkit-transition: all 0.4s ease-in-out;
58
+ -moz-transition: all 0.4s ease-in-out;
59
+ -ms-transition: all 0.4s ease-in-out;
60
+ -o-transition: all 0.4s ease-in-out;
61
+ transition: all 0.4s ease-in-out;
62
+ width: inherit;
63
+ }
64
+ .current .side_one, .current.flip .side_two {
65
+ -webkit-box-shadow: 1px 1px 4px -1px rgba(13, 13, 13, 0.3);
66
+ -moz-box-shadow: 1px 1px 4px -1px rgba(13, 13, 13, 0.3);
67
+ box-shadow: 1px 1px 4px -1px rgba(13, 13, 13, 0.3);
68
+ }
69
+ .current.flip .side_one {
70
+ -webkit-box-shadow: none;
71
+ -moz-box-shadow: none;
72
+ box-shadow: none;
73
+ }
74
+ .side_one {
75
+ -webkit-transform: rotateX(0deg);
76
+ transform: rotateX(0deg);
77
+ -webkit-transform-style: preserve-3d;
78
+ transform-style: preserve-3d;
79
+ z-index: 900;
80
+ }
81
+ .flip .side_one {
82
+ -webkit-transform: rotateX(180deg);
83
+ transform: rotateX(180deg);
84
+ }
85
+ .side_two {
86
+ -webkit-transform: rotateX(-180deg);
87
+ transform: rotateX(-180deg);
88
+ -webkit-transform-style: preserve-3d;
89
+ transform-style: preserve-3d;
90
+ z-index: 800;
91
+ }
92
+ .flip .side_two {
93
+ -webkit-transform: rotateX(0deg);
94
+ transform: rotateX(0deg);
95
+ z-index: 1000;
96
+ }
97
+ .card p {
98
+ display: table-cell;
99
+ font-size: 1em;
100
+ height: 300px;
101
+ vertical-align: middle;
102
+ width: 500px;
103
+ }
104
+ #nav_deck {
105
+ color: rgba(51, 3, 0, 1);
106
+ display: flex;
107
+ justify-content: center;
108
+ position: relative;
109
+ text-align: center;
110
+ }
111
+ .icon {
112
+ cursor: pointer;
113
+ flex-basis: 25%;
114
+ }
115
+ .icon:before {
116
+ content: attr(data-icon);
117
+ font-family: 'Flash Cards';
118
+ visibility: visible;
119
+ }
120
+ .icon button {
121
+ background-color: rgba(255, 255, 255, 1);
122
+ border: none;
123
+ color: #333;
124
+ cursor: pointer;
125
+ margin: 0;
126
+ padding: 0;
127
+ width: 32px;
128
+ }
129
+ .icon button:hover {
130
+ background-color: rgba(255, 255, 255, 1);
131
+ }
132
+ .icon button img {
133
+ margin: 0;
134
+ }
135
+ .icon button img:hover {
136
+ -webkit-filter: brightness(80%);
137
+ }
138
+ .visuallyhidden {
139
+ border: 0;
140
+ clip: rect(0 0 0 0);
141
+ height: 1px;
142
+ margin: -1px;
143
+ overflow: hidden;
144
+ padding: 0;
145
+ position: absolute;
146
+ width: 1px;
147
+ }
148
+ #keyboard_shortcuts {
149
+ background: rgba(13, 13, 13, 1);
150
+ bottom: 0;
151
+ display: none;
152
+ left: 0;
153
+ padding: 20px;
154
+ position: absolute;
155
+ z-index: 99999;
156
+ }
157
+ #keyboard_shortcuts h1 {
158
+ text-align: center
159
+ }
160
+ #keyboard_shortcuts td {
161
+ padding: 15px;
162
+ text-align: left;
163
+ width: 300px;
164
+ }
165
+ #keyboard_shortcuts td:first-child {
166
+ text-align: right
167
+ }
168
+ .or {
169
+ color: rgba(34, 2, 0, 1);
170
+ padding: 0 10px;
171
+ }
172
+ #keyboard_shortcuts_toggle {
173
+ cursor: pointer;
174
+ position: absolute;
175
+ right: 25px;
176
+ top: 25px;
177
+ }
178
+ #keyboard_shortcuts_toggle:before {
179
+ background: #0080ff;
180
+ -webkit-background-clip: padding;
181
+ -moz-background-clip: padding;
182
+ background-clip: padding-box;
183
+ -webkit-border-radius: 20px;
184
+ -moz-border-radius: 20px;
185
+ -ms-border-radius: 20px;
186
+ -o-border-radius: 20px;
187
+ border-radius: 20px;
188
+ border: 1px solid #fff;
189
+ color: #fff;
190
+ font-size: 25px;
191
+ height: 20px;
192
+ padding: 5px;
193
+ width: 20px;
194
+ }
195
+ .no-csstransforms3d .flip .side_one, .no-csstransforms3d .side_two {
196
+ opacity: 0;
197
+ -webkit-transition: all 0.4s ease-in-out;
198
+ -moz-transition: all 0.4s ease-in-out;
199
+ -ms-transition: all 0.4s ease-in-out;
200
+ -o-transition: all 0.4s ease-in-out;
201
+ transition: all 0.4s ease-in-out;
202
+ }
203
+ .no-csstransforms3d .flip .side_two {
204
+ opacity: 1;
205
+ -webkit-transition: all 0.4s ease-in-out;
206
+ -moz-transition: all 0.4s ease-in-out;
207
+ -ms-transition: all 0.4s ease-in-out;
208
+ -o-transition: all 0.4s ease-in-out;
209
+ transition: all 0.4s ease-in-out;
210
+ }
211
+ .card:first-child .side_two {
212
+ font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
213
+ }
214
+ ul#deck li:before {
215
+ content: none;
216
216
  }
@@ -1,66 +1,66 @@
1
- <!doctype html>
2
- <html lang="en">
3
- <head>
4
- <title>Flashcards Example</title>
5
- <meta charset="UTF-8">
6
- <!--[if lt IE 9]>
7
- <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
8
- <![endif]-->
9
- <meta name="viewport" content="initial-scale=1.0, width=device-width" />
10
- <link href="https://fonts.googleapis.com/css?family=Lato:400,700|Lora:400,700&display=swap" rel="stylesheet">
11
- <link rel="stylesheet" type="text/css" href="https://d2l.pima.edu/shared/webdev/course-files/css/themes/cards/styles.css">
12
- <link rel="stylesheet" type="text/css" href="css/custom.css">
13
- <!--Flashcards CSS-->
14
- <link rel="stylesheet" type="text/css" href="https://d2l.pima.edu/shared/webdev/course-files/plugins/flashcards/css/style.css">
15
- </head>
16
- <body>
17
- <div id="main">
18
- <header class="header"> <img src="https://via.placeholder.com/1920x600" alt="decorative image of a woman's hand typing on a computer">
19
- <div class="text-container">
20
- <h1>Flashcards Example</h1>
21
- </div>
22
- </header>
23
- <div class="content-body">
24
- <div class="flashcards" id="flipper">
25
- <ul id="deck">
26
- <li class="card">
27
- <div class="side_one">
28
- <p>Abstract Word</p>
29
- </div>
30
- <div class="side_two">
31
- <p>Words that refer to ideas or concepts that are removed from material reality. </p>
32
- </div>
33
- </li>
34
- <li class="card">
35
- <div class="side_one">
36
- <p>Axiology</p>
37
- </div>
38
- <div class="side_two">
39
- <p>A part of worldview; refers to an individual or group's value system. </p>
40
- </div>
41
- </li>
42
- <li class="card">
43
- <div class="side_one">
44
- <p>Channel</p>
45
- </div>
46
- <div class="side_two">
47
- <p>The means through which the message travels. </p>
48
- </div>
49
- </li>
50
- </ul>
51
- <div id="nav_btn">
52
- <button class="icon-prev" id="prev"></button>
53
- <button class="icon-flip"></button>
54
- <button class="icon-next" id="next"></button>
55
- </div>
56
- </div>
57
- </div>
58
- </div>
59
- <script type="text/javascript" src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
60
- <script type="text/javascript" src="https://d2l.pima.edu/shared/webdev/course-files/js/scripts.js"></script>
61
- <!--Modernizr for Flashcards-->
62
- <script src="https://d2l.pima.edu/shared/webdev/course-files/plugins/flashcards/js/vendor/modernizr-2.5.3.min.js"></script>
63
- <!--Flashcards JS-->
64
- <script src="https://d2l.pima.edu/shared/webdev/course-files/plugins/flashcards/js/flash_cards.min.js"></script>
65
- </body>
1
+ <!doctype html>
2
+ <html lang="en">
3
+ <head>
4
+ <title>Flashcards Example</title>
5
+ <meta charset="UTF-8">
6
+ <!--[if lt IE 9]>
7
+ <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
8
+ <![endif]-->
9
+ <meta name="viewport" content="initial-scale=1.0, width=device-width" />
10
+ <link href="https://fonts.googleapis.com/css?family=Lato:400,700|Lora:400,700&display=swap" rel="stylesheet">
11
+ <link rel="stylesheet" type="text/css" href="https://d2l.pima.edu/shared/webdev/course-files/css/themes/cards/styles.css">
12
+ <link rel="stylesheet" type="text/css" href="css/custom.css">
13
+ <!--Flashcards CSS-->
14
+ <link rel="stylesheet" type="text/css" href="https://d2l.pima.edu/shared/webdev/course-files/plugins/flashcards/css/style.css">
15
+ </head>
16
+ <body>
17
+ <div id="main">
18
+ <header class="header"> <img src="https://via.placeholder.com/1920x600" alt="decorative image of a woman's hand typing on a computer">
19
+ <div class="text-container">
20
+ <h1>Flashcards Example</h1>
21
+ </div>
22
+ </header>
23
+ <div class="content-body">
24
+ <div class="flashcards" id="flipper">
25
+ <ul id="deck">
26
+ <li class="card">
27
+ <div class="side_one">
28
+ <p>Abstract Word</p>
29
+ </div>
30
+ <div class="side_two">
31
+ <p>Words that refer to ideas or concepts that are removed from material reality. </p>
32
+ </div>
33
+ </li>
34
+ <li class="card">
35
+ <div class="side_one">
36
+ <p>Axiology</p>
37
+ </div>
38
+ <div class="side_two">
39
+ <p>A part of worldview; refers to an individual or group's value system. </p>
40
+ </div>
41
+ </li>
42
+ <li class="card">
43
+ <div class="side_one">
44
+ <p>Channel</p>
45
+ </div>
46
+ <div class="side_two">
47
+ <p>The means through which the message travels. </p>
48
+ </div>
49
+ </li>
50
+ </ul>
51
+ <div id="nav_btn">
52
+ <button class="icon-prev" id="prev"></button>
53
+ <button class="icon-flip"></button>
54
+ <button class="icon-next" id="next"></button>
55
+ </div>
56
+ </div>
57
+ </div>
58
+ </div>
59
+ <script type="text/javascript" src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
60
+ <script type="text/javascript" src="https://d2l.pima.edu/shared/webdev/course-files/js/scripts.js"></script>
61
+ <!--Modernizr for Flashcards-->
62
+ <script src="https://d2l.pima.edu/shared/webdev/course-files/plugins/flashcards/js/vendor/modernizr-2.5.3.min.js"></script>
63
+ <!--Flashcards JS-->
64
+ <script src="https://d2l.pima.edu/shared/webdev/course-files/plugins/flashcards/js/flash_cards.min.js"></script>
65
+ </body>
66
66
  </html>