Skip to content

edelstone/my-website-2

Repository files navigation

Netlify Status

General

This is the source code for my portfolio website. It's built from scratch using the 11ty static site generator and is designed to be simple, accessible, fast, and content-focused.

Typography

Lausanne by Nizar Kazan at WELTKERN®.

Colors

  • White: #ffffff
  • Light: #f6f0e8
  • Tan: #e4d8cd
  • Blue: #005198
  • Dark: #1b1b1b

Local development

Please use any of my code or design for your own purposes (fonts must be licensed).

Prerequisites: Node.js 14+

  1. Clone this project.
  2. Navigate to the project in your terminal.
  3. Install dependencies: npm install.
  4. Start the server: npm start.
  5. Navigate to localhost:8080 in your browser.