Skip to content

Commit 6f4c4f9

Browse files
authored
Merge pull request #45 from ryanto/remove-google-plus
Remove google plus link
2 parents 2c6d37e + c09c061 commit 6f4c4f9

File tree

3 files changed

+60
-34
lines changed

3 files changed

+60
-34
lines changed

addon/templates/components/es-footer.hbs

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -82,38 +82,6 @@
8282
</g>
8383
</svg>
8484
</a>
85-
<a href="https://plus.google.com/communities/106387049790387471205" title="Google+">
86-
<svg
87-
xmlns:dc="http://purl.org/dc/elements/1.1/"
88-
xmlns:cc="http://creativecommons.org/ns#"
89-
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
90-
xmlns:svg="http://www.w3.org/2000/svg"
91-
xmlns="http://www.w3.org/2000/svg"
92-
version="1.1"
93-
id="svg4169"
94-
viewBox="0 0 1500 1000">
95-
<defs
96-
id="defs4171" />
97-
<metadata
98-
id="metadata4174">
99-
<rdf:RDF>
100-
<cc:Work
101-
rdf:about="">
102-
<dc:format>image/svg+xml</dc:format>
103-
<dc:type
104-
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
105-
<dc:title></dc:title>
106-
</cc:Work>
107-
</rdf:RDF>
108-
</metadata>
109-
<g
110-
id="layer1">
111-
<path
112-
id="path4717"
113-
d="m 909,508.99057 q 0,117 -49,207 -49,90 -138,142 -89,52 -206,51 -83,0 -159,-32 -76,-32 -131,-87 -55,-55 -87,-131 -32,-76 -32,-159 0,-83 32,-159 32,-76 87,-131 55,-55 131,-87 76,-32.000003 159,-32.000003 160,0 274,107.000003 l -111,107 q -65,-63 -163,-63 -69,0 -127,34 -58,34 -92,94 -34,60 -34,130 0,70 34,130 34,60 92,94 58,34 127,34 46,0 85,-13 39,-13 64,-32 25,-19 44,-43 19,-24 27,-47 8,-23 12,-41 l -232,0 0,-141 386,0 q 7,36 7,68 z m 484,-68 0,118 -117,0 0,116 -117,0 0,-116 -117,0 0,-118 117,0 0,-116 117,0 0,116 117,0 z" />
114-
</g>
115-
</svg>
116-
</a>
11785
</div>
11886
</div>
11987

tests/integration/components/es-footer-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test('it renders', function(assert) {
1414
const footerStyle = window.getComputedStyle(footer, null);
1515
const footerBgColor = footerStyle.getPropertyValue('background-color');
1616

17-
assert.equal(footerSocialLinks.length, 3, 'social links are loading');
17+
assert.equal(footerSocialLinks.length, 2, 'social links are loading');
1818
assert.equal(footerContribtuionsLinks.length, 2, 'contributors links are loading');
1919
assert.equal(footerBgColor, 'rgb(242, 236, 233)', 'background color is rendering');
2020
});

yarn.lock

Lines changed: 59 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@ acorn@^5.2.1, acorn@^5.4.0:
138138
version "5.4.1"
139139
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.4.1.tgz#fdc58d9d17f4a4e98d102ded826a9b9759125102"
140140

141+
acorn@^5.5.0:
142+
version "5.5.3"
143+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.5.3.tgz#f473dd47e0277a08e28e9bec5aeeb04751f0b8c9"
144+
141145
142146
version "0.8.1"
143147
resolved "https://registry.yarnpkg.com/after/-/after-0.8.1.tgz#ab5d4fb883f596816d3515f8f791c0af486dd627"
@@ -3524,13 +3528,63 @@ eslint@^4.0.0:
35243528
table "^4.0.1"
35253529
text-table "~0.2.0"
35263530

