File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,11 @@ $(function() {
30
30
zoom : 0
31
31
} ) ;
32
32
33
+ $ ( '.turquoise' ) . hoverZoom ( {
34
+ overlayColor : '#186784' ,
35
+ zoom : 0
36
+ } ) ;
37
+
33
38
/* USAGE
34
39
35
40
$('#pink').hoverZoom({
Original file line number Diff line number Diff line change @@ -72,29 +72,29 @@ <h1>Hi, I'm Joyce!</h1>
72
72
< div class ="container pt " id ="work ">
73
73
< div class ="row mt centered ">
74
74
< div class ="col-lg-4 ">
75
- < a class ="zoom asphalt " href ="signal.html "> < img class ="img-responsive " src ="assets/img/portfolio/port01.jpg " alt ="" /> </ a >
75
+ < a class ="zoom turquoise " href ="signal.html "> < img class ="img-responsive " src ="assets/img/portfolio/port01.jpg " alt ="" /> </ a >
76
76
< p > < h4 > SIGNAL</ h4 > </ p >
77
77
</ div >
78
78
< div class ="col-lg-4 ">
79
- < a class ="zoom asphalt " href ="jukebox.html "> < img class ="img-responsive " src ="assets/img/portfolio/port02.jpg " alt ="" /> </ a >
79
+ < a class ="zoom turquoise " href ="jukebox.html "> < img class ="img-responsive " src ="assets/img/portfolio/port02.jpg " alt ="" /> </ a >
80
80
< p > < h4 > JUKEBOX</ h4 > </ p >
81
81
</ div >
82
82
< div class ="col-lg-4 ">
83
- < a class ="zoom asphalt " href ="kindling.html "> < img class ="img-responsive " src ="assets/img/portfolio/port03.jpg " alt ="" /> </ a >
83
+ < a class ="zoom turquoise " href ="kindling.html "> < img class ="img-responsive " src ="assets/img/portfolio/port03.jpg " alt ="" /> </ a >
84
84
< p > < h4 > KINDLING</ h4 > </ p >
85
85
</ div >
86
86
</ div > <!-- /row -->
87
87
< div class ="row mt centered ">
88
88
< div class ="col-lg-4 ">
89
- < a class ="zoom asphalt " href ="bitcash.html "> < img class ="img-responsive " src ="assets/img/portfolio/port04.jpg " alt ="" /> </ a >
89
+ < a class ="zoom turquoise " href ="bitcash.html "> < img class ="img-responsive " src ="assets/img/portfolio/port04.jpg " alt ="" /> </ a >
90
90
< p > < h4 > BITCASH</ h4 > </ p >
91
91
</ div >
92
92
< div class ="col-lg-4 ">
93
- < a class ="zoom asphalt " href ="composerorpasta.html "> < img class ="img-responsive bordered " src ="assets/img/portfolio/port05.jpg " alt ="" /> </ a >
93
+ < a class ="zoom turquoise " href ="composerorpasta.html "> < img class ="img-responsive bordered " src ="assets/img/portfolio/port05.jpg " alt ="" /> </ a >
94
94
< p > < h4 > COMPOSER OR PASTA</ h4 > </ p >
95
95
</ div >
96
96
< div class ="col-lg-4 ">
97
- < a id ="recursion " class ="zoom asphalt " href ="index.html "> < img class ="img-responsive " src ="assets/img/portfolio/port06.jpg " alt ="" /> </ a >
97
+ < a id ="recursion " class ="zoom turquoise " href ="index.html "> < img class ="img-responsive " src ="assets/img/portfolio/port06.jpg " alt ="" /> </ a >
98
98
< p > < h4 > MY PORTFOLIO</ h4 > </ p >
99
99
</ div >
100
100
</ div > <!-- /row -->
You can’t perform that action at this time.
0 commit comments