-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
260fe83
commit 27b5009
Showing
26,215 changed files
with
3,169,402 additions
and
144,463 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Copyright (c) 2012-2022 Gianmarco Cavallo and others | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining | ||
a copy of this software and associated documentation files (the | ||
"Software"), to deal in the Software without restriction, including | ||
without limitation the rights to use, copy, modify, merge, publish, | ||
distribute, sublicense, and/or sell copies of the Software, and to | ||
permit persons to whom the Software is furnished to do so, subject to | ||
the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be | ||
included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | ||
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | ||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | ||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,67 @@ | ||
# ⚡️SvelteKit-Portfolio⚡️ | ||
|
||
## A personal portfolio website made using `@sveltejs/kit`. | ||
|
||
<p align="left"> | ||
<img width="500" height="auto" src="https://i.imgur.com/IafmSKu.png" alt="homepagescreenshot" /> | ||
</p> | ||
|
||
To view a demo example, **[click here](https://gianmarco.netlify.app/)** | ||
|
||
## Features | ||
|
||
- Modern and Minimal UI Design | ||
- Home, Projects, About and fun sections | ||
- fun made using `DEV.TO` API. (Medium WIP) | ||
- Fully Responsive | ||
- Performances and SEO optimizations | ||
- Ready to be deployed on [Netlify](https://www.netlify.com/) | ||
|
||
## Guide | ||
|
||
- In order to add a new route (page) you need to add it in `src\lib\NavRoutes.js` and create a new file in the `routes` folder with the same name as the route `eg: about`. | ||
|
||
In `src\lib\NavRoutes.js` you need to add in the `routes` an object with the following info for every route you want to add. | ||
|
||
{ | ||
href: '/globe', // route path | ||
label: 'Globe', // name showed in the navbar | ||
customColor: '#89a6fb' // OPTIONAL: a color that will be set when you switch route (for that specific route) | ||
} | ||
|
||
# Dependencies | ||
|
||
- svelte-icons | ||
- @sveltejs/adapter-netlify | ||
|
||
# Steps ▶️ | ||
|
||
``` | ||
# Clone this repository | ||
$ git clone https://github.com/Ladvace/SvelteKit-Portfolio | ||
``` | ||
|
||
``` | ||
# Go into the repository | ||
$ cd SvelteKit-Portfolio | ||
``` | ||
|
||
``` | ||
# Install dependencies | ||
$ npm install | ||
``` | ||
|
||
``` | ||
# Start the project in development | ||
$ npm run dev | ||
``` | ||
|
||
# Deploy on Netlify 🚀 | ||
|
||
Deploying your website on Netlify it's optional but I reccomand it in order to deploy it faster and easly. | ||
|
||
You just need to fork this repo and linking it to your Netlify account. | ||
|
||
## Authors ❤️ | ||
|
||
- Gianmarco - https://github.com/Ladvace |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.