3531+
eslint@^4.18.1:
3532+
version "4.19.1"
3533+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.19.1.tgz#32d1d653e1d90408854bfb296f076ec7e186a300"
3534+
dependencies:
3535+
ajv "^5.3.0"
3536+
babel-code-frame "^6.22.0"
3537+
chalk "^2.1.0"
3538+
concat-stream "^1.6.0"
3539+
cross-spawn "^5.1.0"
3540+
debug "^3.1.0"
3541+
doctrine "^2.1.0"
3542+
eslint-scope "^3.7.1"
3543+
eslint-visitor-keys "^1.0.0"
3544+
espree "^3.5.4"
3545+
esquery "^1.0.0"
3546+
esutils "^2.0.2"
3547+
file-entry-cache "^2.0.0"
3548+
functional-red-black-tree "^1.0.1"
3549+
glob "^7.1.2"
3550+
globals "^11.0.1"
3551+
ignore "^3.3.3"
3552+
imurmurhash "^0.1.4"
3553+
inquirer "^3.0.6"
3554+
is-resolvable "^1.0.0"
3555+
js-yaml "^3.9.1"
3556+
json-stable-stringify-without-jsonify "^1.0.1"
3557+
levn "^0.3.0"
3558+
lodash "^4.17.4"
3559+
minimatch "^3.0.2"
3560+
mkdirp "^0.5.1"
3561+
natural-compare "^1.4.0"
3562+
optionator "^0.8.2"
3563+
path-is-inside "^1.0.2"
3564+
pluralize "^7.0.0"
3565+
progress "^2.0.0"
3566+
regexpp "^1.0.1"
3567+
require-uncached "^1.0.3"
3568+
semver "^5.3.0"
3569+
strip-ansi "^4.0.0"
3570+
strip-json-comments "~2.0.1"
3571+
table "4.0.2"
3572+
text-table "~0.2.0"
3573+
35273574
espree@^3.5.2:
35283575
version "3.5.3"
35293576
resolved "https://registry.yarnpkg.com/espree/-/espree-3.5.3.tgz#931e0af64e7fbbed26b050a29daad1fc64799fa6"
35303577
dependencies:
35313578
acorn "^5.4.0"
35323579
acorn-jsx "^3.0.0"
35333580

3581+
espree@^3.5.4:
3582+
version "3.5.4"
3583+
resolved "https://registry.yarnpkg.com/espree/-/espree-3.5.4.tgz#b0f447187c8a8bed944b815a660bddf5deb5d1a7"
3584+
dependencies:
3585+
acorn "^5.5.0"
3586+
acorn-jsx "^3.0.0"
3587+
35343588
esprima-fb@~15001.1001.0-dev-harmony-fb:
35353589
version "15001.1001.0-dev-harmony-fb"
35363590
resolved "https://registry.yarnpkg.com/esprima-fb/-/esprima-fb-15001.1001.0-dev-harmony-fb.tgz#43beb57ec26e8cf237d3dd8b33e42533577f2659"
@@ -7014,6 +7068,10 @@ regex-not@^1.0.0:
70147068
dependencies:
70157069
extend-shallow "^2.0.1"
70167070

7071+
regexpp@^1.0.1:
7072+
version "1.1.0"
7073+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-1.1.0.tgz#0e3516dd0b7904f413d2d4193dce4618c3a689ab"
7074+
70177075
regexpu-core@^2.0.0:
70187076
version "2.0.0"
70197077
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-2.0.0.tgz#49d038837b8dcf8bfa5b9a42139938e6ea2ae240"
@@ -8089,7 +8147,7 @@ synesthesia@^1.0.1:
80898147
dependencies:
80908148
css-color-names "0.0.3"
80918149

8092-
table@^4.0.1:
8150+
table@4.0.2, table@^4.0.1:
80938151
version "4.0.2"
80948152
resolved "https://registry.yarnpkg.com/table/-/table-4.0.2.tgz#a33447375391e766ad34d3486e6e2aedc84d2e36"
80958153
dependencies:

0 commit comments

Comments
 (0)