Compare commits

...

5 Commits

Author SHA1 Message Date
Raj Dutta 9593a1c149
Merge f5e317acae into 35d21565a9 2024-11-20 16:19:01 +00:00
Ajay Singh 35d21565a9
Added favicon to the website which will make the site look great. (#11603)
* Add files via upload

* Update _config.yml

* Add files via upload

* Update default.html

* Update _config.yml

* Update default.html

* Update _config.yml

* Update default.html

* Update default.html

* Update default.html

* Update default.html

* Update default.html

* Delete _layout directory

* Update _config.yml

* Add files via upload

* Update head-custom.html

* Delete _includes/head-custom-google-analytics.html

* Update _config.yml

* Update _config.yml
2024-11-20 11:18:46 -05:00
Raj Dutta f5e317acae again re-order position at the first 2024-10-03 23:58:00 +06:00
Raj Dutta a94c944509 re-order from 151 to 150 line 2024-10-03 23:55:44 +06:00
Raj Dutta 7d264c82ad add an interactive website link for useful commands in git 2024-10-03 23:43:12 +06:00
3 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<!-- start custom head snippets, customize with your own _includes/head-custom.html file -->
<!-- Setup Google Analytics -->
<!-- You can set your favicon here -->
<link rel="shortcut icon" type="image/x-icon" href="{{ '/favicon.ico' | relative_url }}">
<!-- end custom head snippets -->

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -146,6 +146,7 @@
### Git
* [Cheatsheet for useful git commands](https://github-cheatsheet.netlify.app) - Raj Dutta
* [git-game](https://github.com/git-game/git-game)
* [git-game-v2](https://github.com/git-game/git-game-v2)
* [Git Tutorial](https://www.w3schools.com/git/) - W3Schools