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.
-
HTML5
-
CSS3
-
Vanilla JavaScript
-
Node.js and Express for server-side logic
-
Clone the repository:
git clone https://github.com/yourusername/jakoblangtry-com.git cd jakoblangtry-com -
Install dependencies:
npm install
-
Start the development server:
npm start
-
Visit
http://localhost:3001in your web browser.
The website features an interactive terminal interface with the following commands:
- Type
helpto see all available commands - Navigate through the interface using keyboard inputs
- Use arrow keys for command history
(Deployment process description needs update - currently manual or uses a different provider)
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