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

https://github.com/gvozdenkov/portfolio-landing

Developer portfolio landing
https://github.com/gvozdenkov/portfolio-landing

nextjs react responsive-design ssg

Last synced: 29 days ago
JSON representation

Developer portfolio landing

Awesome Lists containing this project

README

          

# Developer Portfolio Landing

NextJS SSG landing page. [Preview on GitHub Pages](https://gvozdenkov.github.io/portfolio-landing/).

[Design in Figma](https://www.figma.com/design/UzByPhTtTlQq5gLqxQsZ0R/Developer-Portfolio-Design?node-id=0-1&t=oAlmUD2ZXOGVuRix-1)

![Landing page preview 1](/README_static/image-1.png)
![Landing page preview 1](/README_static/image-2.png)

## About

- Responsive design
- SSG site
- Autodeploy to `GitHub Pages` when push to `main` branch
- Control content via config file

## Development

```shell
git clone git@github.com:gvozdenkov/portfolio-landing.git

# use node 20+
npm ci

npm run dev
```