1- # π Involvex Terminal Portfolio
1+ # Involvex Terminal Portfolio
22
33An interactive terminal-style portfolio built with Vue 3, TypeScript, and Vite. Experience a unique command-line interface that showcases projects, skills, and contact information.
44
@@ -36,89 +36,6 @@ An interactive terminal-style portfolio built with Vue 3, TypeScript, and Vite.
3636- ** CSS3** - Modern styling with animations
3737- ** Monospace Fonts** - Authentic terminal feel
3838
39- ## π Getting Started
40-
41- ### Prerequisites
42-
43- - Node.js 20.19.0 or higher
44- - npm or yarn
45-
46- ### Installation
47-
48- ``` bash
49- # Clone the repository
50- git clone https://github.com/involvex/Involvex.git
51- cd Involvex
52-
53- # Install dependencies
54- npm install
55-
56- # Start development server
57- npm run dev
58- ```
59-
60- ### Build for Production
61-
62- ``` bash
63- # Build the project
64- npm run build
65-
66- # Preview production build
67- npm run preview
68- ```
69-
70- ## π Project Structure
71-
72- ```
73- src/
74- βββ components/
75- β βββ TerminalHeader.vue # Terminal window header
76- β βββ TerminalBody.vue # Main content sections
77- β βββ TerminalInput.vue # Interactive command input
78- βββ assets/
79- β βββ base.css # Base terminal styles
80- β βββ main.css # Main application styles
81- βββ App.vue # Root component
82- ```
83-
84- ## π¨ Customization
85-
86- ### Adding New Commands
87-
88- 1 . Open ` src/components/TerminalInput.vue `
89- 2 . Add your command to the ` commands ` object
90- 3 . Implement the command function
91- 4 . Add help text to the ` help ` command
92-
93- ### Styling
94-
95- - Modify ` src/assets/base.css ` for global styles
96- - Update ` src/assets/main.css ` for component-specific styles
97- - Terminal colors can be customized via CSS variables
98-
99- ## π Deployment
100-
101- This portfolio is designed to be deployed on:
102-
103- - ** Vercel** (recommended)
104- - ** Netlify**
105- - ** GitHub Pages**
106- - ** Any static hosting service**
107-
108- ### Vercel Deployment
109-
110- ``` bash
111- # Install Vercel CLI
112- npm i -g vercel
113-
114- # Deploy
115- vercel
116- ```
117-
118- ## π€ Contributing
119-
120- Contributions are welcome! Please feel free to submit a Pull Request.
121-
12239## π License
12340
12441This project is licensed under the MIT License - see the [ LICENSE] ( LICENSE ) file for details.
@@ -132,9 +49,9 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
13249## π Contact
13350
13451- ** GitHub** : [ @involvex ] ( https://github.com/involvex )
135- - ** Email** : contact@ involvex.dev
52+ - ** Email** : [ involvex@proton.me ] ( mailto: involvex@proton.me )
13653- ** Portfolio** : [ involvex.dev] ( https://involvex.dev )
13754
13855---
13956
140- Made with β€οΈ by [ Involvex] ( https://github.com/involvex )
57+ Made by [ Involvex] ( https://github.com/involvex )
0 commit comments