-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
57 lines (47 loc) · 2.05 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
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 name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="THE place to buy raw gemstones!">
<meta name="keywords" content="gemstones, hps-gems, gems, raw gemstones, raw gems, jam stack, php, fetch api">
<meta name="author" content="Harsh Kapadia">
<meta property="og:site_name" content="HPS Gems">
<meta property="og:title" content="HPS Gems">
<meta property="og:type" content="website">
<meta property="og:description" content="THE place to buy raw gemstones.">
<meta property="og:url" content="https://hps-gems.herokuapp.com">
<meta property="og:image" content="https://firebasestorage.googleapis.com/v0/b/hps-gems.appspot.com/o/logo%2Fhps-gems-preview.png?alt=media&token=8e6faeae-dda6-4297-bc9a-8bdb5ac580d9">
<script defer src="./client/js/product-card.js"></script>
<script defer src="./client/js/home-page.js"></script>
<link rel="stylesheet" type="text/css" href="./client/css/style.css">
<link rel="preconnect" href="https://firebasestorage.googleapis.com" crossorigin>
<link rel="shortcut icon" href="https://firebasestorage.googleapis.com/v0/b/hps-gems.appspot.com/o/logo%2Ffavicon.ico?alt=media&token=01ea51aa-eb17-419c-9cb0-fbb7149d09e5" type="image/x-icon">
<title>HPS Gems</title>
</head>
<body>
<header>
<div id="header-content">
<a href="#"><div id="logo">HPS Gems</div></a>
<nav>
<ul id="links"></ul>
</nav>
</div>
</header>
<section>
<div id="main-title">HPS Gems</div>
<div id="tag-line">THE place for raw gemstones.</div>
</section>
<main id="products-section">
<div id="products-text">Latest Products</div>
<noscript class="error-style">You need to enable JavaScript to run this web app.</noscript>
<div id="errors" class="error-style"></div>
<div id="product-cards"></div>
</main>
<footer>
<div>
© HPS Gems | <a href="https://github.com/HarshKapadia2/hps-gems" target="_blank" rel="noreferrer">GitHub Repo</a>
</div>
</footer>
</body>
</html>