Hey all! 👋🏻 Here’s a collection of some amazing Web Fonts!
This file contains hidden or 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
| :root { | |
| --side-bar-bg-color: #fafafa; | |
| --control-text-color: #777; | |
| } | |
| @include-when-export url(https://fonts.loli.net/css?family=Open+Sans:400italic,700italic,700,400&subset=latin,latin-ext); | |
| @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;1,400;1,500&display=swap'); | |
| @font-face { | |
| font-family: "Open Sans"; |
Hacktoberfest is the month-long event held in October, to celebrate open source software. For the past seven years DigitalOcean along with its partners (including DEV) has run the campaign to promote opensource.
Let’s get connected on LinkedIn or Discord or Twitter or YouTube and start talking. You’ll find all the links above on the top!
- Why Hacktoberfest?
- What am I supposed to do?
- Hacktoberfest Repositories
- React IDE: https://react.new/
- Source Code: https://codesandbox.io/s/crazy-smoke-ikgqd
- Demo: https://ikgqd.csb.app/
- YouTube: https://www.youtube.com/c/PraveenKumarPurush
- Bootstrap: https://getbootstrap.com/
- Free Vector Icons and Stickers
- Simple Line Icons
This file contains hidden or 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.fontFamily": "Operator Mono, Menlo, Monaco, 'Courier New', monospace", | |
| "editor.fontSize": 14, | |
| "editor.lineHeight": 21, | |
| "editor.letterSpacing": 0.5, | |
| "html.format.enable": true, | |
| "html.format.preserveNewLines": true, | |
| "files.trimTrailingWhitespace": true, | |
| "editor.tabSize": 2, | |
| // this isn't really underline but we hack it to be a thicker cursor |
A tree visualization built using d3 and inspired from mbostock's work. Some of the features supported are:
- Weighted edges
- Color coded links
- Links originate along the height of the node instead of the center of the node
The MIT License (MIT)
Copyright (c) 2014 Shubham Goel
This file contains hidden or 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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=device-width" /> | |
| <title>Conditional Formatting</title> | |
| </head> | |
| <body> | |
| <h1>Conditional Formatting</h1> | |
| <div class="col"> |
NewerOlder



