-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (43 loc) · 1.84 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
<!---------|
| Homepage |
|---------->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="keywords" content="footer, address, phone, icons" />
<link rel="shortcut icon" href="../images/Logo/bolt_tech_favicon_d1S_icon.ico"/>
<title>Bolt-Tech Home</title>
<!--CSS Style Links-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css2?family=Arimo&display=swap" rel="stylesheet">
<link rel="stylesheet" href="../Styles/Style_Home/style_home.css">
</head>
<body>
<!-- [Header Navigation Menu] -->
<header></header>
<!-----[Contents - Start]----->
<!--Welcome Page-->
<div class="welcome">
<h1>Welcome Bolt-Tech Website!</h1>
<h4>Are you technology enthusiast? You've come to the right place! Feel free to explore our high-tech news and buy high quality products.</h4>
</div>
<!--Grid Stores-->
<h3 class="grid-title">Hot Featured Products:</h3>
<a href="Home_Store.html">
<div class="grid-container">
<div class="grid-store"><img src="../images/home-img/home-grid-ads/steamsalehardware_ad.jpg" alt="Steam Ad"></div>
<div class="grid-store"><img src="../images/home-img/home-grid-ads/gaming_ad.jpg" alt="Gaming Ad"></div>
<div class="grid-store"><img src="../images/home-img/home-grid-ads/magnet_ad.jpg" alt="Magnet Ad"></div>
<div class="grid-store"><img src="../images/home-img/home-grid-ads/smartphone_ad.jpg" alt="Smartphone Ad"></div>
</div>
</a>
<!--Grid Stores End-->
<!-----[Contents - End ]----->
<!-- [Footer Bottom] -->
<footer class="footer-distributed"></footer>
<script src="script_website.js"></script>
</body>
</html>