Welcome to my portfolio! This is a simple and responsive portfolio website showcasing my work and skills as a DevOps engineer.
This portfolio highlights my experience in DevOps, including project descriptions, skills, and contact information. It's built using HTML and CSS, making it lightweight and easy to maintain.
- HTML: For structuring the content.
- CSS: For styling the website and ensuring a responsive design.
- Optional: JavaScript: (If you decide to add interactivity in the future)
- About Me: A brief introduction and overview of my background.
- Projects: A section dedicated to showcasing my key projects with descriptions.
- Skills: A list of tools and technologies I am proficient in.
- Contact Information: Easy access to get in touch with me.
To view this portfolio locally, follow these steps:
- Clone the repository or download the files to your local machine.
- Open the
index.html
file in your web browser. - Optionally, run a local server using Python or another method for a better development experience.
# Navigate to the portfolio directory
cd User/website1/static
# Start a local server
python -m http.server 8000