Sure. http://konekretouch.com
Logo link should point to https://www.konekretouch.com/work
And here's the code:
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script>$(document).ready(function () {
$(".logo-image [href]").attr("href", "https://www.konekretouch.com/work");
});
</script>
Thanks!