A premium, interactive 3D portfolio website designed for DevOps Engineers, SREs, and Product Engineers. This project features a modern dark theme (Orange & Black), glassmorphism UI, and immersive 3D elements powered by Three.js.
- 3D Particle Network Background: An interactive, scrolling constellation effect representing infrastructure nodes.
- 3D Tech Core: A rotating, pulsating "Tech Knot" in the About section symbolizing complex systems.
- Premium Dark Theme: High-contrast Orange (#e17055) and Black design for a bold, industrial look.
- Glassmorphism UI: Modern, translucent cards with blur effects.
- Responsive Design: Fully optimized for desktops, tablets, and mobile devices.
- Interactive Elements:
- Typing text effect for roles.
- Animated number counters for stats.
- Smooth scrolling navigation.
- "Terminal" window visual.
- HTML5: Semantic markup for accessibility and structure.
- CSS3: Custom properties (variables), Flexbox, Grid, and Animations.
- JavaScript (ES6+): Logic for interactions and DOM manipulation.
- Three.js: 3D graphics library for the background and object visualization.
- Font Awesome: For vector icons.
- Google Fonts: 'Inter' and 'Fira Code' for typography.
DEVOPS PORTFOLIO/
├── index.html # Main HTML structure and content
├── styles.css # All styling, variables, and animations
├── script.js # JavaScript logic and Three.js scenes
└── README.md # Project documentation
Since this is a static website, you don't need a backend server.
- Download/Clone the project folder.
- Open the folder in your code editor (VS Code, etc.).
- Launch:
- Simply double-click
index.htmlto open it in your browser. - OR use a local development extension like "Live Server" in VS Code for a better experience (auto-refresh).
- Simply double-click
Open index.html and look for the following sections to update your details:
- Navigation: Update the logo text (Line ~25).
- Hero Section: Change "Akash Kale" and the typing words (Lines ~45-55).
- Bio: Update the text in the "About" section (Line ~140).
- Links: Update
hrefattributes for LinkedIn, GitHub, and Email interactions.
Open styles.css. All colors are defined as variables at the top (:root).
To change the theme, just update these hex codes:
:root {
--primary: #e17055; /* Main Orange */
--accent: #fdcb6e; /* Yellow/Gold */
--bg-dark: #000000; /* Background */
/* ... */
}In index.html, scroll to the <section id="skills">. You can add new <span> tags for skills or copy-paste entire .skill-category blocks.
In index.html, scroll to the <section id="projects">. Copy the .project-card block and edit the titles, descriptions, and tags to showcase your own work.
You can host this for free on GitHub Pages or Netlify.
- Create a new repository on GitHub (e.g.,
my-portfolio). - Push these files to the repository.
- Go to Settings > Pages.
- Select the
mainbranch and click Save. - Your site will be live at
https://<username>.github.io/my-portfolio.
This project is free to use and customize for your personal portfolio.
Built with ❤️ by Akash Kale's AI Assistant