summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html34
1 files changed, 23 insertions, 11 deletions
diff --git a/index.html b/index.html
index 8cebcad..1a2cacc 100644
--- a/index.html
+++ b/index.html
@@ -2,23 +2,35 @@
<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>ECOEASE Exfoliants</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
- <section>
- <div>
- <h1>Hello, world!</h1>
+ <div class="navbar">
+ <img src="/assets/images/master.png" alt="" class="navbar-icon">
+ <div class="navbar-links">
+ <a class="navbar-link" href=""></a>
</div>
- </section>
- <section>
+ </div>
+ <div class="main">
+ <section>
+ <div class="banner bento-tile-accent">
+ <span class="banner-heading text-accent-brand">asheville</span><br>
+ <span class="text-accent-brand">Organic Skincare Products</span>
+ </div>
+ </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>
+ </section>
+ <section>
- </section>
- <section>
+ </section>
+ <section>
- </section>
- <section>
-
- </section>
+ </section>
+ </div>
</body>
</html>