-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhistory.html
62 lines (62 loc) · 2.41 KB
/
history.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mangata and Gallo</title>
<link rel="stylesheet" href="style2.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Playwrite+AU+QLD:wght@100..400&family=Playwrite+GB+S:ital,wght@0,100..400;1,100..400&display=swap"
rel="stylesheet"
/>
</head>
<body>
<header>
<figure>
<img src="images\Asset 4@3x.png" alt="logo" />
</figure>
</header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="products.html">Products</a></li>
<li><a href="history.html">About</a></li>
<li><a href="info.html">Contact</a></li>
<li><a href="settings.html">Settings</a></li>
</ul>
</nav>
<section>
<p class="in">
<b>Mangata and Gallo</b> is a jewelry store that specializes in special
occasions like engagements, weddings and anniversaries. The jewelry
company primarily operates online and has a small storefront in Austin,
Texas with an atelier attached for browsing. Mangata & Gallo's selection
of jewelry is known for its high-quality and classic look. The owner, an
Austin local, is well known for her jewelry designs.
</p>
<p class="in">
<b>Mariana</b> is the owner and the lead designer of Mangata and Gallo.
After graduating from design school with a specialization in diamond
cutting and metal smithing, Mariana opened a store in her hometown,
Austin and started to grow her business online. Mariana has always
managed every aspect of the business, from jewelry design to marketing
to e-commerce. However, she recently hired several artisans to help
craft her designs and a young employee to help manage the company
website and social media accounts.
</p>
</section>
<footer>
<div>
<img src="images/Asset 3@3x.png" alt="logo" />
</div>
<div>
<p>© Copyrights</p>
<p>Authors : Mahesh N</p>
<p>Privacy Policy</p>
<p>Terms & Conditions</p>
</div>
</footer>
</body>
</html>