completely changing this to consulting site

This commit is contained in:
talksik
2019-10-12 14:04:52 -07:00
parent 6bfe8956ff
commit 6463968023
14 changed files with 312 additions and 716 deletions
+1 -19
View File
@@ -42,22 +42,4 @@
side: 'right'
});
$('#readBlog').on("click", function() {
window.location = "http://arjunpatel.me/blog.html";
});
// $('.readMore').on("click", function() {
// var whichBlog = $(this).attr('id');
// console.log("Loading vlog: " + whichBlog);
// window.location = "http://arjunpatel.me/blogs/" + whichBlog + ".html";
// });
//
// $('#goToMain').on("click", function() {
// window.location = "http://arjunpatel.me/index.html";
// });
//
// $('#goToBlogs').on("click", function() {
// window.location = "http://arjunpatel.me/blog.html";
// });
})(jQuery);
})(jQuery);