Skip to content

Commit

Permalink
Charis Landing Page
Browse files Browse the repository at this point in the history
  • Loading branch information
HuXn-WebDev committed Jan 9, 2023
1 parent 13c6776 commit b9d8001
Show file tree
Hide file tree
Showing 7 changed files with 659 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
230 changes: 230 additions & 0 deletions 95. Chairs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,230 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chairs</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<nav>
<div class="logo">
<h1>Logo</h1>
</div>

<ul>
<li><a href="">Furniture</a></li>
<li><a href="">Project</a></li>
<li><a href="">Product</a></li>
<li><a href="">About Us</a></li>
</ul>

<button class="btn-fill">Register</button>
</nav>

<header>
<div class="content-container">
<h1 class="main-headings">
The Most <br />
<span> Comfortable </span><br />
Chair For You
</h1>
<p class="primary-headings">
Lorem Ipsum is simply dummy text of the printing and typesetting
industry. Lorem Ipsum has been the industry's standard dummy text ever
since the 1500s
</p>
<div class="btns-container">
<button class="btn-fill">Register</button>
<button class="btn-outline">Learn More</button>
</div>
</div>

<div class="img-container">
<img
src="Images/daniil-silantev-1P6AnKDw6S8-unsplash-removebg-preview.png"
/>
</div>
</header>
<section class="popularity">
<div class="popularity-one">
<h1>12k+</h1>
<p>Premium Product</p>
</div>
<div class="popularity-two">
<h1>21k+</h1>
<p>Happy Customers</p>
</div>
<div class="popularity-three">
<h1>28k+</h1>
<p>Awards Winnings</p>
</div>
</section>

<section class="products-container">
<h1 class="products-heading main-headings">
Shop Popular <br />
<span>Categories</span>
</h1>

<div class="products">
<div class="product">
<div class="product-img-layer">
<div class="img img-one"></div>
</div>
<div class="product-content">
<h1 class="product-name">Workshop Chair</h1>
<p class="product-quality">Indoor Chair</p>
</div>
</div>
<div class="product">
<div class="product-img-layer">
<div class="img img-two"></div>
</div>
<div class="product-content">
<h1 class="product-name">Workshop Chair</h1>
<p class="product-quality">Indoor Chair</p>
</div>
</div>
<div class="product">
<div class="product-img-layer">
<div class="img img-three"></div>
</div>
<div class="product-content">
<h1 class="product-name">Workshop Chair</h1>
<p class="product-quality">Indoor Chair</p>
</div>
</div>
</div>
<div class="b-container">
<button>&#x2190;</button>
<button>&rarr;</button>
</div>
</section>

<section class="why-us">
<div class="section-img-container">
<div class="img-layer">
<div class="img"></div>
</div>
</div>

<div class="content-container">
<h1 class="main-headings">Why Choose <span> Us?</span></h1>
<p class="primary-headings">
Lorem Ipsum is simply dummy text of the printing and typesetting
industry. Lorem Ipsum has been the industry's standard dummy text ever
since the 1500s.
</p>
<div class="cards">
<div class="card card-fill">
<div class="star">&#9733;</div>
<h1 class="card-title">Longevity</h1>
<p class="card-info">
Lorem Ipsum is simply dummy text of the printing and typesetting
industry.
</p>
</div>
<div class="card">
<h1 class="card-title">Quality</h1>
<p class="card-info">
Lorem Ipsum is simply dummy text of the printing and typesetting
industry.
</p>
</div>
<div class="card">
<h1 class="card-title">Heritage</h1>
<p class="card-info">
Lorem Ipsum is simply dummy text of the printing and typesetting
industry.
</p>
</div>
<div class="card card-fill">
<div class="star">&#9733;</div>
<h1 class="card-title">Community</h1>
<p class="card-info">
Lorem Ipsum is simply dummy text of the printing and typesetting
industry.
</p>
</div>
</div>
</div>
</section>

<section class="features">
<div class="content-container">
<h1 class="main-headings">Best <span> Features</span></h1>
<p class="primary-headings">
Lorem Ipsum is simply dummy text of the printing and typesetting
industry. Lorem Ipsum has been the industry's standard dummy text ever
since the 1500s.
</p>
<div class="cards">
<div class="card card-fill">
<div class="star">&#9733;</div>
<h1>Dilvery</h1>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting
industry.
</p>
</div>
<div class="card card-fill">
<div class="star">&#9733;</div>
<h1>Gurantee</h1>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting
industry.
</p>
</div>
<div class="card card-fill">
<div class="star">&#9733;</div>
<h1>Free Repair</h1>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting
industry.
</p>
</div>
</div>
</div>

<div class="img-container d-none">
<img
src="Images/bruno-emmanuelle--MUoHL1XULM-unsplash-removebg-preview.png"
alt=""
/>
</div>
</section>

<footer>
<div class="logo-container">
<h1>Logo</h1>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting
industry. Lorem Ipsum has been the industry's standard dummy text ever
since the 1500s.
</p>
</div>

<div class="about-company">
<div class="container">
<h1>About</h1>
<p>News & Blog</p>
<p>Features</p>
<p>About Us</p>
</div>
<div class="container">
<h1>Company</h1>
<p>How We Work?</p>
<p>Capital</p>
<p>Security</p>
</div>
<div class="container">
<h1>Support</h1>
<p>FAQs</p>
<p>Support</p>
<p>Contact Us</p>
</div>
</div>
</footer>
</body>
</html>
Loading

0 comments on commit b9d8001

Please sign in to comment.