Skip to content

Commit 54feac2

Browse files
committed
Add sticky Header, update Mobile Nav Bar, add FontAwesome
1 parent d7dec3b commit 54feac2

11 files changed

+3228
-2545
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
- [x] 🎨 **Customizable** custom error pages and custom reusable colors
2424
- [x] 📱 **Responsivess** looks beautiful on all Viewports
2525
- [x] 💬 **Contact Form** fully working Netlify contact form
26+
- [x] 🥳 **FontAwesome Integration** fully working FontAwesome integration
2627

2728
Additional features:
2829
- [x] custom Netlify 404 Page with _redirects
@@ -97,7 +98,7 @@ To set up this Svelte-Netlify-Demo and use it as a template, follow these steps:
9798
## 📦 Packages
9899
If you're curious, this repository utilizes the following non-default packages:
99100
```
100-
tailwindcss / postcss / autoprefixer / adapter-netlify / enhanced-img
101+
tailwindcss / postcss / autoprefixer / adapter-netlify / enhanced-img / fontawesome-free
101102
```
102103
103104

eslint.config.js

-20
This file was deleted.

jsconfig.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"extends": "./.svelte-kit/tsconfig.json",
3+
"compilerOptions": {
4+
"allowJs": true,
5+
"checkJs": false,
6+
"esModuleInterop": true,
7+
"forceConsistentCasingInFileNames": true,
8+
"resolveJsonModule": true,
9+
"skipLibCheck": true,
10+
"sourceMap": true,
11+
"strict": true,
12+
"moduleResolution": "bundler"
13+
}
14+
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
15+
// except $lib which is handled by https://kit.svelte.dev/docs/configuration#files
16+
//
17+
// If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes
18+
// from the referenced tsconfig.json - TypeScript does not merge them in
19+
}

0 commit comments

Comments
 (0)