Add more content to index.html

This commit is contained in:
Thuan Bui
2025-02-08 19:44:31 +09:00
parent c8c434e8a0
commit 8d54adc739
2 changed files with 144 additions and 11 deletions
+21 -5
View File
@@ -8,7 +8,6 @@
</head>
<body>
<header class="header">
<div class="content-wrap">
<div class="logo">HeaderLogo</div>
<div class="nav">
<ul>
@@ -17,21 +16,38 @@
<li>Three</li>
</ul>
</div>
</div>
</header>
<div class="hero">
<div class="content-wrap">
<div>
<h1>This is awesome</h1>
<p>This is an awesome website that I am developing.</p>
<a href="#">Sign Up</a>
</div>
<div>
<img src="https://dev.toanphu.vn/wp-content/uploads/6-4-1000x667.jpg">
</div>
</div>
<div class="product">
<h3>This is Product List</h3>
<div class="product-loop">
<div>Product 1</div>
<div>Product 2</div>
<div>Product 3</div>
<div>Product 4</div>
</div>
</div>
<div class="quote">
<blockquote>When you cant find someone to follow, you have to find a way to lead by example.
<cite>Roxane Gay</cite>
</blockquote>
</div>
<div class="call-to-action">
<div class="bule-box">
<h3>Call to Action</h3>
<button><a href="#">Click Here</a></button>
</div>
</div>
<div class="section1">Section 1</div>
<div class="section2">Section 2</div>
<footer class="footer">Footer</footer>
</body>
</html>