Skip to content

itstimi-XD/Nova-Portfolio

Folders and files

NameName
Last commit message
Last commit date
Mar 6, 2025
Mar 6, 2025
Mar 7, 2025
Mar 7, 2025
Mar 7, 2025
Mar 6, 2025
Mar 6, 2025
May 13, 2020
Mar 6, 2025

Repository files navigation

Nova Kim Portfolio

A modern, responsive portfolio website highlighting my skills, experiences, and projects.

Features

  • 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

Technical Details

  • 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

Project Structure

├── 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

Usage

  1. Visit the live portfolio at [your-portfolio-url]
  2. Toggle between languages using the buttons in the upper right corner
  3. Navigate through sections using the menu or by scrolling
  4. Click on project cards to view detailed information
  5. Connect via the contact section or social media links

Customization

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.

Contact

© 2025 Nova / Inhoo Kim

About

My First PortfolioRepository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published