Skip to content

edelstone/my-website-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 (except fonts, which must be licensed separately).

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.