============================================================ POSHTIK CAMPUS - LAB 2 RESCUE PACK UI23PC510CS/511CS - FSWD - Vasavi College of Engineering ============================================================ READ THIS WHOLE FILE BEFORE TOUCHING ANYTHING ELSE. ------------------------------------------------------------ 1. WHO THIS PACK IS FOR ------------------------------------------------------------ Only for a genuine emergency: machine died with no push, or an excused absence from Lab 1 - WITH your instructor's knowledge. TALK TO YOUR INSTRUCTOR BEFORE USING IT. No exceptions. If you ever pushed in Lab 1, do this instead - it is strictly better (YOUR work, YOUR history): git clone https://github.com//poshtik-campus.git ------------------------------------------------------------ 2. WHAT IS INSIDE - LAB 1'S EXACT EXIT STATE ------------------------------------------------------------ Lab 2 starts where LAB 1 LEFT OFF: three text-only pages, no photos, no CSS - that is correct, styling comes in the classes after this lab. index.html - the front door: h1, tagline, nav list menu.html - "Our Menu" + the ten locked dishes + nav about.html - "About us", two paragraphs + nav Note the nav discipline from Lab 1: a page never links to itself, so each page lists only the OTHER two pages. ------------------------------------------------------------ 3. SETUP - FIVE MINUTES, IN THIS EXACT ORDER ------------------------------------------------------------ 1. Create the folder: C:\Users\\Desktop\poshtik-campus\ 2. Copy the three .html files into it (this pack has no images folder - Lab 1 was deliberately text-only). 3. Open index.html in the browser. Click Menu, click About, click Home from each - four clicks, zero error pages. 4. Make it a repo - ONE honest commit, exactly this message: git init git add . git commit -m "Catch up to Lab 2 starting point (rescue pack)" 5. Create an empty GitHub repo named poshtik-campus, link and push (Lab 1 Part 15 shows the three commands). ------------------------------------------------------------ 4. THE HONEST SCAR + THE DEBT ------------------------------------------------------------ Classmates' git log shows "First version of Poshtik Campus site" - an earned commit. Yours shows one rescue commit. We do not fake history; own it out loud. And the skills you missed still owe you their practice: work through lab-01.html this week in Learning Mode, in the fswd-practice sandbox. Now open lab-02.html and build the order form yourself - that part no pack can do for you, and the exam asks for it. ============================================================