CV-Portfolio 0.0.1

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 (228) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +53 -0
  4. data/_config.yml +111 -0
  5. data/_includes/backtotop.html +1 -0
  6. data/_includes/clients.html +37 -0
  7. data/_includes/header.html +2 -0
  8. data/_includes/javascripts.html +4 -0
  9. data/_includes/mapbox-init.html +2 -0
  10. data/_includes/mapbox.html +3 -0
  11. data/_includes/meta.html +28 -0
  12. data/_includes/photoswipe.html +40 -0
  13. data/_includes/preloader.html +4 -0
  14. data/_includes/review.html +79 -0
  15. data/_includes/scroll.html +2 -0
  16. data/_includes/sidebar.html +68 -0
  17. data/_includes/skills.html +31 -0
  18. data/_includes/testimonials.html +54 -0
  19. data/_layouts/contact.html +20 -0
  20. data/_layouts/default.html +18 -0
  21. data/_layouts/post.html +21 -0
  22. data/_layouts/project.html +23 -0
  23. data/_layouts/resume.html +18 -0
  24. data/_sass/style.scss +3353 -0
  25. data/assets/css/app/_button.scss +70 -0
  26. data/assets/css/app/_cases.scss +35 -0
  27. data/assets/css/app/_clients.scss +22 -0
  28. data/assets/css/app/_contact.scss +74 -0
  29. data/assets/css/app/_form.scss +264 -0
  30. data/assets/css/app/_general.scss +106 -0
  31. data/assets/css/app/_navbar.scss +98 -0
  32. data/assets/css/app/_news.scss +112 -0
  33. data/assets/css/app/_other.scss +58 -0
  34. data/assets/css/app/_popup.scss +167 -0
  35. data/assets/css/app/_portfolio.scss +269 -0
  36. data/assets/css/app/_sections.scss +265 -0
  37. data/assets/css/app/_sidebar.scss +181 -0
  38. data/assets/css/app/_single-news.scss +445 -0
  39. data/assets/css/app/_single-project.scss +97 -0
  40. data/assets/css/app/_testimonials.scss +147 -0
  41. data/assets/css/app/_timeline.scss +78 -0
  42. data/assets/css/app/_typography.scss +253 -0
  43. data/assets/css/main.scss +9 -0
  44. data/assets/css/style.css.map +30 -0
  45. data/assets/css/style.scss +43 -0
  46. data/assets/css/variables/_media.scss +8 -0
  47. data/assets/css/variables/_mixins.scss +59 -0
  48. data/assets/css/variables/_vars.scss +48 -0
  49. data/assets/css/vendors/bootstrap.css +10819 -0
  50. data/assets/css/vendors/bootstrap.css.map +1 -0
  51. data/assets/css/vendors/bootstrap.min.css +7 -0
  52. data/assets/css/vendors/bootstrap.min.css.map +1 -0
  53. data/assets/css/vendors/default-skin.css +482 -0
  54. data/assets/css/vendors/magnific-popup.css +351 -0
  55. data/assets/css/vendors/photoswipe.css +179 -0
  56. data/assets/css/vendors/simplebar.css +211 -0
  57. data/assets/css/vendors/simplebar.min.css +1 -0
  58. data/assets/css/vendors/swiper.min.css +12 -0
  59. data/assets/icons/dark/icon-app.svg +4 -0
  60. data/assets/icons/dark/icon-design.svg +5 -0
  61. data/assets/icons/dark/icon-dev.svg +12 -0
  62. data/assets/icons/dark/icon-education.svg +10 -0
  63. data/assets/icons/dark/icon-experience.svg +4 -0
  64. data/assets/icons/dark/icon-photo.svg +7 -0
  65. data/assets/icons/dark/icon-quote.svg +3 -0
  66. data/assets/icons/emoji/emoji-angry.svg +15 -0
  67. data/assets/icons/emoji/emoji-bad.svg +15 -0
  68. data/assets/icons/emoji/emoji-crazy.svg +15 -0
  69. data/assets/icons/emoji/emoji-happy-2.svg +12 -0
  70. data/assets/icons/emoji/emoji-happy-3.svg +16 -0
  71. data/assets/icons/emoji/emoji-happy.svg +15 -0
  72. data/assets/icons/emoji/emoji-in-love.svg +15 -0
  73. data/assets/icons/emoji/emoji-laughing.svg +15 -0
  74. data/assets/icons/emoji/emoji-nerd.svg +16 -0
  75. data/assets/icons/emoji/emoji-pressure.svg +17 -0
  76. data/assets/icons/emoji/emoji-sad-2.svg +15 -0
  77. data/assets/icons/emoji/emoji-sad.svg +13 -0
  78. data/assets/icons/emoji/emoji-shocked-2.svg +15 -0
  79. data/assets/icons/emoji/emoji-shocked-3.svg +11 -0
  80. data/assets/icons/emoji/emoji-shocked.svg +14 -0
  81. data/assets/icons/emoji/emoji-sweating.svg +10 -0
  82. data/assets/icons/emoji/emoji-thinking.svg +13 -0
  83. data/assets/icons/emoji/emoji-wink.svg +12 -0
  84. data/assets/icons/feather.css +871 -0
  85. data/assets/icons/feather.woff +0 -0
  86. data/assets/icons/feather.woff2 +0 -0
  87. data/assets/icons/icomoon.svg +45 -0
  88. data/assets/icons/icomoon.ttf +0 -0
  89. data/assets/icons/icomoon.woff +0 -0
  90. data/assets/icons/icon-app.svg +14 -0
  91. data/assets/icons/icon-at.svg +3 -0
  92. data/assets/icons/icon-calendar.svg +3 -0
  93. data/assets/icons/icon-design.svg +27 -0
  94. data/assets/icons/icon-dev.svg +54 -0
  95. data/assets/icons/icon-download.svg +3 -0
  96. data/assets/icons/icon-education.svg +10 -0
  97. data/assets/icons/icon-envelope.svg +3 -0
  98. data/assets/icons/icon-experience.svg +4 -0
  99. data/assets/icons/icon-like-fill.svg +3 -0
  100. data/assets/icons/icon-like.svg +3 -0
  101. data/assets/icons/icon-location.svg +3 -0
  102. data/assets/icons/icon-news.svg +3 -0
  103. data/assets/icons/icon-phone.svg +3 -0
  104. data/assets/icons/icon-photo.svg +45 -0
  105. data/assets/icons/icon-quote.svg +9 -0
  106. data/assets/icons/icon-reply.svg +3 -0
  107. data/assets/icons/icon-send.svg +3 -0
  108. data/assets/icons/icon-skype.svg +3 -0
  109. data/assets/icons/icon-user.svg +6 -0
  110. data/assets/icons/style-custome-icons.css +132 -0
  111. data/assets/images/280x204.jpg +0 -0
  112. data/assets/images/400x550.jpg +0 -0
  113. data/assets/images/433x240.jpg +0 -0
  114. data/assets/images/560x340.jpg +0 -0
  115. data/assets/images/958x400.jpg +0 -0
  116. data/assets/images/_icon-map-pic.svg +15 -0
  117. data/assets/images/apple-store.png +0 -0
  118. data/assets/images/avatar-1.png +0 -0
  119. data/assets/images/avatar-2.png +0 -0
  120. data/assets/images/avatar-3.png +0 -0
  121. data/assets/images/avatar-4.png +0 -0
  122. data/assets/images/clients/logo-1-color.png +0 -0
  123. data/assets/images/clients/logo-1-white.png +0 -0
  124. data/assets/images/clients/logo-2-color.png +0 -0
  125. data/assets/images/clients/logo-2-white.png +0 -0
  126. data/assets/images/clients/logo-3-color.png +0 -0
  127. data/assets/images/clients/logo-3-white.png +0 -0
  128. data/assets/images/clients/logo-4-color.png +0 -0
  129. data/assets/images/clients/logo-4-white.png +0 -0
  130. data/assets/images/clients/logo-5-color.png +0 -0
  131. data/assets/images/clients/logo-5-white.png +0 -0
  132. data/assets/images/clients/logo-6-color.png +0 -0
  133. data/assets/images/clients/logo-6-white.png +0 -0
  134. data/assets/images/clients/logo-7-color.png +0 -0
  135. data/assets/images/clients/logo-7-white.png +0 -0
  136. data/assets/images/clients/logo-8-color.png +0 -0
  137. data/assets/images/clients/logo-8-white.png +0 -0
  138. data/assets/images/clients/logo-9-color.png +0 -0
  139. data/assets/images/clients/logo-9-white.png +0 -0
  140. data/assets/images/cover.png +0 -0
  141. data/assets/images/cv-portfolio.jpg +0 -0
  142. data/assets/images/favicons/apple-touch-icon-114x114.png +0 -0
  143. data/assets/images/favicons/apple-touch-icon-144x144.png +0 -0
  144. data/assets/images/favicons/apple-touch-icon-57x57.png +0 -0
  145. data/assets/images/favicons/apple-touch-icon-72x72.png +0 -0
  146. data/assets/images/favicons/favicon.png +0 -0
  147. data/assets/images/icon-map-pic.svg +30 -0
  148. data/assets/images/icon-quote.svg +3 -0
  149. data/assets/images/logotype.svg +9 -0
  150. data/assets/images/my-avatar.png +0 -0
  151. data/assets/images/photoswiper/default-skin.png +0 -0
  152. data/assets/images/photoswiper/default-skin.svg +1 -0
  153. data/assets/images/photoswiper/preloader.gif +0 -0
  154. data/assets/images/play-store.png +0 -0
  155. data/assets/images/splash.gif +0 -0
  156. data/assets/img/posts/400x550.jpg +0 -0
  157. data/assets/img/posts/958x400.jpg +0 -0
  158. data/assets/js/common.js +737 -0
  159. data/assets/js/jquery-3.4.1.min.js +2 -0
  160. data/assets/js/mapbox.init.js +32 -0
  161. data/assets/js/plugins.js +33367 -0
  162. data/assets/js/plugins.min.js +106 -0
  163. data/assets/php/form-contact.php +95 -0
  164. data/assets/php/phpmailer/COMMITMENT +46 -0
  165. data/assets/php/phpmailer/LICENSE +502 -0
  166. data/assets/php/phpmailer/README.md +218 -0
  167. data/assets/php/phpmailer/SECURITY.md +28 -0
  168. data/assets/php/phpmailer/VERSION +1 -0
  169. data/assets/php/phpmailer/composer.json +55 -0
  170. data/assets/php/phpmailer/get_oauth_token.php +144 -0
  171. data/assets/php/phpmailer/language/phpmailer.lang-am.php +26 -0
  172. data/assets/php/phpmailer/language/phpmailer.lang-ar.php +27 -0
  173. data/assets/php/phpmailer/language/phpmailer.lang-az.php +26 -0
  174. data/assets/php/phpmailer/language/phpmailer.lang-ba.php +26 -0
  175. data/assets/php/phpmailer/language/phpmailer.lang-be.php +26 -0
  176. data/assets/php/phpmailer/language/phpmailer.lang-bg.php +26 -0
  177. data/assets/php/phpmailer/language/phpmailer.lang-ca.php +26 -0
  178. data/assets/php/phpmailer/language/phpmailer.lang-ch.php +26 -0
  179. data/assets/php/phpmailer/language/phpmailer.lang-cs.php +25 -0
  180. data/assets/php/phpmailer/language/phpmailer.lang-da.php +26 -0
  181. data/assets/php/phpmailer/language/phpmailer.lang-de.php +25 -0
  182. data/assets/php/phpmailer/language/phpmailer.lang-el.php +25 -0
  183. data/assets/php/phpmailer/language/phpmailer.lang-eo.php +25 -0
  184. data/assets/php/phpmailer/language/phpmailer.lang-es.php +26 -0
  185. data/assets/php/phpmailer/language/phpmailer.lang-et.php +27 -0
  186. data/assets/php/phpmailer/language/phpmailer.lang-fa.php +27 -0
  187. data/assets/php/phpmailer/language/phpmailer.lang-fi.php +27 -0
  188. data/assets/php/phpmailer/language/phpmailer.lang-fo.php +26 -0
  189. data/assets/php/phpmailer/language/phpmailer.lang-fr.php +29 -0
  190. data/assets/php/phpmailer/language/phpmailer.lang-gl.php +26 -0
  191. data/assets/php/phpmailer/language/phpmailer.lang-he.php +26 -0
  192. data/assets/php/phpmailer/language/phpmailer.lang-hi.php +26 -0
  193. data/assets/php/phpmailer/language/phpmailer.lang-hr.php +26 -0
  194. data/assets/php/phpmailer/language/phpmailer.lang-hu.php +26 -0
  195. data/assets/php/phpmailer/language/phpmailer.lang-id.php +27 -0
  196. data/assets/php/phpmailer/language/phpmailer.lang-it.php +27 -0
  197. data/assets/php/phpmailer/language/phpmailer.lang-ja.php +27 -0
  198. data/assets/php/phpmailer/language/phpmailer.lang-ka.php +26 -0
  199. data/assets/php/phpmailer/language/phpmailer.lang-ko.php +26 -0
  200. data/assets/php/phpmailer/language/phpmailer.lang-lt.php +26 -0
  201. data/assets/php/phpmailer/language/phpmailer.lang-lv.php +26 -0
  202. data/assets/php/phpmailer/language/phpmailer.lang-mg.php +25 -0
  203. data/assets/php/phpmailer/language/phpmailer.lang-ms.php +26 -0
  204. data/assets/php/phpmailer/language/phpmailer.lang-nb.php +25 -0
  205. data/assets/php/phpmailer/language/phpmailer.lang-nl.php +26 -0
  206. data/assets/php/phpmailer/language/phpmailer.lang-pl.php +26 -0
  207. data/assets/php/phpmailer/language/phpmailer.lang-pt.php +26 -0
  208. data/assets/php/phpmailer/language/phpmailer.lang-pt_br.php +29 -0
  209. data/assets/php/phpmailer/language/phpmailer.lang-ro.php +26 -0
  210. data/assets/php/phpmailer/language/phpmailer.lang-ru.php +27 -0
  211. data/assets/php/phpmailer/language/phpmailer.lang-sk.php +27 -0
  212. data/assets/php/phpmailer/language/phpmailer.lang-sl.php +27 -0
  213. data/assets/php/phpmailer/language/phpmailer.lang-sr.php +27 -0
  214. data/assets/php/phpmailer/language/phpmailer.lang-sv.php +26 -0
  215. data/assets/php/phpmailer/language/phpmailer.lang-tl.php +27 -0
  216. data/assets/php/phpmailer/language/phpmailer.lang-tr.php +30 -0
  217. data/assets/php/phpmailer/language/phpmailer.lang-uk.php +27 -0
  218. data/assets/php/phpmailer/language/phpmailer.lang-vi.php +26 -0
  219. data/assets/php/phpmailer/language/phpmailer.lang-zh.php +28 -0
  220. data/assets/php/phpmailer/language/phpmailer.lang-zh_cn.php +28 -0
  221. data/assets/php/phpmailer/src/Exception.php +39 -0
  222. data/assets/php/phpmailer/src/OAuth.php +138 -0
  223. data/assets/php/phpmailer/src/PHPMailer.php +4502 -0
  224. data/assets/php/phpmailer/src/POP3.php +419 -0
  225. data/assets/php/phpmailer/src/SMTP.php +1326 -0
  226. data/assets/videos/video-1.mp4 +0 -0
  227. data/assets/videos/video-2.mp4 +0 -0
  228. metadata +283 -0
