Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lucaswinkler/personal-site-v3

Iteration 3 of my personal website - built with Vite using HTML, SCSS & JS
https://github.com/lucaswinkler/personal-site-v3

front-end frontend html javascript js personal personal-website portfolio portfolio-website sass scss site vite vitejs

Last synced: 2 days ago
JSON representation

Iteration 3 of my personal website - built with Vite using HTML, SCSS & JS

Awesome Lists containing this project

README

        

[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
[![Netlify Status](https://api.netlify.com/api/v1/badges/5b78ae9f-6887-468c-8cd3-33a2a05738dc/deploy-status)](https://app.netlify.com/sites/lucaswinkler/deploys)





LW logo


lucaswinkler.dev - v3



The third iteration of lucaswinkler.dev built with HTML, and CSS.



Previous iterations:
v1,
v2

[![https://www.lucaswinkler.dev/][personal-website-v3-screenshot]](https://www.lucaswinkler.dev/)

## Table of Contents

- [About](#about)
- [Getting Started](#getting-started)
- [Installation](#installation)
- [Production](#production)
- [Credits](#credits)
- [Contact](#contact)
- [License](#license)

## Want to use this as your own portfolio?

You're allowed! But...

Please don't forget to give credit by linking back to https://www.lucaswinkler.dev/. Thanks!

## About

Iteration 3 of my personal website which I built to help practice with responsiveness, accessibility and because my last website wasn't the best. It was lacking in a lot of places.

This website was fully designed by myself using Figma after I was done binge watching Design Course on YouTube. I've recently gotten back into web development and I wanted to create something that looked great and responded great with different device sizes. This project is being hosted on Netlify and I'm using Vite to help make development easier.

## Getting Started

Follow these steps in order to get the website up and running locally on your machine.

### Installation

- Clone or download the repository then navigate to the root directory

- Install all required dependencies

```sh
npm install
```

- Host a local development server

```sh
npm run dev
```

- Host a local development server that is exposed to your network

```sh
npm run devExposed
```

### Production

- Build the application for production

```sh
npm run build
```

- Start a local server that serves the built application

```sh
npm run preview
```

## Credits

Inspired by: Brittany Chiang @ https://github.com/bchiang7

- Borrowed her custom easing for animations and slide up animaton style.

Help from: Xander Drinnan @ https://github.com/xanderdrinnan

- Pointed me in the right direction for tons of things and helped out with a lot of my issues

## Contact

- [LinkedIn](https://linkedin.com/in/lucas-winkler)
- [Github](https://github.com/lucaswinkler)
- [Email](mailto:[email protected])

## License

Distributed under the MIT License. See `LICENSE` for more information.

[license-shield]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square
[license-url]: https://choosealicense.com/licenses/mit
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/lucas-winkler/
[personal-website-v3-screenshot]: ./public/og.png