Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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).

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.