Skip to content

Commit 1f83047

Browse files
committed
New snippets 🔥
1 parent 15be784 commit 1f83047

File tree

3 files changed

+22
-50
lines changed

3 files changed

+22
-50
lines changed

.prettierrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"rangeStart": 0,
1313
"insertPragma": false,
1414
"proseWrap": "preserve",
15-
"htmlWhitespaceSensitivity": "strict",
15+
"htmlWhitespaceSensitivity": "ignore",
1616
"endOfLine": "lf"
1717
}

CODE_OF_CONDUCT.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@ appearance, race, religion, or sexual identity and orientation.
1414
Examples of behavior that contributes to creating a positive environment
1515
include:
1616

17-
* Using welcoming and inclusive language
18-
* Being respectful of differing viewpoints and experiences
19-
* Gracefully accepting constructive criticism
20-
* Focusing on what is best for the community
21-
* Showing empathy towards other community members
17+
- Using welcoming and inclusive language
18+
- Being respectful of differing viewpoints and experiences
19+
- Gracefully accepting constructive criticism
20+
- Focusing on what is best for the community
21+
- Showing empathy towards other community members
2222

2323
Examples of unacceptable behavior by participants include:
2424

25-
* The use of sexualized language or imagery and unwelcome sexual attention or
26-
advances
27-
* Trolling, insulting/derogatory comments, and personal or political attacks
28-
* Public or private harassment
29-
* Publishing others' private information, such as a physical or electronic
30-
address, without explicit permission
31-
* Other conduct which could reasonably be considered inappropriate in a
32-
professional setting
25+
- The use of sexualized language or imagery and unwelcome sexual attention or
26+
advances
27+
- Trolling, insulting/derogatory comments, and personal or political attacks
28+
- Public or private harassment
29+
- Publishing others' private information, such as a physical or electronic
30+
address, without explicit permission
31+
- Other conduct which could reasonably be considered inappropriate in a
32+
professional setting
3333

3434
## Our Responsibilities
3535

README.md

+8-36
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,14 @@
4141

4242
<blockquote align="center"> Press the arrows below to expand the preview section </blockquote>
4343

44-
45-
----
44+
---
4645

4746
<details> <summary>01.00-header/</summary>
4847

4948
### [01.00-header/navigation-bar-1.md](01.00-header/navigation-bar-1.md)
49+
5050
---
51+
5152
<p align="center">
5253
<strong><a href="#link1">Link 1</a></strong>
5354
|
@@ -61,10 +62,6 @@
6162
</p>
6263
---
6364

64-
65-
66-
67-
6865
### [01.00-header/table-of-content.md](01.00-header/table-of-content.md)
6966

7067
- [Installation](#installation)
@@ -76,68 +73,53 @@
7673
- [License](#license)
7774
- [Links](#links)
7875

79-
8076
</details><details> <summary>01.01-license-badges/</summary>
8177

8278
### [01.01-license-badges/Apache_2.0.md](01.01-license-badges/Apache_2.0.md)
83-
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
84-
85-
86-
8779

80+
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
8881

89-
### [01.01-license-badges/Attribution_License_(BY).md](01.01-license-badges/Attribution_License_(BY).md)
82+
### [01.01-license-badges/Attribution*License*(BY).md](<01.01-license-badges/Attribution_License_(BY).md>)
9083

9184
[![License: Open Data Commons Attribution](https://img.shields.io/badge/License-ODC_BY-brightgreen.svg)](https://opendatacommons.org/licenses/by/)
9285

93-
9486
### [01.01-license-badges/BSD_2-clause_license.md](01.01-license-badges/BSD_2-clause_license.md)
9587

9688
[![License](https://img.shields.io/badge/License-BSD%202--Clause-orange.svg)](https://opensource.org/licenses/BSD-2-Clause)
9789

98-
9990
### [01.01-license-badges/BSD_3-clause_license.md](01.01-license-badges/BSD_3-clause_license.md)
10091

10192
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
10293

103-
10494
### [01.01-license-badges/GNU_GPL_v2.md](01.01-license-badges/GNU_GPL_v2.md)
10595

10696
[![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
10797

108-
10998
### [01.01-license-badges/GNU_GPL_v3.md](01.01-license-badges/GNU_GPL_v3.md)
11099

111100
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
112101

113-
114102
### [01.01-license-badges/MIT.md](01.01-license-badges/MIT.md)
115103

116104
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
117105

118-
119106
### [01.01-license-badges/Mozilla_Public_License_2.0.md](01.01-license-badges/Mozilla_Public_License_2.0.md)
120107

121108
[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0)
122109

123-
124110
### [01.01-license-badges/The_Unlicense.md](01.01-license-badges/The_Unlicense.md)
125111

126112
[![License: Unlicense](https://img.shields.io/badge/license-Unlicense-blue.svg)](http://unlicense.org/)
127113

128-
129114
</details><details> <summary>02.00-footer/</summary>
130115

131116
### [02.00-footer/footnotes.md](02.00-footer/footnotes.md)
117+
132118
---
133119

134120
<sup>[1]: Hello World</sup>
135121
<sup>[2]: Hello Internet</sup>
136122

137-
138-
139-
140-
141123
### [02.00-footer/social-links.md](02.00-footer/social-links.md)
142124

143125
---
@@ -146,10 +128,10 @@
146128
> GitHub [@MyGitHub](https://github.com/MyGitHub) &nbsp;&middot;&nbsp;
147129
> Other [MyProfilename](https://othersocialmedia.com/MyProfile)
148130
149-
150131
</details><details> <summary>03.00-emojis/</summary>
151132

152133
### [03.00-emojis/emojis.md](03.00-emojis/emojis.md)
134+
153135
# People
154136

155137
| :bowtie: `:bowtie:` | :smile: `:smile:` | :laughing: `:laughing:` |
@@ -464,21 +446,14 @@
464446

465447
<sup>Source: [https://gist.github.com/rxaviers/7360908](https://gist.github.com/rxaviers/7360908)</sup>
466448

467-
468-
469-
470-
471449
</details><details> <summary>xtras-01-inline-html/</summary>
472450

473451
### [xtras-01-inline-html/keyboard.md](xtras-01-inline-html/keyboard.md)
452+
474453
<kbd>Strg+X</kbd>
475454
<kbd>Strg</kbd> + <kbd>X</kbd>
476455
<kbd>Or any other text</kbd>
477456

478-
479-
480-
481-
482457
### [xtras-01-inline-html/superscript.md](xtras-01-inline-html/superscript.md)
483458

484459
This is a text with <sup>SuperScript</sup>
@@ -488,9 +463,6 @@ You can use it for footnotes<sup>1</sup>
488463

489464
<sup>[1]: See [footnotes](../02-footer/footnotes)</sup>
490465

491-
492466
### [xtras-01-inline-html/top-right.md](xtras-01-inline-html/top-right.md)
493467

494468
<p align="right">01/01/2000</p>
495-
496-

0 commit comments

Comments
 (0)