You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there, you can remove sidenav by yourself with this simple trick:
open index.html with a text editor, get under and paste this line <script>document.getElementById("sidenav").style.display = 'none';</script>.
I couldn't find a way to remove the typewriter effect but at least you can make it much faster with this trick:
get to main.js and find the line var TypeSimulator = function (timer, output) { under that line there is a line that starts with var timer delete that line and instead write this var timer = 0.1;.
The simplest way to skip the typewriter effect is to look in the main.js file for the function: TypeSimulator.prototype.type = function (text, callback)
You can change var skipped = false to var skipped = true.
Hello,
I'm MB. A very nice and polite guy.
The font looks good and I like the way the text wraps at the right side of the screen at mobile. Love that.
Can you make a version without the sidebar and without the typewriter effect please?
It's all client side, right?
The text was updated successfully, but these errors were encountered: