Skip to content

Commit f7ec796

Browse files
committed
Updated include protocol
1 parent 1b5eeb7 commit f7ec796

File tree

2 files changed

+7
-16
lines changed

2 files changed

+7
-16
lines changed

public/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
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>

public/main.css

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ body {
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+
}

0 commit comments

Comments
 (0)