File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed
Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 5252{
5353 font-size : 130% ;
5454 font-family : 'Electrolize' , sans-serif;
55+ }
56+ .slider
57+ {
58+ width : 150% ;
59+ height : 160% ;
5560}
Original file line number Diff line number Diff line change @@ -155,11 +155,11 @@ <h2 class="header">Experience</h2>
155155 < div class ="container ">
156156 < h2 class ="header "> Projects</ h2 >
157157 < div class ="carousel " style ="margin-top: -10%;margin-bottom: -10%; ">
158- < a class ="carousel-item " href ="#one! "> < img src ="img/slider-1.PNG ">
159- < a class ="carousel-item " href ="#two! "> < img src ="img/slider-2.PNG ">
160- < a class ="carousel-item " href ="#three! "> < img src ="img/slider-3.PNG "> </ a >
161- < a class ="carousel-item " href ="#four! "> < img src ="img/slider-4.PNG "> </ a >
162- < a class ="carousel-item " href ="#five! "> < img src ="img/slider-5.PNG "> </ a >
158+ < a class ="carousel-item " href ="#one! "> < img src ="img/slider-1.PNG " class =" materialboxed slider " >
159+ < a class ="carousel-item " href ="#two! "> < img src ="img/slider-2.PNG " class =" materialboxed slider " >
160+ < a class ="carousel-item " href ="#three! "> < img src ="img/slider-3.PNG " class =" materialboxed slider " > </ a >
161+ < a class ="carousel-item " href ="#four! "> < img src ="img/slider-4.PNG " class =" materialboxed slider " > </ a >
162+ < a class ="carousel-item " href ="#five! "> < img src ="img/slider-5.PNG " class =" materialboxed slider " > </ a >
163163 </ div >
164164 </ div >
165165 </ div >
@@ -361,6 +361,9 @@ <h5 class="black-text">Patreon Sponsors</h5>
361361 $ ( document ) . ready ( function ( ) {
362362 $ ( '.carousel' ) . carousel ( ) ;
363363 } ) ;
364+ $ ( document ) . ready ( function ( ) {
365+ $ ( '.materialboxed' ) . materialbox ( ) ;
366+ } ) ;
364367 </ script >
365368</ body >
366369</ html >
You can’t perform that action at this time.
0 commit comments