File tree Expand file tree Collapse file tree 2 files changed +16
-14
lines changed
Expand file tree Collapse file tree 2 files changed +16
-14
lines changed Original file line number Diff line number Diff line change 11<!DOCTYPE html>
2- < html lang ="ru ">
2+ < html lang ="en ">
33< head >
44 < meta charset ="UTF-8 ">
55 < title > gleb.li</ title >
1515 var position = document . body . getBoundingClientRect ( ) . top ;
1616 var menu = document . getElementsByClassName ( 'menu' ) ;
1717
18- // console.log(position );
18+ console . log ( 'github' ) ;
1919
2020 if ( position < - 20 && ! menu [ 0 ] . classList . contains ( 'hidden' ) ) { menu [ 0 ] . classList . add ( 'hidden' ) ; }
2121 else if ( menu [ 0 ] . classList . contains ( 'hidden' ) && position > - 20 ) { menu [ 0 ] . classList . remove ( 'hidden' ) ; }
Original file line number Diff line number Diff line change 1+ # README
2+
13Please note: this project is not (yet) ready and not (yet) open-sourced.
24
3- * Copyright (c) 2018-2024 Gleb Likhobabin
5+ * Copyright (c) 2018 Gleb Likhobabin*
46
5- CREDITS:
7+ # CREDITS:
68
7- FileSaver.js by Eli Grey, http://eligrey.com
8- * License: https://github.com/eligrey/FileSaver.js/blob/master/LICENSE.md
9+ ### FileSaver.js by Eli Grey, http://eligrey.com
10+ License: https://github.com/eligrey/FileSaver.js/blob/master/LICENSE.md
911
10- html2canvas < https://html2canvas.hertzen.com >
11- * Copyright (c) 2020 Niklas von Hertzen < https://hertzen.com >
12+ ### html2canvas < https://html2canvas.hertzen.com >
13+ Copyright (c) 2020 Niklas von Hertzen < https://hertzen.com >
1214
13- jsPDF < https://artskydj.github.io/jsPDF/docs/index.html >
14- * Copyright (c) 2010-2017 James Hall, https://github.com/MrRio/jsPDF
15+ ### jsPDF < https://artskydj.github.io/jsPDF/docs/index.html >
16+ Copyright (c) 2010-2017 James Hall, https://github.com/MrRio/jsPDF
1517
16- marked.js < https://github.com/markedjs/marked >
17- * Copyright (c) 2011-2022, Christopher Jeffrey. (MIT License)
18+ ### marked.js < https://github.com/markedjs/marked >
19+ Copyright (c) 2011-2022, Christopher Jeffrey. (MIT License)
1820
19- QRCode.js
20- * qrcode.js maintained by davidshimjs < https://github.com/davidshimjs >
21+ ### QRCode.js
22+ qrcode.js maintained by davidshimjs < https://github.com/davidshimjs >
You can’t perform that action at this time.
0 commit comments