Skip to content

A terminal-style personal website showcasing my professional profile and projects. The website features a command-line interface that visitors can use to navigate and explore content in a unique way.

Notifications You must be signed in to change notification settings

jjl4287/jakoblangtry-com

Repository files navigation

Jakob Langtry's Personal Website

A terminal-style personal website showcasing my professional profile and projects. The website features a command-line interface that visitors can use to navigate and explore content in a unique way.

🛠️ Technology Stack

  • HTML5

  • CSS3

  • Vanilla JavaScript

  • Node.js and Express for server-side logic

🚀 Getting Started

Local Development

  1. Clone the repository:

    git clone https://github.com/yourusername/jakoblangtry-com.git
    cd jakoblangtry-com
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm start
  4. Visit http://localhost:3001 in your web browser.

Available Commands

The website features an interactive terminal interface with the following commands:

  • Type help to see all available commands
  • Navigate through the interface using keyboard inputs
  • Use arrow keys for command history

🌐 Deployment

(Deployment process description needs update - currently manual or uses a different provider)

📁 Project Structure

jakoblangtry-com/
├── index.html          # Main HTML file
├── styles.css          # CSS styles
├── script.js           # Terminal functionality and interactions
├── 404.html            # Custom 404 error page

├── server.js           # Node.js server setup
├── .env                # Environment variables
└── public/             # Public assets and files

About

A terminal-style personal website showcasing my professional profile and projects. The website features a command-line interface that visitors can use to navigate and explore content in a unique way.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published