summaryrefslogtreecommitdiff
path: root/index.html
blob: bea408420e77731544bd83f5d6488c47bef20b84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<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=0.7">
	<title>ECOEASE Exfoliants</title>
	<link rel="stylesheet" href="/style.css">
</head>
<body>
	<div class="navbar">
		<a href=""><img src="/assets/images/master.png" alt="" class="navbar-icon"></a>
		<div class="navbar-links">
			<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">
		<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 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 &rarr;</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>
</html>