-
Notifications
You must be signed in to change notification settings - Fork 0
Implement complete homepage design matching provided mockup #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Copilot
wants to merge
2
commits into
main
Choose a base branch
from
copilot/fix-52bf8e6d-9c27-4ba1-984b-7a7750a50146
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,256 @@ | ||
| <!DOCTYPE html> | ||
| <html lang="en"> | ||
| <head> | ||
| <meta charset="UTF-8"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| <title>AIOutlet - Fashion & Lifestyle</title> | ||
| <link rel="stylesheet" href="styles.css"> | ||
| </head> | ||
| <body> | ||
| <!-- Header --> | ||
| <header class="header"> | ||
| <div class="container"> | ||
| <div class="header-content"> | ||
| <div class="logo"> | ||
| <h1>AIOutlet</h1> | ||
| </div> | ||
| <nav class="nav"> | ||
| <ul class="nav-list"> | ||
| <li><a href="#" class="nav-link">Home</a></li> | ||
| <li><a href="#" class="nav-link">Shop</a></li> | ||
| <li><a href="#" class="nav-link">About</a></li> | ||
| <li><a href="#" class="nav-link">Contact</a></li> | ||
| </ul> | ||
| </nav> | ||
| <div class="header-icons"> | ||
| <a href="#" class="icon-link">🔍</a> | ||
| <a href="#" class="icon-link">👤</a> | ||
| <a href="#" class="icon-link">🛒</a> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </header> | ||
|
|
||
| <!-- Hero Section --> | ||
| <section class="hero"> | ||
| <div class="container"> | ||
| <div class="hero-grid"> | ||
| <div class="hero-item large"> | ||
| <div class="placeholder-img main-hero"> | ||
| <span>Fashion Model</span> | ||
| </div> | ||
| <div class="hero-content"> | ||
| <h2>New Collection</h2> | ||
| <p>Spring Summer 2024</p> | ||
| <button class="btn-primary">Shop Now</button> | ||
| </div> | ||
| </div> | ||
| <div class="hero-item"> | ||
| <div class="placeholder-img accessories"> | ||
| <span>Accessories</span> | ||
| </div> | ||
| <div class="hero-content"> | ||
| <h3>Accessories</h3> | ||
| <p>From $29</p> | ||
| </div> | ||
| </div> | ||
| <div class="hero-item"> | ||
| <div class="placeholder-img arrivals"> | ||
| <span>New Arrivals</span> | ||
| </div> | ||
| <div class="hero-content"> | ||
| <h3>New Arrivals</h3> | ||
| <p>Latest Trends</p> | ||
| </div> | ||
| </div> | ||
| <div class="hero-item"> | ||
| <div class="placeholder-img shoes"> | ||
| <span>Shoes</span> | ||
| </div> | ||
| <div class="hero-content"> | ||
| <h3>Shoes</h3> | ||
| <p>Comfort & Style</p> | ||
| </div> | ||
| </div> | ||
| <div class="hero-item"> | ||
| <div class="placeholder-img handbags"> | ||
| <span>Handbags</span> | ||
| </div> | ||
| <div class="hero-content"> | ||
| <h3>Handbags</h3> | ||
| <p>Premium Quality</p> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </section> | ||
|
|
||
| <!-- Shopping Categories --> | ||
| <section class="categories"> | ||
| <div class="container"> | ||
| <h2 class="section-title">Shopping Categories</h2> | ||
| <div class="categories-grid"> | ||
| <div class="category-item"> | ||
| <div class="placeholder-img cat-fashion"> | ||
| <span>Fashion</span> | ||
| </div> | ||
| <div class="category-content"> | ||
| <h3>Fashion</h3> | ||
| </div> | ||
| </div> | ||
| <div class="category-item"> | ||
| <div class="placeholder-img cat-furniture"> | ||
| <span>Furniture</span> | ||
| </div> | ||
| <div class="category-content"> | ||
| <h3>Furniture</h3> | ||
| </div> | ||
| </div> | ||
| <div class="category-item"> | ||
| <div class="placeholder-img cat-sunglasses"> | ||
| <span>Sunglasses</span> | ||
| </div> | ||
| <div class="category-content"> | ||
| <h3>Sunglasses</h3> | ||
| </div> | ||
| </div> | ||
| <div class="category-item"> | ||
| <div class="placeholder-img cat-bags"> | ||
| <span>Bags</span> | ||
| </div> | ||
| <div class="category-content"> | ||
| <h3>Bags</h3> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </section> | ||
|
|
||
| <!-- Features Section --> | ||
| <section class="features"> | ||
| <div class="container"> | ||
| <div class="features-grid"> | ||
| <div class="feature-item"> | ||
| <div class="feature-icon shipping"> | ||
| </div> | ||
| <h3>Free Shipping</h3> | ||
| <p>Free shipping for order above $150</p> | ||
| </div> | ||
| <div class="feature-item"> | ||
| <div class="feature-icon guarantee"> | ||
| </div> | ||
| <h3>Money Guarantee</h3> | ||
| <p>Within 30 days for an exchange</p> | ||
| </div> | ||
| <div class="feature-item"> | ||
| <div class="feature-icon support"> | ||
| </div> | ||
| <h3>Online Support</h3> | ||
| <p>24 hours a day, 7 days a week</p> | ||
| </div> | ||
| <div class="feature-item"> | ||
| <div class="feature-icon payment"> | ||
| </div> | ||
| <h3>Flexible Payment</h3> | ||
| <p>Pay with multiple credit cards</p> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </section> | ||
|
|
||
| <!-- Promotional Banner --> | ||
| <section class="promo-banner"> | ||
| <div class="container"> | ||
| <div class="promo-content"> | ||
| <h2>Get 25% off during our one-time sale</h2> | ||
| <p>Limited time offer - Don't miss out on this amazing deal</p> | ||
| <button class="btn-secondary">Shop Now</button> | ||
| </div> | ||
| </div> | ||
| </section> | ||
|
|
||
| <!-- Testimonial --> | ||
| <section class="testimonial"> | ||
| <div class="container"> | ||
| <div class="testimonial-content"> | ||
| <div class="testimonial-avatar"> | ||
| <div class="placeholder-img avatar"> | ||
| <span>DJ</span> | ||
| </div> | ||
| </div> | ||
| <div class="testimonial-text"> | ||
| <h3>Daily Johnson</h3> | ||
| <p>"Love the quality and style of the clothes I purchased from this website. Great customer service as well. Highly recommended!"</p> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </section> | ||
|
|
||
| <!-- Newsletter --> | ||
| <section class="newsletter"> | ||
| <div class="container"> | ||
| <div class="newsletter-content"> | ||
| <div class="newsletter-info"> | ||
| <h2>Sign up for our newsletter</h2> | ||
| <p>Be the first to know about our special offers, new product launches, and events</p> | ||
| </div> | ||
| <div class="newsletter-form"> | ||
| <h3>Get New Updates</h3> | ||
| <p>Subscribe to our weekly newsletter</p> | ||
| <form class="email-form"> | ||
| <input type="email" placeholder="Enter your email address" class="email-input"> | ||
| <button type="submit" class="btn-primary">Subscribe</button> | ||
| </form> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </section> | ||
|
|
||
| <!-- Footer --> | ||
| <footer class="footer"> | ||
| <div class="container"> | ||
| <div class="footer-content"> | ||
| <div class="footer-column"> | ||
| <h3>Company</h3> | ||
| <ul> | ||
| <li><a href="#">About Us</a></li> | ||
| <li><a href="#">Our Services</a></li> | ||
| <li><a href="#">Privacy Policy</a></li> | ||
| <li><a href="#">Affiliate Program</a></li> | ||
| </ul> | ||
| </div> | ||
| <div class="footer-column"> | ||
| <h3>Get Help</h3> | ||
| <ul> | ||
| <li><a href="#">FAQ</a></li> | ||
| <li><a href="#">Shipping</a></li> | ||
| <li><a href="#">Returns</a></li> | ||
| <li><a href="#">Order Status</a></li> | ||
| </ul> | ||
| </div> | ||
| <div class="footer-column"> | ||
| <h3>Online Shop</h3> | ||
| <ul> | ||
| <li><a href="#">Watch</a></li> | ||
| <li><a href="#">Bag</a></li> | ||
| <li><a href="#">Shoes</a></li> | ||
| <li><a href="#">Dress</a></li> | ||
| </ul> | ||
| </div> | ||
| <div class="footer-column"> | ||
| <h3>Follow Us</h3> | ||
| <ul> | ||
| <li><a href="#">Facebook</a></li> | ||
| <li><a href="#">Twitter</a></li> | ||
| <li><a href="#">Instagram</a></li> | ||
| <li><a href="#">Youtube</a></li> | ||
| </ul> | ||
| </div> | ||
| </div> | ||
| <div class="footer-bottom"> | ||
| <p>© 2024 AIOutlet. All rights reserved.</p> | ||
| </div> | ||
| </div> | ||
| </footer> | ||
| </body> | ||
| </html> | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Icon links lack accessible text labels. Add aria-label attributes or screen reader text to describe the function of each icon (search, user account, shopping cart).