diff options
author | altaf-creator <dev@altafcreator.com> | 2024-09-22 23:38:04 +0700 |
---|---|---|
committer | altaf-creator <dev@altafcreator.com> | 2024-09-22 23:38:04 +0700 |
commit | 8a4010b0089e8bac2f997e0f09907fa7467d7cbb (patch) | |
tree | e2120619d28e7f8faeb2c3a8e455bb181128419b /index.html | |
parent | 9f5ca17b3bf591587324874d63ae49996d076cd5 (diff) |
homepage more content
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 31 |
1 files changed, 26 insertions, 5 deletions
@@ -3,15 +3,19 @@ <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"> + <meta name="viewport" content="width=device-width, initial-scale=0.7"> <title>ECOEASE Exfoliants</title> <link rel="stylesheet" href="/style.css"> </head> <body> <div class="navbar"> - <img src="/assets/images/master.png" alt="" class="navbar-icon"> + <a href=""><img src="/assets/images/master.png" alt="" class="navbar-icon"></a> <div class="navbar-links"> - <a class="navbar-link" href=""></a> + <a class="navbar-link" href="">Project Information</a> + • + <a class="navbar-link" href="">Our Goal</a> + • + <a class="navbar-link" href="">Products</a> </div> </div> <div class="main"> @@ -23,13 +27,30 @@ </section> <section class="section-text"> <div class="elipse"></div> - <h1 style="display: flex; justify-content: center;"><span style="max-width: 750px; display: block;"><b class="text-accent-brand">Sustainable</b> and <b class="text-accent-brand">organic</b> skincare products that helps your skin.</span></h1> + <h1 class="section-heading"><span class="section-heading-child"><b class="text-accent-brand">Sustainable</b> and <b class="text-accent-brand">affordable</b> skincare products that helps your skin.</span></h1> </section> <section> - + <h2>Our products are...</h1> + <div id="bento0"> + <div id="a0" class="bento-tile-accent"> + <h2 class="bento-heading">Always made with <b class="text-accent-brand">Green & Organic</b> materials.</h2> + </div> + <div id="b0" class="bento-tile"> + <h2 class="bento-heading">Make your skin say <b class="text-accent-brand">Thank You</b>.</h2> + </div> + <div id="c0" class="bento-tile"> + <h2 class="bento-heading"><b class="text-accent-brand">Sustainable</b> Production</h2> + <a class="button" href="">Learn more →</a> + </div> + </div> + </section> + <section class="section-text"> + <h1 class="section-heading"><span class="section-heading-child">🥁 Introducing...<br><b class="text-accent-brand">Asheville Lip Scrub</b>!</span></h1> </section> <section> + <div id="bento1"> + </div> </section> </div> </body> |