Simple Social Icons - Version 2.0.0

Version Description

  • Added Behance, Medium, Periscope, Phone, Snapchat, and Xing icons
  • Switched to svg, rather than icon font
Download this release

Release Info

Developer nathanrice
Plugin Icon 128x128 Simple Social Icons
Version 2.0.0
Comparing to
See all releases

Code changes from version 1.0.10 to 2.0.0

README.md CHANGED
@@ -1,9 +1,11 @@
1
  # Simple Social Icons
2
 
3
- Contributors:
4
- * [Nathan Rice](https://github.com/nathanrice)
5
  * [StudioPress](https://github.com/studiopress)
 
6
  * [Brian Gardner](https://github.com/bgardner)
 
 
7
 
8
  ### Description
9
 
@@ -13,17 +15,22 @@ Simple Social Icons is an easy to use, customizable way to display icons that li
13
 
14
  1. Upload the entire simple-social-icons folder to the /wp-content/plugins/ directory
15
  2. Activate the plugin through the 'Plugins' menu in WordPress
16
- 3. In your Widgets menu, simply drag the widget labeled "Simple Social Icons" into a widgetized Area.
17
  4. Configure the widget by choosing a title, icon size and color, and the URLs to your various social profiles.
18
 
19
  ### Frequently Asked Questions
20
 
21
  ##### Can I reorder the icons?
22
 
23
- No, not at this time.
 
 
 
 
24
 
25
  ##### Which services are included?
26
 
 
27
  * Bloglovin
28
  * Dribbble
29
  * Email
@@ -33,15 +40,20 @@ No, not at this time.
33
  * Google+
34
  * Instagram
35
  * LinkedIn
 
 
 
36
  * Pinterest
37
  * RSS
 
38
  * StumbleUpon
39
  * Tumblr
40
  * Twitter
41
  * Vimeo
 
42
  * YouTube
43
 
44
- NOTE - The rights to each pictogram in the social extension are either trademarked or copyrighted by the respective company. Icons that are included in the social extension can be identified at http://www.entypo.com/.
45
 
46
  ##### Changelog
47
 
@@ -88,3 +100,28 @@ NOTE - The rights to each pictogram in the social extension are either trademark
88
 
89
  1.0.7
90
  * Added Bloglovin icon
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Simple Social Icons
2
 
3
+ Contributors:
 
4
  * [StudioPress](https://github.com/studiopress)
5
+ * [Nathan Rice](https://github.com/nathanrice)
6
  * [Brian Gardner](https://github.com/bgardner)
7
+ * [Lauren Mancke](https://github.com/laurenmancke)
8
+ * [Shannon Hale](https://github.com/shannonsans)
9
 
10
  ### Description
11
 
15
 
16
  1. Upload the entire simple-social-icons folder to the /wp-content/plugins/ directory
17
  2. Activate the plugin through the 'Plugins' menu in WordPress
18
+ 3. In your Widgets menu, simply drag the widget labeled "Simple Social Icons" into a widget area.
19
  4. Configure the widget by choosing a title, icon size and color, and the URLs to your various social profiles.
20
 
21
  ### Frequently Asked Questions
22
 
23
  ##### Can I reorder the icons?
24
 
25
+ Yes, icons can be reordered with the use of a filter. See: https://github.com/copyblogger/simple-social-icons/wiki/Reorder-icons-in-version-2.0
26
+
27
+ ##### Can I add an icon?
28
+
29
+ Yes, icons can be added with the use of a filter. See: https://github.com/copyblogger/simple-social-icons/wiki/Add-an-additional-icon-in-version-2.0
30
 
31
  ##### Which services are included?
32
 
33
+ * Behance
34
  * Bloglovin
35
  * Dribbble
36
  * Email
40
  * Google+
41
  * Instagram
42
  * LinkedIn
43
+ * Medium
44
+ * Periscope
45
+ * Phone
46
  * Pinterest
47
  * RSS
48
+ * Snapchat
49
  * StumbleUpon
50
  * Tumblr
51
  * Twitter
52
  * Vimeo
53
+ * Xing
54
  * YouTube
55
 
56
+ NOTE - The rights to each pictogram in the social extension are either trademarked or copyrighted by the respective company.
57
 
58
  ##### Changelog
59
 
100
 
101
  1.0.7
102
  * Added Bloglovin icon
103
+
104
+ 1.0.8
105
+ * Added border options
106
+
107
+ 1.0.9
108
+ * PHP7 compatibility
109
+
110
+ 1.0.10
111
+ * Update textdomain, generate POT
112
+
113
+ 1.0.11
114
+ * Update enqueue version for stylesheet, for cache busting
115
+
116
+ 1.0.12
117
+ * Prevent ModSecurity blocking fonts from loading
118
+
119
+ 1.0.13
120
+ * Add textdomain loader
121
+
122
+ 1.0.14
123
+ * Accessibility improvements: change icon color on focus as well as on hover, add text description for assistive technologies
124
+
125
+ 2.0.0
126
+ * Added Behance, Medium, Periscope, Phone, Snapchat, and Xing icons
127
+ * Switched to svg, rather than icon font
css/style.css CHANGED
@@ -1,12 +1,11 @@
1
- @font-face {
2
- font-family: 'ssi-icomoon';
3
- src:url('../font/ssi-icomoon.eot?-texv9a');
4
- src:url('../font/ssi-icomoon.eot?#iefix-texv9a') format('embedded-opentype'),
5
- url('../font/ssi-icomoon.woff?-texv9a') format('woff'),
6
- url('../font/ssi-icomoon.ttf?-texv9a') format('truetype'),
7
- url('../font/ssi-icomoon.svg?-texv9a#ssi-icomoon') format('svg');
8
- font-weight: normal;
9
- font-style: normal;
10
  }
11
 
12
  .simple-social-icons {
@@ -33,18 +32,15 @@
33
  -webkit-box-sizing: content-box;
34
  box-sizing: content-box;
35
  display: inline-block;
36
- font-family: 'ssi-icomoon';
37
  font-style: normal !important;
38
  font-variant: normal !important;
39
  font-weight: normal !important;
 
40
  line-height: 1em;
41
- speak: none;
42
  text-align: center;
43
  text-decoration: none !important;
44
  text-transform: none !important;
45
  width: 1em;
46
- -webkit-font-smoothing: antialiased;
47
- -moz-osx-font-smoothing: grayscale;
48
  }
49
 
50
  .simple-social-icons ul.aligncenter {
@@ -55,3 +51,14 @@
55
  display: inline-block;
56
  float: none;
57
  }
 
 
 
 
 
 
 
 
 
 
 
1
+ [class^="social-"],
2
+ [class*=" social-"] {
3
+ display: inline-block;
4
+ width: 1em;
5
+ height: 1em;
6
+ stroke-width: 0;
7
+ stroke: currentColor;
8
+ fill: currentColor;
 
9
  }
10
 
11
  .simple-social-icons {
32
  -webkit-box-sizing: content-box;
33
  box-sizing: content-box;
34
  display: inline-block;
 
35
  font-style: normal !important;
36
  font-variant: normal !important;
37
  font-weight: normal !important;
38
+ height: 1em;
39
  line-height: 1em;
 
40
  text-align: center;
41
  text-decoration: none !important;
42
  text-transform: none !important;
43
  width: 1em;
 
 
44
  }
45
 
46
  .simple-social-icons ul.aligncenter {
51
  display: inline-block;
52
  float: none;
53
  }
54
+
55
+ .simple-social-icons .screen-reader-text {
56
+ position: absolute;
57
+ width: 1px;
58
+ height: 1px;
59
+ padding: 0;
60
+ margin: -1px;
61
+ overflow: hidden;
62
+ clip: rect(0, 0, 0, 0);
63
+ border: 0;
64
+ }
font/selection.json DELETED
@@ -1,498 +0,0 @@
1
- {
2
- "IcoMoonType": "selection",
3
- "icons": [
4
- {
5
- "icon": {
6
- "paths": [
7
- "M778.24 512c0 147.046-119.245 266.24-266.24 266.24-147.046 0-266.24-119.194-266.24-266.24 0-17.51 1.741-34.611 5.018-51.2h-179.098v353.894c0 75.981 61.542 137.626 137.626 137.626h605.389c75.981 0 137.626-61.594 137.626-137.626v-353.894h-179.046c3.226 16.589 4.966 33.69 4.966 51.2zM814.694 71.68h-605.389c-76.032 0-137.626 61.645-137.626 137.626v149.094h222.925c48.179-68.096 127.59-112.64 217.395-112.64s169.216 44.544 217.395 112.64h222.925v-149.094c0-75.981-61.645-137.626-137.626-137.626zM882.022 241.664c0 13.568-11.059 24.576-24.576 24.576h-73.677c-13.517 0-24.576-11.059-24.576-24.576v-73.728c0-13.568 11.11-24.576 24.576-24.576h73.677c13.568 0 24.576 11.059 24.576 24.576v73.728zM675.84 512c0-90.522-73.37-163.84-163.84-163.84s-163.84 73.318-163.84 163.84 73.37 163.84 163.84 163.84 163.84-73.318 163.84-163.84z"
8
- ],
9
- "attrs": [
10
- {}
11
- ],
12
- "tags": [
13
- "instagram",
14
- "social"
15
- ],
16
- "grid": 20
17
- },
18
- "attrs": [
19
- {}
20
- ],
21
- "properties": {
22
- "order": 16,
23
- "id": 13,
24
- "name": "instagram",
25
- "prevSize": 20,
26
- "code": 58880
27
- },
28
- "setIdx": 0,
29
- "setId": 4,
30
- "iconIdx": 0
31
- },
32
- {
33
- "icon": {
34
- "paths": [
35
- "M565.862 412.672l69.837 33.741 105.421-33.741v-61.184c0-126.054-102.758-228.608-229.12-228.608-126.31 0-229.069 102.554-229.069 228.608v321.024c0 29.594-24.166 53.709-53.811 53.709s-53.811-24.115-53.811-53.709v-134.4h-175.309v134.4c0 126.054 102.758 228.608 229.12 228.608s229.12-102.554 229.12-228.608v-321.024c0-29.594 24.166-53.709 53.811-53.709 29.696 0 53.862 24.115 53.862 53.709v61.184zM848.742 538.112v134.4c0 29.594-24.166 53.709-53.811 53.709-29.696 0-53.862-24.115-53.862-53.709v-137.114l-105.421 33.741-69.837-33.741v137.114c0 126.054 102.758 228.608 229.12 228.608 126.31 0 229.069-102.554 229.069-228.608v-134.4h-175.258z"
36
- ],
37
- "attrs": [
38
- {}
39
- ],
40
- "tags": [
41
- "stumbleupon",
42
- "social"
43
- ],
44
- "grid": 20
45
- },
46
- "attrs": [
47
- {}
48
- ],
49
- "properties": {
50
- "order": 1,
51
- "id": 12,
52
- "prevSize": 20,
53
- "code": 58881,
54
- "name": "stumbleupon"
55
- },
56
- "setIdx": 0,
57
- "setId": 4,
58
- "iconIdx": 1
59
- },
60
- {
61
- "icon": {
62
- "paths": [
63
- "M489.728 379.955c-69.53-123.648-143.872-224.41-149.35-231.782-112.179 52.992-195.942 156.314-222.003 280.883 10.547 0.205 178.176 2.202 371.354-49.101zM539.853 515.072c5.325-1.69 10.547-3.226 15.923-4.762-10.086-22.886-21.146-45.773-32.666-68.352-207.155 61.952-405.965 57.498-413.030 57.293-0.154 4.25-0.307 8.448-0.307 12.749 0 103.475 39.117 197.683 103.219 268.954-0.102-0.102-0.307-0.358-0.307-0.358s110.131-195.277 327.168-265.523zM264.755 829.082l0.102-0.154c-3.021-2.355-6.195-4.454-9.114-6.912 5.325 4.301 9.011 7.066 9.011 7.066zM415.642 121.446c-0.358 0.102-0.717 0.154-1.024 0.256 0.563-0.154 0.973-0.205 1.024-0.256v0zM777.677 210.125c-70.861-62.413-163.789-100.352-265.626-100.352-32.717 0-64.41 3.994-94.822 11.366 6.093 8.090 81.613 108.442 150.426 234.65 151.654-56.883 208.998-144.026 210.022-145.664zM512.051 983.040c-260.198 0-471.091-210.893-471.091-471.040s210.893-471.040 471.091-471.040c260.147 0 470.989 210.893 470.989 471.040s-210.842 471.040-470.989 471.040zM580.454 577.792c-236.083 82.278-314.061 247.757-315.597 251.136 68.198 53.299 153.907 85.299 247.194 85.299 55.706 0 108.749-11.315 156.979-31.795-5.939-35.277-29.338-158.515-85.914-305.562-0.87 0.358-1.792 0.614-2.662 0.922zM598.528 415.693c9.421 19.2 18.381 38.656 26.726 58.368 3.021 6.963 5.837 13.875 8.704 20.787 138.957-17.459 275.712 12.186 280.166 13.158-0.922-95.437-35.021-182.989-91.443-251.494-0.819 1.178-65.331 94.362-224.154 159.181zM658.483 558.336c52.838 145.152 74.24 263.27 78.285 287.334 90.368-60.979 154.522-157.696 172.39-269.875-7.936-2.611-120.627-38.298-250.675-17.459z"
64
- ],
65
- "attrs": [
66
- {}
67
- ],
68
- "tags": [
69
- "dribbble",
70
- "social"
71
- ],
72
- "grid": 20
73
- },
74
- "attrs": [
75
- {}
76
- ],
77
- "properties": {
78
- "order": 2,
79
- "id": 11,
80
- "prevSize": 20,
81
- "code": 58882,
82
- "name": "dribbble"
83
- },
84
- "setIdx": 0,
85
- "setId": 4,
86
- "iconIdx": 2
87
- },
88
- {
89
- "icon": {
90
- "paths": [
91
- "M259.891 156.16c0 54.426-40.192 98.509-106.291 98.509-62.208 0-102.4-44.083-102.4-98.509 0-55.706 41.523-98.509 105.011-98.509s102.4 42.803 103.68 98.509zM56.422 966.349v-633.856h197.018v633.856h-197.018zM371.354 534.682c0-79.053-2.611-145.152-5.222-202.189h171.11l9.114 88.166h3.891c25.907-41.523 89.446-102.4 195.738-102.4 129.587 0 226.816 86.835 226.816 273.51v374.63h-197.018v-351.283c0-81.664-28.57-137.421-99.84-137.421-54.426 0-86.784 37.581-101.069 73.882-5.222 12.954-6.502 31.078-6.502 49.254v365.568h-197.018v-431.718z"
92
- ],
93
- "attrs": [
94
- {}
95
- ],
96
- "tags": [
97
- "linkedin",
98
- "social"
99
- ],
100
- "grid": 20
101
- },
102
- "attrs": [
103
- {}
104
- ],
105
- "properties": {
106
- "order": 3,
107
- "id": 10,
108
- "prevSize": 20,
109
- "code": 58883,
110
- "name": "linkedin"
111
- },
112
- "setIdx": 0,
113
- "setId": 4,
114
- "iconIdx": 3
115
- },
116
- {
117
- "icon": {
118
- "paths": [
119
- "M798.72 931.635c-39.731 18.944-75.776 32.307-107.981 39.936-32.256 7.578-67.174 11.469-104.602 11.469-42.547 0-80.128-5.478-112.896-16.333-32.666-10.906-60.518-26.419-83.661-46.438-23.091-20.224-39.117-41.574-48.026-64.256-8.96-22.682-13.414-55.552-13.414-98.611v-330.445h-102.861v-133.325c36.557-12.032 67.942-29.184 93.952-51.661 26.112-22.426 47.002-49.408 62.822-80.896 15.77-31.488 26.573-71.475 32.563-120.115h132.352v238.131h220.928v147.866h-220.928v241.613c0 54.579 2.867 89.651 8.653 105.216 5.632 15.462 16.282 27.853 31.795 37.12 20.685 12.493 44.186 18.739 70.707 18.739 47.155 0 94.003-15.514 140.595-46.49v148.48z"
120
- ],
121
- "attrs": [
122
- {}
123
- ],
124
- "tags": [
125
- "tumblr",
126
- "social"
127
- ],
128
- "grid": 20
129
- },
130
- "attrs": [
131
- {}
132
- ],
133
- "properties": {
134
- "order": 4,
135
- "id": 9,
136
- "prevSize": 20,
137
- "code": 58884,
138
- "name": "tumblr"
139
- },
140
- "setIdx": 0,
141
- "setId": 4,
142
- "iconIdx": 4
143
- },
144
- {
145
- "icon": {
146
- "paths": [
147
- "M441.139 677.274c-26.88 140.954-59.699 276.122-156.979 346.726-30.003-213.094 44.083-373.094 78.49-542.976-58.675-98.816 7.066-297.574 130.867-248.576 152.32 60.262-131.891 367.258 58.88 405.606 199.219 40.038 280.525-345.6 157.030-470.989-178.483-181.146-519.578-4.198-477.594 255.027 10.189 63.386 75.674 82.637 26.163 170.086-114.227-25.293-148.326-115.405-143.923-235.52 7.066-196.557 176.64-334.182 346.726-353.229 215.142-24.115 417.024 78.95 444.826 281.293 31.386 228.352-97.024 475.699-327.117 457.882-62.31-4.762-88.474-35.635-137.37-65.331z"
148
- ],
149
- "attrs": [
150
- {}
151
- ],
152
- "tags": [
153
- "pinterest",
154
- "social"
155
- ],
156
- "grid": 20
157
- },
158
- "attrs": [
159
- {}
160
- ],
161
- "properties": {
162
- "order": 5,
163
- "id": 8,
164
- "prevSize": 20,
165
- "code": 58885,
166
- "name": "pinterest"
167
- },
168
- "setIdx": 0,
169
- "setId": 4,
170
- "iconIdx": 5
171
- },
172
- {
173
- "icon": {
174
- "paths": [
175
- "M768 211.405h-146.227c-17.306 0-36.608 22.733-36.608 53.197v105.574h182.835v150.528h-182.835v452.096h-172.646v-452.045h-156.518v-150.579h156.518v-88.576c0-127.027 88.166-230.4 209.203-230.4h146.278v160.205z"
176
- ],
177
- "attrs": [
178
- {}
179
- ],
180
- "tags": [
181
- "facebook",
182
- "social"
183
- ],
184
- "grid": 20
185
- },
186
- "attrs": [
187
- {}
188
- ],
189
- "properties": {
190
- "order": 6,
191
- "id": 7,
192
- "prevSize": 20,
193
- "code": 58886,
194
- "name": "facebook"
195
- },
196
- "setIdx": 0,
197
- "setId": 4,
198
- "iconIdx": 6
199
- },
200
- {
201
- "icon": {
202
- "paths": [
203
- "M983.040 219.802c-34.714 15.411-71.936 25.754-111.053 30.464 39.936-23.91 70.605-61.798 84.992-106.906-37.325 22.118-78.694 38.246-122.675 46.899-35.277-37.581-85.504-61.030-141.107-61.030-106.752 0-193.28 86.528-193.28 193.229 0 15.155 1.69 29.901 5.018 44.032-160.614-8.038-303.053-84.992-398.336-201.933-16.691 28.518-26.266 61.747-26.266 97.178 0 67.072 34.15 126.208 86.016 160.87-31.693-1.024-61.491-9.677-87.552-24.166 0 0.819 0 1.587 0 2.406 0 93.645 66.662 171.725 155.034 189.542-16.179 4.403-33.28 6.758-50.944 6.758-12.442 0-24.525-1.178-36.352-3.43 24.576 76.8 96 132.659 180.531 134.195-66.15 51.866-149.453 82.739-240.026 82.739-15.616 0-30.976-0.922-46.080-2.714 85.504 54.835 187.085 86.835 296.294 86.835 355.482 0 549.888-294.502 549.888-549.939 0-8.346-0.154-16.691-0.563-24.986 37.786-27.238 70.502-61.286 96.461-100.045z"
204
- ],
205
- "attrs": [
206
- {}
207
- ],
208
- "tags": [
209
- "twitter",
210
- "social"
211
- ],
212
- "grid": 20
213
- },
214
- "attrs": [
215
- {}
216
- ],
217
- "properties": {
218
- "order": 7,
219
- "id": 6,
220
- "prevSize": 20,
221
- "code": 58887,
222
- "name": "twitter"
223
- },
224
- "setIdx": 0,
225
- "setId": 4,
226
- "iconIdx": 7
227
- },
228
- {
229
- "icon": {
230
- "paths": [
231
- "M968.192 299.059c-51.507 295.526-339.2 545.792-425.728 602.931-86.579 57.139-165.478-22.886-194.15-83.456-32.768-68.966-131.021-443.238-156.774-474.163-25.702-31.078-102.912 30.925-102.912 30.925l-37.427-49.971c0 0 156.774-190.72 276.070-214.528 126.464-25.242 126.259 197.837 156.672 321.69 29.44 119.859 49.203 188.467 74.854 188.467 25.754 0 74.854-66.867 128.666-169.318 53.914-102.554-2.304-193.075-107.622-128.717 42.086-257.434 439.859-319.334 388.352-23.859z"
232
- ],
233
- "attrs": [
234
- {}
235
- ],
236
- "tags": [
237
- "vimeo",
238
- "social"
239
- ],
240
- "grid": 20
241
- },
242
- "attrs": [
243
- {}
244
- ],
245
- "properties": {
246
- "order": 8,
247
- "id": 5,
248
- "prevSize": 20,
249
- "code": 58888,
250
- "name": "vimeo"
251
- },
252
- "setIdx": 0,
253
- "setId": 4,
254
- "iconIdx": 8
255
- },
256
- {
257
- "icon": {
258
- "paths": [
259
- "M252.058 716.8c-110.95 0-200.858-91.597-200.858-204.8s89.907-204.8 200.858-204.8c110.95 0 200.909 91.648 200.909 204.8s-89.958 204.8-200.909 204.8zM771.891 716.8c-111.002 0-201.011-91.597-201.011-204.8s90.010-204.8 201.011-204.8c110.899 0 200.909 91.648 200.909 204.8s-90.010 204.8-200.909 204.8z"
260
- ],
261
- "attrs": [
262
- {}
263
- ],
264
- "tags": [
265
- "flickr",
266
- "social"
267
- ],
268
- "grid": 20
269
- },
270
- "attrs": [
271
- {}
272
- ],
273
- "properties": {
274
- "order": 9,
275
- "id": 4,
276
- "prevSize": 20,
277
- "code": 58889,
278
- "name": "flickr"
279
- },
280
- "setIdx": 0,
281
- "setId": 4,
282
- "iconIdx": 9
283
- },
284
- {
285
- "icon": {
286
- "paths": [
287
- "M674.816 579.072c-36.762 0-66.56 41.267-66.56 92.109 0 50.893 29.798 92.16 66.56 92.16s66.56-41.267 66.56-92.16c-0.051-50.893-29.85-92.109-66.56-92.109zM906.547 339.251c7.578-18.688 7.936-124.928-32.461-226.611 0 0-92.774 10.138-233.062 106.445-29.44-8.141-79.258-12.186-129.024-12.186-49.818 0-99.584 4.096-129.075 12.186-140.237-96.307-232.96-106.445-232.96-106.445-40.397 101.683-40.090 207.923-32.461 226.611-47.514 51.61-76.544 113.562-76.544 198.195 0 367.923 305.254 373.811 382.31 373.811 17.459 0 52.173 0.051 88.781 0.102 36.608-0.051 71.322-0.102 88.678-0.102 77.107 0 382.31-5.888 382.31-373.811 0-84.634-28.979-146.586-76.493-198.195zM513.434 866.048h-2.816c-193.126 0-343.552-23.040-343.552-210.739 0-44.954 15.923-86.682 53.555-121.293 62.925-57.702 169.267-27.136 289.997-27.136 0.461 0 0.973 0 1.434-0.051 0.512 0 0.973 0.051 1.382 0.051 120.73 0 227.123-30.566 289.997 27.136 37.632 34.611 53.504 76.339 53.504 121.293 0 187.699-150.323 210.739-343.501 210.739zM349.235 579.072c-36.762 0-66.56 41.267-66.56 92.109 0 50.893 29.798 92.16 66.56 92.16s66.56-41.267 66.56-92.16c0-50.893-29.798-92.109-66.56-92.109z"
288
- ],
289
- "attrs": [
290
- {}
291
- ],
292
- "tags": [
293
- "github",
294
- "social"
295
- ],
296
- "grid": 20
297
- },
298
- "attrs": [
299
- {}
300
- ],
301
- "properties": {
302
- "order": 10,
303
- "id": 3,
304
- "prevSize": 20,
305
- "code": 58890,
306
- "name": "github"
307
- },
308
- "setIdx": 0,
309
- "setId": 4,
310
- "iconIdx": 10
311
- },
312
- {
313
- "icon": {
314
- "paths": [
315
- "M102.502 143.309v121.242c362.803 0 656.896 294.144 656.896 656.947h121.293c0-429.773-348.416-778.189-778.189-778.189zM102.502 385.843v121.293c228.864 0 414.413 185.498 414.413 414.362h121.19c0-295.782-239.77-535.654-535.603-535.654zM218.726 689.050c-64.154 0-116.224 52.070-116.224 116.275s52.070 116.224 116.224 116.224c64.205 0 116.275-52.019 116.275-116.224s-52.070-116.275-116.275-116.275z"
316
- ],
317
- "attrs": [
318
- {}
319
- ],
320
- "tags": [
321
- "rss",
322
- "atom",
323
- "feed"
324
- ],
325
- "grid": 20
326
- },
327
- "attrs": [
328
- {}
329
- ],
330
- "properties": {
331
- "order": 11,
332
- "id": 2,
333
- "prevSize": 20,
334
- "code": 58891,
335
- "name": "rss"
336
- },
337
- "setIdx": 0,
338
- "setId": 4,
339
- "iconIdx": 11
340
- },
341
- {
342
- "icon": {
343
- "paths": [
344
- "M880.077 212.531c-85.606-78.592-224.41-78.592-310.016 0l-58.061 53.35-58.112-53.35c-85.606-78.592-224.358-78.592-309.965 0-96.307 88.371-96.307 231.629 0 320.051l368.077 337.818 368.077-337.818c96.307-88.422 96.307-231.68 0-320.051z"
345
- ],
346
- "attrs": [
347
- {}
348
- ],
349
- "tags": [
350
- "heart",
351
- "love",
352
- "like",
353
- "favorite"
354
- ],
355
- "grid": 20
356
- },
357
- "attrs": [
358
- {}
359
- ],
360
- "properties": {
361
- "order": 12,
362
- "id": 1,
363
- "prevSize": 20,
364
- "code": 58892,
365
- "name": "heart"
366
- },
367
- "setIdx": 0,
368
- "setId": 4,
369
- "iconIdx": 12
370
- },
371
- {
372
- "icon": {
373
- "paths": [
374
- "M81.613 270.643c24.986 13.466 371.149 199.373 384.051 206.285 12.851 6.912 29.542 10.24 46.336 10.24 16.845 0 33.536-3.328 46.387-10.291 12.902-6.912 359.014-192.819 384-206.285 25.037-13.414 48.691-55.552 2.765-55.552h-866.253c-45.926 0-22.323 42.138 2.714 55.603zM952.986 373.043c-28.416 14.848-377.19 197.171-394.598 206.285s-29.542 10.291-46.387 10.291c-16.794 0-28.928-1.178-46.336-10.291s-366.234-191.488-394.598-206.285c-20.019-10.445-19.866 1.792-19.866 11.213s0 375.552 0 375.552c0 21.504 28.621 49.152 50.79 49.152h820.070c22.221 0 50.739-27.648 50.739-49.101 0 0 0-366.131 0-375.552 0-9.472 0.205-21.709-19.814-11.264z"
375
- ],
376
- "attrs": [
377
- {}
378
- ],
379
- "tags": [
380
- "mail",
381
- "email",
382
- "message",
383
- "letter",
384
- "envelope",
385
- "contact"
386
- ],
387
- "grid": 20
388
- },
389
- "attrs": [
390
- {}
391
- ],
392
- "properties": {
393
- "order": 13,
394
- "id": 0,
395
- "prevSize": 20,
396
- "code": 58893,
397
- "name": "mail"
398
- },
399
- "setIdx": 0,
400
- "setId": 4,
401
- "iconIdx": 13
402
- },
403
- {
404
- "icon": {
405
- "width": 951,
406
- "paths": [
407
- "M420 454.857q0 20.571 18.286 40.286t44.286 38.857 51.714 42 44 59.429 18.286 81.143q0 51.429-27.429 98.857-41.143 69.714-120.571 102.571t-170.286 32.857q-75.429 0-140.857-23.714t-98-78.571q-21.143-34.286-21.143-74.857 0-46.286 25.429-85.714t67.714-65.714q74.857-46.857 230.857-57.143-18.286-24-27.143-42.286t-8.857-41.714q0-20.571 12-48.571-26.286 2.286-38.857 2.286-84.571 0-142.571-55.143t-58-139.714q0-46.857 20.571-90.857t56.571-74.857q44-37.714 104.286-56t124.286-18.286h238.857l-78.857 50.286h-74.857q42.286 36 64 76t21.714 91.429q0 41.143-14 74t-33.714 53.143-39.714 37.143-34 35.143-14 37.714zM336.571 400q21.714 0 44.571-9.429t37.714-24.857q30.286-32.571 30.286-90.857 0-33.143-9.714-71.429t-27.714-74-48.286-59.143-66.857-23.429q-24 0-47.143 11.143t-37.429 30q-26.857 33.714-26.857 91.429 0 26.286 5.714 55.714t18 58.857 29.714 52.857 42.857 38.286 55.143 14.857zM337.714 898.857q33.143 0 63.714-7.429t56.571-22.286 41.714-41.714 15.714-62.286q0-14.286-4-28t-8.286-24-15.429-23.714-16.857-20-22-19.714-20.857-16.571-23.714-17.143-20.857-14.857q-9.143-1.143-27.429-1.143-30.286 0-60 4t-61.429 14.286-55.429 26.286-39.143 42.571-15.429 60.286q0 40 20 70.571t52.286 47.429 68 25.143 72.857 8.286zM800.571 398.286h121.714v61.714h-121.714v125.143h-60v-125.143h-121.143v-61.714h121.143v-124h60v124z"
408
- ],
409
- "attrs": [
410
- {}
411
- ],
412
- "tags": [
413
- "google-plus"
414
- ],
415
- "grid": 14
416
- },
417
- "attrs": [
418
- {}
419
- ],
420
- "properties": {
421
- "order": 14,
422
- "id": 1,
423
- "prevSize": 28,
424
- "code": 58894,
425
- "name": "google-plus"
426
- },
427
- "setIdx": 0,
428
- "setId": 4,
429
- "iconIdx": 14
430
- },
431
- {
432
- "icon": {
433
- "paths": [
434
- "M554.857 710.857v120.571q0 38.286-22.286 38.286-13.143 0-25.714-12.571v-172q12.571-12.571 25.714-12.571 22.286 0 22.286 38.286zM748 711.429v26.286h-51.429v-26.286q0-38.857 25.714-38.857t25.714 38.857zM196 586.857h61.143v-53.714h-178.286v53.714h60v325.143h57.143v-325.143zM360.571 912h50.857v-282.286h-50.857v216q-17.143 24-32.571 24-10.286 0-12-12-0.571-1.714-0.571-20v-208h-50.857v223.429q0 28 4.571 41.714 6.857 21.143 33.143 21.143 27.429 0 58.286-34.857v30.857zM605.714 827.429v-112.571q0-41.714-5.143-56.571-9.714-32-40.571-32-28.571 0-53.143 30.857v-124h-50.857v378.857h50.857v-27.429q25.714 31.429 53.143 31.429 30.857 0 40.571-31.429 5.143-15.429 5.143-57.143zM798.857 821.714v-7.429h-52q0 29.143-1.143 34.857-4 20.571-22.857 20.571-26.286 0-26.286-39.429v-49.714h102.286v-58.857q0-45.143-15.429-66.286-22.286-29.143-60.571-29.143-38.857 0-61.143 29.143-16 21.143-16 66.286v98.857q0 45.143 16.571 66.286 22.286 29.143 61.714 29.143 41.143 0 61.714-30.286 10.286-15.429 12-30.857 1.143-5.143 1.143-33.143zM451.429 300v-120q0-39.429-24.571-39.429t-24.571 39.429v120q0 40 24.571 40t24.571-40zM862.286 729.143q0 133.714-14.857 200-8 33.714-33.143 56.571t-58.286 26.286q-105.143 12-317.143 12t-317.143-12q-33.143-3.429-58.571-26.286t-32.857-56.571q-14.857-64-14.857-200 0-133.714 14.857-200 8-33.714 33.143-56.571t58.857-26.857q104.571-11.429 316.571-11.429t317.143 11.429q33.143 4 58.571 26.857t32.857 56.571q14.857 64 14.857 200zM292 0h58.286l-69.143 228v154.857h-57.143v-154.857q-8-42.286-34.857-121.143-21.143-58.857-37.143-106.857h60.571l40.571 150.286zM503.429 190.286v100q0 46.286-16 67.429-21.143 29.143-60.571 29.143-38.286 0-60-29.143-16-21.714-16-67.429v-100q0-45.714 16-66.857 21.714-29.143 60-29.143 39.429 0 60.571 29.143 16 21.143 16 66.857zM694.857 97.714v285.143h-52v-31.429q-30.286 35.429-58.857 35.429-26.286 0-33.714-21.143-4.571-13.714-4.571-42.857v-225.143h52v209.714q0 18.857 0.571 20 1.714 12.571 12 12.571 15.429 0 32.571-24.571v-217.714h52z"
435
- ],
436
- "attrs": [
437
- {}
438
- ],
439
- "tags": [
440
- "youtube"
441
- ],
442
- "grid": 14
443
- },
444
- "attrs": [
445
- {}
446
- ],
447
- "properties": {
448
- "order": 15,
449
- "id": 0,
450
- "prevSize": 28,
451
- "code": 58895,
452
- "name": "youtube"
453
- },
454
- "setIdx": 0,
455
- "setId": 4,
456
- "iconIdx": 15
457
- }
458
- ],
459
- "height": 1024,
460
- "metadata": {
461
- "name": "ssi-icomoon"
462
- },
463
- "preferences": {
464
- "showGlyphs": true,
465
- "showQuickUse": true,
466
- "showQuickUse2": true,
467
- "showSVGs": true,
468
- "fontPref": {
469
- "prefix": "icon-",
470
- "metadata": {
471
- "fontFamily": "ssi-icomoon",
472
- "majorVersion": 1,
473
- "minorVersion": 0
474
- },
475
- "metrics": {
476
- "emSize": 1024,
477
- "baseline": 6.25,
478
- "whitespace": 50
479
- },
480
- "showSelector": false,
481
- "showMetrics": false,
482
- "showMetadata": false,
483
- "showVersion": false,
484
- "resetPoint": 58880
485
- },
486
- "imagePref": {
487
- "prefix": "icon-",
488
- "png": true,
489
- "useClassSelector": true,
490
- "color": 4473924,
491
- "bgColor": 16777215
492
- },
493
- "historySize": 100,
494
- "showCodes": false,
495
- "gridSize": 16,
496
- "showLiga": true
497
- }
498
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
font/ssi-icomoon.eot DELETED
Binary file
font/ssi-icomoon.svg DELETED
@@ -1,26 +0,0 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <svg xmlns="http://www.w3.org/2000/svg">
4
- <metadata>Generated by IcoMoon</metadata>
5
- <defs>
6
- <font id="ssi-icomoon" horiz-adv-x="1024">
7
- <font-face units-per-em="1024" ascent="960" descent="-64" />
8
- <missing-glyph horiz-adv-x="1024" />
9
- <glyph unicode="&#x20;" d="" horiz-adv-x="512" />
10
- <glyph unicode="&#xe600;" d="M778.24 460.8c0-147.046-119.245-266.24-266.24-266.24-147.046 0-266.24 119.194-266.24 266.24 0 17.51 1.741 34.611 5.018 51.2h-179.098v-353.894c0-75.981 61.542-137.626 137.626-137.626h605.389c75.981 0 137.626 61.594 137.626 137.626v353.894h-179.046c3.226-16.589 4.966-33.69 4.966-51.2zM814.694 901.12h-605.389c-76.032 0-137.626-61.645-137.626-137.626v-149.094h222.925c48.179 68.096 127.59 112.64 217.395 112.64s169.216-44.544 217.395-112.64h222.925v149.094c0 75.981-61.645 137.626-137.626 137.626zM882.022 731.136c0-13.568-11.059-24.576-24.576-24.576h-73.677c-13.517 0-24.576 11.059-24.576 24.576v73.728c0 13.568 11.11 24.576 24.576 24.576h73.677c13.568 0 24.576-11.059 24.576-24.576v-73.728zM675.84 460.8c0 90.522-73.37 163.84-163.84 163.84s-163.84-73.318-163.84-163.84 73.37-163.84 163.84-163.84 163.84 73.318 163.84 163.84z" />
11
- <glyph unicode="&#xe601;" d="M565.862 560.128l69.837-33.741 105.421 33.741v61.184c0 126.054-102.758 228.608-229.12 228.608-126.31 0-229.069-102.554-229.069-228.608v-321.024c0-29.594-24.166-53.709-53.811-53.709s-53.811 24.115-53.811 53.709v134.4h-175.309v-134.4c0-126.054 102.758-228.608 229.12-228.608s229.12 102.554 229.12 228.608v321.024c0 29.594 24.166 53.709 53.811 53.709 29.696 0 53.862-24.115 53.862-53.709v-61.184zM848.742 434.688v-134.4c0-29.594-24.166-53.709-53.811-53.709-29.696 0-53.862 24.115-53.862 53.709v137.114l-105.421-33.741-69.837 33.741v-137.114c0-126.054 102.758-228.608 229.12-228.608 126.31 0 229.069 102.554 229.069 228.608v134.4h-175.258z" />
12
- <glyph unicode="&#xe602;" d="M489.728 592.845c-69.53 123.648-143.872 224.41-149.35 231.782-112.179-52.992-195.942-156.314-222.003-280.883 10.547-0.205 178.176-2.202 371.354 49.101zM539.853 457.728c5.325 1.69 10.547 3.226 15.923 4.762-10.086 22.886-21.146 45.773-32.666 68.352-207.155-61.952-405.965-57.498-413.030-57.293-0.154-4.25-0.307-8.448-0.307-12.749 0-103.475 39.117-197.683 103.219-268.954-0.102 0.102-0.307 0.358-0.307 0.358s110.131 195.277 327.168 265.523zM264.755 143.718l0.102 0.154c-3.021 2.355-6.195 4.454-9.114 6.912 5.325-4.301 9.011-7.066 9.011-7.066zM415.642 851.354c-0.358-0.102-0.717-0.154-1.024-0.256 0.563 0.154 0.973 0.205 1.024 0.256v0zM777.677 762.675c-70.861 62.413-163.789 100.352-265.626 100.352-32.717 0-64.41-3.994-94.822-11.366 6.093-8.090 81.613-108.442 150.426-234.65 151.654 56.883 208.998 144.026 210.022 145.664zM512.051-10.24c-260.198 0-471.091 210.893-471.091 471.040s210.893 471.040 471.091 471.040c260.147 0 470.989-210.893 470.989-471.040s-210.842-471.040-470.989-471.040zM580.454 395.008c-236.083-82.278-314.061-247.757-315.597-251.136 68.198-53.299 153.907-85.299 247.194-85.299 55.706 0 108.749 11.315 156.979 31.795-5.939 35.277-29.338 158.515-85.914 305.562-0.87-0.358-1.792-0.614-2.662-0.922zM598.528 557.107c9.421-19.2 18.381-38.656 26.726-58.368 3.021-6.963 5.837-13.875 8.704-20.787 138.957 17.459 275.712-12.186 280.166-13.158-0.922 95.437-35.021 182.989-91.443 251.494-0.819-1.178-65.331-94.362-224.154-159.181zM658.483 414.464c52.838-145.152 74.24-263.27 78.285-287.334 90.368 60.979 154.522 157.696 172.39 269.875-7.936 2.611-120.627 38.298-250.675 17.459z" />
13
- <glyph unicode="&#xe603;" d="M259.891 816.64c0-54.426-40.192-98.509-106.291-98.509-62.208 0-102.4 44.083-102.4 98.509 0 55.706 41.523 98.509 105.011 98.509s102.4-42.803 103.68-98.509zM56.422 6.451v633.856h197.018v-633.856h-197.018zM371.354 438.118c0 79.053-2.611 145.152-5.222 202.189h171.11l9.114-88.166h3.891c25.907 41.523 89.446 102.4 195.738 102.4 129.587 0 226.816-86.835 226.816-273.51v-374.63h-197.018v351.283c0 81.664-28.57 137.421-99.84 137.421-54.426 0-86.784-37.581-101.069-73.882-5.222-12.954-6.502-31.078-6.502-49.254v-365.568h-197.018v431.718z" />
14
- <glyph unicode="&#xe604;" d="M798.72 41.165c-39.731-18.944-75.776-32.307-107.981-39.936-32.256-7.578-67.174-11.469-104.602-11.469-42.547 0-80.128 5.478-112.896 16.333-32.666 10.906-60.518 26.419-83.661 46.438-23.091 20.224-39.117 41.574-48.026 64.256-8.96 22.682-13.414 55.552-13.414 98.611v330.445h-102.861v133.325c36.557 12.032 67.942 29.184 93.952 51.661 26.112 22.426 47.002 49.408 62.822 80.896 15.77 31.488 26.573 71.475 32.563 120.115h132.352v-238.131h220.928v-147.866h-220.928v-241.613c0-54.579 2.867-89.651 8.653-105.216 5.632-15.462 16.282-27.853 31.795-37.12 20.685-12.493 44.186-18.739 70.707-18.739 47.155 0 94.003 15.514 140.595 46.49v-148.48z" />
15
- <glyph unicode="&#xe605;" d="M441.139 295.526c-26.88-140.954-59.699-276.122-156.979-346.726-30.003 213.094 44.083 373.094 78.49 542.976-58.675 98.816 7.066 297.574 130.867 248.576 152.32-60.262-131.891-367.258 58.88-405.606 199.219-40.038 280.525 345.6 157.030 470.989-178.483 181.146-519.578 4.198-477.594-255.027 10.189-63.386 75.674-82.637 26.163-170.086-114.227 25.293-148.326 115.405-143.923 235.52 7.066 196.557 176.64 334.182 346.726 353.229 215.142 24.115 417.024-78.95 444.826-281.293 31.386-228.352-97.024-475.699-327.117-457.882-62.31 4.762-88.474 35.635-137.37 65.331z" />
16
- <glyph unicode="&#xe606;" d="M768 761.395h-146.227c-17.306 0-36.608-22.733-36.608-53.197v-105.574h182.835v-150.528h-182.835v-452.096h-172.646v452.045h-156.518v150.579h156.518v88.576c0 127.027 88.166 230.4 209.203 230.4h146.278v-160.205z" />
17
- <glyph unicode="&#xe607;" d="M983.040 752.998c-34.714-15.411-71.936-25.754-111.053-30.464 39.936 23.91 70.605 61.798 84.992 106.906-37.325-22.118-78.694-38.246-122.675-46.899-35.277 37.581-85.504 61.030-141.107 61.030-106.752 0-193.28-86.528-193.28-193.229 0-15.155 1.69-29.901 5.018-44.032-160.614 8.038-303.053 84.992-398.336 201.933-16.691-28.518-26.266-61.747-26.266-97.178 0-67.072 34.15-126.208 86.016-160.87-31.693 1.024-61.491 9.677-87.552 24.166 0-0.819 0-1.587 0-2.406 0-93.645 66.662-171.725 155.034-189.542-16.179-4.403-33.28-6.758-50.944-6.758-12.442 0-24.525 1.178-36.352 3.43 24.576-76.8 96-132.659 180.531-134.195-66.15-51.866-149.453-82.739-240.026-82.739-15.616 0-30.976 0.922-46.080 2.714 85.504-54.835 187.085-86.835 296.294-86.835 355.482 0 549.888 294.502 549.888 549.939 0 8.346-0.154 16.691-0.563 24.986 37.786 27.238 70.502 61.286 96.461 100.045z" />
18
- <glyph unicode="&#xe608;" d="M968.192 673.741c-51.507-295.526-339.2-545.792-425.728-602.931-86.579-57.139-165.478 22.886-194.15 83.456-32.768 68.966-131.021 443.238-156.774 474.163-25.702 31.078-102.912-30.925-102.912-30.925l-37.427 49.971c0 0 156.774 190.72 276.070 214.528 126.464 25.242 126.259-197.837 156.672-321.69 29.44-119.859 49.203-188.467 74.854-188.467 25.754 0 74.854 66.867 128.666 169.318 53.914 102.554-2.304 193.075-107.622 128.717 42.086 257.434 439.859 319.334 388.352 23.859z" />
19
- <glyph unicode="&#xe609;" d="M252.058 256c-110.95 0-200.858 91.597-200.858 204.8s89.907 204.8 200.858 204.8c110.95 0 200.909-91.648 200.909-204.8s-89.958-204.8-200.909-204.8zM771.891 256c-111.002 0-201.011 91.597-201.011 204.8s90.010 204.8 201.011 204.8c110.899 0 200.909-91.648 200.909-204.8s-90.010-204.8-200.909-204.8z" />
20
- <glyph unicode="&#xe60a;" d="M674.816 393.728c-36.762 0-66.56-41.267-66.56-92.109 0-50.893 29.798-92.16 66.56-92.16s66.56 41.267 66.56 92.16c-0.051 50.893-29.85 92.109-66.56 92.109zM906.547 633.549c7.578 18.688 7.936 124.928-32.461 226.611 0 0-92.774-10.138-233.062-106.445-29.44 8.141-79.258 12.186-129.024 12.186-49.818 0-99.584-4.096-129.075-12.186-140.237 96.307-232.96 106.445-232.96 106.445-40.397-101.683-40.090-207.923-32.461-226.611-47.514-51.61-76.544-113.562-76.544-198.195 0-367.923 305.254-373.811 382.31-373.811 17.459 0 52.173-0.051 88.781-0.102 36.608 0.051 71.322 0.102 88.678 0.102 77.107 0 382.31 5.888 382.31 373.811 0 84.634-28.979 146.586-76.493 198.195zM513.434 106.752h-2.816c-193.126 0-343.552 23.040-343.552 210.739 0 44.954 15.923 86.682 53.555 121.293 62.925 57.702 169.267 27.136 289.997 27.136 0.461 0 0.973 0 1.434 0.051 0.512 0 0.973-0.051 1.382-0.051 120.73 0 227.123 30.566 289.997-27.136 37.632-34.611 53.504-76.339 53.504-121.293 0-187.699-150.323-210.739-343.501-210.739zM349.235 393.728c-36.762 0-66.56-41.267-66.56-92.109 0-50.893 29.798-92.16 66.56-92.16s66.56 41.267 66.56 92.16c0 50.893-29.798 92.109-66.56 92.109z" />
21
- <glyph unicode="&#xe60b;" d="M102.502 829.491v-121.242c362.803 0 656.896-294.144 656.896-656.947h121.293c0 429.773-348.416 778.189-778.189 778.189zM102.502 586.957v-121.293c228.864 0 414.413-185.498 414.413-414.362h121.19c0 295.782-239.77 535.654-535.603 535.654zM218.726 283.75c-64.154 0-116.224-52.070-116.224-116.275s52.070-116.224 116.224-116.224c64.205 0 116.275 52.019 116.275 116.224s-52.070 116.275-116.275 116.275z" />
22
- <glyph unicode="&#xe60c;" d="M880.077 760.269c-85.606 78.592-224.41 78.592-310.016 0l-58.061-53.35-58.112 53.35c-85.606 78.592-224.358 78.592-309.965 0-96.307-88.371-96.307-231.629 0-320.051l368.077-337.818 368.077 337.818c96.307 88.422 96.307 231.68 0 320.051z" />
23
- <glyph unicode="&#xe60d;" d="M81.613 702.157c24.986-13.466 371.149-199.373 384.051-206.285 12.851-6.912 29.542-10.24 46.336-10.24 16.845 0 33.536 3.328 46.387 10.291 12.902 6.912 359.014 192.819 384 206.285 25.037 13.414 48.691 55.552 2.765 55.552h-866.253c-45.926 0-22.323-42.138 2.714-55.603zM952.986 599.757c-28.416-14.848-377.19-197.171-394.598-206.285s-29.542-10.291-46.387-10.291c-16.794 0-28.928 1.178-46.336 10.291s-366.234 191.488-394.598 206.285c-20.019 10.445-19.866-1.792-19.866-11.213s0-375.552 0-375.552c0-21.504 28.621-49.152 50.79-49.152h820.070c22.221 0 50.739 27.648 50.739 49.101 0 0 0 366.131 0 375.552 0 9.472 0.205 21.709-19.814 11.264z" />
24
- <glyph unicode="&#xe60e;" d="M420 496q0-20.571 18.286-40.286t44.286-38.857 51.714-42 44-59.429 18.286-81.143q0-51.429-27.429-98.857-41.143-69.714-120.571-102.571t-170.286-32.857q-75.429 0-140.857 23.714t-98 78.571q-21.143 34.286-21.143 74.857 0 46.286 25.429 85.714t67.714 65.714q74.857 46.857 230.857 57.143-18.286 24-27.143 42.286t-8.857 41.714q0 20.571 12 48.571-26.286-2.286-38.857-2.286-84.571 0-142.571 55.143t-58 139.714q0 46.857 20.571 90.857t56.571 74.857q44 37.714 104.286 56t124.286 18.286h238.857l-78.857-50.286h-74.857q42.286-36 64-76t21.714-91.429q0-41.143-14-74t-33.714-53.143-39.714-37.143-34-35.143-14-37.714zM336.571 550.857q21.714 0 44.571 9.429t37.714 24.857q30.286 32.571 30.286 90.857 0 33.143-9.714 71.429t-27.714 74-48.286 59.143-66.857 23.429q-24 0-47.143-11.143t-37.429-30q-26.857-33.714-26.857-91.429 0-26.286 5.714-55.714t18-58.857 29.714-52.857 42.857-38.286 55.143-14.857zM337.714 52q33.143 0 63.714 7.429t56.571 22.286 41.714 41.714 15.714 62.286q0 14.286-4 28t-8.286 24-15.429 23.714-16.857 20-22 19.714-20.857 16.571-23.714 17.143-20.857 14.857q-9.143 1.143-27.429 1.143-30.286 0-60-4t-61.429-14.286-55.429-26.286-39.143-42.571-15.429-60.286q0-40 20-70.571t52.286-47.429 68-25.143 72.857-8.286zM800.571 552.571h121.714v-61.714h-121.714v-125.143h-60v125.143h-121.143v61.714h121.143v124h60v-124z" horiz-adv-x="951" />
25
- <glyph unicode="&#xe60f;" d="M554.857 240v-120.571q0-38.286-22.286-38.286-13.143 0-25.714 12.571v172q12.571 12.571 25.714 12.571 22.286 0 22.286-38.286zM748 239.428v-26.286h-51.429v26.286q0 38.857 25.714 38.857t25.714-38.857zM196 364h61.143v53.714h-178.286v-53.714h60v-325.143h57.143v325.143zM360.571 38.857h50.857v282.286h-50.857v-216q-17.143-24-32.571-24-10.286 0-12 12-0.571 1.714-0.571 20v208h-50.857v-223.429q0-28 4.571-41.714 6.857-21.143 33.143-21.143 27.429 0 58.286 34.857v-30.857zM605.714 123.428v112.571q0 41.714-5.143 56.571-9.714 32-40.571 32-28.571 0-53.143-30.857v124h-50.857v-378.857h50.857v27.429q25.714-31.429 53.143-31.429 30.857 0 40.571 31.429 5.143 15.429 5.143 57.143zM798.857 129.143v7.429h-52q0-29.143-1.143-34.857-4-20.571-22.857-20.571-26.286 0-26.286 39.429v49.714h102.286v58.857q0 45.143-15.429 66.286-22.286 29.143-60.571 29.143-38.857 0-61.143-29.143-16-21.143-16-66.286v-98.857q0-45.143 16.571-66.286 22.286-29.143 61.714-29.143 41.143 0 61.714 30.286 10.286 15.429 12 30.857 1.143 5.143 1.143 33.143zM451.429 650.857v120q0 39.429-24.571 39.429t-24.571-39.429v-120q0-40 24.571-40t24.571 40zM862.286 221.714q0-133.714-14.857-200-8-33.714-33.143-56.571t-58.286-26.286q-105.143-12-317.143-12t-317.143 12q-33.143 3.429-58.571 26.286t-32.857 56.571q-14.857 64-14.857 200 0 133.714 14.857 200 8 33.714 33.143 56.571t58.857 26.857q104.571 11.429 316.571 11.429t317.143-11.429q33.143-4 58.571-26.857t32.857-56.571q14.857-64 14.857-200zM292 950.857h58.286l-69.143-228v-154.857h-57.143v154.857q-8 42.286-34.857 121.143-21.143 58.857-37.143 106.857h60.571l40.571-150.286zM503.429 760.571v-100q0-46.286-16-67.429-21.143-29.143-60.571-29.143-38.286 0-60 29.143-16 21.714-16 67.429v100q0 45.714 16 66.857 21.714 29.143 60 29.143 39.429 0 60.571-29.143 16-21.143 16-66.857zM694.857 853.143v-285.143h-52v31.429q-30.286-35.429-58.857-35.429-26.286 0-33.714 21.143-4.571 13.714-4.571 42.857v225.143h52v-209.714q0-18.857 0.571-20 1.714-12.571 12-12.571 15.429 0 32.571 24.571v217.714h52z" />
26
- </font></defs></svg>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
font/ssi-icomoon.ttf DELETED
Binary file
font/ssi-icomoon.woff DELETED
Binary file
{font → icons}/LICENSE.txt RENAMED
File without changes
icons/SVG/behance.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M20.2 8h7.2v2.1h-7.2zM23.9 11.4c-6.7 0-6.7 6.7-6.7 6.7s-.5 6.6 6.7 6.6c0 0 5.9.3 5.9-4.6h-3.1s.1 1.9-2.8 1.9c0 0-3.1.2-3.1-3h9c.2 0 1.1-7.6-5.9-7.6zm-3 5.2s.4-2.7 3.1-2.7 2.6 2.7 2.6 2.7h-5.7zM13.3 14.9s2.6-.2 2.6-3.3C15.9 8.5 13.8 7 11 7H2v17.4h9s5.5.2 5.5-5.1c.1-.1.3-4.4-3.2-4.4zM6 10.1h5s1.2 0 1.2 1.8-.7 2.1-1.5 2.1H6v-3.9zm4.8 11.2H6v-4.6h5s1.8 0 1.8 2.4c.1 2-1.3 2.2-2 2.2z"/></svg>
icons/SVG/bloglovin.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M16 28c-.27 0-.5-.093-.688-.282l-9.75-9.407c-.104-.083-.248-.217-.43-.406s-.47-.53-.868-1.023-.75-1-1.063-1.522-.59-1.152-.835-1.89S2 12.01 2 11.312c0-2.29.66-4.084 1.983-5.375S7.135 4 9.467 4c.646 0 1.305.112 1.977.336s1.296.527 1.875.907 1.074.737 1.492 1.07c.416.334.813.688 1.188 1.063.375-.375.77-.73 1.188-1.063s.914-.69 1.493-1.07 1.205-.682 1.876-.907S21.886 4 22.533 4c2.334 0 4.16.646 5.484 1.938S30 9.022 30 11.313c0 2.302-1.192 4.646-3.578 7.032l-9.734 9.375c-.188.188-.416.28-.688.28z"/></svg>
icons/SVG/dribbble.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M20.571 26.786q-.75-4.304-2.5-8.893h-.036l-.036.018q-.286.107-.768.295t-1.804.875-2.446 1.464-2.339 2.045-1.839 2.643l-.268-.196q3.286 2.679 7.464 2.679 2.357 0 4.571-.929zm-3.303-10.84q-.375-.875-.946-1.982-5.554 1.661-12.018 1.661-.018.125-.018.375 0 2.214.786 4.223t2.214 3.598q.893-1.589 2.205-2.973t2.545-2.223 2.33-1.446 1.777-.857l.661-.232q.071-.018.232-.063t.232-.08zm-1.911-3.785Q13.214 8.357 11 5.411 8.536 6.572 6.821 8.732t-2.286 4.857q5.393 0 10.821-1.429zm12.214 5.696q-3.75-1.071-7.304-.518 1.554 4.268 2.286 8.375 1.982-1.339 3.304-3.384t1.714-4.473zM13.196 4.625q-.018 0-.036.018.018-.018.036-.018zm10.536 2.589Q20.428 4.285 16 4.285q-1.357 0-2.768.339 2.339 3.036 4.393 6.821 1.232-.464 2.321-1.08t1.723-1.098 1.17-1.018.67-.723zm3.982 8.661q-.054-4.143-2.661-7.321l-.018.018q-.161.214-.339.438t-.777.795-1.268 1.08-1.786 1.161-2.348 1.152q.446.946.786 1.696.036.107.116.313t.134.295q.643-.089 1.33-.125t1.313-.036 1.232.027 1.143.071 1.009.098.857.116.652.107.446.08zm2 .125q0 3.732-1.839 6.884t-4.991 4.991T16 29.714t-6.884-1.839-4.991-4.991T2.286 16t1.839-6.884 4.991-4.991T16 2.286t6.884 1.839 4.991 4.991T29.714 16z"/></svg>
icons/SVG/email.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M28.002 24.457V12.466c-.334.375-.693.718-1.077 1.03-2.789 2.145-5.007 3.904-6.652 5.277-.53.448-.962.796-1.296 1.046s-.784.502-1.35.757c-.568.255-1.1.382-1.6.382h-.03c-.5 0-1.034-.127-1.6-.382-.568-.255-1.018-.507-1.35-.757-.334-.25-.764-.598-1.296-1.046-1.645-1.373-3.862-3.134-6.652-5.277-.386-.313-.745-.655-1.077-1.03v11.991c0 .136.05.252.148.352.098.098.216.148.352.148h22.984c.136 0 .252-.05.352-.148.095-.098.145-.216.145-.352zm0-16.409v-.382l-.007-.204-.046-.195-.086-.141-.141-.118-.218-.039H4.518c-.136 0-.252.05-.352.148-.098.098-.148.216-.148.352 0 1.748.764 3.227 2.295 4.434 2.009 1.582 4.096 3.232 6.261 4.95.063.052.245.205.546.461s.541.45.718.586c.177.136.409.3.695.491.286.193.548.336.789.429.239.093.463.141.671.141h.03c.209 0 .432-.046.671-.141.239-.093.502-.238.789-.429.286-.193.518-.357.695-.491.177-.136.416-.33.718-.586s.484-.409.546-.461c2.164-1.718 4.252-3.368 6.261-4.95.563-.448 1.086-1.048 1.57-1.804.486-.754.729-1.438.729-2.052zM30 7.47v16.988c0 .688-.245 1.275-.734 1.764s-1.077.734-1.764.734H4.518c-.688 0-1.275-.245-1.764-.734s-.734-1.077-.734-1.764V7.47c0-.688.245-1.275.734-1.764s1.077-.734 1.764-.734h22.984c.688 0 1.275.245 1.764.734S30 6.783 30 7.47z"/></svg>
icons/SVG/facebook.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M23.738.214v4.714h-2.804c-1.023 0-1.714.214-2.071.643s-.536 1.071-.536 1.929v3.375h5.232l-.696 5.286h-4.536v13.554h-5.464V16.161H8.309v-5.286h4.554V6.982c0-2.214.62-3.932 1.857-5.152S17.607 0 19.666 0c1.75 0 3.107.071 4.071.214z"/></svg>
icons/SVG/flickr.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M14.032 16.007c0-1.664-.586-3.08-1.757-4.25S9.689 10 8.025 10s-3.08.586-4.25 1.757-1.757 2.588-1.757 4.25.586 3.08 1.757 4.25c1.17 1.17 2.588 1.757 4.25 1.757s3.08-.586 4.25-1.757c1.171-1.17 1.757-2.586 1.757-4.25zm15.982 0c0-1.664-.586-3.08-1.757-4.25S25.67 10 24.007 10s-3.08.586-4.25 1.757c-1.17 1.17-1.757 2.588-1.757 4.25s.586 3.08 1.757 4.25c1.17 1.17 2.587 1.757 4.25 1.757s3.08-.586 4.25-1.757c1.171-1.17 1.757-2.586 1.757-4.25z"/></svg>
icons/SVG/github.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M12.571 20.596c0 .477-.075.964-.223 1.464s-.405.952-.768 1.357-.795.607-1.295.607-.932-.202-1.295-.607c-.363-.405-.62-.857-.768-1.357s-.223-.988-.223-1.464.075-.964.223-1.464.405-.952.768-1.357.795-.607 1.295-.607.932.202 1.295.607.62.857.768 1.357.223.988.223 1.464zm11.429 0c0 .477-.075.964-.223 1.464s-.405.952-.768 1.357-.795.607-1.295.607-.932-.202-1.295-.607-.62-.857-.768-1.357-.223-.988-.223-1.464.075-.964.223-1.464.405-.952.768-1.357.795-.607 1.295-.607.932.202 1.295.607.62.857.768 1.357.223.988.223 1.464zm2.857 0c0-1.429-.411-2.643-1.232-3.643s-1.934-1.5-3.339-1.5c-.488 0-1.648.125-3.482.375-.845.13-1.78.196-2.804.196s-1.959-.066-2.804-.196c-1.809-.25-2.97-.375-3.482-.375-1.405 0-2.518.5-3.339 1.5s-1.232 2.214-1.232 3.643c0 1.048.191 1.961.571 2.741s.862 1.393 1.446 1.839 1.309.804 2.179 1.071 1.702.443 2.5.527 1.684.125 2.661.125h3c.977 0 1.863-.041 2.661-.125s1.63-.259 2.5-.527 1.595-.625 2.179-1.071 1.066-1.059 1.446-1.839.571-1.695.571-2.741zm4-3.142c0 2.464-.363 4.434-1.089 5.911-.452.916-1.08 1.709-1.884 2.375s-1.643 1.179-2.518 1.536-1.887.639-3.036.848-2.17.339-3.063.393-1.887.08-2.982.08c-.929 0-1.773-.018-2.536-.054s-1.639-.111-2.634-.223-1.902-.291-2.723-.536-1.638-.55-2.446-.92-1.53-.852-2.161-1.446-1.143-1.28-1.536-2.054c-.738-1.464-1.107-3.434-1.107-5.911 0-2.821.809-5.179 2.429-7.071-.321-.977-.482-1.988-.482-3.036 0-1.38.304-2.679.911-3.893 1.286 0 2.416.236 3.393.705s2.102 1.205 3.375 2.205c1.75-.416 3.589-.625 5.518-.625 1.762 0 3.429.191 5 .571 1.25-.977 2.363-1.696 3.339-2.161s2.102-.696 3.375-.696c.607 1.214.911 2.513.911 3.893 0 1.036-.161 2.036-.482 3 1.62 1.904 2.429 4.273 2.429 7.107z"/></svg>
icons/SVG/gplus.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M16 14.036h12.946q.214 1.196.214 2.286 0 3.875-1.625 6.92t-4.634 4.759-6.902 1.714q-2.804 0-5.339-1.08t-4.375-2.92-2.92-4.375-1.08-5.339 1.08-5.339 2.92-4.375 4.375-2.92 5.339-1.08q5.357 0 9.196 3.589l-3.732 3.589Q19.267 7.34 15.999 7.34q-2.304 0-4.259 1.161t-3.098 3.152-1.143 4.348 1.143 4.348 3.098 3.152 4.259 1.161q1.554 0 2.857-.429t2.143-1.071 1.464-1.464.92-1.554.402-1.393h-7.786v-4.714z"/></svg>
icons/SVG/instagram.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M29.448 15.936c0 2.661-.029 4.502-.087 5.525-.116 2.416-.836 4.288-2.161 5.613s-3.195 2.045-5.613 2.161c-1.023.057-2.864.087-5.525.087s-4.502-.029-5.525-.087c-2.416-.116-4.287-.836-5.612-2.161s-2.045-3.195-2.161-5.613c-.059-1.021-.087-2.864-.087-5.525s.029-4.502.087-5.525c.116-2.416.836-4.287 2.161-5.612s3.195-2.045 5.612-2.161c1.021-.057 2.864-.087 5.525-.087s4.502.029 5.525.087c2.416.116 4.288.836 5.613 2.161s2.045 3.195 2.161 5.612c.059 1.023.087 2.864.087 5.525zM17.396 4.948c-.807.005-1.252.009-1.334.009s-.525-.004-1.334-.009c-.807-.005-1.42-.005-1.839 0-.418.005-.979.023-1.682.052s-1.302.088-1.795.175c-.495.088-.909.195-1.246.323-.58.232-1.093.57-1.534 1.011s-.779.954-1.011 1.534c-.129.338-.236.752-.323 1.246s-.145 1.093-.175 1.795c-.029.704-.046 1.264-.052 1.682s-.005 1.032 0 1.839c.005.807.009 1.252.009 1.334s-.004.525-.009 1.334c-.005.807-.005 1.42 0 1.839.005.418.023.979.052 1.682s.088 1.302.175 1.795c.088.495.195.909.323 1.246.232.58.57 1.093 1.011 1.534s.952.779 1.534 1.011c.338.129.752.236 1.246.323.493.087 1.093.145 1.795.175.704.029 1.264.046 1.682.052s1.03.005 1.839 0c.807-.005 1.252-.009 1.334-.009.08 0 .525.004 1.334.009.807.005 1.42.005 1.839 0 .418-.005.979-.023 1.682-.052s1.302-.087 1.795-.175c.493-.087.909-.195 1.246-.323.58-.232 1.093-.57 1.534-1.011s.779-.952 1.011-1.534c.129-.337.236-.752.323-1.246.087-.493.145-1.093.175-1.795.029-.704.046-1.264.052-1.682s.005-1.03 0-1.839c-.005-.807-.009-1.252-.009-1.334 0-.08.004-.525.009-1.334.005-.807.005-1.42 0-1.839-.005-.418-.023-.979-.052-1.682s-.087-1.302-.175-1.795c-.087-.493-.195-.909-.323-1.246-.232-.58-.57-1.093-1.011-1.534s-.954-.779-1.534-1.011c-.337-.129-.752-.236-1.246-.323S21.619 5.03 20.917 5c-.704-.029-1.264-.046-1.682-.052-.418-.007-1.03-.007-1.839 0zm3.531 6.125c1.336 1.336 2.004 2.957 2.004 4.862s-.668 3.527-2.004 4.863c-1.336 1.336-2.957 2.004-4.863 2.004s-3.527-.668-4.863-2.004c-1.338-1.336-2.005-2.957-2.005-4.863s.668-3.527 2.004-4.863c1.336-1.336 2.957-2.004 4.863-2.004 1.907 0 3.527.668 4.864 2.004zm-1.709 8.018c.871-.871 1.307-1.923 1.307-3.155s-.436-2.284-1.307-3.155-1.923-1.307-3.155-1.307-2.284.436-3.155 1.307-1.307 1.923-1.307 3.155.436 2.284 1.307 3.155 1.923 1.307 3.155 1.307 2.284-.436 3.155-1.307zm5.125-11.434c.314.314.471.691.471 1.132s-.157.82-.471 1.132c-.314.314-.691.471-1.132.471s-.82-.157-1.132-.471c-.314-.314-.471-.691-.471-1.132s.157-.82.471-1.132c.314-.314.691-.471 1.132-.471.441.002.818.159 1.132.471z"/></svg>
icons/SVG/linkedin.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M8.518 11.161v17.696H2.625V11.161h5.893zm.375-5.465Q8.911 7 7.991 7.875t-2.42.875h-.036q-1.464 0-2.357-.875t-.893-2.179q0-1.321.92-2.188t2.402-.866 2.375.866.911 2.188zm20.821 13.018v10.143h-5.875v-9.464q0-1.875-.723-2.938t-2.259-1.063q-1.125 0-1.884.616t-1.134 1.527q-.196.536-.196 1.446v9.875h-5.875q.036-7.125.036-11.554t-.018-5.286l-.018-.857h5.875v2.571h-.036q.357-.571.732-1t1.009-.929 1.554-.777 2.045-.277q3.054 0 4.911 2.027t1.857 5.938z"/></svg>
icons/SVG/medium.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M11.329 8.579v18.329c0 .261-.064.482-.195.664s-.32.273-.57.273c-.177 0-.348-.041-.516-.125l-7.266-3.641c-.218-.104-.404-.279-.555-.523S2 23.068 2 22.829V5.016c0-.209.052-.386.157-.532s.255-.218.454-.218c.146 0 .375.079.688.234l7.984 4c.03.032.046.057.046.079zm1 1.578l8.343 13.532-8.343-4.157v-9.375zM30 10.438v16.468c0 .261-.073.471-.218.632s-.343.243-.593.243-.495-.068-.734-.204l-6.891-3.438L30 10.437zm-.046-1.875c0 .032-1.336 2.216-4.007 6.555s-4.238 6.877-4.695 7.618l-6.095-9.907 5.063-8.234c.177-.291.448-.438.813-.438.146 0 .282.032.407.093l8.454 4.218c.039.021.061.054.061.095z"/></svg>
icons/SVG/periscope.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M16.032.002C9.636.002 4.45 5.186 4.45 11.582c0 8.611 9.261 18.073 11.58 18.073s11.58-9.462 11.58-18.073C27.612 5.186 22.426.002 16.031.002zm0 18.644c-3.88 0-7.027-3.146-7.027-7.027 0-1.537.496-2.961 1.334-4.118.089 1.486 1.321 2.664 2.829 2.664 1.568 0 2.838-1.271 2.838-2.838 0-1.12-.65-2.086-1.593-2.546.52-.123 1.061-.189 1.618-.189 3.88 0 7.027 3.146 7.027 7.027 0 3.882-3.145 7.027-7.025 7.027z"/></svg>
icons/SVG/phone.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M28.571 22.143q0 .482-.179 1.259t-.375 1.223q-.375.893-2.179 1.893-1.679.911-3.321.911-.482 0-.938-.063t-1.027-.223-.848-.259-.991-.366-.875-.321q-1.75-.625-3.125-1.482-2.286-1.411-4.723-3.848t-3.848-4.723q-.857-1.375-1.482-3.125-.054-.161-.321-.875t-.366-.991-.259-.848-.223-1.027-.063-.938q0-1.643.911-3.321 1-1.804 1.893-2.179.446-.196 1.223-.375t1.259-.179q.25 0 .375.054.321.107.946 1.357.196.339.536.964t.625 1.134.554.955q.054.071.313.446t.384.634.125.509q0 .357-.509.893t-1.107.982-1.107.946-.509.821q0 .161.089.402t.152.366.25.429.205.339q1.357 2.446 3.107 4.196t4.196 3.107q.036.018.339.205t.429.25.366.152.402.089q.321 0 .821-.509t.946-1.107.982-1.107.893-.509q.25 0 .509.125t.634.384.446.313q.446.268.955.554t1.134.625.964.536q1.25.625 1.357.946.054.125.054.375z"/></svg>
icons/SVG/pinterest.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M4.571 10.661q0-1.929.67-3.634t1.848-2.973 2.714-2.196T13.107.465t3.607-.464q2.821 0 5.25 1.188t3.946 3.455 1.518 5.125q0 1.714-.339 3.357t-1.071 3.161-1.786 2.67-2.589 1.839-3.375.688q-1.214 0-2.411-.571t-1.714-1.571q-.179.696-.5 2.009t-.42 1.696-.366 1.268-.464 1.268-.571 1.116-.821 1.384-1.107 1.545l-.25.089-.161-.179q-.268-2.804-.268-3.357 0-1.643.384-3.688t1.188-5.134.929-3.625q-.571-1.161-.571-3.018 0-1.482.929-2.786t2.357-1.304q1.089 0 1.696.723t.607 1.83q0 1.179-.786 3.411t-.786 3.339q0 1.125.804 1.866t1.946.741q.982 0 1.821-.446t1.402-1.214 1-1.696.679-1.973.357-1.982.116-1.777q0-3.089-1.955-4.813t-5.098-1.723q-3.571 0-5.964 2.313t-2.393 5.866q0 .786.223 1.518t.482 1.161.482.813.223.545q0 .5-.268 1.304t-.661.804q-.036 0-.304-.054-.911-.268-1.616-1t-1.089-1.688-.58-1.929-.196-1.902z"/></svg>
icons/SVG/rss.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M10.286 24q0 1.429-1 2.429t-2.429 1-2.429-1-1-2.429 1-2.429 2.429-1 2.429 1 1 2.429zm9.143 2.196q.036.5-.304.857-.321.375-.839.375h-2.411q-.446 0-.768-.295t-.357-.741q-.393-4.089-3.295-6.991t-6.991-3.295q-.446-.036-.741-.357t-.295-.768V12.57q0-.518.375-.839.304-.304.768-.304h.089q2.857.232 5.464 1.438t4.625 3.241q2.036 2.018 3.241 4.625t1.438 5.464zm9.142.036q.036.482-.321.839-.321.357-.821.357h-2.554q-.464 0-.795-.313t-.348-.759q-.214-3.839-1.804-7.295t-4.134-6-6-4.134-7.295-1.821q-.446-.018-.759-.348t-.313-.777V3.427q0-.5.357-.821.321-.321.786-.321h.054q4.679.232 8.955 2.143t7.598 5.25q3.339 3.321 5.25 7.598t2.143 8.955z"/></svg>
icons/SVG/snapchat.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M16.355 2.455c1.563-.011 2.964.388 4.207 1.198 1.241.811 2.195 1.932 2.861 3.368.314.677.471 1.72.471 3.13 0 .548-.052 1.662-.157 3.341.163.082.327.123.489.123.209 0 .507-.079.891-.236.386-.157.682-.236.893-.236.337 0 .664.105.98.314.314.211.473.479.473.805 0 .373-.184.688-.552.945s-.77.441-1.207.552c-.438.111-.839.28-1.207.507s-.552.505-.552.83c0 .175.07.425.211.752.432.957 1.029 1.83 1.793 2.623s1.605 1.382 2.527 1.766c.327.139.793.273 1.4.402.327.07.489.275.489.613 0 .816-1.277 1.418-3.83 1.802-.082.129-.146.355-.193.682s-.129.598-.245.813c-.116.216-.309.323-.577.323-.234 0-.595-.038-1.084-.114-.489-.075-.863-.114-1.12-.114-.432 0-.793.029-1.084.087-.373.059-.741.189-1.102.393s-.7.425-1.014.664c-.314.239-.654.475-1.014.709s-.805.429-1.329.586c-.525.157-1.102.236-1.732.236-.607 0-1.17-.079-1.688-.236-.52-.157-.957-.354-1.313-.586-.355-.234-.691-.47-1.005-.709s-.654-.461-1.014-.664c-.361-.204-.723-.336-1.084-.393-.304-.059-.671-.087-1.102-.087-.28 0-.662.045-1.145.13-.484.087-.825.13-1.023.13-.291 0-.496-.107-.612-.323s-.198-.493-.245-.83c-.046-.337-.111-.571-.193-.7-2.554-.384-3.83-.986-3.83-1.802 0-.337.163-.543.489-.613.605-.129 1.073-.262 1.4-.402.909-.373 1.752-.962 2.527-1.766.775-.805 1.373-1.679 1.793-2.623.139-.327.209-.577.209-.752 0-.327-.184-.604-.552-.83s-.773-.4-1.216-.516c-.443-.116-.848-.3-1.216-.552-.368-.25-.552-.557-.552-.918 0-.314.152-.58.455-.796s.623-.323.963-.323c.175 0 .455.075.839.227.386.152.693.227.927.227.211 0 .396-.041.561-.123-.105-1.655-.157-2.764-.157-3.323 0-1.423.157-2.471.473-3.148.746-1.598 1.748-2.752 3.009-3.462 1.257-.711 2.796-1.077 4.614-1.1z"/></svg>
icons/SVG/stumbleupon.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M17.495 12.636v-1.72c0-.409-.146-.757-.438-1.05-.291-.291-.641-.438-1.05-.438s-.757.146-1.05.438c-.291.291-.438.641-.438 1.05v8.92c0 1.7-.613 3.154-1.836 4.357S9.988 26 8.269 26c-1.73 0-3.204-.609-4.423-1.829s-1.829-2.695-1.829-4.423v-3.877h4.78v3.818c0 .418.146.77.438 1.057s.641.43 1.05.43c.409 0 .757-.143 1.05-.43.291-.288.438-.639.438-1.057v-9.036c0-1.661.614-3.08 1.843-4.255s2.695-1.764 4.395-1.764c1.711 0 3.177.593 4.402 1.779s1.836 2.614 1.836 4.286v1.982l-2.843.845-1.911-.889zm7.725 3.235H30v3.877c0 1.73-.609 3.204-1.829 4.423S25.476 26 23.748 26c-1.72 0-3.191-.605-4.416-1.814s-1.836-2.67-1.836-4.38v-3.905l1.909.889 2.843-.845v3.936c0 .409.146.755.438 1.043s.641.43 1.05.43c.409 0 .757-.143 1.05-.43.291-.288.438-.634.438-1.043v-4.009z"/></svg>
icons/SVG/tumblr.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M23.141 23.732l1.429 4.232c-.273.416-.934.809-1.982 1.179s-2.102.559-3.161.571c-1.238.023-2.371-.13-3.402-.464s-1.879-.773-2.545-1.321-1.232-1.179-1.696-1.893-.795-1.429-.991-2.143-.295-1.416-.295-2.107v-9.714h-3V8.233c.857-.309 1.625-.723 2.304-1.241s1.22-1.054 1.625-1.607.75-1.161 1.036-1.821.488-1.25.607-1.768.209-1.045.268-1.58c.012-.059.039-.111.08-.152s.088-.063.134-.063h4.357v7.571h5.946v4.5h-5.964v9.25c0 .357.039.691.116 1s.211.621.402.938.486.563.884.741.884.262 1.455.25c.929-.023 1.727-.196 2.393-.518z"/></svg>
icons/SVG/twitter.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M30.071 7.286q-1.196 1.75-2.893 2.982.018.25.018.75 0 2.321-.679 4.634t-2.063 4.437-3.295 3.759-4.607 2.607-5.768.973q-4.839 0-8.857-2.589.625.071 1.393.071 4.018 0 7.161-2.464-1.875-.036-3.357-1.152t-2.036-2.848q.589.089 1.089.089.768 0 1.518-.196-2-.411-3.313-1.991t-1.313-3.67v-.071q1.214.679 2.607.732-1.179-.786-1.875-2.054t-.696-2.75q0-1.571.786-2.911Q6.052 8.285 9.15 9.883t6.634 1.777q-.143-.679-.143-1.321 0-2.393 1.688-4.08t4.08-1.688q2.5 0 4.214 1.821 1.946-.375 3.661-1.393-.661 2.054-2.536 3.179 1.661-.179 3.321-.893z"/></svg>
icons/SVG/vimeo.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M30.518 9.25q-.179 4.214-5.929 11.625-5.946 7.696-10.036 7.696-2.536 0-4.286-4.696-.786-2.857-2.357-8.607-1.286-4.679-2.804-4.679-.321 0-2.268 1.357l-1.375-1.75q.429-.375 1.929-1.723T5.713 6.41q2.786-2.464 4.304-2.607 1.696-.161 2.732.991t1.446 3.634q.786 5.125 1.179 6.661.982 4.446 2.143 4.446.911 0 2.75-2.875 1.804-2.875 1.946-4.393.232-2.482-1.946-2.482-1.018 0-2.161.464 2.143-7.018 8.196-6.821 4.482.143 4.214 5.821z"/></svg>
icons/SVG/xing.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M14.15 11.654c-.118.213-1.636 2.907-4.554 8.08-.32.543-.704.814-1.152.814H4.208c-.248 0-.432-.1-.55-.302-.118-.2-.118-.413 0-.637l4.484-7.938c.012 0 .012-.005 0-.018L5.29 6.708c-.141-.259-.148-.479-.018-.655.107-.177.295-.266.568-.266h4.236c.471 0 .863.266 1.17.798l2.904 5.068zM28.434.277c.13.189.13.407 0 .655l-9.357 16.552v.018L25.031 28.4c.13.236.136.455.018.655-.118.177-.307.266-.568.266h-4.236c-.496 0-.886-.266-1.17-.798L13.07 17.502c.213-.379 3.35-5.943 9.411-16.693.295-.532.673-.798 1.134-.798h4.271c.259 0 .441.089.548.266z"/></svg>
icons/SVG/youtube.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M29.7 10.3s-.3-2-1.1-2.8c-1.1-1.1-2.3-1.1-2.8-1.2C21.9 6 16 6 16 6s-5.9 0-9.8.3c-.6.1-1.7.1-2.8 1.2-.8.9-1.1 2.8-1.1 2.8S2 12.6 2 14.9v2.2c0 2.3.3 4.6.3 4.6s.3 2 1.1 2.8c1.1 1.1 2.5 1.1 3.1 1.2 2.2.2 9.5.3 9.5.3s5.9 0 9.8-.3c.5-.1 1.7-.1 2.8-1.2.8-.9 1.1-2.8 1.1-2.8s.3-2.3.3-4.6v-2.2c0-2.3-.3-4.6-.3-4.6zm-16.6 9.4v-8l7.6 4-7.6 4z"/></svg>
languages/simple-social-icons.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the GNU General Public License v2.0 (or later).
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Simple Social Icons 1.0.9\n"
6
  "Report-Msgid-Bugs-To: StudioPress <translations@studiopress.com>\n"
7
- "POT-Creation-Date: 2015-09-29 22:00:46+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -24,71 +24,135 @@ msgstr ""
24
  "X-Poedit-SearchPath-0: .\n"
25
  "X-Textdomain-Support: yes\n"
26
 
27
- #: simple-social-icons.php:113
28
  msgid "Bloglovin URI"
29
  msgstr ""
30
 
31
- #: simple-social-icons.php:117
 
 
 
 
32
  msgid "Dribbble URI"
33
  msgstr ""
34
 
35
- #: simple-social-icons.php:121
 
 
 
 
36
  msgid "Email URI"
37
  msgstr ""
38
 
39
- #: simple-social-icons.php:125
 
 
 
 
40
  msgid "Facebook URI"
41
  msgstr ""
42
 
43
- #: simple-social-icons.php:129
 
 
 
 
44
  msgid "Flickr URI"
45
  msgstr ""
46
 
47
- #: simple-social-icons.php:133
 
 
 
 
48
  msgid "GitHub URI"
49
  msgstr ""
50
 
51
- #: simple-social-icons.php:137
 
 
 
 
52
  msgid "Google+ URI"
53
  msgstr ""
54
 
55
- #: simple-social-icons.php:141
 
 
 
 
56
  msgid "Instagram URI"
57
  msgstr ""
58
 
59
- #: simple-social-icons.php:145
 
 
 
 
60
  msgid "Linkedin URI"
61
  msgstr ""
62
 
63
- #: simple-social-icons.php:149
 
 
 
 
64
  msgid "Pinterest URI"
65
  msgstr ""
66
 
67
- #: simple-social-icons.php:153
 
 
 
 
68
  msgid "RSS URI"
69
  msgstr ""
70
 
71
- #: simple-social-icons.php:157
 
 
 
 
72
  msgid "StumbleUpon URI"
73
  msgstr ""
74
 
75
- #: simple-social-icons.php:161
 
 
 
 
76
  msgid "Tumblr URI"
77
  msgstr ""
78
 
79
- #: simple-social-icons.php:165
 
 
 
 
80
  msgid "Twitter URI"
81
  msgstr ""
82
 
83
- #: simple-social-icons.php:169
 
 
 
 
84
  msgid "Vimeo URI"
85
  msgstr ""
86
 
87
- #: simple-social-icons.php:173
 
 
 
 
88
  msgid "YouTube URI"
89
  msgstr ""
90
 
91
- #: simple-social-icons.php:180
 
 
 
 
92
  msgid "Displays select social icons."
93
  msgstr ""
94
 
@@ -96,63 +160,63 @@ msgstr ""
96
  msgid "Simple Social Icons"
97
  msgstr ""
98
 
99
- #: simple-social-icons.php:265
100
  msgid "Title:"
101
  msgstr ""
102
 
103
- #: simple-social-icons.php:267
104
  msgid "Open links in new window?"
105
  msgstr ""
106
 
107
- #: simple-social-icons.php:269
108
  msgid "Icon Size"
109
  msgstr ""
110
 
111
- #: simple-social-icons.php:271
112
  msgid "Icon Border Radius:"
113
  msgstr ""
114
 
115
- #: simple-social-icons.php:273
116
  msgid "Border Width:"
117
  msgstr ""
118
 
119
- #: simple-social-icons.php:276
120
  msgid "Alignment"
121
  msgstr ""
122
 
123
- #: simple-social-icons.php:278
124
  msgid "Align Left"
125
  msgstr ""
126
 
127
- #: simple-social-icons.php:279
128
  msgid "Align Center"
129
  msgstr ""
130
 
131
- #: simple-social-icons.php:280
132
  msgid "Align Right"
133
  msgstr ""
134
 
135
- #: simple-social-icons.php:286
136
- msgid "Icon Font Color:"
137
  msgstr ""
138
 
139
- #: simple-social-icons.php:288
140
- msgid "Icon Font Hover Color:"
141
  msgstr ""
142
 
143
- #: simple-social-icons.php:290
144
  msgid "Background Color:"
145
  msgstr ""
146
 
147
- #: simple-social-icons.php:292
148
  msgid "Background Hover Color:"
149
  msgstr ""
150
 
151
- #: simple-social-icons.php:294
152
  msgid "Border Color:"
153
  msgstr ""
154
 
155
- #: simple-social-icons.php:296
156
  msgid "Border Hover Color:"
157
  msgstr ""
158
 
@@ -161,7 +225,7 @@ msgid "http://wordpress.org/plugins/simple-social-icons/"
161
  msgstr ""
162
 
163
  #. Description of the plugin/theme
164
- msgid "A simple, CSS and icon font driven social icons widget."
165
  msgstr ""
166
 
167
  #. Author of the plugin/theme
2
  # This file is distributed under the GNU General Public License v2.0 (or later).
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Simple Social Icons 1.0.14\n"
6
  "Report-Msgid-Bugs-To: StudioPress <translations@studiopress.com>\n"
7
+ "POT-Creation-Date: 2015-11-17 16:53:57+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
24
  "X-Poedit-SearchPath-0: .\n"
25
  "X-Textdomain-Support: yes\n"
26
 
27
+ #: simple-social-icons.php:124
28
  msgid "Bloglovin URI"
29
  msgstr ""
30
 
31
+ #: simple-social-icons.php:125
32
+ msgid "Bloglovin"
33
+ msgstr ""
34
+
35
+ #: simple-social-icons.php:128
36
  msgid "Dribbble URI"
37
  msgstr ""
38
 
39
+ #: simple-social-icons.php:129
40
+ msgid "Dribbble"
41
+ msgstr ""
42
+
43
+ #: simple-social-icons.php:132
44
  msgid "Email URI"
45
  msgstr ""
46
 
47
+ #: simple-social-icons.php:133
48
+ msgid "Email"
49
+ msgstr ""
50
+
51
+ #: simple-social-icons.php:136
52
  msgid "Facebook URI"
53
  msgstr ""
54
 
55
+ #: simple-social-icons.php:137
56
+ msgid "Facebook"
57
+ msgstr ""
58
+
59
+ #: simple-social-icons.php:140
60
  msgid "Flickr URI"
61
  msgstr ""
62
 
63
+ #: simple-social-icons.php:141
64
+ msgid "Flickr"
65
+ msgstr ""
66
+
67
+ #: simple-social-icons.php:144
68
  msgid "GitHub URI"
69
  msgstr ""
70
 
71
+ #: simple-social-icons.php:145
72
+ msgid "GitHub"
73
+ msgstr ""
74
+
75
+ #: simple-social-icons.php:148
76
  msgid "Google+ URI"
77
  msgstr ""
78
 
79
+ #: simple-social-icons.php:149
80
+ msgid "Google+"
81
+ msgstr ""
82
+
83
+ #: simple-social-icons.php:152
84
  msgid "Instagram URI"
85
  msgstr ""
86
 
87
+ #: simple-social-icons.php:153
88
+ msgid "Instagram"
89
+ msgstr ""
90
+
91
+ #: simple-social-icons.php:156
92
  msgid "Linkedin URI"
93
  msgstr ""
94
 
95
+ #: simple-social-icons.php:157
96
+ msgid "Linkedin"
97
+ msgstr ""
98
+
99
+ #: simple-social-icons.php:160
100
  msgid "Pinterest URI"
101
  msgstr ""
102
 
103
+ #: simple-social-icons.php:161
104
+ msgid "Pinterest"
105
+ msgstr ""
106
+
107
+ #: simple-social-icons.php:164
108
  msgid "RSS URI"
109
  msgstr ""
110
 
111
+ #: simple-social-icons.php:165
112
+ msgid "RSS"
113
+ msgstr ""
114
+
115
+ #: simple-social-icons.php:168
116
  msgid "StumbleUpon URI"
117
  msgstr ""
118
 
119
+ #: simple-social-icons.php:169
120
+ msgid "StumbleUpon"
121
+ msgstr ""
122
+
123
+ #: simple-social-icons.php:172
124
  msgid "Tumblr URI"
125
  msgstr ""
126
 
127
+ #: simple-social-icons.php:173
128
+ msgid "Tumblr"
129
+ msgstr ""
130
+
131
+ #: simple-social-icons.php:176
132
  msgid "Twitter URI"
133
  msgstr ""
134
 
135
+ #: simple-social-icons.php:177
136
+ msgid "Twitter"
137
+ msgstr ""
138
+
139
+ #: simple-social-icons.php:180
140
  msgid "Vimeo URI"
141
  msgstr ""
142
 
143
+ #: simple-social-icons.php:181
144
+ msgid "Vimeo"
145
+ msgstr ""
146
+
147
+ #: simple-social-icons.php:184
148
  msgid "YouTube URI"
149
  msgstr ""
150
 
151
+ #: simple-social-icons.php:185
152
+ msgid "YouTube"
153
+ msgstr ""
154
+
155
+ #: simple-social-icons.php:191
156
  msgid "Displays select social icons."
157
  msgstr ""
158
 
160
  msgid "Simple Social Icons"
161
  msgstr ""
162
 
163
+ #: simple-social-icons.php:276
164
  msgid "Title:"
165
  msgstr ""
166
 
167
+ #: simple-social-icons.php:278
168
  msgid "Open links in new window?"
169
  msgstr ""
170
 
171
+ #: simple-social-icons.php:280
172
  msgid "Icon Size"
173
  msgstr ""
174
 
175
+ #: simple-social-icons.php:282
176
  msgid "Icon Border Radius:"
177
  msgstr ""
178
 
179
+ #: simple-social-icons.php:284
180
  msgid "Border Width:"
181
  msgstr ""
182
 
183
+ #: simple-social-icons.php:287
184
  msgid "Alignment"
185
  msgstr ""
186
 
187
+ #: simple-social-icons.php:289
188
  msgid "Align Left"
189
  msgstr ""
190
 
191
+ #: simple-social-icons.php:290
192
  msgid "Align Center"
193
  msgstr ""
194
 
195
+ #: simple-social-icons.php:291
196
  msgid "Align Right"
197
  msgstr ""
198
 
199
+ #: simple-social-icons.php:297
200
+ msgid "Icon Color:"
201
  msgstr ""
202
 
203
+ #: simple-social-icons.php:299
204
+ msgid "Icon Hover Color:"
205
  msgstr ""
206
 
207
+ #: simple-social-icons.php:301
208
  msgid "Background Color:"
209
  msgstr ""
210
 
211
+ #: simple-social-icons.php:303
212
  msgid "Background Hover Color:"
213
  msgstr ""
214
 
215
+ #: simple-social-icons.php:305
216
  msgid "Border Color:"
217
  msgstr ""
218
 
219
+ #: simple-social-icons.php:307
220
  msgid "Border Hover Color:"
221
  msgstr ""
222
 
225
  msgstr ""
226
 
227
  #. Description of the plugin/theme
228
+ msgid "A simple, CSS and icon driven social icons widget."
229
  msgstr ""
230
 
231
  #. Author of the plugin/theme
package.json CHANGED
@@ -7,21 +7,21 @@
7
  },
8
  "dependencies": {},
9
  "devDependencies": {
10
- "grunt": "^0.4.5",
11
- "grunt-autoprefixer": "^0.8.1",
12
- "grunt-checktextdomain": "^0.1.1",
13
- "grunt-contrib-cssmin": "^0.10.0",
14
- "grunt-contrib-imagemin": "^0.7.1",
15
- "grunt-contrib-jshint": "^0.10.0",
16
- "grunt-contrib-uglify": "^0.5.0",
17
- "grunt-contrib-watch": "^0.6.1",
18
- "grunt-csscomb": "~2.0.1",
19
- "grunt-jsbeautifier": "^0.2.7",
20
- "grunt-jsvalidate": "^0.2.2",
21
- "grunt-phplint": "0.0.5",
22
- "grunt-styledocco": "^0.1.4",
23
- "grunt-wp-i18n": "^0.5.3",
24
- "load-grunt-tasks": "^3.3.0"
25
  },
26
  "plugin": {
27
  "name": "Simple Social Icons",
@@ -29,7 +29,7 @@
29
  "description": "A simple, CSS and icon font driven social icons widget.",
30
  "author": "StudioPress",
31
  "authoruri": "http://www.studiopress.com/",
32
- "version": "1.0.10",
33
  "license": "GPL-2.0+",
34
  "licenseuri": "http://www.gnu.org/licenses/gpl-2.0.html",
35
  "textdomain": "simple-social-icons"
7
  },
8
  "dependencies": {},
9
  "devDependencies": {
10
+ "grunt": "*",
11
+ "grunt-autoprefixer": "*",
12
+ "grunt-checktextdomain": "*",
13
+ "grunt-contrib-cssmin": "*",
14
+ "grunt-contrib-imagemin": "*",
15
+ "grunt-contrib-jshint": "*",
16
+ "grunt-contrib-uglify": "*",
17
+ "grunt-contrib-watch": "*",
18
+ "grunt-csscomb": "*",
19
+ "grunt-jsbeautifier": "*",
20
+ "grunt-jsvalidate": "*",
21
+ "grunt-phplint": "*",
22
+ "grunt-styledocco": "*",
23
+ "grunt-wp-i18n": "*",
24
+ "load-grunt-tasks": "*"
25
  },
26
  "plugin": {
27
  "name": "Simple Social Icons",
29
  "description": "A simple, CSS and icon font driven social icons widget.",
30
  "author": "StudioPress",
31
  "authoruri": "http://www.studiopress.com/",
32
+ "version": "2.0.0",
33
  "license": "GPL-2.0+",
34
  "licenseuri": "http://www.gnu.org/licenses/gpl-2.0.html",
35
  "textdomain": "simple-social-icons"
readme.txt CHANGED
@@ -1,101 +1,129 @@
1
- === Plugin Name ===
2
- Contributors: nathanrice, studiopress, bgardner
3
- Tags: social media, social networking, social profiles
4
- Requires at least: 4.0
5
- Tested up to: 4.3
6
- Stable tag: 1.0.10
7
-
8
- This plugin allows you to insert social icons in any widget area.
9
-
10
- == Description ==
11
-
12
- Simple Social Icons is an easy to use, customizable way to display icons that link visitors to your various social profiles. With it, you can easily choose which profiles to link to, customize the color and size of your icons, as well as align them to the left, center, or right, all from the widget form (no settings page necessary!).
13
-
14
- == Installation ==
15
-
16
- 1. Upload the entire simple-social-icons folder to the /wp-content/plugins/ directory
17
- 1. Activate the plugin through the 'Plugins' menu in WordPress
18
- 1. In your Widgets menu, simply drag the widget labeled "Simple Social Icons" into a widgetized Area.
19
- 1. Configure the widget by choosing a title, icon size and color, and the URLs to your various social profiles.
20
-
21
- == Frequently Asked Questions ==
22
-
23
- = Can I reorder the icons? =
24
-
25
- No, not at this time.
26
-
27
- = Which services are included? =
28
-
29
- * Bloglovin
30
- * Dribbble
31
- * Email
32
- * Facebook
33
- * Flickr
34
- * Github
35
- * Google+
36
- * Instagram
37
- * LinkedIn
38
- * Pinterest
39
- * RSS
40
- * StumbleUpon
41
- * Tumblr
42
- * Twitter
43
- * Vimeo
44
- * YouTube
45
-
46
- NOTE - The rights to each pictogram in the social extension are either trademarked or copyrighted by the respective company. Icons that are included in the social extension can be identified at http://www.entypo.com/.
47
-
48
- == Changelog ==
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
 
50
  = 1.0.10 =
51
- * Update textdomain, generate POT.
52
 
53
- = 1.0.9 =
54
  * PHP7 compatibility
55
 
56
- = 1.0.8 =
57
  * Added border options
58
 
59
- = 1.0.7 =
60
  * Added Bloglovin icon
61
 
62
- = 1.0.6 =
63
  * Added filters
64
 
65
- = 1.0.5 =
66
  * Updated LICENSE.txt file to include social extension
67
 
68
- = 1.0.4 =
69
  * Updated version in enqueue script function
70
 
71
- = 1.0.3 =
72
  * Added Tumblr icon
73
 
74
- = 1.0.2 =
75
  * More specific in the CSS to avoid conflicts
76
 
77
- = 1.0.1 =
78
  * Made color and background color more specific in the CSS to avoid conflicts
79
 
80
- = 1.0.0 =
81
  * Switched to icon fonts, rather than images
82
 
83
- = 0.9.5 =
84
  * Added Instagram icon
85
 
86
- = 0.9.4 =
87
- * Added YouTube icon
88
  * Added bottom margin to icons
89
 
90
- = 0.9.3 =
91
  * Fixed CSS conflict in some themes
92
 
93
- = 0.9.2 =
94
- * Added new profile options
95
  * Changed default border radius to 3px
96
 
97
- = 0.9.1 =
98
  * Fixed some styling issues
99
-
100
- = 0.9.0 =
101
- * Initial Beta Release
1
+ === Plugin Name ===
2
+ Contributors: studiopress, nathanrice, bgardner, laurenmancke, shannonsans
3
+ Tags: social media, social networking, social profiles
4
+ Requires at least: 4.0
5
+ Tested up to: 4.7
6
+ Stable tag: 2.0.0
7
+
8
+ This plugin allows you to insert social icons in any widget area.
9
+
10
+ == Description ==
11
+
12
+ Simple Social Icons is an easy to use, customizable way to display icons that link visitors to your various social profiles. With it, you can easily choose which profiles to link to, customize the color and size of your icons, as well as align them to the left, center, or right, all from the widget form (no settings page necessary!).
13
+
14
+ *Note: The simple_social_default_glyphs filter has been deprecated from this plugin.
15
+
16
+ == Installation ==
17
+
18
+ 1. Upload the entire simple-social-icons folder to the /wp-content/plugins/ directory
19
+ 1. Activate the plugin through the 'Plugins' menu in WordPress
20
+ 1. In your Widgets menu, simply drag the widget labeled "Simple Social Icons" into a widget area.
21
+ 1. Configure the widget by choosing a title, icon size and color, and the URLs to your various social profiles.
22
+
23
+ == Frequently Asked Questions ==
24
+
25
+ = Can I reorder the icons? =
26
+
27
+ Yes, icons can be reordered with the use of a filter. See: https://github.com/copyblogger/simple-social-icons/wiki/Reorder-icons-in-version-2.0
28
+
29
+ = Can I add an icon? =
30
+
31
+ Yes, icons can be added with the use of a filter. See: https://github.com/copyblogger/simple-social-icons/wiki/Add-an-additional-icon-in-version-2.0
32
+
33
+ = Which services are included? =
34
+
35
+ * Behance
36
+ * Bloglovin
37
+ * Dribbble
38
+ * Email
39
+ * Facebook
40
+ * Flickr
41
+ * Github
42
+ * Google+
43
+ * Instagram
44
+ * LinkedIn
45
+ * Medium
46
+ * Periscope
47
+ * Phone
48
+ * Pinterest
49
+ * RSS
50
+ * Snapchat
51
+ * StumbleUpon
52
+ * Tumblr
53
+ * Twitter
54
+ * Vimeo
55
+ * Xing
56
+ * YouTube
57
+
58
+ NOTE - The rights to each pictogram in the social extension are either trademarked or copyrighted by the respective company.
59
+
60
+ == Changelog ==
61
+
62
+ = 2.0.0 =
63
+ * Added Behance, Medium, Periscope, Phone, Snapchat, and Xing icons
64
+ * Switched to svg, rather than icon font
65
+
66
+ = 1.0.14 =
67
+ * Accessibility improvements: change icon color on focus as well as on hover, add text description for assistive technologies
68
+
69
+ = 1.0.13 =
70
+ * Add textdomain loader
71
+
72
+ = 1.0.12 =
73
+ * Prevent ModSecurity blocking fonts from loading
74
+
75
+ = 1.0.11 =
76
+ * Update enqueue version for stylesheet, for cache busting
77
 
78
  = 1.0.10 =
79
+ * Update textdomain, generate POT
80
 
81
+ = 1.0.9 =
82
  * PHP7 compatibility
83
 
84
+ = 1.0.8 =
85
  * Added border options
86
 
87
+ = 1.0.7 =
88
  * Added Bloglovin icon
89
 
90
+ = 1.0.6 =
91
  * Added filters
92
 
93
+ = 1.0.5 =
94
  * Updated LICENSE.txt file to include social extension
95
 
96
+ = 1.0.4 =
97
  * Updated version in enqueue script function
98
 
99
+ = 1.0.3 =
100
  * Added Tumblr icon
101
 
102
+ = 1.0.2 =
103
  * More specific in the CSS to avoid conflicts
104
 
105
+ = 1.0.1 =
106
  * Made color and background color more specific in the CSS to avoid conflicts
107
 
108
+ = 1.0.0 =
109
  * Switched to icon fonts, rather than images
110
 
111
+ = 0.9.5 =
112
  * Added Instagram icon
113
 
114
+ = 0.9.4 =
115
+ * Added YouTube icon
116
  * Added bottom margin to icons
117
 
118
+ = 0.9.3 =
119
  * Fixed CSS conflict in some themes
120
 
121
+ = 0.9.2 =
122
+ * Added new profile options
123
  * Changed default border radius to 3px
124
 
125
+ = 0.9.1 =
126
  * Fixed some styling issues
127
+
128
+ = 0.9.0 =
129
+ * Initial Beta Release
simple-social-icons.php CHANGED
@@ -2,16 +2,27 @@
2
  /*
3
  Plugin Name: Simple Social Icons
4
  Plugin URI: http://wordpress.org/plugins/simple-social-icons/
5
- Description: A simple, CSS and icon font driven social icons widget.
6
  Author: Nathan Rice
7
  Author URI: http://www.nathanrice.net/
8
 
9
- Version: 1.0.10
 
 
 
10
 
11
  License: GNU General Public License v2.0 (or later)
12
  License URI: http://www.opensource.org/licenses/gpl-license.php
13
  */
14
 
 
 
 
 
 
 
 
 
15
  class Simple_Social_Icons_Widget extends WP_Widget {
16
 
17
  /**
@@ -28,13 +39,6 @@ class Simple_Social_Icons_Widget extends WP_Widget {
28
  */
29
  protected $sizes;
30
 
31
- /**
32
- * Default widget profile glyphs.
33
- *
34
- * @var array
35
- */
36
- protected $glyphs;
37
-
38
  /**
39
  * Default widget profile values.
40
  *
@@ -65,6 +69,7 @@ class Simple_Social_Icons_Widget extends WP_Widget {
65
  'background_color' => '#999999',
66
  'background_color_hover' => '#666666',
67
  'alignment' => 'alignleft',
 
68
  'bloglovin' => '',
69
  'dribbble' => '',
70
  'email' => '',
@@ -74,104 +79,111 @@ class Simple_Social_Icons_Widget extends WP_Widget {
74
  'gplus' => '',
75
  'instagram' => '',
76
  'linkedin' => '',
 
 
 
77
  'pinterest' => '',
78
  'rss' => '',
 
79
  'stumbleupon' => '',
80
  'tumblr' => '',
81
  'twitter' => '',
82
  'vimeo' => '',
 
83
  'youtube' => '',
84
  ) );
85
 
86
- /**
87
- * Social profile glyphs.
88
- */
89
- $this->glyphs = apply_filters( 'simple_social_default_glyphs', array(
90
- 'bloglovin' => '&#xe60c;',
91
- 'dribbble' => '&#xe602;',
92
- 'email' => '&#xe60d;',
93
- 'facebook' => '&#xe606;',
94
- 'flickr' => '&#xe609;',
95
- 'github' => '&#xe60a;',
96
- 'gplus' => '&#xe60e;',
97
- 'instagram' => '&#xe600;',
98
- 'linkedin' => '&#xe603;',
99
- 'pinterest' => '&#xe605;',
100
- 'rss' => '&#xe60b;',
101
- 'stumbleupon' => '&#xe601;',
102
- 'tumblr' => '&#xe604;',
103
- 'twitter' => '&#xe607;',
104
- 'vimeo' => '&#xe608;',
105
- 'youtube' => '&#xe60f;',
106
- ) );
107
-
108
  /**
109
  * Social profile choices.
110
  */
111
  $this->profiles = apply_filters( 'simple_social_default_profiles', array(
 
 
 
 
112
  'bloglovin' => array(
113
  'label' => __( 'Bloglovin URI', 'simple-social-icons' ),
114
- 'pattern' => '<li class="social-bloglovin"><a href="%s" %s>' . $this->glyphs['bloglovin'] . '</a></li>',
115
  ),
116
  'dribbble' => array(
117
  'label' => __( 'Dribbble URI', 'simple-social-icons' ),
118
- 'pattern' => '<li class="social-dribbble"><a href="%s" %s>' . $this->glyphs['dribbble'] . '</a></li>',
119
  ),
120
  'email' => array(
121
  'label' => __( 'Email URI', 'simple-social-icons' ),
122
- 'pattern' => '<li class="social-email"><a href="%s" %s>' . $this->glyphs['email'] . '</a></li>',
123
  ),
124
  'facebook' => array(
125
  'label' => __( 'Facebook URI', 'simple-social-icons' ),
126
- 'pattern' => '<li class="social-facebook"><a href="%s" %s>' . $this->glyphs['facebook'] . '</a></li>',
127
  ),
128
  'flickr' => array(
129
  'label' => __( 'Flickr URI', 'simple-social-icons' ),
130
- 'pattern' => '<li class="social-flickr"><a href="%s" %s>' . $this->glyphs['flickr'] . '</a></li>',
131
  ),
132
  'github' => array(
133
  'label' => __( 'GitHub URI', 'simple-social-icons' ),
134
- 'pattern' => '<li class="social-github"><a href="%s" %s>' . $this->glyphs['github'] . '</a></li>',
135
  ),
136
  'gplus' => array(
137
  'label' => __( 'Google+ URI', 'simple-social-icons' ),
138
- 'pattern' => '<li class="social-gplus"><a href="%s" %s>' . $this->glyphs['gplus'] . '</a></li>',
139
  ),
140
  'instagram' => array(
141
  'label' => __( 'Instagram URI', 'simple-social-icons' ),
142
- 'pattern' => '<li class="social-instagram"><a href="%s" %s>' . $this->glyphs['instagram'] . '</a></li>',
143
  ),
144
  'linkedin' => array(
145
  'label' => __( 'Linkedin URI', 'simple-social-icons' ),
146
- 'pattern' => '<li class="social-linkedin"><a href="%s" %s>' . $this->glyphs['linkedin'] . '</a></li>',
 
 
 
 
 
 
 
 
 
 
 
 
147
  ),
148
  'pinterest' => array(
149
  'label' => __( 'Pinterest URI', 'simple-social-icons' ),
150
- 'pattern' => '<li class="social-pinterest"><a href="%s" %s>' . $this->glyphs['pinterest'] . '</a></li>',
151
  ),
152
  'rss' => array(
153
  'label' => __( 'RSS URI', 'simple-social-icons' ),
154
- 'pattern' => '<li class="social-rss"><a href="%s" %s>' . $this->glyphs['rss'] . '</a></li>',
 
 
 
 
155
  ),
156
  'stumbleupon' => array(
157
  'label' => __( 'StumbleUpon URI', 'simple-social-icons' ),
158
- 'pattern' => '<li class="social-stumbleupon"><a href="%s" %s>' . $this->glyphs['stumbleupon'] . '</a></li>',
159
  ),
160
  'tumblr' => array(
161
  'label' => __( 'Tumblr URI', 'simple-social-icons' ),
162
- 'pattern' => '<li class="social-tumblr"><a href="%s" %s>' . $this->glyphs['tumblr'] . '</a></li>',
163
  ),
164
  'twitter' => array(
165
  'label' => __( 'Twitter URI', 'simple-social-icons' ),
166
- 'pattern' => '<li class="social-twitter"><a href="%s" %s>' . $this->glyphs['twitter'] . '</a></li>',
167
  ),
168
  'vimeo' => array(
169
  'label' => __( 'Vimeo URI', 'simple-social-icons' ),
170
- 'pattern' => '<li class="social-vimeo"><a href="%s" %s>' . $this->glyphs['vimeo'] . '</a></li>',
 
 
 
 
171
  ),
172
  'youtube' => array(
173
  'label' => __( 'YouTube URI', 'simple-social-icons' ),
174
- 'pattern' => '<li class="social-youtube"><a href="%s" %s>' . $this->glyphs['youtube'] . '</a></li>',
175
  ),
176
  ) );
177
 
@@ -186,7 +198,7 @@ class Simple_Social_Icons_Widget extends WP_Widget {
186
 
187
  parent::__construct( 'simple-social-icons', __( 'Simple Social Icons', 'simple-social-icons' ), $widget_ops, $control_ops );
188
 
189
- /** Enqueue icon font */
190
  add_action( 'wp_enqueue_scripts', array( $this, 'enqueue_css' ) );
191
 
192
  /** Load CSS in <head> */
@@ -197,7 +209,7 @@ class Simple_Social_Icons_Widget extends WP_Widget {
197
  add_action( 'admin_footer-widgets.php', array( $this, 'print_scripts' ), 9999 );
198
 
199
  }
200
-
201
  /**
202
  * Color Picker.
203
  *
@@ -211,7 +223,7 @@ class Simple_Social_Icons_Widget extends WP_Widget {
211
  wp_enqueue_script( 'wp-color-picker' );
212
  wp_enqueue_script( 'underscore' );
213
  }
214
-
215
  /**
216
  * Print scripts.
217
  *
@@ -221,7 +233,7 @@ class Simple_Social_Icons_Widget extends WP_Widget {
221
  function print_scripts() {
222
  ?>
223
  <script>
224
- ( function( $ ){
225
  function initColorPicker( widget ) {
226
  widget.find( '.ssiw-color-picker' ).wpColorPicker( {
227
  change: function ( event ) {
@@ -283,9 +295,9 @@ class Simple_Social_Icons_Widget extends WP_Widget {
283
 
284
  <hr style="background: #ccc; border: 0; height: 1px; margin: 20px 0;" />
285
 
286
- <p><label for="<?php echo $this->get_field_id( 'background_color' ); ?>"><?php _e( 'Icon Font Color:', 'simple-social-icons' ); ?></label><br /> <input id="<?php echo $this->get_field_id( 'icon_color' ); ?>" name="<?php echo $this->get_field_name( 'icon_color' ); ?>" type="text" class="ssiw-color-picker" data-default-color="<?php echo esc_attr( $this->defaults['icon_color'] ); ?>" value="<?php echo esc_attr( $instance['icon_color'] ); ?>" size="6" /></p>
287
 
288
- <p><label for="<?php echo $this->get_field_id( 'background_color_hover' ); ?>"><?php _e( 'Icon Font Hover Color:', 'simple-social-icons' ); ?></label><br /> <input id="<?php echo $this->get_field_id( 'icon_color_hover' ); ?>" name="<?php echo $this->get_field_name( 'icon_color_hover' ); ?>" type="text" class="ssiw-color-picker" data-default-color="<?php echo esc_attr( $this->defaults['icon_color_hover'] ); ?>" value="<?php echo esc_attr( $instance['icon_color_hover'] ); ?>" size="6" /></p>
289
 
290
  <p><label for="<?php echo $this->get_field_id( 'background_color' ); ?>"><?php _e( 'Background Color:', 'simple-social-icons' ); ?></label><br /> <input id="<?php echo $this->get_field_id( 'background_color' ); ?>" name="<?php echo $this->get_field_name( 'background_color' ); ?>" type="text" class="ssiw-color-picker" data-default-color="<?php echo esc_attr( $this->defaults['background_color'] ); ?>" value="<?php echo esc_attr( $instance['background_color'] ); ?>" size="6" /></p>
291
 
@@ -388,9 +400,11 @@ class Simple_Social_Icons_Widget extends WP_Widget {
388
 
389
  function enqueue_css() {
390
 
391
- $cssfile = apply_filters( 'simple_social_default_css', plugin_dir_url( __FILE__ ) . 'css/style.css' );
 
 
392
 
393
- wp_enqueue_style( 'simple-social-icons-font', esc_url( $cssfile ), array(), '1.0.5', 'all' );
394
  }
395
 
396
  /**
@@ -414,7 +428,8 @@ class Simple_Social_Icons_Widget extends WP_Widget {
414
  /** The CSS to output */
415
  $css = '
416
  .simple-social-icons ul li a,
417
- .simple-social-icons ul li a:hover {
 
418
  background-color: ' . $instance['background_color'] . ' !important;
419
  border-radius: ' . $instance['border_radius'] . 'px;
420
  color: ' . $instance['icon_color'] . ' !important;
@@ -423,10 +438,15 @@ class Simple_Social_Icons_Widget extends WP_Widget {
423
  padding: ' . $icon_padding . 'px;
424
  }
425
 
426
- .simple-social-icons ul li a:hover {
 
427
  background-color: ' . $instance['background_color_hover'] . ' !important;
428
  border-color: ' . $instance['border_color_hover'] . ' !important;
429
  color: ' . $instance['icon_color_hover'] . ' !important;
 
 
 
 
430
  }';
431
 
432
  /** Minify a bit */
@@ -451,4 +471,4 @@ function ssiw_load_widget() {
451
 
452
  register_widget( 'Simple_Social_Icons_Widget' );
453
 
454
- }
2
  /*
3
  Plugin Name: Simple Social Icons
4
  Plugin URI: http://wordpress.org/plugins/simple-social-icons/
5
+ Description: A simple CSS and SVG driven social icons widget.
6
  Author: Nathan Rice
7
  Author URI: http://www.nathanrice.net/
8
 
9
+ Version: 2.0.0
10
+
11
+ Text Domain: simple-social-icons
12
+ Domain Path: /languages
13
 
14
  License: GNU General Public License v2.0 (or later)
15
  License URI: http://www.opensource.org/licenses/gpl-license.php
16
  */
17
 
18
+ add_action( 'plugins_loaded', 'simple_social_icons_load_textdomain' );
19
+ /**
20
+ * Load textdomain
21
+ */
22
+ function simple_social_icons_load_textdomain() {
23
+ load_plugin_textdomain( 'simple-social-icons', false, plugin_basename( dirname( __FILE__ ) ) . '/languages' );
24
+ }
25
+
26
  class Simple_Social_Icons_Widget extends WP_Widget {
27
 
28
  /**
39
  */
40
  protected $sizes;
41
 
 
 
 
 
 
 
 
42
  /**
43
  * Default widget profile values.
44
  *
69
  'background_color' => '#999999',
70
  'background_color_hover' => '#666666',
71
  'alignment' => 'alignleft',
72
+ 'behance' => '',
73
  'bloglovin' => '',
74
  'dribbble' => '',
75
  'email' => '',
79
  'gplus' => '',
80
  'instagram' => '',
81
  'linkedin' => '',
82
+ 'medium' => '',
83
+ 'periscope' => '',
84
+ 'phone' => '',
85
  'pinterest' => '',
86
  'rss' => '',
87
+ 'snapchat' => '',
88
  'stumbleupon' => '',
89
  'tumblr' => '',
90
  'twitter' => '',
91
  'vimeo' => '',
92
+ 'xing' => '',
93
  'youtube' => '',
94
  ) );
95
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
96
  /**
97
  * Social profile choices.
98
  */
99
  $this->profiles = apply_filters( 'simple_social_default_profiles', array(
100
+ 'behance' => array(
101
+ 'label' => __( 'Behance URI', 'simple-social-icons' ),
102
+ 'pattern' => '<li><a href="%s" %s><svg role="img" class="social-behance" aria-labelledby="social-behance"><title id="social-behance">' . __( 'Behance', 'simple-social-icons' ) . '</title><use xlink:href="' . esc_url( plugin_dir_url(__FILE__) . 'symbol-defs.svg#social-behance' ) . '"></use></svg></a></li>',
103
+ ),
104
  'bloglovin' => array(
105
  'label' => __( 'Bloglovin URI', 'simple-social-icons' ),
106
+ 'pattern' => '<li><a href="%s" %s><svg role="img" class="social-bloglovin" aria-labelledby="social-bloglovin"><title id="social-bloglovin">' . __( 'Bloglovin', 'simple-social-icons' ) . '</title><use xlink:href="' . esc_url( plugin_dir_url(__FILE__) . 'symbol-defs.svg#social-bloglovin' ) . '"></use></svg></a></li>',
107
  ),
108
  'dribbble' => array(
109
  'label' => __( 'Dribbble URI', 'simple-social-icons' ),
110
+ 'pattern' => '<li><a href="%s" %s><svg role="img" class="social-dribbble" aria-labelledby="social-dribbble"><title id="social-dribbble">' . __( 'Dribbble', 'simple-social-icons' ) . '</title><use xlink:href="' . esc_url( plugin_dir_url(__FILE__) . 'symbol-defs.svg#social-dribbble' ) . '"></use></svg></a></li>',
111
  ),
112
  'email' => array(
113
  'label' => __( 'Email URI', 'simple-social-icons' ),
114
+ 'pattern' => '<li><a href="%s" %s><svg role="img" class="social-email" aria-labelledby="social-email"><title id="social-email">' . __( 'Email', 'simple-social-icons' ) . '</title><use xlink:href="' . esc_url( plugin_dir_url(__FILE__) . 'symbol-defs.svg#social-email' ) . '"></use></svg></a></li>',
115
  ),
116
  'facebook' => array(
117
  'label' => __( 'Facebook URI', 'simple-social-icons' ),
118
+ 'pattern' => '<li><a href="%s" %s><svg role="img" class="social-facebook" aria-labelledby="social-facebook"><title id="social-facebook">' . __( 'Facebook', 'simple-social-icons' ) . '</title><use xlink:href="' . esc_url( plugin_dir_url(__FILE__) . 'symbol-defs.svg#social-facebook' ) . '"></use></svg></a></li>',
119
  ),
120
  'flickr' => array(
121
  'label' => __( 'Flickr URI', 'simple-social-icons' ),
122
+ 'pattern' => '<li><a href="%s" %s><svg role="img" class="social-flickr" aria-labelledby="social-flickr"><title id="social-flickr">' . __( 'Flickr', 'simple-social-icons' ) . '</title><use xlink:href="' . esc_url( plugin_dir_url(__FILE__) . 'symbol-defs.svg#social-flickr' ) . '"></use></svg></a></li>',
123
  ),
124
  'github' => array(
125
  'label' => __( 'GitHub URI', 'simple-social-icons' ),
126
+ 'pattern' => '<li><a href="%s" %s><svg role="img" class="social-github" aria-labelledby="social-github"><title id="social-github">' . __( 'Github', 'simple-social-icons' ) . '</title><use xlink:href="' . esc_url( plugin_dir_url(__FILE__) . 'symbol-defs.svg#social-github' ) . '"></use></svg></a></li>',
127
  ),
128
  'gplus' => array(
129
  'label' => __( 'Google+ URI', 'simple-social-icons' ),
130
+ 'pattern' => '<li><a href="%s" %s><svg role="img" class="social-gplus" aria-labelledby="social-gplus"><title id="social-gplus">' . __( 'Google+', 'simple-social-icons' ) . '</title><use xlink:href="' . esc_url( plugin_dir_url(__FILE__) . 'symbol-defs.svg#social-gplus' ) . '"></use></svg></a></li>',
131
  ),
132
  'instagram' => array(
133
  'label' => __( 'Instagram URI', 'simple-social-icons' ),
134
+ 'pattern' => '<li><a href="%s" %s><svg role="img" class="social-instagram" aria-labelledby="social-instagram"><title id="social-instagram">' . __( 'Instagram', 'simple-social-icons' ) . '</title><use xlink:href="' . esc_url( plugin_dir_url(__FILE__) . 'symbol-defs.svg#social-instagram' ) . '"></use></svg></a></li>',
135
  ),
136
  'linkedin' => array(
137
  'label' => __( 'Linkedin URI', 'simple-social-icons' ),
138
+ 'pattern' => '<li><a href="%s" %s><svg role="img" class="social-linkedin" aria-labelledby="social-linkedin"><title id="social-linkedin">' . __( 'Linkedin', 'simple-social-icons' ) . '</title><use xlink:href="' . esc_url( plugin_dir_url(__FILE__) . 'symbol-defs.svg#social-linkedin' ) . '"></use></svg></a></li>',
139
+ ),
140
+ 'medium' => array(
141
+ 'label' => __( 'Medium URI', 'simple-social-icons' ),
142
+ 'pattern' => '<li><a href="%s" %s><svg role="img" class="social-medium" aria-labelledby="social-medium"><title id="social-medium">' . __( 'Medium', 'simple-social-icons' ) . '</title><use xlink:href="' . esc_url( plugin_dir_url(__FILE__) . 'symbol-defs.svg#social-medium' ) . '"></use></svg></a></li>',
143
+ ),
144
+ 'periscope' => array(
145
+ 'label' => __( 'Periscope URI', 'simple-social-icons' ),
146
+ 'pattern' => '<li><a href="%s" %s><svg role="img" class="social-periscope" aria-labelledby="social-periscope"><title id="social-periscope">' . __( 'Periscope', 'simple-social-icons' ) . '</title><use xlink:href="' . esc_url( plugin_dir_url(__FILE__) . 'symbol-defs.svg#social-periscope' ) . '"></use></svg></a></li>',
147
+ ),
148
+ 'phone' => array(
149
+ 'label' => __( 'Phone URI', 'simple-social-icons' ),
150
+ 'pattern' => '<li><a href="%s" %s><svg role="img" class="social-phone" aria-labelledby="social-phone"><title id="social-phone">' . __( 'Phone', 'simple-social-icons' ) . '</title><use xlink:href="' . esc_url( plugin_dir_url(__FILE__) . 'symbol-defs.svg#social-phone' ) . '"></use></svg></a></li>',
151
  ),
152
  'pinterest' => array(
153
  'label' => __( 'Pinterest URI', 'simple-social-icons' ),
154
+ 'pattern' => '<li><a href="%s" %s><svg role="img" class="social-pinterest" aria-labelledby="social-pinterest"><title id="social-pinterest">' . __( 'Pinterest', 'simple-social-icons' ) . '</title><use xlink:href="' . esc_url( plugin_dir_url(__FILE__) . 'symbol-defs.svg#social-pinterest' ) . '"></use></svg></a></li>',
155
  ),
156
  'rss' => array(
157
  'label' => __( 'RSS URI', 'simple-social-icons' ),
158
+ 'pattern' => '<li><a href="%s" %s><svg role="img" class="social-rss" aria-labelledby="social-rss"><title id="social-rss">' . __( 'RSS', 'simple-social-icons' ) . '</title><use xlink:href="' . esc_url( plugin_dir_url(__FILE__) . 'symbol-defs.svg#social-rss' ) . '"></use></svg></a></li>',
159
+ ),
160
+ 'snapchat' => array(
161
+ 'label' => __( 'Snapchat URI', 'simple-social-icons' ),
162
+ 'pattern' => '<li><a href="%s" %s><svg role="img" class="social-snapchat" aria-labelledby="social-snapchat"><title id="social-snapchat">' . __( 'Snapchat', 'simple-social-icons' ) . '</title><use xlink:href="' . esc_url( plugin_dir_url(__FILE__) . 'symbol-defs.svg#social-snapshat' ) . '"></use></svg></a></li>',
163
  ),
164
  'stumbleupon' => array(
165
  'label' => __( 'StumbleUpon URI', 'simple-social-icons' ),
166
+ 'pattern' => '<li><a href="%s" %s><svg role="img" class="social-stumbleupon" aria-labelledby="social-stumbleupon"><title id="social-stumbleupon">' . __( 'StumbleUpon', 'simple-social-icons' ) . '</title><use xlink:href="' . esc_url( plugin_dir_url(__FILE__) . 'symbol-defs.svg#social-stumbleupon' ) . '"></use></svg></a></li>',
167
  ),
168
  'tumblr' => array(
169
  'label' => __( 'Tumblr URI', 'simple-social-icons' ),
170
+ 'pattern' => '<li><a href="%s" %s><svg role="img" class="social-tumblr" aria-labelledby="social-tumblr"><title id="social-tumblr">' . __( 'Tumblr', 'simple-social-icons' ) . '</title><use xlink:href="' . esc_url( plugin_dir_url(__FILE__) . 'symbol-defs.svg#social-tumblr' ) . '"></use></svg></a></li>',
171
  ),
172
  'twitter' => array(
173
  'label' => __( 'Twitter URI', 'simple-social-icons' ),
174
+ 'pattern' => '<li><a href="%s" %s><svg role="img" class="social-twitter" aria-labelledby="social-twitter"><title id="social-twitter">' . __( 'Twitter', 'simple-social-icons' ) . '</title><use xlink:href="' . esc_url( plugin_dir_url(__FILE__) . 'symbol-defs.svg#social-twitter' ) . '"></use></svg></a></li>',
175
  ),
176
  'vimeo' => array(
177
  'label' => __( 'Vimeo URI', 'simple-social-icons' ),
178
+ 'pattern' => '<li><a href="%s" %s><svg role="img" class="social-vimeo" aria-labelledby="social-vimeo"><title id="social-vimeo">' . __( 'Vimeo', 'simple-social-icons' ) . '</title><use xlink:href="' . esc_url( plugin_dir_url(__FILE__) . 'symbol-defs.svg#social-vimeo' ) . '"></use></svg></a></li>',
179
+ ),
180
+ 'xing' => array(
181
+ 'label' => __( 'Xing URI', 'simple-social-icons' ),
182
+ 'pattern' => '<li><a href="%s" %s><svg role="img" class="social-xing" aria-labelledby="social-xing"><title id="social-xing">' . __( 'Xing', 'simple-social-icons' ) . '</title><use xlink:href="' . esc_url( plugin_dir_url(__FILE__) . 'symbol-defs.svg#social-xing' ) . '"></use></svg></a></li>',
183
  ),
184
  'youtube' => array(
185
  'label' => __( 'YouTube URI', 'simple-social-icons' ),
186
+ 'pattern' => '<li><a href="%s" %s><svg role="img" class="social-youtube" aria-labelledby="social-youtube"><title id="social-youtube">' . __( 'YouTube', 'simple-social-icons' ) . '</title><use xlink:href="' . esc_url( plugin_dir_url(__FILE__) . 'symbol-defs.svg#social-youtube' ) . '"></use></svg></a></li>',
187
  ),
188
  ) );
189
 
198
 
199
  parent::__construct( 'simple-social-icons', __( 'Simple Social Icons', 'simple-social-icons' ), $widget_ops, $control_ops );
200
 
201
+ /** Enqueue scripts and styles */
202
  add_action( 'wp_enqueue_scripts', array( $this, 'enqueue_css' ) );
203
 
204
  /** Load CSS in <head> */
209
  add_action( 'admin_footer-widgets.php', array( $this, 'print_scripts' ), 9999 );
210
 
211
  }
212
+
213
  /**
214
  * Color Picker.
215
  *
223
  wp_enqueue_script( 'wp-color-picker' );
224
  wp_enqueue_script( 'underscore' );
225
  }
226
+
227
  /**
228
  * Print scripts.
229
  *
233
  function print_scripts() {
234
  ?>
235
  <script>
236
+ ( function( $ ){
237
  function initColorPicker( widget ) {
238
  widget.find( '.ssiw-color-picker' ).wpColorPicker( {
239
  change: function ( event ) {
295
 
296
  <hr style="background: #ccc; border: 0; height: 1px; margin: 20px 0;" />
297
 
298
+ <p><label for="<?php echo $this->get_field_id( 'background_color' ); ?>"><?php _e( 'Icon Color:', 'simple-social-icons' ); ?></label><br /> <input id="<?php echo $this->get_field_id( 'icon_color' ); ?>" name="<?php echo $this->get_field_name( 'icon_color' ); ?>" type="text" class="ssiw-color-picker" data-default-color="<?php echo esc_attr( $this->defaults['icon_color'] ); ?>" value="<?php echo esc_attr( $instance['icon_color'] ); ?>" size="6" /></p>
299
 
300
+ <p><label for="<?php echo $this->get_field_id( 'background_color_hover' ); ?>"><?php _e( 'Icon Hover Color:', 'simple-social-icons' ); ?></label><br /> <input id="<?php echo $this->get_field_id( 'icon_color_hover' ); ?>" name="<?php echo $this->get_field_name( 'icon_color_hover' ); ?>" type="text" class="ssiw-color-picker" data-default-color="<?php echo esc_attr( $this->defaults['icon_color_hover'] ); ?>" value="<?php echo esc_attr( $instance['icon_color_hover'] ); ?>" size="6" /></p>
301
 
302
  <p><label for="<?php echo $this->get_field_id( 'background_color' ); ?>"><?php _e( 'Background Color:', 'simple-social-icons' ); ?></label><br /> <input id="<?php echo $this->get_field_id( 'background_color' ); ?>" name="<?php echo $this->get_field_name( 'background_color' ); ?>" type="text" class="ssiw-color-picker" data-default-color="<?php echo esc_attr( $this->defaults['background_color'] ); ?>" value="<?php echo esc_attr( $instance['background_color'] ); ?>" size="6" /></p>
303
 
400
 
401
  function enqueue_css() {
402
 
403
+ $cssfile = apply_filters( 'simple_social_default_stylesheet', plugin_dir_url( __FILE__ ) . 'css/style.css' );
404
+
405
+ wp_enqueue_style( 'simple-social-icons-font', esc_url( $cssfile ), array(), '1.0.12', 'all' );
406
 
407
+ wp_enqueue_script('svg-x-use', plugin_dir_url(__FILE__) . 'svgxuse.js', array(), '1.1.21' );
408
  }
409
 
410
  /**
428
  /** The CSS to output */
429
  $css = '
430
  .simple-social-icons ul li a,
431
+ .simple-social-icons ul li a:hover,
432
+ .simple-social-icons ul li a:focus {
433
  background-color: ' . $instance['background_color'] . ' !important;
434
  border-radius: ' . $instance['border_radius'] . 'px;
435
  color: ' . $instance['icon_color'] . ' !important;
438
  padding: ' . $icon_padding . 'px;
439
  }
440
 
441
+ .simple-social-icons ul li a:hover,
442
+ .simple-social-icons ul li a:focus {
443
  background-color: ' . $instance['background_color_hover'] . ' !important;
444
  border-color: ' . $instance['border_color_hover'] . ' !important;
445
  color: ' . $instance['icon_color_hover'] . ' !important;
446
+ }
447
+
448
+ .simple-social-icons ul li a:focus {
449
+ outline: 1px dotted ' . $instance['background_color_hover'] . ' !important;
450
  }';
451
 
452
  /** Minify a bit */
471
 
472
  register_widget( 'Simple_Social_Icons_Widget' );
473
 
474
+ }
svgxuse.js ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * @copyright Copyright (c) 2016 IcoMoon.io
3
+ * @license Licensed under MIT license
4
+ * See https://github.com/Keyamoon/svgxuse
5
+ * @version 1.1.21
6
+ */
7
+ /*jslint browser: true */
8
+ /*global XDomainRequest, MutationObserver, window */
9
+ (function () {
10
+ 'use strict';
11
+ if (window && window.addEventListener) {
12
+ var cache = Object.create(null); // holds xhr objects to prevent multiple requests
13
+ var checkUseElems;
14
+ var tid; // timeout id
15
+ var debouncedCheck = function () {
16
+ clearTimeout(tid);
17
+ tid = setTimeout(checkUseElems, 100);
18
+ };
19
+ var unobserveChanges = function () {
20
+ return;
21
+ };
22
+ var observeChanges = function () {
23
+ var observer;
24
+ window.addEventListener('resize', debouncedCheck, false);
25
+ window.addEventListener('orientationchange', debouncedCheck, false);
26
+ if (window.MutationObserver) {
27
+ observer = new MutationObserver(debouncedCheck);
28
+ observer.observe(document.documentElement, {
29
+ childList: true,
30
+ subtree: true,
31
+ attributes: true
32
+ });
33
+ unobserveChanges = function () {
34
+ try {
35
+ observer.disconnect();
36
+ window.removeEventListener('resize', debouncedCheck, false);
37
+ window.removeEventListener('orientationchange', debouncedCheck, false);
38
+ } catch (ignore) {}
39
+ };
40
+ } else {
41
+ document.documentElement.addEventListener('DOMSubtreeModified', debouncedCheck, false);
42
+ unobserveChanges = function () {
43
+ document.documentElement.removeEventListener('DOMSubtreeModified', debouncedCheck, false);
44
+ window.removeEventListener('resize', debouncedCheck, false);
45
+ window.removeEventListener('orientationchange', debouncedCheck, false);
46
+ };
47
+ }
48
+ };
49
+ var createRequest = function (url) {
50
+ // In IE 9, cross domain requests can only be sent using XDomainRequest.
51
+ // XDomainRequest would fail if CORS headers are not set.
52
+ // Therefore, XDomainRequest should only be used with cross domain requests.
53
+ function getHostname(href) {
54
+ var a = document.createElement('a');
55
+ a.href = href;
56
+ return a.hostname;
57
+ }
58
+ var Request;
59
+ var hname = location.hostname;
60
+ var hname2;
61
+ if (window.XMLHttpRequest) {
62
+ Request = new XMLHttpRequest();
63
+ hname2 = getHostname(url);
64
+ if (Request.withCredentials === undefined && hname2 !== '' && hname2 !== hname) {
65
+ Request = XDomainRequest || undefined;
66
+ } else {
67
+ Request = XMLHttpRequest;
68
+ }
69
+ }
70
+ return Request;
71
+ };
72
+ var xlinkNS = 'http://www.w3.org/1999/xlink';
73
+ checkUseElems = function () {
74
+ var base;
75
+ var bcr;
76
+ var fallback = ''; // optional fallback URL in case no base path to SVG file was given and no symbol definition was found.
77
+ var hash;
78
+ var href;
79
+ var i;
80
+ var inProgressCount = 0;
81
+ var isHidden;
82
+ var Request;
83
+ var url;
84
+ var uses;
85
+ var xhr;
86
+ function observeIfDone() {
87
+ // If done with making changes, start watching for chagnes in DOM again
88
+ inProgressCount -= 1;
89
+ if (inProgressCount === 0) { // if all xhrs were resolved
90
+ unobserveChanges(); // make sure to remove old handlers
91
+ observeChanges(); // watch for changes to DOM
92
+ }
93
+ }
94
+ function attrUpdateFunc(spec) {
95
+ return function () {
96
+ if (cache[spec.base] !== true) {
97
+ spec.useEl.setAttributeNS(xlinkNS, 'xlink:href', '#' + spec.hash);
98
+ }
99
+ };
100
+ }
101
+ function onloadFunc(xhr) {
102
+ return function () {
103
+ var body = document.body;
104
+ var x = document.createElement('x');
105
+ var svg;
106
+ xhr.onload = null;
107
+ x.innerHTML = xhr.responseText;
108
+ svg = x.getElementsByTagName('svg')[0];
109
+ if (svg) {
110
+ svg.setAttribute('aria-hidden', 'true');
111
+ svg.style.position = 'absolute';
112
+ svg.style.width = 0;
113
+ svg.style.height = 0;
114
+ svg.style.overflow = 'hidden';
115
+ body.insertBefore(svg, body.firstChild);
116
+ }
117
+ observeIfDone();
118
+ };
119
+ }
120
+ function onErrorTimeout(xhr) {
121
+ return function () {
122
+ xhr.onerror = null;
123
+ xhr.ontimeout = null;
124
+ observeIfDone();
125
+ };
126
+ }
127
+ unobserveChanges(); // stop watching for changes to DOM
128
+ // find all use elements
129
+ uses = document.getElementsByTagName('use');
130
+ for (i = 0; i < uses.length; i += 1) {
131
+ try {
132
+ bcr = uses[i].getBoundingClientRect();
133
+ } catch (ignore) {
134
+ // failed to get bounding rectangle of the use element
135
+ bcr = false;
136
+ }
137
+ href = uses[i].getAttributeNS(xlinkNS, 'href');
138
+ if (href && href.split) {
139
+ url = href.split('#');
140
+ } else {
141
+ url = ["", ""];
142
+ }
143
+ base = url[0];
144
+ hash = url[1];
145
+ isHidden = bcr && bcr.left === 0 && bcr.right === 0 && bcr.top === 0 && bcr.bottom === 0;
146
+ if (bcr && bcr.width === 0 && bcr.height === 0 && !isHidden) {
147
+ // the use element is empty
148
+ // if there is a reference to an external SVG, try to fetch it
149
+ // use the optional fallback URL if there is no reference to an external SVG
150
+ if (fallback && !base.length && hash && !document.getElementById(hash)) {
151
+ base = fallback;
152
+ }
153
+ if (base.length) {
154
+ // schedule updating xlink:href
155
+ xhr = cache[base];
156
+ if (xhr !== true) {
157
+ // true signifies that prepending the SVG was not required
158
+ setTimeout(attrUpdateFunc({
159
+ useEl: uses[i],
160
+ base: base,
161
+ hash: hash
162
+ }), 0);
163
+ }
164
+ if (xhr === undefined) {
165
+ Request = createRequest(base);
166
+ if (Request !== undefined) {
167
+ xhr = new Request();
168
+ cache[base] = xhr;
169
+ xhr.onload = onloadFunc(xhr);
170
+ xhr.onerror = onErrorTimeout(xhr);
171
+ xhr.ontimeout = onErrorTimeout(xhr);
172
+ xhr.open('GET', base);
173
+ xhr.send();
174
+ inProgressCount += 1;
175
+ }
176
+ }
177
+ }
178
+ } else {
179
+ if (!isHidden) {
180
+ if (cache[base] === undefined) {
181
+ // remember this URL if the use element was not empty and no request was sent
182
+ cache[base] = true;
183
+ } else if (cache[base].onload) {
184
+ // if it turns out that prepending the SVG is not necessary,
185
+ // abort the in-progress xhr.
186
+ cache[base].abort();
187
+ delete cache[base].onload;
188
+ cache[base] = true;
189
+ }
190
+ } else if (base.length && cache[base]) {
191
+ attrUpdateFunc({
192
+ useEl: uses[i],
193
+ base: base,
194
+ hash: hash
195
+ })();
196
+ }
197
+ }
198
+ }
199
+ uses = '';
200
+ inProgressCount += 1;
201
+ observeIfDone();
202
+ };
203
+ // The load event fires when all resources have finished loading, which allows detecting whether SVG use elements are empty.
204
+ window.addEventListener('load', function winLoad() {
205
+ window.removeEventListener('load', winLoad, false); // to prevent memory leaks
206
+ tid = setTimeout(checkUseElems, 0);
207
+ }, false);
208
+ }
209
+ }());
symbol-defs.svg ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg style="position: absolute; width: 0; height: 0; overflow: hidden;" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <defs>
3
+ <symbol id="social-behance" viewBox="0 0 32 32">
4
+ <title>behance</title>
5
+ <path class="path1" d="M20.2 8h7.2v2.1h-7.2zM23.9 11.4c-6.7 0-6.7 6.7-6.7 6.7s-.5 6.6 6.7 6.6c0 0 5.9.3 5.9-4.6h-3.1s.1 1.9-2.8 1.9c0 0-3.1.2-3.1-3h9c.2 0 1.1-7.6-5.9-7.6zm-3 5.2s.4-2.7 3.1-2.7 2.6 2.7 2.6 2.7h-5.7zM13.3 14.9s2.6-.2 2.6-3.3C15.9 8.5 13.8 7 11 7H2v17.4h9s5.5.2 5.5-5.1c.1-.1.3-4.4-3.2-4.4zM6 10.1h5s1.2 0 1.2 1.8-.7 2.1-1.5 2.1H6v-3.9zm4.8 11.2H6v-4.6h5s1.8 0 1.8 2.4c.1 2-1.3 2.2-2 2.2z"></path>
6
+ </symbol>
7
+ <symbol id="social-bloglovin" viewBox="0 0 32 32">
8
+ <title>bloglovin</title>
9
+ <path class="path1" d="M16 28c-.27 0-.5-.093-.688-.282l-9.75-9.407c-.104-.083-.248-.217-.43-.406s-.47-.53-.868-1.023-.75-1-1.063-1.522-.59-1.152-.835-1.89S2 12.01 2 11.312c0-2.29.66-4.084 1.983-5.375S7.135 4 9.467 4c.646 0 1.305.112 1.977.336s1.296.527 1.875.907 1.074.737 1.492 1.07c.416.334.813.688 1.188 1.063.375-.375.77-.73 1.188-1.063s.914-.69 1.493-1.07 1.205-.682 1.876-.907S21.886 4 22.533 4c2.334 0 4.16.646 5.484 1.938S30 9.022 30 11.313c0 2.302-1.192 4.646-3.578 7.032l-9.734 9.375c-.188.188-.416.28-.688.28z"></path>
10
+ </symbol>
11
+ <symbol id="social-dribbble" viewBox="0 0 32 32">
12
+ <title>dribbble</title>
13
+ <path class="path1" d="M20.571 26.786q-.75-4.304-2.5-8.893h-.036l-.036.018q-.286.107-.768.295t-1.804.875-2.446 1.464-2.339 2.045-1.839 2.643l-.268-.196q3.286 2.679 7.464 2.679 2.357 0 4.571-.929zm-3.303-10.84q-.375-.875-.946-1.982-5.554 1.661-12.018 1.661-.018.125-.018.375 0 2.214.786 4.223t2.214 3.598q.893-1.589 2.205-2.973t2.545-2.223 2.33-1.446 1.777-.857l.661-.232q.071-.018.232-.063t.232-.08zm-1.911-3.785Q13.214 8.357 11 5.411 8.536 6.572 6.821 8.732t-2.286 4.857q5.393 0 10.821-1.429zm12.214 5.696q-3.75-1.071-7.304-.518 1.554 4.268 2.286 8.375 1.982-1.339 3.304-3.384t1.714-4.473zM13.196 4.625q-.018 0-.036.018.018-.018.036-.018zm10.536 2.589Q20.428 4.285 16 4.285q-1.357 0-2.768.339 2.339 3.036 4.393 6.821 1.232-.464 2.321-1.08t1.723-1.098 1.17-1.018.67-.723zm3.982 8.661q-.054-4.143-2.661-7.321l-.018.018q-.161.214-.339.438t-.777.795-1.268 1.08-1.786 1.161-2.348 1.152q.446.946.786 1.696.036.107.116.313t.134.295q.643-.089 1.33-.125t1.313-.036 1.232.027 1.143.071 1.009.098.857.116.652.107.446.08zm2 .125q0 3.732-1.839 6.884t-4.991 4.991T16 29.714t-6.884-1.839-4.991-4.991T2.286 16t1.839-6.884 4.991-4.991T16 2.286t6.884 1.839 4.991 4.991T29.714 16z"></path>
14
+ </symbol>
15
+ <symbol id="social-email" viewBox="0 0 32 32">
16
+ <title>email</title>
17
+ <path class="path1" d="M28.002 24.457V12.466c-.334.375-.693.718-1.077 1.03-2.789 2.145-5.007 3.904-6.652 5.277-.53.448-.962.796-1.296 1.046s-.784.502-1.35.757c-.568.255-1.1.382-1.6.382h-.03c-.5 0-1.034-.127-1.6-.382-.568-.255-1.018-.507-1.35-.757-.334-.25-.764-.598-1.296-1.046-1.645-1.373-3.862-3.134-6.652-5.277-.386-.313-.745-.655-1.077-1.03v11.991c0 .136.05.252.148.352.098.098.216.148.352.148h22.984c.136 0 .252-.05.352-.148.095-.098.145-.216.145-.352zm0-16.409v-.382l-.007-.204-.046-.195-.086-.141-.141-.118-.218-.039H4.518c-.136 0-.252.05-.352.148-.098.098-.148.216-.148.352 0 1.748.764 3.227 2.295 4.434 2.009 1.582 4.096 3.232 6.261 4.95.063.052.245.205.546.461s.541.45.718.586c.177.136.409.3.695.491.286.193.548.336.789.429.239.093.463.141.671.141h.03c.209 0 .432-.046.671-.141.239-.093.502-.238.789-.429.286-.193.518-.357.695-.491.177-.136.416-.33.718-.586s.484-.409.546-.461c2.164-1.718 4.252-3.368 6.261-4.95.563-.448 1.086-1.048 1.57-1.804.486-.754.729-1.438.729-2.052zM30 7.47v16.988c0 .688-.245 1.275-.734 1.764s-1.077.734-1.764.734H4.518c-.688 0-1.275-.245-1.764-.734s-.734-1.077-.734-1.764V7.47c0-.688.245-1.275.734-1.764s1.077-.734 1.764-.734h22.984c.688 0 1.275.245 1.764.734S30 6.783 30 7.47z"></path>
18
+ </symbol>
19
+ <symbol id="social-facebook" viewBox="0 0 32 32">
20
+ <title>facebook</title>
21
+ <path class="path1" d="M23.738.214v4.714h-2.804c-1.023 0-1.714.214-2.071.643s-.536 1.071-.536 1.929v3.375h5.232l-.696 5.286h-4.536v13.554h-5.464V16.161H8.309v-5.286h4.554V6.982c0-2.214.62-3.932 1.857-5.152S17.607 0 19.666 0c1.75 0 3.107.071 4.071.214z"></path>
22
+ </symbol>
23
+ <symbol id="social-flickr" viewBox="0 0 32 32">
24
+ <title>flickr</title>
25
+ <path class="path1" d="M14.032 16.007c0-1.664-.586-3.08-1.757-4.25S9.689 10 8.025 10s-3.08.586-4.25 1.757-1.757 2.588-1.757 4.25.586 3.08 1.757 4.25c1.17 1.17 2.588 1.757 4.25 1.757s3.08-.586 4.25-1.757c1.171-1.17 1.757-2.586 1.757-4.25zm15.982 0c0-1.664-.586-3.08-1.757-4.25S25.67 10 24.007 10s-3.08.586-4.25 1.757c-1.17 1.17-1.757 2.588-1.757 4.25s.586 3.08 1.757 4.25c1.17 1.17 2.587 1.757 4.25 1.757s3.08-.586 4.25-1.757c1.171-1.17 1.757-2.586 1.757-4.25z"></path>
26
+ </symbol>
27
+ <symbol id="social-github" viewBox="0 0 32 32">
28
+ <title>github</title>
29
+ <path class="path1" d="M12.571 20.596c0 .477-.075.964-.223 1.464s-.405.952-.768 1.357-.795.607-1.295.607-.932-.202-1.295-.607c-.363-.405-.62-.857-.768-1.357s-.223-.988-.223-1.464.075-.964.223-1.464.405-.952.768-1.357.795-.607 1.295-.607.932.202 1.295.607.62.857.768 1.357.223.988.223 1.464zm11.429 0c0 .477-.075.964-.223 1.464s-.405.952-.768 1.357-.795.607-1.295.607-.932-.202-1.295-.607-.62-.857-.768-1.357-.223-.988-.223-1.464.075-.964.223-1.464.405-.952.768-1.357.795-.607 1.295-.607.932.202 1.295.607.62.857.768 1.357.223.988.223 1.464zm2.857 0c0-1.429-.411-2.643-1.232-3.643s-1.934-1.5-3.339-1.5c-.488 0-1.648.125-3.482.375-.845.13-1.78.196-2.804.196s-1.959-.066-2.804-.196c-1.809-.25-2.97-.375-3.482-.375-1.405 0-2.518.5-3.339 1.5s-1.232 2.214-1.232 3.643c0 1.048.191 1.961.571 2.741s.862 1.393 1.446 1.839 1.309.804 2.179 1.071 1.702.443 2.5.527 1.684.125 2.661.125h3c.977 0 1.863-.041 2.661-.125s1.63-.259 2.5-.527 1.595-.625 2.179-1.071 1.066-1.059 1.446-1.839.571-1.695.571-2.741zm4-3.142c0 2.464-.363 4.434-1.089 5.911-.452.916-1.08 1.709-1.884 2.375s-1.643 1.179-2.518 1.536-1.887.639-3.036.848-2.17.339-3.063.393-1.887.08-2.982.08c-.929 0-1.773-.018-2.536-.054s-1.639-.111-2.634-.223-1.902-.291-2.723-.536-1.638-.55-2.446-.92-1.53-.852-2.161-1.446-1.143-1.28-1.536-2.054c-.738-1.464-1.107-3.434-1.107-5.911 0-2.821.809-5.179 2.429-7.071-.321-.977-.482-1.988-.482-3.036 0-1.38.304-2.679.911-3.893 1.286 0 2.416.236 3.393.705s2.102 1.205 3.375 2.205c1.75-.416 3.589-.625 5.518-.625 1.762 0 3.429.191 5 .571 1.25-.977 2.363-1.696 3.339-2.161s2.102-.696 3.375-.696c.607 1.214.911 2.513.911 3.893 0 1.036-.161 2.036-.482 3 1.62 1.904 2.429 4.273 2.429 7.107z"></path>
30
+ </symbol>
31
+ <symbol id="social-gplus" viewBox="0 0 32 32">
32
+ <title>gplus</title>
33
+ <path class="path1" d="M16 14.036h12.946q.214 1.196.214 2.286 0 3.875-1.625 6.92t-4.634 4.759-6.902 1.714q-2.804 0-5.339-1.08t-4.375-2.92-2.92-4.375-1.08-5.339 1.08-5.339 2.92-4.375 4.375-2.92 5.339-1.08q5.357 0 9.196 3.589l-3.732 3.589Q19.267 7.34 15.999 7.34q-2.304 0-4.259 1.161t-3.098 3.152-1.143 4.348 1.143 4.348 3.098 3.152 4.259 1.161q1.554 0 2.857-.429t2.143-1.071 1.464-1.464.92-1.554.402-1.393h-7.786v-4.714z"></path>
34
+ </symbol>
35
+ <symbol id="social-instagram" viewBox="0 0 32 32">
36
+ <title>instagram</title>
37
+ <path class="path1" d="M29.448 15.936c0 2.661-.029 4.502-.087 5.525-.116 2.416-.836 4.288-2.161 5.613s-3.195 2.045-5.613 2.161c-1.023.057-2.864.087-5.525.087s-4.502-.029-5.525-.087c-2.416-.116-4.287-.836-5.612-2.161s-2.045-3.195-2.161-5.613c-.059-1.021-.087-2.864-.087-5.525s.029-4.502.087-5.525c.116-2.416.836-4.287 2.161-5.612s3.195-2.045 5.612-2.161c1.021-.057 2.864-.087 5.525-.087s4.502.029 5.525.087c2.416.116 4.288.836 5.613 2.161s2.045 3.195 2.161 5.612c.059 1.023.087 2.864.087 5.525zM17.396 4.948c-.807.005-1.252.009-1.334.009s-.525-.004-1.334-.009c-.807-.005-1.42-.005-1.839 0-.418.005-.979.023-1.682.052s-1.302.088-1.795.175c-.495.088-.909.195-1.246.323-.58.232-1.093.57-1.534 1.011s-.779.954-1.011 1.534c-.129.338-.236.752-.323 1.246s-.145 1.093-.175 1.795c-.029.704-.046 1.264-.052 1.682s-.005 1.032 0 1.839c.005.807.009 1.252.009 1.334s-.004.525-.009 1.334c-.005.807-.005 1.42 0 1.839.005.418.023.979.052 1.682s.088 1.302.175 1.795c.088.495.195.909.323 1.246.232.58.57 1.093 1.011 1.534s.952.779 1.534 1.011c.338.129.752.236 1.246.323.493.087 1.093.145 1.795.175.704.029 1.264.046 1.682.052s1.03.005 1.839 0c.807-.005 1.252-.009 1.334-.009.08 0 .525.004 1.334.009.807.005 1.42.005 1.839 0 .418-.005.979-.023 1.682-.052s1.302-.087 1.795-.175c.493-.087.909-.195 1.246-.323.58-.232 1.093-.57 1.534-1.011s.779-.952 1.011-1.534c.129-.337.236-.752.323-1.246.087-.493.145-1.093.175-1.795.029-.704.046-1.264.052-1.682s.005-1.03 0-1.839c-.005-.807-.009-1.252-.009-1.334 0-.08.004-.525.009-1.334.005-.807.005-1.42 0-1.839-.005-.418-.023-.979-.052-1.682s-.087-1.302-.175-1.795c-.087-.493-.195-.909-.323-1.246-.232-.58-.57-1.093-1.011-1.534s-.954-.779-1.534-1.011c-.337-.129-.752-.236-1.246-.323S21.619 5.03 20.917 5c-.704-.029-1.264-.046-1.682-.052-.418-.007-1.03-.007-1.839 0zm3.531 6.125c1.336 1.336 2.004 2.957 2.004 4.862s-.668 3.527-2.004 4.863c-1.336 1.336-2.957 2.004-4.863 2.004s-3.527-.668-4.863-2.004c-1.338-1.336-2.005-2.957-2.005-4.863s.668-3.527 2.004-4.863c1.336-1.336 2.957-2.004 4.863-2.004 1.907 0 3.527.668 4.864 2.004zm-1.709 8.018c.871-.871 1.307-1.923 1.307-3.155s-.436-2.284-1.307-3.155-1.923-1.307-3.155-1.307-2.284.436-3.155 1.307-1.307 1.923-1.307 3.155.436 2.284 1.307 3.155 1.923 1.307 3.155 1.307 2.284-.436 3.155-1.307zm5.125-11.434c.314.314.471.691.471 1.132s-.157.82-.471 1.132c-.314.314-.691.471-1.132.471s-.82-.157-1.132-.471c-.314-.314-.471-.691-.471-1.132s.157-.82.471-1.132c.314-.314.691-.471 1.132-.471.441.002.818.159 1.132.471z"></path>
38
+ </symbol>
39
+ <symbol id="social-linkedin" viewBox="0 0 32 32">
40
+ <title>linkedin</title>
41
+ <path class="path1" d="M8.518 11.161v17.696H2.625V11.161h5.893zm.375-5.465Q8.911 7 7.991 7.875t-2.42.875h-.036q-1.464 0-2.357-.875t-.893-2.179q0-1.321.92-2.188t2.402-.866 2.375.866.911 2.188zm20.821 13.018v10.143h-5.875v-9.464q0-1.875-.723-2.938t-2.259-1.063q-1.125 0-1.884.616t-1.134 1.527q-.196.536-.196 1.446v9.875h-5.875q.036-7.125.036-11.554t-.018-5.286l-.018-.857h5.875v2.571h-.036q.357-.571.732-1t1.009-.929 1.554-.777 2.045-.277q3.054 0 4.911 2.027t1.857 5.938z"></path>
42
+ </symbol>
43
+ <symbol id="social-medium" viewBox="0 0 32 32">
44
+ <title>medium</title>
45
+ <path class="path1" d="M11.329 8.579v18.329c0 .261-.064.482-.195.664s-.32.273-.57.273c-.177 0-.348-.041-.516-.125l-7.266-3.641c-.218-.104-.404-.279-.555-.523S2 23.068 2 22.829V5.016c0-.209.052-.386.157-.532s.255-.218.454-.218c.146 0 .375.079.688.234l7.984 4c.03.032.046.057.046.079zm1 1.578l8.343 13.532-8.343-4.157v-9.375zM30 10.438v16.468c0 .261-.073.471-.218.632s-.343.243-.593.243-.495-.068-.734-.204l-6.891-3.438L30 10.437zm-.046-1.875c0 .032-1.336 2.216-4.007 6.555s-4.238 6.877-4.695 7.618l-6.095-9.907 5.063-8.234c.177-.291.448-.438.813-.438.146 0 .282.032.407.093l8.454 4.218c.039.021.061.054.061.095z"></path>
46
+ </symbol>
47
+ <symbol id="social-periscope" viewBox="0 0 32 32">
48
+ <title>periscope</title>
49
+ <path class="path1" d="M16.032.002C9.636.002 4.45 5.186 4.45 11.582c0 8.611 9.261 18.073 11.58 18.073s11.58-9.462 11.58-18.073C27.612 5.186 22.426.002 16.031.002zm0 18.644c-3.88 0-7.027-3.146-7.027-7.027 0-1.537.496-2.961 1.334-4.118.089 1.486 1.321 2.664 2.829 2.664 1.568 0 2.838-1.271 2.838-2.838 0-1.12-.65-2.086-1.593-2.546.52-.123 1.061-.189 1.618-.189 3.88 0 7.027 3.146 7.027 7.027 0 3.882-3.145 7.027-7.025 7.027z"></path>
50
+ </symbol>
51
+ <symbol id="social-phone" viewBox="0 0 32 32">
52
+ <title>phone</title>
53
+ <path class="path1" d="M28.571 22.143q0 .482-.179 1.259t-.375 1.223q-.375.893-2.179 1.893-1.679.911-3.321.911-.482 0-.938-.063t-1.027-.223-.848-.259-.991-.366-.875-.321q-1.75-.625-3.125-1.482-2.286-1.411-4.723-3.848t-3.848-4.723q-.857-1.375-1.482-3.125-.054-.161-.321-.875t-.366-.991-.259-.848-.223-1.027-.063-.938q0-1.643.911-3.321 1-1.804 1.893-2.179.446-.196 1.223-.375t1.259-.179q.25 0 .375.054.321.107.946 1.357.196.339.536.964t.625 1.134.554.955q.054.071.313.446t.384.634.125.509q0 .357-.509.893t-1.107.982-1.107.946-.509.821q0 .161.089.402t.152.366.25.429.205.339q1.357 2.446 3.107 4.196t4.196 3.107q.036.018.339.205t.429.25.366.152.402.089q.321 0 .821-.509t.946-1.107.982-1.107.893-.509q.25 0 .509.125t.634.384.446.313q.446.268.955.554t1.134.625.964.536q1.25.625 1.357.946.054.125.054.375z"></path>
54
+ </symbol>
55
+ <symbol id="social-pinterest" viewBox="0 0 32 32">
56
+ <title>pinterest</title>
57
+ <path class="path1" d="M4.571 10.661q0-1.929.67-3.634t1.848-2.973 2.714-2.196T13.107.465t3.607-.464q2.821 0 5.25 1.188t3.946 3.455 1.518 5.125q0 1.714-.339 3.357t-1.071 3.161-1.786 2.67-2.589 1.839-3.375.688q-1.214 0-2.411-.571t-1.714-1.571q-.179.696-.5 2.009t-.42 1.696-.366 1.268-.464 1.268-.571 1.116-.821 1.384-1.107 1.545l-.25.089-.161-.179q-.268-2.804-.268-3.357 0-1.643.384-3.688t1.188-5.134.929-3.625q-.571-1.161-.571-3.018 0-1.482.929-2.786t2.357-1.304q1.089 0 1.696.723t.607 1.83q0 1.179-.786 3.411t-.786 3.339q0 1.125.804 1.866t1.946.741q.982 0 1.821-.446t1.402-1.214 1-1.696.679-1.973.357-1.982.116-1.777q0-3.089-1.955-4.813t-5.098-1.723q-3.571 0-5.964 2.313t-2.393 5.866q0 .786.223 1.518t.482 1.161.482.813.223.545q0 .5-.268 1.304t-.661.804q-.036 0-.304-.054-.911-.268-1.616-1t-1.089-1.688-.58-1.929-.196-1.902z"></path>
58
+ </symbol>
59
+ <symbol id="social-rss" viewBox="0 0 32 32">
60
+ <title>rss</title>
61
+ <path class="path1" d="M10.286 24q0 1.429-1 2.429t-2.429 1-2.429-1-1-2.429 1-2.429 2.429-1 2.429 1 1 2.429zm9.143 2.196q.036.5-.304.857-.321.375-.839.375h-2.411q-.446 0-.768-.295t-.357-.741q-.393-4.089-3.295-6.991t-6.991-3.295q-.446-.036-.741-.357t-.295-.768V12.57q0-.518.375-.839.304-.304.768-.304h.089q2.857.232 5.464 1.438t4.625 3.241q2.036 2.018 3.241 4.625t1.438 5.464zm9.142.036q.036.482-.321.839-.321.357-.821.357h-2.554q-.464 0-.795-.313t-.348-.759q-.214-3.839-1.804-7.295t-4.134-6-6-4.134-7.295-1.821q-.446-.018-.759-.348t-.313-.777V3.427q0-.5.357-.821.321-.321.786-.321h.054q4.679.232 8.955 2.143t7.598 5.25q3.339 3.321 5.25 7.598t2.143 8.955z"></path>
62
+ </symbol>
63
+ <symbol id="social-snapchat" viewBox="0 0 32 32">
64
+ <title>snapchat</title>
65
+ <path class="path1" d="M16.355 2.455c1.563-.011 2.964.388 4.207 1.198 1.241.811 2.195 1.932 2.861 3.368.314.677.471 1.72.471 3.13 0 .548-.052 1.662-.157 3.341.163.082.327.123.489.123.209 0 .507-.079.891-.236.386-.157.682-.236.893-.236.337 0 .664.105.98.314.314.211.473.479.473.805 0 .373-.184.688-.552.945s-.77.441-1.207.552c-.438.111-.839.28-1.207.507s-.552.505-.552.83c0 .175.07.425.211.752.432.957 1.029 1.83 1.793 2.623s1.605 1.382 2.527 1.766c.327.139.793.273 1.4.402.327.07.489.275.489.613 0 .816-1.277 1.418-3.83 1.802-.082.129-.146.355-.193.682s-.129.598-.245.813c-.116.216-.309.323-.577.323-.234 0-.595-.038-1.084-.114-.489-.075-.863-.114-1.12-.114-.432 0-.793.029-1.084.087-.373.059-.741.189-1.102.393s-.7.425-1.014.664c-.314.239-.654.475-1.014.709s-.805.429-1.329.586c-.525.157-1.102.236-1.732.236-.607 0-1.17-.079-1.688-.236-.52-.157-.957-.354-1.313-.586-.355-.234-.691-.47-1.005-.709s-.654-.461-1.014-.664c-.361-.204-.723-.336-1.084-.393-.304-.059-.671-.087-1.102-.087-.28 0-.662.045-1.145.13-.484.087-.825.13-1.023.13-.291 0-.496-.107-.612-.323s-.198-.493-.245-.83c-.046-.337-.111-.571-.193-.7-2.554-.384-3.83-.986-3.83-1.802 0-.337.163-.543.489-.613.605-.129 1.073-.262 1.4-.402.909-.373 1.752-.962 2.527-1.766.775-.805 1.373-1.679 1.793-2.623.139-.327.209-.577.209-.752 0-.327-.184-.604-.552-.83s-.773-.4-1.216-.516c-.443-.116-.848-.3-1.216-.552-.368-.25-.552-.557-.552-.918 0-.314.152-.58.455-.796s.623-.323.963-.323c.175 0 .455.075.839.227.386.152.693.227.927.227.211 0 .396-.041.561-.123-.105-1.655-.157-2.764-.157-3.323 0-1.423.157-2.471.473-3.148.746-1.598 1.748-2.752 3.009-3.462 1.257-.711 2.796-1.077 4.614-1.1z"></path>
66
+ </symbol>
67
+ <symbol id="social-stumbleupon" viewBox="0 0 32 32">
68
+ <title>stumbleupon</title>
69
+ <path class="path1" d="M17.495 12.636v-1.72c0-.409-.146-.757-.438-1.05-.291-.291-.641-.438-1.05-.438s-.757.146-1.05.438c-.291.291-.438.641-.438 1.05v8.92c0 1.7-.613 3.154-1.836 4.357S9.988 26 8.269 26c-1.73 0-3.204-.609-4.423-1.829s-1.829-2.695-1.829-4.423v-3.877h4.78v3.818c0 .418.146.77.438 1.057s.641.43 1.05.43c.409 0 .757-.143 1.05-.43.291-.288.438-.639.438-1.057v-9.036c0-1.661.614-3.08 1.843-4.255s2.695-1.764 4.395-1.764c1.711 0 3.177.593 4.402 1.779s1.836 2.614 1.836 4.286v1.982l-2.843.845-1.911-.889zm7.725 3.235H30v3.877c0 1.73-.609 3.204-1.829 4.423S25.476 26 23.748 26c-1.72 0-3.191-.605-4.416-1.814s-1.836-2.67-1.836-4.38v-3.905l1.909.889 2.843-.845v3.936c0 .409.146.755.438 1.043s.641.43 1.05.43c.409 0 .757-.143 1.05-.43.291-.288.438-.634.438-1.043v-4.009z"></path>
70
+ </symbol>
71
+ <symbol id="social-tumblr" viewBox="0 0 32 32">
72
+ <title>tumblr</title>
73
+ <path class="path1" d="M23.141 23.732l1.429 4.232c-.273.416-.934.809-1.982 1.179s-2.102.559-3.161.571c-1.238.023-2.371-.13-3.402-.464s-1.879-.773-2.545-1.321-1.232-1.179-1.696-1.893-.795-1.429-.991-2.143-.295-1.416-.295-2.107v-9.714h-3V8.233c.857-.309 1.625-.723 2.304-1.241s1.22-1.054 1.625-1.607.75-1.161 1.036-1.821.488-1.25.607-1.768.209-1.045.268-1.58c.012-.059.039-.111.08-.152s.088-.063.134-.063h4.357v7.571h5.946v4.5h-5.964v9.25c0 .357.039.691.116 1s.211.621.402.938.486.563.884.741.884.262 1.455.25c.929-.023 1.727-.196 2.393-.518z"></path>
74
+ </symbol>
75
+ <symbol id="social-twitter" viewBox="0 0 32 32">
76
+ <title>twitter</title>
77
+ <path class="path1" d="M30.071 7.286q-1.196 1.75-2.893 2.982.018.25.018.75 0 2.321-.679 4.634t-2.063 4.437-3.295 3.759-4.607 2.607-5.768.973q-4.839 0-8.857-2.589.625.071 1.393.071 4.018 0 7.161-2.464-1.875-.036-3.357-1.152t-2.036-2.848q.589.089 1.089.089.768 0 1.518-.196-2-.411-3.313-1.991t-1.313-3.67v-.071q1.214.679 2.607.732-1.179-.786-1.875-2.054t-.696-2.75q0-1.571.786-2.911Q6.052 8.285 9.15 9.883t6.634 1.777q-.143-.679-.143-1.321 0-2.393 1.688-4.08t4.08-1.688q2.5 0 4.214 1.821 1.946-.375 3.661-1.393-.661 2.054-2.536 3.179 1.661-.179 3.321-.893z"></path>
78
+ </symbol>
79
+ <symbol id="social-vimeo" viewBox="0 0 32 32">
80
+ <title>vimeo</title>
81
+ <path class="path1" d="M30.518 9.25q-.179 4.214-5.929 11.625-5.946 7.696-10.036 7.696-2.536 0-4.286-4.696-.786-2.857-2.357-8.607-1.286-4.679-2.804-4.679-.321 0-2.268 1.357l-1.375-1.75q.429-.375 1.929-1.723T5.713 6.41q2.786-2.464 4.304-2.607 1.696-.161 2.732.991t1.446 3.634q.786 5.125 1.179 6.661.982 4.446 2.143 4.446.911 0 2.75-2.875 1.804-2.875 1.946-4.393.232-2.482-1.946-2.482-1.018 0-2.161.464 2.143-7.018 8.196-6.821 4.482.143 4.214 5.821z"></path>
82
+ </symbol>
83
+ <symbol id="social-xing" viewBox="0 0 32 32">
84
+ <title>xing</title>
85
+ <path class="path1" d="M14.15 11.654c-.118.213-1.636 2.907-4.554 8.08-.32.543-.704.814-1.152.814H4.208c-.248 0-.432-.1-.55-.302-.118-.2-.118-.413 0-.637l4.484-7.938c.012 0 .012-.005 0-.018L5.29 6.708c-.141-.259-.148-.479-.018-.655.107-.177.295-.266.568-.266h4.236c.471 0 .863.266 1.17.798l2.904 5.068zM28.434.277c.13.189.13.407 0 .655l-9.357 16.552v.018L25.031 28.4c.13.236.136.455.018.655-.118.177-.307.266-.568.266h-4.236c-.496 0-.886-.266-1.17-.798L13.07 17.502c.213-.379 3.35-5.943 9.411-16.693.295-.532.673-.798 1.134-.798h4.271c.259 0 .441.089.548.266z"></path>
86
+ </symbol>
87
+ <symbol id="social-youtube" viewBox="0 0 32 32">
88
+ <title>youtube</title>
89
+ <path class="path1" d="M29.7 10.3s-.3-2-1.1-2.8c-1.1-1.1-2.3-1.1-2.8-1.2C21.9 6 16 6 16 6s-5.9 0-9.8.3c-.6.1-1.7.1-2.8 1.2-.8.9-1.1 2.8-1.1 2.8S2 12.6 2 14.9v2.2c0 2.3.3 4.6.3 4.6s.3 2 1.1 2.8c1.1 1.1 2.5 1.1 3.1 1.2 2.2.2 9.5.3 9.5.3s5.9 0 9.8-.3c.5-.1 1.7-.1 2.8-1.2.8-.9 1.1-2.8 1.1-2.8s.3-2.3.3-4.6v-2.2c0-2.3-.3-4.6-.3-4.6zm-16.6 9.4v-8l7.6 4-7.6 4z"></path>
90
+ </symbol>
91
+ </defs>
92
+ </svg>