@@ -0,0 +1,871 @@
1
+ @font-face {
2
+ font-family: 'feather';
3
+ src:
4
+ url('../icons/feather.woff?e51d5j') format('woff'),
5
+ url('../icons/feather.woff2?e51d5j') format('woff');
6
+ font-weight: normal;
7
+ font-style: normal;
8
+ font-display: block;
9
+ }
10
+
11
+ [class^="feathericon-"], [class*=" feathericon-"] {
12
+ /* use !important to prevent issues with browser extensions that change fonts */
13
+ font-family: 'feather' !important;
14
+ speak: never;
15
+ font-style: normal;
16
+ font-weight: normal;
17
+ font-variant: normal;
18
+ text-transform: none;
19
+ line-height: 1;
20
+
21
+ /* Better Font Rendering =========== */
22
+ -webkit-font-smoothing: antialiased;
23
+ -moz-osx-font-smoothing: grayscale;
24
+ }
25
+
26
+ .feathericon-activity:before {
27
+ content: "\e900";
28
+ }
29
+ .feathericon-airplay:before {
30
+ content: "\e901";
31
+ }
32
+ .feathericon-alert-circle:before {
33
+ content: "\e902";
34
+ }
35
+ .feathericon-alert-octagon:before {
36
+ content: "\e903";
37
+ }
38
+ .feathericon-alert-triangle:before {
39
+ content: "\e904";
40
+ }
41
+ .feathericon-align-center:before {
42
+ content: "\e905";
43
+ }
44
+ .feathericon-align-justify:before {
45
+ content: "\e906";
46
+ }
47
+ .feathericon-align-left:before {
48
+ content: "\e907";
49
+ }
50
+ .feathericon-align-right:before {
51
+ content: "\e908";
52
+ }
53
+ .feathericon-anchor:before {
54
+ content: "\e909";
55
+ }
56
+ .feathericon-aperture:before {
57
+ content: "\e90a";
58
+ }
59
+ .feathericon-archive:before {
60
+ content: "\e90b";
61
+ }
62
+ .feathericon-arrow-down:before {
63
+ content: "\e90c";
64
+ }
65
+ .feathericon-arrow-down-circle:before {
66
+ content: "\e90d";
67
+ }
68
+ .feathericon-arrow-down-left:before {
69
+ content: "\e90e";
70
+ }
71
+ .feathericon-arrow-down-right:before {
72
+ content: "\e90f";
73
+ }
74
+ .feathericon-arrow-left:before {
75
+ content: "\e910";
76
+ }
77
+ .feathericon-arrow-left-circle:before {
78
+ content: "\e911";
79
+ }
80
+ .feathericon-arrow-right:before {
81
+ content: "\e912";
82
+ }
83
+ .feathericon-arrow-right-circle:before {
84
+ content: "\e913";
85
+ }
86
+ .feathericon-arrow-up:before {
87
+ content: "\e914";
88
+ }
89
+ .feathericon-arrow-up-circle:before {
90
+ content: "\e915";
91
+ }
92
+ .feathericon-arrow-up-left:before {
93
+ content: "\e916";
94
+ }
95
+ .feathericon-arrow-up-right:before {
96
+ content: "\e917";
97
+ }
98
+ .feathericon-at-sign:before {
99
+ content: "\e918";
100
+ }
101
+ .feathericon-award:before {
102
+ content: "\e919";
103
+ }
104
+ .feathericon-bar-chart:before {
105
+ content: "\e91a";
106
+ }
107
+ .feathericon-bar-chart-2:before {
108
+ content: "\e91b";
109
+ }
110
+ .feathericon-battery:before {
111
+ content: "\e91c";
112
+ }
113
+ .feathericon-battery-charging:before {
114
+ content: "\e91d";
115
+ }
116
+ .feathericon-bell:before {
117
+ content: "\e91e";
118
+ }
119
+ .feathericon-bell-off:before {
120
+ content: "\e91f";
121
+ }
122
+ .feathericon-bluetooth:before {
123
+ content: "\e920";
124
+ }
125
+ .feathericon-bold:before {
126
+ content: "\e921";
127
+ }
128
+ .feathericon-book:before {
129
+ content: "\e922";
130
+ }
131
+ .feathericon-book-open:before {
132
+ content: "\e923";
133
+ }
134
+ .feathericon-bookmark:before {
135
+ content: "\e924";
136
+ }
137
+ .feathericon-box:before {
138
+ content: "\e925";
139
+ }
140
+ .feathericon-briefcase:before {
141
+ content: "\e926";
142
+ }
143
+ .feathericon-calendar:before {
144
+ content: "\e927";
145
+ }
146
+ .feathericon-camera:before {
147
+ content: "\e928";
148
+ }
149
+ .feathericon-camera-off:before {
150
+ content: "\e929";
151
+ }
152
+ .feathericon-cast:before {
153
+ content: "\e92a";
154
+ }
155
+ .feathericon-check:before {
156
+ content: "\e92b";
157
+ }
158
+ .feathericon-check-circle:before {
159
+ content: "\e92c";
160
+ }
161
+ .feathericon-check-square:before {
162
+ content: "\e92d";
163
+ }
164
+ .feathericon-chevron-down:before {
165
+ content: "\e92e";
166
+ }
167
+ .feathericon-chevron-left:before {
168
+ content: "\e92f";
169
+ }
170
+ .feathericon-chevron-right:before {
171
+ content: "\e930";
172
+ }
173
+ .feathericon-chevron-up:before {
174
+ content: "\e931";
175
+ }
176
+ .feathericon-chevrons-down:before {
177
+ content: "\e932";
178
+ }
179
+ .feathericon-chevrons-left:before {
180
+ content: "\e933";
181
+ }
182
+ .feathericon-chevrons-right:before {
183
+ content: "\e934";
184
+ }
185
+ .feathericon-chevrons-up:before {
186
+ content: "\e935";
187
+ }
188
+ .feathericon-chrome:before {
189
+ content: "\e936";
190
+ }
191
+ .feathericon-circle:before {
192
+ content: "\e937";
193
+ }
194
+ .feathericon-clipboard:before {
195
+ content: "\e938";
196
+ }
197
+ .feathericon-clock:before {
198
+ content: "\e939";
199
+ }
200
+ .feathericon-cloud:before {
201
+ content: "\e93a";
202
+ }
203
+ .feathericon-cloud-drizzle:before {
204
+ content: "\e93b";
205
+ }
206
+ .feathericon-cloud-lightning:before {
207
+ content: "\e93c";
208
+ }
209
+ .feathericon-cloud-off:before {
210
+ content: "\e93d";
211
+ }
212
+ .feathericon-cloud-rain:before {
213
+ content: "\e93e";
214
+ }
215
+ .feathericon-cloud-snow:before {
216
+ content: "\e93f";
217
+ }
218
+ .feathericon-code:before {
219
+ content: "\e940";
220
+ }
221
+ .feathericon-codepen:before {
222
+ content: "\e941";
223
+ }
224
+ .feathericon-codesandbox:before {
225
+ content: "\e942";
226
+ }
227
+ .feathericon-coffee:before {
228
+ content: "\e943";
229
+ }
230
+ .feathericon-columns:before {
231
+ content: "\e944";
232
+ }
233
+ .feathericon-command:before {
234
+ content: "\e945";
235
+ }
236
+ .feathericon-compass:before {
237
+ content: "\e946";
238
+ }
239
+ .feathericon-copy:before {
240
+ content: "\e947";
241
+ }
242
+ .feathericon-corner-down-left:before {
243
+ content: "\e948";
244
+ }
245
+ .feathericon-corner-down-right:before {
246
+ content: "\e949";
247
+ }
248
+ .feathericon-corner-left-down:before {
249
+ content: "\e94a";
250
+ }
251
+ .feathericon-corner-left-up:before {
252
+ content: "\e94b";
253
+ }
254
+ .feathericon-corner-right-down:before {
255
+ content: "\e94c";
256
+ }
257
+ .feathericon-corner-right-up:before {
258
+ content: "\e94d";
259
+ }
260
+ .feathericon-corner-up-left:before {
261
+ content: "\e94e";
262
+ }
263
+ .feathericon-corner-up-right:before {
264
+ content: "\e94f";
265
+ }
266
+ .feathericon-cpu:before {
267
+ content: "\e950";
268
+ }
269
+ .feathericon-credit-card:before {
270
+ content: "\e951";
271
+ }
272
+ .feathericon-crop:before {
273
+ content: "\e952";
274
+ }
275
+ .feathericon-crosshair:before {
276
+ content: "\e953";
277
+ }
278
+ .feathericon-database:before {
279
+ content: "\e954";
280
+ }
281
+ .feathericon-delete:before {
282
+ content: "\e955";
283
+ }
284
+ .feathericon-disc:before {
285
+ content: "\e956";
286
+ }
287
+ .feathericon-dollar-sign:before {
288
+ content: "\e957";
289
+ }
290
+ .feathericon-download:before {
291
+ content: "\e958";
292
+ }
293
+ .feathericon-download-cloud:before {
294
+ content: "\e959";
295
+ }
296
+ .feathericon-droplet:before {
297
+ content: "\e95a";
298
+ }
299
+ .feathericon-edit:before {
300
+ content: "\e95b";
301
+ }
302
+ .feathericon-edit-2:before {
303
+ content: "\e95c";
304
+ }
305
+ .feathericon-edit-3:before {
306
+ content: "\e95d";
307
+ }
308
+ .feathericon-external-link:before {
309
+ content: "\e95e";
310
+ }
311
+ .feathericon-eye:before {
312
+ content: "\e95f";
313
+ }
314
+ .feathericon-eye-off:before {
315
+ content: "\e960";
316
+ }
317
+ .feathericon-facebook:before {
318
+ content: "\e961";
319
+ }
320
+ .feathericon-fast-forward:before {
321
+ content: "\e962";
322
+ }
323
+ .feathericon-feather:before {
324
+ content: "\e963";
325
+ }
326
+ .feathericon-figma:before {
327
+ content: "\e964";
328
+ }
329
+ .feathericon-file:before {
330
+ content: "\e965";
331
+ }
332
+ .feathericon-file-minus:before {
333
+ content: "\e966";
334
+ }
335
+ .feathericon-file-plus:before {
336
+ content: "\e967";
337
+ }
338
+ .feathericon-file-text:before {
339
+ content: "\e968";
340
+ }
341
+ .feathericon-film:before {
342
+ content: "\e969";
343
+ }
344
+ .feathericon-filter:before {
345
+ content: "\e96a";
346
+ }
347
+ .feathericon-flag:before {
348
+ content: "\e96b";
349
+ }
350
+ .feathericon-folder:before {
351
+ content: "\e96c";
352
+ }
353
+ .feathericon-folder-minus:before {
354
+ content: "\e96d";
355
+ }
356
+ .feathericon-folder-plus:before {
357
+ content: "\e96e";
358
+ }
359
+ .feathericon-framer:before {
360
+ content: "\e96f";
361
+ }
362
+ .feathericon-frown:before {
363
+ content: "\e970";
364
+ }
365
+ .feathericon-gift:before {
366
+ content: "\e971";
367
+ }
368
+ .feathericon-git-branch:before {
369
+ content: "\e972";
370
+ }
371
+ .feathericon-git-commit:before {
372
+ content: "\e973";
373
+ }
374
+ .feathericon-git-merge:before {
375
+ content: "\e974";
376
+ }
377
+ .feathericon-git-pull-request:before {
378
+ content: "\e975";
379
+ }
380
+ .feathericon-github:before {
381
+ content: "\e976";
382
+ }
383
+ .feathericon-gitlab:before {
384
+ content: "\e977";
385
+ }
386
+ .feathericon-globe:before {
387
+ content: "\e978";
388
+ }
389
+ .feathericon-grid:before {
390
+ content: "\e979";
391
+ }
392
+ .feathericon-hard-drive:before {
393
+ content: "\e97a";
394
+ }
395
+ .feathericon-hash:before {
396
+ content: "\e97b";
397
+ }
398
+ .feathericon-headphones:before {
399
+ content: "\e97c";
400
+ }
401
+ .feathericon-heart:before {
402
+ content: "\e97d";
403
+ }
404
+ .feathericon-help-circle:before {
405
+ content: "\e97e";
406
+ }
407
+ .feathericon-hexagon:before {
408
+ content: "\e97f";
409
+ }
410
+ .feathericon-home:before {
411
+ content: "\e980";
412
+ }
413
+ .feathericon-image:before {
414
+ content: "\e981";
415
+ }
416
+ .feathericon-inbox:before {
417
+ content: "\e982";
418
+ }
419
+ .feathericon-info:before {
420
+ content: "\e983";
421
+ }
422
+ .feathericon-instagram:before {
423
+ content: "\e984";
424
+ }
425
+ .feathericon-italic:before {
426
+ content: "\e985";
427
+ }
428
+ .feathericon-key:before {
429
+ content: "\e986";
430
+ }
431
+ .feathericon-layers:before {
432
+ content: "\e987";
433
+ }
434
+ .feathericon-layout:before {
435
+ content: "\e988";
436
+ }
437
+ .feathericon-life-buoy:before {
438
+ content: "\e989";
439
+ }
440
+ .feathericon-link:before {
441
+ content: "\e98a";
442
+ }
443
+ .feathericon-link-2:before {
444
+ content: "\e98b";
445
+ }
446
+ .feathericon-linkedin:before {
447
+ content: "\e98c";
448
+ }
449
+ .feathericon-list:before {
450
+ content: "\e98d";
451
+ }
452
+ .feathericon-loader:before {
453
+ content: "\e98e";
454
+ }
455
+ .feathericon-lock:before {
456
+ content: "\e98f";
457
+ }
458
+ .feathericon-log-in:before {
459
+ content: "\e990";
460
+ }
461
+ .feathericon-log-out:before {
462
+ content: "\e991";
463
+ }
464
+ .feathericon-mail:before {
465
+ content: "\e992";
466
+ }
467
+ .feathericon-map:before {
468
+ content: "\e993";
469
+ }
470
+ .feathericon-map-pin:before {
471
+ content: "\e994";
472
+ }
473
+ .feathericon-maximize:before {
474
+ content: "\e995";
475
+ }
476
+ .feathericon-maximize-2:before {
477
+ content: "\e996";
478
+ }
479
+ .feathericon-meh:before {
480
+ content: "\e997";
481
+ }
482
+ .feathericon-menu:before {
483
+ content: "\e998";
484
+ }
485
+ .feathericon-message-circle:before {
486
+ content: "\e999";
487
+ }
488
+ .feathericon-message-square:before {
489
+ content: "\e99a";
490
+ }
491
+ .feathericon-mic:before {
492
+ content: "\e99b";
493
+ }
494
+ .feathericon-mic-off:before {
495
+ content: "\e99c";
496
+ }
497
+ .feathericon-minimize:before {
498
+ content: "\e99d";
499
+ }
500
+ .feathericon-minimize-2:before {
501
+ content: "\e99e";
502
+ }
503
+ .feathericon-minus:before {
504
+ content: "\e99f";
505
+ }
506
+ .feathericon-minus-circle:before {
507
+ content: "\e9a0";
508
+ }
509
+ .feathericon-minus-square:before {
510
+ content: "\e9a1";
511
+ }
512
+ .feathericon-monitor:before {
513
+ content: "\e9a2";
514
+ }
515
+ .feathericon-moon:before {
516
+ content: "\e9a3";
517
+ }
518
+ .feathericon-more-horizontal:before {
519
+ content: "\e9a4";
520
+ }
521
+ .feathericon-more-vertical:before {
522
+ content: "\e9a5";
523
+ }
524
+ .feathericon-mouse-pointer:before {
525
+ content: "\e9a6";
526
+ }
527
+ .feathericon-move:before {
528
+ content: "\e9a7";
529
+ }
530
+ .feathericon-music:before {
531
+ content: "\e9a8";
532
+ }
533
+ .feathericon-navigation:before {
534
+ content: "\e9a9";
535
+ }
536
+ .feathericon-navigation-2:before {
537
+ content: "\e9aa";
538
+ }
539
+ .feathericon-octagon:before {
540
+ content: "\e9ab";
541
+ }
542
+ .feathericon-package:before {
543
+ content: "\e9ac";
544
+ }
545
+ .feathericon-paperclip:before {
546
+ content: "\e9ad";
547
+ }
548
+ .feathericon-pause:before {
549
+ content: "\e9ae";
550
+ }
551
+ .feathericon-pause-circle:before {
552
+ content: "\e9af";
553
+ }
554
+ .feathericon-pen-tool:before {
555
+ content: "\e9b0";
556
+ }
557
+ .feathericon-percent:before {
558
+ content: "\e9b1";
559
+ }
560
+ .feathericon-phone:before {
561
+ content: "\e9b2";
562
+ }
563
+ .feathericon-phone-call:before {
564
+ content: "\e9b3";
565
+ }
566
+ .feathericon-phone-forwarded:before {
567
+ content: "\e9b4";
568
+ }
569
+ .feathericon-phone-incoming:before {
570
+ content: "\e9b5";
571
+ }
572
+ .feathericon-phone-missed:before {
573
+ content: "\e9b6";
574
+ }
575
+ .feathericon-phone-off:before {
576
+ content: "\e9b7";
577
+ }
578
+ .feathericon-phone-outgoing:before {
579
+ content: "\e9b8";
580
+ }
581
+ .feathericon-pie-chart:before {
582
+ content: "\e9b9";
583
+ }
584
+ .feathericon-play:before {
585
+ content: "\e9ba";
586
+ }
587
+ .feathericon-play-circle:before {
588
+ content: "\e9bb";
589
+ }
590
+ .feathericon-plus:before {
591
+ content: "\e9bc";
592
+ }
593
+ .feathericon-plus-circle:before {
594
+ content: "\e9bd";
595
+ }
596
+ .feathericon-plus-square:before {
597
+ content: "\e9be";
598
+ }
599
+ .feathericon-pocket:before {
600
+ content: "\e9bf";
601
+ }
602
+ .feathericon-power:before {
603
+ content: "\e9c0";
604
+ }
605
+ .feathericon-printer:before {
606
+ content: "\e9c1";
607
+ }
608
+ .feathericon-radio:before {
609
+ content: "\e9c2";
610
+ }
611
+ .feathericon-refresh-ccw:before {
612
+ content: "\e9c3";
613
+ }
614
+ .feathericon-refresh-cw:before {
615
+ content: "\e9c4";
616
+ }
617
+ .feathericon-repeat:before {
618
+ content: "\e9c5";
619
+ }
620
+ .feathericon-rewind:before {
621
+ content: "\e9c6";
622
+ }
623
+ .feathericon-rotate-ccw:before {
624
+ content: "\e9c7";
625
+ }
626
+ .feathericon-rotate-cw:before {
627
+ content: "\e9c8";
628
+ }
629
+ .feathericon-rss:before {
630
+ content: "\e9c9";
631
+ }
632
+ .feathericon-save:before {
633
+ content: "\e9ca";
634
+ }
635
+ .feathericon-scissors:before {
636
+ content: "\e9cb";
637
+ }
638
+ .feathericon-search:before {
639
+ content: "\e9cc";
640
+ }
641
+ .feathericon-send:before {
642
+ content: "\e9cd";
643
+ }
644
+ .feathericon-server:before {
645
+ content: "\e9ce";
646
+ }
647
+ .feathericon-settings:before {
648
+ content: "\e9cf";
649
+ }
650
+ .feathericon-share:before {
651
+ content: "\e9d0";
652
+ }
653
+ .feathericon-share-2:before {
654
+ content: "\e9d1";
655
+ }
656
+ .feathericon-shield:before {
657
+ content: "\e9d2";
658
+ }
659
+ .feathericon-shield-off:before {
660
+ content: "\e9d3";
661
+ }
662
+ .feathericon-shopping-bag:before {
663
+ content: "\e9d4";
664
+ }
665
+ .feathericon-shopping-cart:before {
666
+ content: "\e9d5";
667
+ }
668
+ .feathericon-shuffle:before {
669
+ content: "\e9d6";
670
+ }
671
+ .feathericon-sidebar:before {
672
+ content: "\e9d7";
673
+ }
674
+ .feathericon-skip-back:before {
675
+ content: "\e9d8";
676
+ }
677
+ .feathericon-skip-forward:before {
678
+ content: "\e9d9";
679
+ }
680
+ .feathericon-slack:before {
681
+ content: "\e9da";
682
+ }
683
+ .feathericon-slash:before {
684
+ content: "\e9db";
685
+ }
686
+ .feathericon-sliders:before {
687
+ content: "\e9dc";
688
+ }
689
+ .feathericon-smartphone:before {
690
+ content: "\e9dd";
691
+ }
692
+ .feathericon-smile:before {
693
+ content: "\e9de";
694
+ }
695
+ .feathericon-speaker:before {
696
+ content: "\e9df";
697
+ }
698
+ .feathericon-square:before {
699
+ content: "\e9e0";
700
+ }
701
+ .feathericon-star:before {
702
+ content: "\e9e1";
703
+ }
704
+ .feathericon-stop-circle:before {
705
+ content: "\e9e2";
706
+ }
707
+ .feathericon-sun:before {
708
+ content: "\e9e3";
709
+ }
710
+ .feathericon-sunrise:before {
711
+ content: "\e9e4";
712
+ }
713
+ .feathericon-sunset:before {
714
+ content: "\e9e5";
715
+ }
716
+ .feathericon-tablet:before {
717
+ content: "\e9e6";
718
+ }
719
+ .feathericon-tag:before {
720
+ content: "\e9e7";
721
+ }
722
+ .feathericon-target:before {
723
+ content: "\e9e8";
724
+ }
725
+ .feathericon-terminal:before {
726
+ content: "\e9e9";
727
+ }
728
+ .feathericon-thermometer:before {
729
+ content: "\e9ea";
730
+ }
731
+ .feathericon-thumbs-down:before {
732
+ content: "\e9eb";
733
+ }
734
+ .feathericon-thumbs-up:before {
735
+ content: "\e9ec";
736
+ }
737
+ .feathericon-toggle-left:before {
738
+ content: "\e9ed";
739
+ }
740
+ .feathericon-toggle-right:before {
741
+ content: "\e9ee";
742
+ }
743
+ .feathericon-tool:before {
744
+ content: "\e9ef";
745
+ }
746
+ .feathericon-trash:before {
747
+ content: "\e9f0";
748
+ }
749
+ .feathericon-trash-2:before {
750
+ content: "\e9f1";
751
+ }
752
+ .feathericon-trello:before {
753
+ content: "\e9f2";
754
+ }
755
+ .feathericon-trending-down:before {
756
+ content: "\e9f3";
757
+ }
758
+ .feathericon-trending-up:before {
759
+ content: "\e9f4";
760
+ }
761
+ .feathericon-triangle:before {
762
+ content: "\e9f5";
763
+ }
764
+ .feathericon-truck:before {
765
+ content: "\e9f6";
766
+ }
767
+ .feathericon-tv:before {
768
+ content: "\e9f7";
769
+ }
770
+ .feathericon-twitch:before {
771
+ content: "\e9f8";
772
+ }
773
+ .feathericon-twitter:before {
774
+ content: "\e9f9";
775
+ }
776
+ .feathericon-type:before {
777
+ content: "\e9fa";
778
+ }
779
+ .feathericon-umbrella:before {
780
+ content: "\e9fb";
781
+ }
782
+ .feathericon-underline:before {
783
+ content: "\e9fc";
784
+ }
785
+ .feathericon-unlock:before {
786
+ content: "\e9fd";
787
+ }
788
+ .feathericon-upload:before {
789
+ content: "\e9fe";
790
+ }
791
+ .feathericon-upload-cloud:before {
792
+ content: "\e9ff";
793
+ }
794
+ .feathericon-user:before {
795
+ content: "\ea00";
796
+ }
797
+ .feathericon-user-check:before {
798
+ content: "\ea01";
799
+ }
800
+ .feathericon-user-minus:before {
801
+ content: "\ea02";
802
+ }
803
+ .feathericon-user-plus:before {
804
+ content: "\ea03";
805
+ }
806
+ .feathericon-user-x:before {
807
+ content: "\ea04";
808
+ }
809
+ .feathericon-users:before {
810
+ content: "\ea05";
811
+ }
812
+ .feathericon-video:before {
813
+ content: "\ea06";
814
+ }
815
+ .feathericon-video-off:before {
816
+ content: "\ea07";
817
+ }
818
+ .feathericon-voicemail:before {
819
+ content: "\ea08";
820
+ }
821
+ .feathericon-volume:before {
822
+ content: "\ea09";
823
+ }
824
+ .feathericon-volume-1:before {
825
+ content: "\ea0a";
826
+ }
827
+ .feathericon-volume-2:before {
828
+ content: "\ea0b";
829
+ }
830
+ .feathericon-volume-x:before {
831
+ content: "\ea0c";
832
+ }
833
+ .feathericon-watch:before {
834
+ content: "\ea0d";
835
+ }
836
+ .feathericon-wifi:before {
837
+ content: "\ea0e";
838
+ }
839
+ .feathericon-wifi-off:before {
840
+ content: "\ea0f";
841
+ }
842
+ .feathericon-wind:before {
843
+ content: "\ea10";
844
+ }
845
+ .feathericon-x:before {
846
+ content: "\ea11";
847
+ }
848
+ .feathericon-x-circle:before {
849
+ content: "\ea12";
850
+ }
851
+ .feathericon-x-octagon:before {
852
+ content: "\ea13";
853
+ }
854
+ .feathericon-x-square:before {
855
+ content: "\ea14";
856
+ }
857
+ .feathericon-youtube:before {
858
+ content: "\ea15";
859
+ }
860
+ .feathericon-zap:before {
861
+ content: "\ea16";
862
+ }
863
+ .feathericon-zap-off:before {
864
+ content: "\ea17";
865
+ }
866
+ .feathericon-zoom-in:before {
867
+ content: "\ea18";
868
+ }
869
+ .feathericon-zoom-out:before {
870
+ content: "\ea19";
871
+ }