Welcome to the repository for my personal portfolio. This project is a digital reflection of my professional journey, skill set, and accomplishments in technology and beyond.
This portfolio was developed as part of the Advent Calendar Challenges organized by the Coding Den Community's Frontend Wing on December 2nd, 2024. The challenge involved selecting an inspiring portfolio, cloning it, and customizing it to create a personalized version. The goal was to refine frontend development skills while showcasing creativity and individuality.
The portfolio is inspired by Ashrockzzz's Portfolio. While maintaining the core aesthetics, I introduced my own modifications to align it with my personal branding and preferences.
- Personalized Introduction: Highlights my background, expertise, and aspirations.
- Project Showcase: A curated list of key projects, complete with descriptions and links.
- Contact Information: Direct links to my professional profiles for networking and collaboration.
- Responsive Design: Optimized for seamless viewing across devices.
- Interactive Elements: Enhanced user experience with modern transitions and animations.
- HTML5: For structured content and semantic markup.
- CSS3: For styling and ensuring responsiveness.
- JavaScript: For dynamic and interactive functionality.
Keerthivasan-Venkitajalam-Portfolio/
├── index.html # Main HTML file
├── about.html # About page
├── feats.html # Features page
├── projects.html # Projects page
├── resume.html # Resume page
├── Resume_Keerthi.pdf # Resume file
├── static/ # Directory for styles, scripts, and other static assets
│ ├── styles/ # CSS files for styling
│ │ ├── about.css # Stylesheet for the about page
│ │ ├── base.css # Base stylesheet for the portfolio
│ │ ├── feats.css # Stylesheet for the features page
│ │ ├── index.css # Stylesheet for the index page
│ │ └── projects.css # Stylesheet for the projects page
│ ├── js/ # JavaScript files for interactivity
│ │ ├── about.js # Script for the about page
│ │ ├── base.js # Base script for the portfolio
│ │ ├── feats.js # Script for the features page
│ │ ├── index.js # Script for the index page
│ │ └── project.js # Script for the projects page
├── README.md # Project documentation
To view the portfolio locally:
- Clone the repository:
git clone https://github.com/Keerthivasan-Venkitajalam/Keerthivasan-Venkitajalam-Portfolio.git
- Navigate to the project directory:
cd Keerthivasan-Venkitajalam-Portfolio
- Open
index.html
in any modern browser.
Alternatively, visit the live site [https://keerthivasan-venkitajalam.github.io/Keerthivasan-Venkitajalam-Portfolio/].
- Coding Den Community: For fostering a culture of growth and creativity through engaging challenges.
- Ashrockzzz [https://github.com/Ashrockzzz2003]: For creating the original portfolio design that inspired this project.