Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added src/fsharp/fsharp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions src/fsharp/fsharp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/fsharp/fsharp_128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/fsharp/fsharp_16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/fsharp/fsharp_24x24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/fsharp/fsharp_256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/fsharp/fsharp_32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/fsharp/fsharp_48x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/fsharp/fsharp_512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/fsharp/fsharp_64x64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions src/fsharp/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"name": "@programming-languages-logos/fsharp",
"version": "0.0.0",
"description": "The F# Programming Language Logo",
"license": "MIT",
"repository": "abranhe/programming-languages-logos",
"author": {
"name": "Ali Baghernejad",
"email": "[email protected]",
"url": "baghernejad.com"
},
"bugs": {
"url": "https://github.com/abranhe/programming-languages-logos/issues"
},
"homepage": "https://projects.abranhe.com/programming-languages-logos",
"files": [
"fsharp_16x16.png",
"fsharp_24x24.png",
"fsharp_32x32.png",
"fsharp_48x48.png",
"fsharp_64x64.png",
"fsharp_128x128.png",
"fsharp_256x256.png",
"fsharp_512x512.png",
"fsharp.png",
"fsharp.svg"
],
"keywords": [
"programming",
"programming-languages",
"logos",
"design",
"programming-logos",
"programming-languages-logos",
"fsharp"
]
}
47 changes: 47 additions & 0 deletions src/fsharp/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<p align="center">
<br>
<img src="https://cdn.jsdelivr.net/npm/@programming-languages-logos/[email protected]/fsharp_256x256.png" alt="programming Languages Logo">
<br>
<br>
<img src="https://cdn.abranhe.com/projects/porgramming-languages-logos/logo.svg" alt="programming gif">
<br>
<br>
<b>The F# programming language logo</b>
</p>

### Installing

```
$ npm install @programming-languages-logos/fsharp
```

### Usage

You can then import the badges from `./node_modules/@programming-languages-logos/fsharp`, for example `./node_modules/@programming-languages-logos/fsharp/fsharp.svg`.

Use the hosted version on
[**jsdelivr**](https://www.jsdelivr.com/package/npm/@programming-languages-logos/fsharp).

[Download the zip](https://github.com/abranhe/programming-languages-logos/releases/latest) from Github.


*I recommend to install it as a developer dependency*: `--save-dev`

```
$ npm install @programming-languages-logos/fsharp --save-dev
```

### Related

- [programming-languages-logos][all]: Collection of all programming languages logos.

### Team

|[![Carlos Abraham Logo][abranhe-img]][abranhe]|
| :-: |
| [Carlos Abraham][abranhe] |

<!------------- Some links ----------------->
[abranhe]: https://github.com/abranhe
[abranhe-img]: https://avatars3.githubusercontent.com/u/21347264?s=50
[all]: https://github.com/abranhe/programming-languages-logos
1 change: 1 addition & 0 deletions src/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"cpp": "cpp",
"csharp": "csharp",
"css": "css",
"fsharp": "fsharp",
"go-old": "go-old",
"go": "go",
"haskell": "haskell",
Expand Down
Binary file modified src/programming-languages.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.