Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

Landing Page 1

Assignment Overview

The goal of this assignment is to clone the T3Chat landing page using HTML and CSS. Focus on analyzing the live website and replicating its layout and styling.

Live Reference

Visit T3Chat.xyz

Tech Stack

  • HTML5: Use semantic elements for better structure.
  • CSS3: Implement modern layout techniques (Flexbox/Grid).

Requirements

  • Structure: Inspect the live site to understand its structure, but write your own semantic HTML.
  • Styling: Match the colors, fonts, and responsiveness of the original site.
  • Assets: You may use the images from the live site or placeholders if necessary.
  • Clean Code: maintain organized and commented code files.

How to Start

  1. Open the live link.
  2. Use browser developer tools (Inspect Element) to analyze fonts, colors, and dimensions.
  3. Create your index.html and style.css files.
  4. Start building!