Thanks to visit codestin.com
Credit goes to github.com

Skip to content

heavybag555/breadcrumb-site

Repository files navigation

2U4U Studio

A single-page website for 2U4U Studio, an independent digital, creative, and web studio based in Los Angeles.

Getting Started

First, install the dependencies:

npm install

Then, add your font files to the public/fonts/ directory. The project expects:

  • SFProText-Regular.woff2 (or .woff, .otf)
  • SFProText-Medium.woff2 (or .woff, .otf)

If you have different font files, update the @font-face declarations in app/globals.css.

Run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Design

  • Text color: #5D75E0
  • Background: #EAEAEA
  • Font size: 15px
  • Font: SF Pro Text (Regular and Medium)

Project Structure

  • app/ - Next.js app directory
    • page.tsx - Main page component
    • layout.tsx - Root layout
    • globals.css - Global styles and font definitions
    • page.module.css - Page-specific styles
  • public/fonts/ - Font files directory

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors