Skip to content

Commit 21f9928

Browse files
committed
Design links
1 parent fd5b48c commit 21f9928

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

assets/js/custom.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@
88
jQuery("a[data-rel^='prettyPhoto']").prettyPhoto({animationSpeed:'slow',theme:'light_square',slideshow:false,overlay_gallery: false,social_tools:false,deeplinking:false});
99
});
1010

11-
$("#keviveks_blog").on("click", function() {
11+
$("#keviveks-blog").on("click", function() {
1212
window.open("https://keviveks.wordpress.com", '_blank');
1313
});
14+
15+
$("#keviveks-web-designs").on("click", function() {
16+
window.open("http://codepen.io/keviveks/", '_blank');
17+
});
1418
})(jQuery);
1519

1620
// animate function on head

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
animation: blinking 1.2s infinite;
4242
}
4343

44-
#keviveks_blog:hover { cursor: pointer; cursor: hand; }
44+
#keviveks-blog:hover { cursor: pointer; cursor: hand; }
45+
#keviveks-web-designs:hover { cursor: pointer; cursor: hand; }
4546
</style>
4647
</head>
4748

@@ -59,7 +60,7 @@ <h1 id="head-lines">Hi, I'm <b>Vivek S</b><br/>
5960
</div>
6061
</div>
6162

62-
<div class="row mt">
63+
<div class="row mt" id="keviveks-web-designs">
6364
<div class="col-sm-4">
6465
<i class="ion-ios7-monitor-outline"></i>
6566
<h3>Web Designs</h3>
@@ -70,7 +71,7 @@ <h3>Web Designs</h3>
7071
<h3>Tutorials</h3>
7172
</div>
7273

73-
<div class="col-sm-4" id="keviveks_blog">
74+
<div class="col-sm-4" id="keviveks-blog">
7475
<i class="ion-ios7-copy-outline"></i>
7576
<h3>Blogs</h3>
7677
</div>

0 commit comments

Comments
 (0)