Skip to content

Commit

Permalink
Remove broken mailto link
Browse files Browse the repository at this point in the history
  • Loading branch information
shawn-crigger committed Feb 29, 2020
1 parent f5d2b7e commit 09a3992
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 27 deletions.
26 changes: 2 additions & 24 deletions public/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -2199,6 +2199,8 @@ Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
//
//
//
//
//



Expand Down Expand Up @@ -47201,30 +47203,6 @@ var staticRenderFns = [
])
]
)
]),
_vm._v(" "),
_c("li", [
_c(
"a",
{
staticClass: "email",
attrs: {
href:
"mailto:ithippyshaw%6E@gmai%6C.com",
target: "_blank"
}
},
[
_c("span", [
_c("i", {
staticClass:
"fa fa-envelope-open-o fa-stack-1x fa-inverse"
})
]),
_vm._v(" "),
_c("span", [_vm._v("[email protected]")])
]
)
])
])
]),
Expand Down
2 changes: 1 addition & 1 deletion public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"/js/app.js": "/js/app.js?id=cf090f8cb8735f3312ca",
"/js/app.js": "/js/app.js?id=9abf8a6e4e42fdcea68f",
"/css/app.css": "/css/app.css?id=e6ac86565a511cdd9af2"
}
6 changes: 4 additions & 2 deletions resources/assets/scripts/pages/Contact.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,14 @@
<span>https://www.upwork.com/o/profiles/users/_~012c863ad135fdb85f/k</span>
</a>
</li>
<!--
<li>
<a href='mail&#116;o&#58;it&#104;&#105;ppy&#115;&#104;aw%&#54;E&#64;gmai&#37;6C&#46;co&#109;' class="email" target="_blank">
<a href="#" href="javascript:window.location.href = 'mailto:' + ['ithippyshawn','gmail.com'].join('@')" class="email" target="_blank">
<span><i class="fa fa-envelope-open-o fa-stack-1x fa-inverse"></i></span>
<span>ithip&#112;&#121;s&#104;aw&#110;&#64;gma&#105;l&#46;co&#109;</span>
<span>[email protected]</span>
</a>
</li>
-->
</ul>
</div>
<div class="list-group-item">
Expand Down

0 comments on commit 09a3992

Please sign in to comment.