Skip to content

02Jones06/newnmitdemo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Software Engineer Portfolio Website

A modern, responsive personal portfolio website showcasing education, experience, and achievements in the field of Software Engineering, Full-Stack Development, and Cloud Computing.

Features

  • Modern Dark Theme: Professional dark color scheme with accent colors
  • Fully Responsive: Optimized for desktop, tablet, and mobile devices
  • Smooth Animations: Scroll-triggered animations and smooth transitions
  • Interactive Navigation: Sticky navbar with smooth scrolling to sections
  • Mobile Menu: Hamburger menu for mobile devices
  • No Dependencies: Pure vanilla HTML, CSS, and JavaScript

File Structure

demo/
├── index.html          # Main HTML structure
├── styles.css          # All styling and responsive design
├── script.js           # Interactive features and animations
└── README.md           # This file

Sections

  1. About Me: Professional introduction and tech highlights
  2. Education: BE AI&DS degree and Tech Mahindra internship
  3. Experience: Current and previous Software Engineer roles
  4. Achievements: Hackathon wins and accomplishments

Usage

  1. Open index.html in a web browser
  2. No build process or dependencies required
  3. All files are self-contained

Customization

Colors

Edit CSS custom properties in styles.css:

:root {
    --bg-primary: #0a0a0a;
    --accent-primary: #4a9eff;
    /* ... more variables ... */
}

Content

Edit the HTML content in index.html to update your information.

Browser Support

  • Chrome (latest)
  • Firefox (latest)
  • Safari (latest)
  • Edge (latest)

License

This portfolio template is free to use and modify for personal use.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors