mirror of
https://github.com/10h30/odin-landing-page.git
synced 2026-07-11 18:55:58 +09:00
Add more content to index.html
This commit is contained in:
+21
-5
@@ -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 can’t 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>
|
||||
Reference in New Issue
Block a user