File tree Expand file tree Collapse file tree 2 files changed +7
-16
lines changed
Expand file tree Collapse file tree 2 files changed +7
-16
lines changed Original file line number Diff line number Diff line change 2222 </ div >
2323 </ div >
2424 </ div >
25- < script type ='text/javascript ' src ='http: //d3js.org/d3.v3.min.js '> </ script >
26- < script type ='text/javascript ' src ='http: //d3js.org/topojson.v1.min.js '> </ script >
25+ < script type ='text/javascript ' src ='//d3js.org/d3.v3.min.js '> </ script >
26+ < script type ='text/javascript ' src ='//d3js.org/topojson.v1.min.js '> </ script >
2727 < script type ='text/javascript ' src ='planetaryjs.min.js '> </ script >
28- < script src ="https: //cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js " integrity ="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM " crossorigin ="anonymous "> </ script >
29- < script src ="https: //cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js "> </ script >
28+ < script src ="//cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js " integrity ="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM " crossorigin ="anonymous "> </ script >
29+ < script src ="//cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js "> </ script >
3030 < script type ='text/javascript ' src ='particles.js '> </ script >
3131 < script type ='text/javascript ' src ='globe.js '> </ script >
3232 </ body >
Original file line number Diff line number Diff line change 1919 font-family : 'Source Sans Pro' , sans-serif;
2020 font-size : 50px ;
2121 animation :
22- animated-text 1.2s steps (17 , end) 1s 1 normal both,
23- animated-cursor 600ms steps (17 , end) 10 ;
22+ animated-text 1.2s steps (17 , end) 1s 1 normal both
2423}
2524
2625/* text animation */
@@ -32,15 +31,7 @@ body {
3231 width : 100% ;
3332 }
3433}
35- /* cursor animations */
36- @keyframes animated-cursor {
37- from {
38- border-right-color : # 3c3c3c ;
39- }
40- to {
41- border-right-color : transparent;
42- }
43- }
34+
4435# particles-js {
4536 height : 100vh ;
46- }
37+ }
You can’t perform that action at this time.
0 commit comments