Skip to content

Commit 4350d78

Browse files
author
fadeouter
committed
update
1 parent 7f0c9db commit 4350d78

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="ru">
2+
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
55
<title>gleb.li</title>
@@ -15,7 +15,7 @@
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');}

slides/README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
1+
# README
2+
13
Please 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>

0 commit comments

Comments
 (0)