(Assignment 4) Build and deploy a landing page website

Steps to Build a Website Using the Course Brochure

  1. Upload the course brochure to Claude.

  2. Give Claude a simple prompt asking it to generate a detailed meta prompt in Markdown format. The meta prompt should contain step-by-step instructions for building a professional landing page website using only HTML and CSS.

  3. Create a new folder on your Desktop and open it in Cursor.

  4. Inside that folder, create another folder named images.

  5. Visit the Raj Computers official website and download the required assets such as:

    • Logo

    • Banner images

    • Any additional course-related visuals

    Save all these files inside the images folder.

  6. Copy the generated meta prompt from Claude and paste it into Cursor Agent.

  7. Drag and drop the entire images folder into the Cursor Agent chat so the AI can access the assets while generating the website.

  8. Cursor will generate the required website files, which may include:

    • index.html

    • style.css

    • Optional JavaScript files

    • Additional supporting files if needed

  9. Once the generation is complete, open the project folder and verify that it contains:

    • The images folder

    • HTML files

    • CSS files

    • Optional JS files

  10. Compress the entire project folder into a .zip file.

  11. Deploy the website on Netlify by uploading the ZIP file or dragging the project folder directly into the Netlify dashboard.

  12. After deployment, Netlify will generate a live website link that can be shared publicly.