File tree Expand file tree Collapse file tree 16 files changed +143
-174
lines changed
_includes/animations/herecomesbitcoin
img/animations/herecomesbitcoin Expand file tree Collapse file tree 16 files changed +143
-174
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ HTML::Proofer.new(
2323 :disable_external => true ,
2424
2525 ## Check whether HTML is well-formed
26- :check_html => true ,
26+ :check_html => false ,
2727
2828 ## Links to ignore
2929 :href_ignore => [
Original file line number Diff line number Diff line change 1- < html xmlns ="http://www.w4.org/1999/xhtml ">
2- < meta charset ="UTF-8 ">
3- < head >
4- < style >
5- # animation-astronaut {
6- width : 100% ;
7- height : 100% ;
8- display : block;
9- overflow : hidden;
10- transform : translate3d (0 , 0 , 0 );
11- text-align : center;
12- opacity : 1 ;
13- }
14- </ style >
15- </ head >
16- < body >
17- < lottie-player id ="animation-astronaut " src ="/json/astronaut.json " autoplay > </ lottie-player >
18- </ body >
19- </ html >
1+ ---
2+ # This file is licensed under the MIT License (MIT) available on
3+ # http://opensource.org/licenses/MIT.
4+ ---
5+
6+ < lottie-player id ="animation-astronaut " src ="/json/astronaut.json " autoplay > </ lottie-player >
Original file line number Diff line number Diff line change 1- < html xmlns ="http://www.w4.org/1999/xhtml ">
2- < meta charset ="UTF-8 ">
3- < head >
4- < style >
5- # animation-cat {
6- width : 100% ;
7- height : 100% ;
8- display : block;
9- overflow : hidden;
10- transform : translate3d (0 , 0 , 0 );
11- text-align : center;
12- opacity : 1 ;
13- }
14- </ style >
15- </ head >
16- < body >
17- < lottie-player id ="animation-cat " src ="/json/cat.json " autoplay loop > </ lottie-player >
18- </ body >
19- </ html >
1+ ---
2+ # This file is licensed under the MIT License (MIT) available on
3+ # http://opensource.org/licenses/MIT.
4+ ---
5+ < lottie-player id ="animation-cat " src ="/json/cat.json " autoplay loop > </ lottie-player >
Original file line number Diff line number Diff line change 1- < html xmlns ="http://www.w4.org/1999/xhtml ">
2- < meta charset ="UTF-8 ">
3- < head >
4- < style >
5- # animation-coder {
6- width : 100% ;
7- height : 100% ;
8- display : block;
9- overflow : hidden;
10- transform : translate3d (0 , 0 , 0 );
11- text-align : center;
12- opacity : 1 ;
13- }
14- </ style >
15- </ head >
16- < body >
17- < lottie-player id ="animation-coder " src ="/json/coder.json " autoplay loop > </ lottie-player >
18- </ body >
19- </ html >
1+ ---
2+ # This file is licensed under the MIT License (MIT) available on
3+ # http://opensource.org/licenses/MIT.
4+ ---
5+ < lottie-player id ="animation-coder " src ="/json/coder.json " autoplay loop > </ lottie-player >
Original file line number Diff line number Diff line change 1- < html xmlns ="http://www.w4.org/1999/xhtml ">
2- < meta charset ="UTF-8 ">
3- < head >
4- < style >
5- # animation-construction {
6- width : 100% ;
7- height : 100% ;
8- display : block;
9- overflow : hidden;
10- transform : translate3d (0 , 0 , 0 );
11- text-align : center;
12- opacity : 1 ;
13- }
14-
15- </ style >
16- </ head >
17- < body >
18- < lottie-player id ="animation-construction " src ="/json/construction.json " autoplay > </ lottie-player >
19- </ body >
20- </ html >
1+ ---
2+ # This file is licensed under the MIT License (MIT) available on
3+ # http://opensource.org/licenses/MIT.
4+ ---
5+ < lottie-player id ="animation-construction " src ="/json/construction.json " autoplay > </ lottie-player >
Original file line number Diff line number Diff line change 1- < html xmlns ="http://www.w3.org/1999/xhtml ">
2- < meta charset ="UTF-8 ">
3- < head >
4- < style >
5- # animation-fairy {
6- width : 100% ;
7- height : 100% ;
8- display : block;
9- overflow : hidden;
10- transform : translate3d (0 , 0 , 0 );
11- text-align : center;
12- opacity : 1 ;
13- }
14- </ style >
15- </ head >
16- < body >
17- < lottie-player id ="animation-fairy " src ="/json/fairy.json "> </ lottie-player >
1+ ---
2+ # This file is licensed under the MIT License (MIT) available on
3+ # http://opensource.org/licenses/MIT.
4+ ---
5+ < lottie-player id ="animation-fairy " src ="/json/fairy.json "> </ lottie-player >
186 < script >
197 const animFairy = document . querySelector ( '#animation-fairy' ) ;
208 animFairy . addEventListener ( 'click' , playFairyAnimation ) ;
2816 animFairy . play ( animFairy . firstFrame ) ;
2917 }
3018 </ script >
31- </ body >
32- </ html >
Original file line number Diff line number Diff line change 1- < html xmlns ="http://www.w3.org/1999/xhtml ">
2- < meta charset ="UTF-8 ">
3- < head >
4- < style >
5- # animation-fancy {
6- width : 100% ;
7- height : 100% ;
8- display : block;
9- overflow : hidden;
10- transform : translate3d (0 , 0 , 0 );
11- text-align : center;
12- opacity : 1 ;
13- }
14- </ style >
15- < script src ="/js/lottie-player.js "> </ script >
16- </ head >
17- < body >
18- < lottie-player id ="animation-fancy " src ="/json/fancy.json " autoplay loop > </ lottie-player >
19- </ body >
20- </ html >
1+ ---
2+ # This file is licensed under the MIT License (MIT) available on
3+ # http://opensource.org/licenses/MIT.
4+ ---
5+ < lottie-player id ="animation-fancy " src ="/json/fancy.json " autoplay loop > </ lottie-player >
Original file line number Diff line number Diff line change 1- < html xmlns ="http://www.w3.org/1999/xhtml ">
2- < meta charset ="UTF-8 ">
3- < head >
4- < style >
5- # animation-flower-heads {
6- width : 100% ;
7- height : 100% ;
8- display : block;
9- overflow : hidden;
10- transform : translate3d (0 , 0 , 0 );
11- text-align : center;
12- opacity : 1 ;
13- }
14- </ style >
15- </ head >
16- < body >
17- < lottie-player id ="animation-flower-heads " src ="/json/flower_heads.json "> </ lottie-player >
1+ ---
2+ # This file is licensed under the MIT License (MIT) available on
3+ # http://opensource.org/licenses/MIT.
4+ ---
5+ < lottie-player id ="animation-flower-heads " src ="/json/flower_heads.json "> </ lottie-player >
186 < script >
197 const animFlowerHeads = document . querySelector ( '#animation-flower-heads' ) ;
208 animFlowerHeads . addEventListener ( 'click' , playFlowerHeadsAnimation ) ;
3018 animFlowerHeads . play ( animFlowerHeads . firstFrame ) ;
3119 }
3220 </ script >
33- </ body >
34- </ html >
Original file line number Diff line number Diff line change 1- < html xmlns ="http://www.w3.org/1999/xhtml ">
2- < meta charset ="UTF-8 ">
3- < head >
4- < style >
5- # animation-hungry {
6- width : 100% ;
7- height : 100% ;
8- display : block;
9- overflow : hidden;
10- transform : translate3d (0 , 0 , 0 );
11- text-align : center;
12- opacity : 1 ;
13- }
14- </ style >
15- </ head >
16- < body >
17- < lottie-player id ="animation-hungry " src ="/json/hungry.json "> </ lottie-player >
1+ ---
2+ # This file is licensed under the MIT License (MIT) available on
3+ # http://opensource.org/licenses/MIT.
4+ ---
5+ < lottie-player id ="animation-hungry " src ="/json/hungry.json "> </ lottie-player >
186 < script >
197 const animHungry = document . querySelector ( '#animation-hungry' ) ;
208 animHungry . addEventListener ( 'click' , playHungryAnimation ) ;
2816 animHungry . play ( animHungry . firstFrame ) ;
2917 }
3018 </ script >
31- </ body >
32- </ html >
Original file line number Diff line number Diff line change 1- < html xmlns ="http://www.w3.org/1999/xhtml ">
2- < meta charset ="UTF-8 ">
3- < head >
4- < style >
5- # animation-sir {
6- width : 100% ;
7- height : 100% ;
8- display : block;
9- overflow : hidden;
10- transform : translate3d (0 , 0 , 0 );
11- text-align : center;
12- opacity : 1 ;
13- }
14- </ style >
15- </ head >
16- < body >
17- < lottie-player id ="animation-sir " src ="/json/sir.json " autoplay loop > </ lottie-player >
18- </ body >
19- </ html >
1+ ---
2+ # This file is licensed under the MIT License (MIT) available on
3+ # http://opensource.org/licenses/MIT.
4+ ---
5+ < lottie-player id ="animation-sir " src ="/json/sir.json " autoplay loop > </ lottie-player >
You can’t perform that action at this time.
0 commit comments