This repository contains a clean, professional-looking static portfolio website used in DevOps Micro Internship (DMI) Week 1 to practice:
- Linux basics
- Nginx hosting
- Deployment proof / ownership
- Production-style checks
✅ Students deploy this website on an Ubuntu VM using Nginx and keep it live for 24 hours.
- DMI students (beginner → intermediate)
- Anyone learning how to host a static site with Nginx on Linux
A portfolio-style website hosted on:
- Ubuntu VM
- Nginx
- Accessible via:
http://<public-ip>
Before you deploy, you MUST edit the footer and add your details:
Original:
<p>Crafted with <span>cloud</span> excellence by Pravin Mishra</p>Add this line (example):
<p><strong>Deployed by:</strong> DMI Cohort 2 | Rahul Sharma | Group 4 | Week 1 | 16-01-2026</p>✅ This proof must be visible in your browser screenshot submission.