Skip to content

Commit

Permalink
added menu
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Kyrat committed Feb 1, 2024
1 parent 3d16ef0 commit a57d779
Show file tree
Hide file tree
Showing 27 changed files with 6,065 additions and 1 deletion.
Binary file modified presentation/slides-svelte/bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions presentation/slides-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte": "^2.26.0",
"font-awesome": "^4.7.0",
"postcss": "^8.4.23",
"postcss-load-config": "^4.0.1",
"prettier-plugin-svelte": "^2.8.1",
Expand Down
1 change: 0 additions & 1 deletion presentation/slides-svelte/static/font-awesome

This file was deleted.

34 changes: 34 additions & 0 deletions presentation/slides-svelte/static/font-awesome/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
Font Awesome Free License
-------------------------

Font Awesome Free is free, open source, and GPL friendly. You can use it for
commercial projects, open source projects, or really almost whatever you want.
Full Font Awesome Free license: https://fontawesome.com/license.

# Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/)
In the Font Awesome Free download, the CC BY 4.0 license applies to all icons
packaged as SVG and JS file types.

# Fonts: SIL OFL 1.1 License (https://scripts.sil.org/OFL)
In the Font Awesome Free download, the SIL OLF license applies to all icons
packaged as web and desktop font files.

# Code: MIT License (https://opensource.org/licenses/MIT)
In the Font Awesome Free download, the MIT license applies to all non-font and
non-icon files.

# Attribution
Attribution is required by MIT, SIL OLF, and CC BY licenses. Downloaded Font
Awesome Free files already contain embedded comments with sufficient
attribution, so you shouldn't need to do anything additional when using these
files normally.

We've kept attribution comments terse, so we ask that you do not actively work
to remove them from files, especially code. They're a great way for folks to
learn about Font Awesome.

# Brand Icons
All brand icons are trademarks of their respective owners. The use of these
trademarks does not indicate endorsement of the trademark holder by Font
Awesome, nor vice versa. **Please do not use brand logos for any purpose except
to represent the company, product, or service to which they refer.**
5 changes: 5 additions & 0 deletions presentation/slides-svelte/static/font-awesome/css/all.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions presentation/slides-svelte/static/font-awesome/css/brands.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions presentation/slides-svelte/static/font-awesome/css/solid.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a57d779

Please sign in to comment.