File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 navigator . clipboard . writeText ( "r0hanmodi11111@gmail.com" )
2020 . then ( ( ) => {
2121 return Swal . fire ( {
22- title : "Email copied." ,
23- text : "Feel free to send me an email. I’ll respond as soon as possible." ,
24- icon : "success"
25- background : "#ffffff" ,
26- color : "#000000" ,
27- confirmButtonColor : "#ffffff"
22+ title : "Email copied!" ,
23+ text : "Your email has been copied to clipboard." ,
24+ icon : "success" ,
25+ confirmButtonText : "Dismiss" ,
26+ width : 600 , padding : "3em" ,
27+ color : "#000000" ,
28+ background : "#ffffff"
2829 } ) ;
2930 } )
3031 . catch ( ( ) => {
@@ -104,8 +105,8 @@ <h2>Achievements</h2>
104105</ script >
105106< script >
106107 document . addEventListener ( "mousemove" , ( e ) => {
107- document . documentElement . style . setProperty ( "-x" , `${ e . clientX } px` ) ;
108- document . documentElement . style . setProperty ( "-y" , `${ e . clientY } px` ) ;
108+ document . documentElement . style . setProperty ( "-- x" , `${ e . clientX } px` ) ;
109+ document . documentElement . style . setProperty ( "-- y" , `${ e . clientY } px` ) ;
109110 } ) ;
110111</ script >
111112</ body >
You can’t perform that action at this time.
0 commit comments