Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edelstone/my-website-2
My personal website and portfolio (v2).
https://github.com/edelstone/my-website-2
11ty css design html netlify nunjucks personal-website portfolio product-design ux
Last synced: 5 days ago
JSON representation
My personal website and portfolio (v2).
- Host: GitHub
- URL: https://github.com/edelstone/my-website-2
- Owner: edelstone
- License: mit
- Created: 2024-03-07T21:49:22.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T04:57:51.000Z (about 2 months ago)
- Last Synced: 2024-11-07T05:55:28.391Z (about 2 months ago)
- Topics: 11ty, css, design, html, netlify, nunjucks, personal-website, portfolio, product-design, ux
- Language: Nunjucks
- Homepage: https://michaeledelstone.com
- Size: 28.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [](https://michaeledelstone.com) [My website and portfolio](https://michaeledelstone.com)
[![Netlify Status](https://api.netlify.com/api/v1/badges/04b3019c-b59a-40e8-91c2-173019e07f8b/deploy-status)](https://app.netlify.com/sites/edelstone/deploys)
## General
This is the source code for my portfolio website. It's built from scratch using the [11ty static site generator](https://www.11ty.dev) and is designed to be simple, accessible, fast, and content-focused.
Please use any of my code or design for your own purposes (except fonts, which must be licensed separately).
## Typography
[Lausanne](https://www.weltkern.com/shop/detail-typeface/lausanne) by Nizar Kazan at WELTKERN®.
## Colors
- White: `#ffffff`
- Light: `#f6f0e8`
- Tan: `#e4d8cd`
- Blue: `#005198`
- Dark: `#1b1b1b`## Local development
*Prerequisites: Node.js 14+*
1. Clone this project.
1. Navigate to the project in your terminal.
1. Install dependencies: `npm install`.
1. Start the server: `npm start`.
1. Navigate to `localhost:8080` in your browser.