This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<body> | |
<header> | |
<a href="#" class="logo">Logo</a> | |
<ul class="navigation"> | |
<li><a href="#" class="active">Home</a></li> | |
<li><a href="#">About</a></li> | |
<li><a href="#">Events</a></li> | |
<li><a href="#">Contact</a></li> | |
</ul> | |
</header> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A crisis is when you can't say "Let's just forget the whole thing." | |
-- Ferguson | |
% | |
A professional programmer is an amateur who never quit. | |
% | |
A real person has two reasons for doing anything... a good reason and the real reason. | |
% | |
A student who changes the course of history is probably taking an exam. | |
% | |
Advertising may be described as the science of arresting the human intelligence long enough to get money from it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## editor | |
https://www.planttext.com/ | |
## reference | |
https://deepu.js.org/svg-seq-diagram/Reference_Guide.pdf | |
## Diagrams |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
JavaScript: Learn JavaScript in Y Minutes | |
Reference URL: https: //learnxinyminutes.com/docs/javascript/ | |
JavaScript was created by Netscape’s Brendan Eich in 1995. It was originally intended as a | |
simpler scripting language for websites, complementing the use of Java for more complex web | |
applications, but its tight integration with Web pages and built-in support in browsers has | |
caused it to become far more common than Java in web frontends. |
All of these diagrams are dynamically rendered during html display by Github, the images generated from text inside the Github-Flavored Markdown. None are static images. Mermaid support was released for Github on 2022-02-14
Pros & Cons:
- Pro: You don't need to care about the layout.
- Con: You cannot control the layout.
Notes:
- Not all the features of Mermaid (in particular symbols
B-->C[fa:fa-ban forbidden]
, hyperlink and tooltips) are supported by Github.