-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (35 loc) · 1.5 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css"/>
</head>
<body>
<header>
<nav id="main-menu">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Pictures</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</nav>
</header>
<div class="parallax fig-1"><h1>Nature's Bakery</h1></div>
<section class="info-section">
<p>The fig bar company is renowned for its delectable and nutritious fig-based snacks, providing a satisfying and convenient snack option. Their commitment to quality ingredients and a variety of flavor options has made them a go-to choice for those seeking a tasty, health-conscious treat.
</p>
</section>
<section class="parallax fig-2">
</section>
<section class="info-section columns">
<section class="flex2">
<h3></h3>
<p>The fig bar company is renowned for its delectable and nutritious fig-based snacks, providing a satisfying and convenient snack option. Their commitment to quality ingredients and a variety of flavor options has made them a go-to choice for those seeking a tasty, health-conscious treat. </p>
</section>
<section class="flex1">
<img src="images/box.jpg"/>
</section>
</section>
<section class="parallax fig-3"></section>
</body>
</html>