A modern, responsive portfolio website highlighting my skills, experiences, and projects.
- Bilingual Support: Toggle between Korean and English with automatic language detection
- Responsive Design: Optimized for all device sizes, from mobile to desktop
- Modern UI: Clean, professional interface with smooth scrolling and animations
- Sections: Home, Projects, Skills, and Contact information
- Social Media Links: GitHub, LinkedIn, and Blog for easy networking
- HTML5: Semantic markup for structure
- CSS3: Custom styling with CSS variables for consistent theming
- JavaScript:
- Smooth navigation
- Language switching functionality
- Responsive header with scroll effects
- Icons: Font Awesome for social media and UI elements
├── index.html # Main HTML structure
├── style.css # CSS styling
├── script.js # Navigation and UI interactions
├── i18n.js # Internationalization support
├── logo-nova.png # Logo image
└── ReadMe.md # Project documentation
- Visit the live portfolio at [your-portfolio-url]
- Toggle between languages using the buttons in the upper right corner
- Navigate through sections using the menu or by scrolling
- Click on project cards to view detailed information
- Connect via the contact section or social media links
The portfolio uses CSS variables for easy customization:
:root{
--main-background: #0b0c0f;
--main-fonts-color: #fff;
--main-decor-color: #4285f4;
--main-header-background: #21252e;
--main-font-family: 'Poppins', sans-serif;
--menu-font-family: 'Montserrat', sans-serif;
}
Modify these values to change the color scheme and typography throughout the site.
- 📱 Phone: 010-4997-5633
- 📧 Email: [email protected]
- 🌐 LinkedIn: Inhoo Kim
- 💻 GitHub: itstimi-XD
- 📝 Blog: Tistory
© 2025 Nova / Inhoo Kim