Skip to content

Commit

Permalink
adding svelte bits
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstont05 committed Jan 8, 2025
1 parent 260fe83 commit 27b5009
Show file tree
Hide file tree
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.
Binary file modified .DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

20 changes: 20 additions & 0 deletions LICENSE
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.
66 changes: 66 additions & 0 deletions README.md
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
216 changes: 0 additions & 216 deletions css/styles.css

This file was deleted.

Binary file removed favicon_io/android-chrome-192x192.png
Binary file not shown.
Binary file removed favicon_io/android-chrome-512x512.png
Binary file not shown.
Binary file removed favicon_io/apple-touch-icon.png
Binary file not shown.
Binary file removed favicon_io/favicon-16x16.png
Binary file not shown.
Binary file removed favicon_io/favicon-32x32.png
Binary file not shown.
Binary file removed favicon_io/favicon.ico
Binary file not shown.
1 change: 0 additions & 1 deletion favicon_io/site.webmanifest

This file was deleted.

Binary file removed fontawesome-free-5.15.1-web/.DS_Store
Binary file not shown.
34 changes: 0 additions & 34 deletions fontawesome-free-5.15.1-web/LICENSE.txt

This file was deleted.

3 changes: 0 additions & 3 deletions fontawesome-free-5.15.1-web/attribution.js

This file was deleted.

Loading

0 comments on commit 27b5009

Please sign in to comment.