diff --git a/src/dependencies.pug b/src/dependencies.pug index 1b4295fa471ad97c612edd9b39ac8244f1a8e8cc..09ad1ff8e5c6232bfdd188df0afdaf4926c69c3b 100644 --- a/src/dependencies.pug +++ b/src/dependencies.pug @@ -12,8 +12,8 @@ link(rel='stylesheet', href='https://fonts.googleapis.com/css?family=Open+Sans:3 //- script(type="module" src="/lib/sib-chat/sib-chat.js") //- script(type="module" src="/lib/sib-notifications/sib-notifications.js") //- script(type="module" src="/lib/sib-conversation/sib-conversation.js") -//- script(type="module" src="/lib/sib-directory/sib-directory.js") -//- script(type="module" src="/lib/sib-job-board/sib-job-board.js") +script(type="module" src="/lib/sib-directory/sib-directory.js") +script(type="module" src="/lib/sib-job-board/sib-job-board.js") //- CDN script(type="module" src="https://unpkg.com/@startinblox/core@0.7") @@ -21,5 +21,5 @@ script(type="module" src="https://unpkg.com/@startinblox/router@0.7") script(type="module" src="https://unpkg.com/@startinblox/component-chat@0.1") script(type="module" src="https://unpkg.com/@startinblox/component-notifications@0.1") script(type="module" src="https://unpkg.com/@startinblox/component-conversation@0.2") -script(type="module" src="https://unpkg.com/@startinblox/component-directory@0.1") -script(type="module" src="https://unpkg.com/@startinblox/component-job-board@0.1") +//- script(type="module" src="https://unpkg.com/@startinblox/component-directory@0.1") +//- script(type="module" src="https://unpkg.com/@startinblox/component-job-board@0.1") diff --git a/src/dependencies.pug.orig b/src/dependencies.pug.orig deleted file mode 100644 index 4ad82c71510f5da55966d5b91e16537e88fd557b..0000000000000000000000000000000000000000 --- a/src/dependencies.pug.orig +++ /dev/null @@ -1,34 +0,0 @@ -script(type="module" src="https://unpkg.com/@startinblox/oidc@0.6") -script(src="/scripts/index.js") - -//- Stylesheets -link(rel='stylesheet', href='/styles/index.css') -link(rel='stylesheet', href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700&subset=latin-ext') -link(rel='stylesheet', href='https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i') - -//- local -//- script(type="module" src="/lib/sib-core/src/index.js") -//- script(type="module" src="/lib/sib-router/src/index.js") -//- script(type="module" src="/lib/sib-chat/sib-chat.js") -//- script(type="module" src="/lib/sib-notifications/sib-notifications.js") -//- script(type="module" src="/lib/sib-conversation/sib-conversation.js") -<<<<<<< HEAD -script(type="module" src="/lib/sib-directory/sib-directory.js") -======= -//- script(type="module" src="/lib/sib-directory/sib-directory.js") ->>>>>>> ab9a27f... wip -script(type="module" src="/lib/sib-job-board/sib-job-board.js") - -//- CDN -script(type="module" src="https://unpkg.com/@startinblox/core@0.7") -script(type="module" src="https://unpkg.com/@startinblox/router@0.7") -script(type="module" src="https://unpkg.com/@startinblox/component-chat@0.1") -script(type="module" src="https://unpkg.com/@startinblox/component-notifications@0.1") -script(type="module" src="https://unpkg.com/@startinblox/component-conversation@0.2") -<<<<<<< HEAD -//- script(type="module" src="https://unpkg.com/@startinblox/component-directory@0.1") -//- script(type="module" src="https://unpkg.com/@startinblox/component-job-board@0.1") -======= -script(type="module" src="https://unpkg.com/@startinblox/component-directory@0.1") -//-script(type="module" src="https://unpkg.com/@startinblox/component-job-board@0.1") ->>>>>>> ab9a27f... wip diff --git a/src/styles/_index.scss b/src/styles/_index.scss index 882e61950b03de518f3e36d18763336281a9290d..e18fd59e933dd6285337dccb26631ea3fa8e1d19 100644 --- a/src/styles/_index.scss +++ b/src/styles/_index.scss @@ -6,7 +6,6 @@ @import 'abstracts/variables'; @import 'abstracts/mixins'; @import 'components/icons/index'; -@import 'components/svg/index'; @import 'base/main'; div#viewport { diff --git a/src/styles/base/header.scss.orig b/src/styles/base/header.scss.orig deleted file mode 100644 index a3cc3fc3ff3ddd5c93f88b97410d5650b3ea403f..0000000000000000000000000000000000000000 --- a/src/styles/base/header.scss.orig +++ /dev/null @@ -1,247 +0,0 @@ -#header { - max-height: 83px; - height: 83px; - align-items: center; - background-color: $color-0-0-100; - color: $color-216-4-22; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.09); - display: flex; - flex-shrink: 0; - // padding: 1.6rem 0.64rem; - position: relative; - z-index: 1; - - > *:not(sib-widget) { - padding: 0 2.5rem; - } - - #logo { - flex: 1 1 0; - } - - #search-bar { - position: relative; - - #search-input { - border-radius: 10em; - padding: 0.64rem 1.28rem; - border: 1px solid $color-215-9-73; - height: 3.8rem; - width: 28rem; - -webkit-appearance: textfield; - - & ~ #close-search-icon, - & ~ #search-icon { - color: $color-215-9-73; - display: block; - font-size: 1.7rem; - margin: auto; - position: absolute; - right: 3.7rem; - top: 50%; - transform: translateY(-50%); - -webkit-text-stroke: 1px $color-215-9-73; - } - - & ~ #close-search-icon { - opacity: 0; - } - - &:focus { - & ~ #close-search-icon { - opacity: 1; - } - - & ~ #search-icon { - visibility: hidden; - } - } - } - } - - details { - margin-right: 2.5rem; - - summary { - - &::-moz-list-bullet { - list-style-type: none; - } - - &::-webkit-details-marker { - display: none; - } - } - } - - details { - position: relative; - - .sib-notifications__button { - @include icon('bell'); - font-size: 3rem; - - &::before { - margin-left: 0; - } - - img { - display: none; - } - - .sib-notifications__counter { - left: 2.1rem; - position: absolute; - top: -3px; - } - } - - .sib-notifications__list { - position: absolute; - right: 0; - top: 5.6rem; - } - } - - details#user-controls { - padding: 0; - -webkit-touch-callout: none; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - - summary { - padding: 18px; - cursor: pointer; - &:focus { - background-color: $color-233-18-29; - color: $color-0-0-100; - outline: none; - } - } - - #user-controls__profile { - div { - display: flex; - flex-direction: row-reverse; - - > * { - vertical-align: middle; - } - - hd-user-avatar { - align-items: center; - background-color: $color-213-20-91; - border-radius: 50%; - display: flex; - height: 4.8rem; - justify-content: center; - margin-right: 2rem; - overflow: hidden; - width: 4.8rem; - } - - img { - height: 100%; - object-fit: cover; - object-position: center; - width: 100%; - } - -<<<<<<< HEAD - object { - height: 45%; - width: 45%; - - svg { - fill: #AAA9B9; - } -======= - img[src$='alien.svg'] { - height: 45%; - width: 45%; ->>>>>>> ba372ca... need refactoring ? - } - - sib-display-value[name='first_name'] { - @include icon('arrow-down'); - align-items: center; - display: flex; - flex-direction: row-reverse; - font-size: 1.8rem; - font-weight: 600; - - &::before { - margin-left: 1.5rem; - } - } - } - } - - #user-controls__panel { - height: 0; - position: absolute; - right: 0; - z-index: 1; - width: 100%; - top: 83px; - - > nav { - background-color: $color-0-0-100; - box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.16); - position: absolute; - right: 0; - top: 0; - width: 100%; - - ul { - list-style: none; - margin: 0; - padding: 0; - - li { - - sib-link { - color: $color-213-4-50; - display: block; - border-bottom: 1px solid $color-213-20-91; - margin-right: 0; - padding: 1.6rem 1.3rem; - &:hover { - color: $color-244-73-62; - } - } - } - } - - button { - color: $color-213-4-50; - padding: 1.6rem 1.3rem; - text-align: left; - width: 100%; - } - } - } - - &[open] { - background-color: $color-233-18-29; - color: $color-0-0-100; - - #user-controls__profile { - - div { - - sib-display-value[name='first_name'] { - @include icon('close'); - - &::before { - margin-left: 1.5rem; - } - } - } - } - } - } - -} \ No newline at end of file diff --git a/src/styles/layout/job-offers/job-offers.scss.orig b/src/styles/layout/job-offers/job-offers.scss.orig deleted file mode 100644 index 3924085bf3518c30a74a483c63436ec129f27169..0000000000000000000000000000000000000000 --- a/src/styles/layout/job-offers/job-offers.scss.orig +++ /dev/null @@ -1,228 +0,0 @@ -.job-offers__container { - @extend %grid-layer; -} - -sib-job-board { - @extend %grid-layer-main; - @extend %containerV; -} - -.job-offers__newoffer { - @extend %grid-layer-links; - @extend %containerV; -} - -#job-offers { - - .plus-button { - @extend .howto; - background-color: $color-43-100-50; - color: $color-0-0-100; - font-weight: bold; - text-transform: uppercase; - cursor: pointer; - display: flex; - flex-wrap: wrap; - justify-content: center; - align-items: center; - - .icon-plus { - font-size: 20px; - justify-content: center; - margin: 0.5rem 0.5rem 0.5rem 0; - - } - } - - .job-board__list { - @extend %grid-layer; - - >sib-form { - grid-column-start: start; - grid-column-end: middle; - grid-row-start: start; - grid-row-end: middle; - } - - >div { - grid-column-start: start; - grid-column-end: end; - grid-row-start: middle; - grid-row-end: end; - - &:first-of-type { - margin-top: 5rem; - } - - >sib-display { - @include window-style-modal(); - display: block; - font-size: 1.5rem; - margin: 1.7rem 0; - - [name="offer-detail"] { - border-bottom: 1px solid $color-210-17-91; - margin: 0 2.1rem; - padding: 2.1rem 0; - - [name='user-thumb'] { - align-items: center; - display: flex; - margin: -0.25em; - - >* { - margin: 0.25em; - } - - [name='author.first_name'] { - color: $color-0-0-29; - font-weight: 600; - } - - sib-multiple[name$='groups'] { - display: flex; - - label { - display: none; - } - - >* { - @extend %user-role; - } - } - - author-avatar { - align-items: center; - background-color: $color-213-20-91; - border-radius: 50%; - display: flex; - height: 4.25rem; - justify-content: center; - margin-right: 2rem; - overflow: hidden; - width: 4.25rem; - - img { - height: 100%; - object-fit: cover; - object-position: center; - width: 100%; - } - - object { - height: 45%; - width: 45%; - } - } - } - -<<<<<<< HEAD - [name='creationDate'] { - display: block; - margin-bottom: 0.7rem; - margin-top: 2rem; -======= - author-avatar { - align-items: center; - background-color: $color-213-20-91; - border-radius: 50%; - display: flex; - height: 4.25rem; - justify-content: center; - overflow: hidden; - width: 4.25rem; - - img { - height: 50%; - object-fit: cover; - object-position: center; - width: 50%; - } - - img[src$='alien.svg'] { - height: 45%; - width: 45%; - } ->>>>>>> ba372ca... need refactoring ? - } - - [name='title'] { - @extend h3; - display: block; - font-weight: bold; - line-height: 19px; - } - - [name='description'] { - display: block; - line-height: 1.6; - margin-bottom: 1.6rem; - } - - [name='skills'] { - label { - display: none; - } - } - - author-contact { - color: $color-244-73-62; - font-size: 1.3rem; - float: right; - - >sib-link { - cursor: pointer; - @include icon('speech'); - - &::before { - font-size: 1.5rem; - margin-right: 1.2rem; - } - } - } - - [name='status'] { - float: right; - display: flex; - align-items: center; - margin: -0.25em; - - >* { - margin: 0.25em; - } - - strong { - background-color: $color-244-73-62; - border: none; - border-radius: 100em; - color: $color-0-0-100; - display: inline-block; - font-weight: normal; - padding: 0.85rem 1.7rem; - } - } - } - - .sib-conversation, - .conversation > div { - display: flex; - flex-direction: column-reverse; - } - - [name="dateCreated"] { - display: none; - } - } - } - } -} -sib-action[name='edit'] { - margin-left: auto; - color: $color-215-6-63; - - &>sib-link { - @include icon('pencil'); - font-size: 2rem; - } -} - diff --git a/src/styles/layout/members/members.scss.orig b/src/styles/layout/members/members.scss.orig deleted file mode 100644 index 68003f0088bdb2c702fbf33391a0cd1ca4caede1..0000000000000000000000000000000000000000 --- a/src/styles/layout/members/members.scss.orig +++ /dev/null @@ -1,227 +0,0 @@ -%member-info { - - sib-multiple[name^='user.'], - > member-info > div, - > sib-display-value { - display: flex; - flex-wrap: wrap; - margin-bottom: 0; - margin-top: 1.7rem; - - &::before { - color: $color-43-100-50; - padding: 0 0.6em 0 0; - } - } - - [name$='profile.city'] * { - @include mdi('atom'); - } - - [name$='email'] * { - @include mdi('email-outline'); - } - - [name$='profile.phone'] * { - @include mdi('cellphone-iphone'); - } - - [name="profile.website"]:not(:empty) { - @include mdi('link-variant'); - } -} - -member-info-groups { - @extend %user-role; -} - -#members-list { - @extend %grid-layer; - - #members-list__content { - @extend %grid-layer; - - nav { - align-items: center; - display: flex; - font-size: 2.4rem; - justify-content: center; - - button { - color: $color-210-25-95; - - &:before { - color: $color-216-4-22; - @include icon('arrow-left-circle'); - } - - &:disabled::before { - color: $color-215-6-63; - } - } - - button:nth-of-type(2) { - order: 1; - transform: rotate(180deg); - } - - span { - font-size: 2.6rem; - } - } - - & > sib-form { - grid-column-start: start; - grid-column-end: middle; - grid-row-start: start; - grid-row-end: middle; - } - - & > div, - & > nav { - display: flex; - flex-wrap: wrap; - grid-column-start: start; - grid-column-end: end; - margin-bottom: 1.7rem; - } - - & > div { - justify-content: space-between; - - &:first-of-type { - color: $color-0-0-29; - font-weight: bold; - justify-content: center; - margin: 3.75rem 0; - position: relative; - - &::before { - border-top: 1px solid $color-0-0-85; - bottom: 0; - content: ''; - left: 0; - margin: 0 auto; - position: absolute; - right: 0; - top: 50%; - width: 100%; - z-index: -1; - } - - span { - background-color: $color-210-25-95; - padding: 0 60px; - } - } - - > sib-display { - background-color: white; - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.14); - color: $color-210-4-50; - cursor: pointer; - display: flex; - flex-flow: column wrap; - margin-bottom: 2.5rem; - padding-bottom: 2rem; - @media(min-width: 56rem) { - width: 32%; - } - - label { - display: none; - } - - sib-multiple[name$='groups'] { - align-items: flex-start; - display: flex; - justify-content: flex-end; - min-height: 3.4rem; - padding-left: 2.6rem; - padding-right: 2.6rem; - padding-top: 1.3rem; - - > * { - margin: 0.3rem; - } - } - - div[name='header'] { - border-bottom: 1px solid $color-210-25-95; - display: flex; - flex-direction: column; - padding: 0.85rem 0 3.4rem; - - >*:not(member-picture) { - display: flex; - flex-basis: content; - justify-content: center; - } - - member-picture { - align-items: center; - background-color: $color-213-20-91; - border-radius: 50%; - display: flex; - height: 28vh; - justify-content: center; - margin: 1.7rem auto; - overflow: hidden; - width: 28vh; - - img { - height: 100%; - object-fit: cover; - object-position: center; - width: 100%; - } - -<<<<<<< HEAD - object { -======= - img[src$='alien.svg'] { ->>>>>>> ba372ca... need refactoring ? - height: 45%; - width: 45%; - } - } - - [name='name'] { - margin: 0.67em 0; - } - - sib-display-value[name$='bio'] { - display: flex; - flex-basis: 3.5em; - line-height: 1.6; - margin: 2.5rem 0; - padding: 0 6.8rem; - text-align: center; - } - - [next=messages] { - align-self: center; - border: 1px solid $color-244-73-62; - border-radius: 3.4rem; - color: $color-244-73-62; - font-size: 1.8rem; - font-weight: bold; - padding: 1rem 2.55rem 0.7rem; - @include icon('speech'); - - &::before { - font-size: 2.5rem; - padding-right: 0.85rem; - } - } - } - - div[name='infos'] { - padding: 0 1.7rem; - - @extend %member-info; - } - } - } - } -} diff --git a/src/templates/hd-user-avatar.pug.orig b/src/templates/hd-user-avatar.pug.orig deleted file mode 100644 index 61842a8713b2fdf9000a62c853b87391654be859..0000000000000000000000000000000000000000 --- a/src/templates/hd-user-avatar.pug.orig +++ /dev/null @@ -1,7 +0,0 @@ -sib-widget(name='hd-user-avatar') -<<<<<<< HEAD - template ${value ? `<img src="${value}" style="max-width:100%; max-height: 100%;" />` : `<object type="image/svg+xml" data="/images/alien.svg")></object>`} -======= - template - img(name="${name}",src="\${value || '/images/alien.svg'}",style="max-width:100%; max-height: 100%;") ->>>>>>> ba372ca... need refactoring ? diff --git a/www/images/alien.jpg b/www/images/alien.jpg deleted file mode 100644 index c6277a19d92d65b7f0ace44255ed37d949991179..0000000000000000000000000000000000000000 Binary files a/www/images/alien.jpg and /dev/null differ diff --git a/www/images/alien.svg.orig b/www/images/alien.svg.orig deleted file mode 100644 index 6268324dd2205dae8fbcdc20ff50de30e05a4a83..0000000000000000000000000000000000000000 --- a/www/images/alien.svg.orig +++ /dev/null @@ -1,111 +0,0 @@ -<<<<<<< HEAD -<svg class="alien" fill="#AAA9B9" width="135.47mm" height="135.51mm" version="1.1" viewBox="0 0 135.47 135.51" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> - <metadata> - <rdf:RDF> - <cc:Work rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> - <dc:title/> - </cc:Work> - </rdf:RDF> - </metadata> - <g transform="translate(-38.096 -81.081)"> - <g transform="matrix(.26458 0 0 .26458 38.081 81.081)"> - <path d="m179.41 71.671c23.202-13.388 49.715-20.471 76.664-20.471 26.982 0 53.513 7.1 76.732 20.514 1.348 0.785 2.816 1.152 4.267 1.152 2.953 0 5.82-1.536 7.398-4.267 2.364-4.079 0.964-9.301-3.115-11.657-25.813-14.925-55.296-22.81-85.282-22.81-29.943 0-59.4 7.868-85.197 22.758-4.087 2.355-5.487 7.578-3.132 11.657 2.364 4.08 7.586 5.471 11.665 3.124z"/> - <path d="m256.07 187.73c-9.412 0-17.067 7.654-17.067 17.067 0 9.412 7.654 17.067 17.067 17.067 9.412 0 17.067-7.654 17.067-17.067-1e-3 -9.412-7.655-17.067-17.067-17.067z"/> - <path d="m329.97 162.13c-2.355-4.087-7.586-5.495-11.665-3.123l-7.936 4.582c-3.755-4.932-8.158-9.335-13.09-13.09l4.582-7.945c2.364-4.079 0.964-9.301-3.123-11.656-4.079-2.355-9.301-0.956-11.656 3.123l-4.531 7.851c-5.641-2.372-11.674-3.959-17.946-4.753v-9.122c0-4.71-3.814-8.533-8.533-8.533s-8.533 3.823-8.533 8.533v9.122c-6.272 0.794-12.305 2.381-17.946 4.753l-4.531-7.851c-2.364-4.087-7.586-5.487-11.657-3.132-4.087 2.364-5.487 7.578-3.123 11.665l4.582 7.945c-4.932 3.755-9.336 8.149-13.09 13.09l-7.945-4.591c-4.079-2.364-9.301-0.956-11.657 3.132-2.364 4.079-0.956 9.293 3.123 11.656l7.859 4.531c-3.439 8.149-5.35 17.092-5.35 26.479 0 37.641 30.626 68.267 68.267 68.267s68.267-30.626 68.267-68.267c0-9.378-1.911-18.321-5.342-26.47l7.859-4.54c4.071-2.363 5.479-7.577 3.115-11.656zm-73.898 93.867c-28.237 0-51.2-22.963-51.2-51.2s22.963-51.2 51.2-51.2 51.2 22.963 51.2 51.2-22.964 51.2-51.2 51.2z"/> - <path d="m510.9 451.96c-2.295-8.585-7.723-15.795-15.317-20.378l-47.027-37.606c-0.222-0.145-21.82-14.967-21.82-35.575v-153.6c0-46.541-18.97-90.863-52.335-122.98l32.862-33.169c3.328 1.587 7.006 2.551 10.94 2.551 14.114 0 25.6-11.486 25.6-25.6s-11.486-25.6-25.6-25.6-25.6 11.486-25.6 25.6c0 3.951 0.973 7.654 2.586 11l-39.159 39.518c-1.664 1.681-2.56 3.977-2.466 6.34 0.094 2.355 1.161 4.574 2.944 6.118 33.783 29.235 53.163 71.595 53.163 116.22v153.6c0 29.824 28.203 48.964 28.8 49.331l46.925 37.555c0.341 0.273 0.691 0.512 1.067 0.734 3.951 2.278 6.775 5.956 7.962 10.359 1.178 4.403 0.572 9.003-1.715 12.945-4.702 8.166-15.155 10.957-23.142 6.349l-106.66-64.827c-3.234-1.963-7.356-1.579-10.155 0.947s-3.61 6.588-1.988 9.993l22.545 47.548c2.372 4.087 3.14 9.003 2.133 13.491-0.998 4.429-3.618 8.064-7.373 10.232-8.875 5.12-19.396 9e-3 -24.499-6.98l-46.165-72.525c-1.929-3.012-5.504-4.506-9.003-3.763-3.49 0.759-6.144 3.601-6.647 7.134l-8.533 59.733c-0.06 0.401-0.085 0.811-0.085 1.212 0 9.412-7.654 17.067-17.067 17.067-9.412 0-17.067-7.654-17.067-17.067 0-0.401-0.026-0.811-0.085-1.212l-8.533-59.733c-0.503-3.533-3.157-6.383-6.647-7.134-3.516-0.751-7.091 0.751-9.003 3.772l-45.815 72.124c-6.135 8.516-17.545 11.742-25.378 7.194-4.292-2.475-6.067-6.238-6.793-8.96-1.271-4.719-0.478-10.027 2.483-15.223l21.76-46.225c1.613-3.405 0.794-7.45-1.997-9.976-2.79-2.517-6.912-2.91-10.121-0.964l-106.13 64.04c-8.149 4.685-18.611 1.911-23.313-6.238-2.287-3.951-2.893-8.55-1.715-12.954 1.186-4.403 4.011-8.081 7.962-10.359 0.367-0.213 0.717-0.461 1.05-0.725l46.541-37.146c1.195-0.802 29.201-19.942 29.201-49.749v-153.6c0-44.809 19.507-87.287 53.513-116.52 1.801-1.545 2.876-3.78 2.961-6.161 0.094-2.381-0.828-4.685-2.509-6.357l-39.45-39.219c1.596-3.328 2.552-7.014 2.552-10.94 0-14.114-11.486-25.6-25.6-25.6s-25.6 11.486-25.6 25.6 11.486 25.6 25.6 25.6c3.951 0 7.646-0.973 10.991-2.577l33.109 32.905c-33.562 32.137-52.634 76.561-52.634 123.27v153.6c0 20.625-21.453 35.447-22.212 35.994l-46.626 37.188c-7.595 4.582-13.03 11.793-15.326 20.378-2.372 8.806-1.152 18.014 3.405 25.907 9.412 16.299 30.336 21.897 46.78 12.407l82.15-49.579-9.446 20.096c-4.881 8.439-6.289 18.483-3.866 27.546 2.21 8.243 7.441 15.113 14.746 19.319 15.488 8.96 36.497 3.686 48.034-12.416l33.715-53.043 5.188 36.318c0.34 18.525 15.521 33.484 34.124 33.484s33.783-14.959 34.125-33.485l5.188-36.352 34.091 53.521c7.723 10.615 19.396 16.461 30.899 16.461 5.615 0 11.187-1.391 16.23-4.309 7.936-4.582 13.431-12.134 15.488-21.274 1.971-8.747 0.546-17.903-3.678-25.156l-10.035-21.188 82.483 50.142c16.29 9.395 37.222 3.806 46.635-12.493 4.556-7.902 5.777-17.101 3.404-25.908zm-92.697-434.89c4.71 0 8.533 3.831 8.533 8.533s-3.823 8.533-8.533 8.533c-2.278 0-4.318-0.922-5.845-2.372-0.06-0.068-0.077-0.154-0.145-0.222-0.06-0.06-0.137-0.068-0.188-0.119-1.442-1.536-2.355-3.558-2.355-5.82 0-4.702 3.822-8.533 8.533-8.533zm-317.93 14.114c-0.145 0.12-0.333 0.171-0.469 0.307-0.136 0.137-0.179 0.316-0.307 0.461-1.493 1.314-3.413 2.185-5.564 2.185-4.71 0-8.533-3.831-8.533-8.533s3.823-8.533 8.533-8.533 8.533 3.831 8.533 8.533c1e-3 2.149-0.878 4.078-2.193 5.58z"/> - <path d="m154.89 311.36c-2.423 4.036-1.109 9.276 2.918 11.691 1.826 1.101 45.303 26.82 98.261 26.82s96.435-25.719 98.261-26.82c4.028-2.415 5.342-7.654 2.918-11.691-2.406-4.036-7.629-5.367-11.699-2.944-0.41 0.239-41.387 24.388-89.481 24.388s-89.071-24.149-89.481-24.388c-4.068-2.424-9.282-1.093-11.697 2.944z"/> - </g> - </g> -======= -<?xml version="1.0" encoding="iso-8859-1"?> -<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> -<svg fill="#AAA9B9" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" - viewBox="0 0 512.145 512.145" style="enable-background:new 0 0 512.145 512.145;" xml:space="preserve"> -<g> - <g> - <g> - <path d="M179.409,71.671C202.611,58.283,229.124,51.2,256.073,51.2c26.982,0,53.513,7.1,76.732,20.514 - c1.348,0.785,2.816,1.152,4.267,1.152c2.953,0,5.82-1.536,7.398-4.267c2.364-4.079,0.964-9.301-3.115-11.657 - c-25.813-14.925-55.296-22.81-85.282-22.81c-29.943,0-59.4,7.868-85.197,22.758c-4.087,2.355-5.487,7.578-3.132,11.657 - C170.108,72.627,175.33,74.018,179.409,71.671z"/> - <path d="M256.073,187.733c-9.412,0-17.067,7.654-17.067,17.067c0,9.412,7.654,17.067,17.067,17.067 - c9.412,0,17.067-7.654,17.067-17.067C273.139,195.388,265.485,187.733,256.073,187.733z"/> - <path d="M329.971,162.133c-2.355-4.087-7.586-5.495-11.665-3.123l-7.936,4.582c-3.755-4.932-8.158-9.335-13.09-13.09l4.582-7.945 - c2.364-4.079,0.964-9.301-3.123-11.656c-4.079-2.355-9.301-0.956-11.656,3.123l-4.531,7.851 - c-5.641-2.372-11.674-3.959-17.946-4.753V128c0-4.71-3.814-8.533-8.533-8.533c-4.719,0-8.533,3.823-8.533,8.533v9.122 - c-6.272,0.794-12.305,2.381-17.946,4.753l-4.531-7.851c-2.364-4.087-7.586-5.487-11.657-3.132 - c-4.087,2.364-5.487,7.578-3.123,11.665l4.582,7.945c-4.932,3.755-9.336,8.149-13.09,13.09l-7.945-4.591 - c-4.079-2.364-9.301-0.956-11.657,3.132c-2.364,4.079-0.956,9.293,3.123,11.656l7.859,4.531 - c-3.439,8.149-5.35,17.092-5.35,26.479c0,37.641,30.626,68.267,68.267,68.267c37.641,0,68.267-30.626,68.267-68.267 - c0-9.378-1.911-18.321-5.342-26.47l7.859-4.54C330.927,171.426,332.335,166.212,329.971,162.133z M256.073,256 - c-28.237,0-51.2-22.963-51.2-51.2c0-28.237,22.963-51.2,51.2-51.2s51.2,22.963,51.2,51.2 - C307.273,233.037,284.309,256,256.073,256z"/> - <path d="M510.903,451.959c-2.295-8.585-7.723-15.795-15.317-20.378l-47.027-37.606c-0.222-0.145-21.82-14.967-21.82-35.575V204.8 - c0-46.541-18.97-90.863-52.335-122.982l32.862-33.169c3.328,1.587,7.006,2.551,10.94,2.551c14.114,0,25.6-11.486,25.6-25.6 - S432.32,0,418.206,0s-25.6,11.486-25.6,25.6c0,3.951,0.973,7.654,2.586,11l-39.159,39.518c-1.664,1.681-2.56,3.977-2.466,6.34 - c0.094,2.355,1.161,4.574,2.944,6.118c33.783,29.235,53.163,71.595,53.163,116.224v153.6c0,29.824,28.203,48.964,28.8,49.331 - l46.925,37.555c0.341,0.273,0.691,0.512,1.067,0.734c3.951,2.278,6.775,5.956,7.962,10.359c1.178,4.403,0.572,9.003-1.715,12.945 - c-4.702,8.166-15.155,10.957-23.142,6.349L362.91,410.846c-3.234-1.963-7.356-1.579-10.155,0.947 - c-2.799,2.526-3.61,6.588-1.988,9.993l22.545,47.548c2.372,4.087,3.14,9.003,2.133,13.491c-0.998,4.429-3.618,8.064-7.373,10.232 - c-8.875,5.12-19.396,0.009-24.499-6.98l-46.165-72.525c-1.929-3.012-5.504-4.506-9.003-3.763 - c-3.49,0.759-6.144,3.601-6.647,7.134l-8.533,59.733c-0.06,0.401-0.085,0.811-0.085,1.212c0,9.412-7.654,17.067-17.067,17.067 - c-9.412,0-17.067-7.654-17.067-17.067c0-0.401-0.026-0.811-0.085-1.212l-8.533-59.733c-0.503-3.533-3.157-6.383-6.647-7.134 - c-3.516-0.751-7.091,0.751-9.003,3.772l-45.815,72.124c-6.135,8.516-17.545,11.742-25.378,7.194 - c-4.292-2.475-6.067-6.238-6.793-8.96c-1.271-4.719-0.478-10.027,2.483-15.223l21.76-46.225c1.613-3.405,0.794-7.45-1.997-9.976 - c-2.79-2.517-6.912-2.91-10.121-0.964L42.748,475.571c-8.149,4.685-18.611,1.911-23.313-6.238 - c-2.287-3.951-2.893-8.55-1.715-12.954c1.186-4.403,4.011-8.081,7.962-10.359c0.367-0.213,0.717-0.461,1.05-0.725l46.541-37.146 - c1.195-0.802,29.201-19.942,29.201-49.749V204.8c0-44.809,19.507-87.287,53.513-116.523c1.801-1.545,2.876-3.78,2.961-6.161 - c0.094-2.381-0.828-4.685-2.509-6.357l-39.45-39.219c1.596-3.328,2.552-7.014,2.552-10.94c0-14.114-11.486-25.6-25.6-25.6 - s-25.6,11.486-25.6,25.6s11.486,25.6,25.6,25.6c3.951,0,7.646-0.973,10.991-2.577l33.109,32.905 - c-33.562,32.137-52.634,76.561-52.634,123.273v153.6c0,20.625-21.453,35.447-22.212,35.994l-46.626,37.188 - c-7.595,4.582-13.03,11.793-15.326,20.378c-2.372,8.806-1.152,18.014,3.405,25.907c9.412,16.299,30.336,21.897,46.78,12.407 - l82.15-49.579l-9.446,20.096c-4.881,8.439-6.289,18.483-3.866,27.546c2.21,8.243,7.441,15.113,14.746,19.319 - c15.488,8.96,36.497,3.686,48.034-12.416l33.715-53.043l5.188,36.318C222.289,497.041,237.47,512,256.073,512 - s33.783-14.959,34.125-33.485l5.188-36.352l34.091,53.521c7.723,10.615,19.396,16.461,30.899,16.461 - c5.615,0,11.187-1.391,16.23-4.309c7.936-4.582,13.431-12.134,15.488-21.274c1.971-8.747,0.546-17.903-3.678-25.156 - l-10.035-21.188l82.483,50.142c16.29,9.395,37.222,3.806,46.635-12.493C512.055,469.965,513.276,460.766,510.903,451.959z - M418.206,17.067c4.71,0,8.533,3.831,8.533,8.533c0,4.702-3.823,8.533-8.533,8.533c-2.278,0-4.318-0.922-5.845-2.372 - c-0.06-0.068-0.077-0.154-0.145-0.222c-0.06-0.06-0.137-0.068-0.188-0.119c-1.442-1.536-2.355-3.558-2.355-5.82 - C409.673,20.898,413.495,17.067,418.206,17.067z M100.279,31.181c-0.145,0.12-0.333,0.171-0.469,0.307 - c-0.136,0.137-0.179,0.316-0.307,0.461c-1.493,1.314-3.413,2.185-5.564,2.185c-4.71,0-8.533-3.831-8.533-8.533 - c0-4.702,3.823-8.533,8.533-8.533s8.533,3.831,8.533,8.533C102.473,27.75,101.594,29.679,100.279,31.181z"/> - <path d="M154.893,311.356c-2.423,4.036-1.109,9.276,2.918,11.691c1.826,1.101,45.303,26.82,98.261,26.82 - s96.435-25.719,98.261-26.82c4.028-2.415,5.342-7.654,2.918-11.691c-2.406-4.036-7.629-5.367-11.699-2.944 - c-0.41,0.239-41.387,24.388-89.481,24.388s-89.071-24.149-89.481-24.388C162.522,305.988,157.308,307.319,154.893,311.356z"/> - </g> - </g> -</g> -<g> -</g> -<g> -</g> -<g> -</g> -<g> -</g> -<g> -</g> -<g> -</g> -<g> -</g> -<g> -</g> -<g> -</g> -<g> -</g> -<g> -</g> -<g> -</g> -<g> -</g> -<g> -</g> -<g> -</g> ->>>>>>> ba372ca... need refactoring ? -</svg>