-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
91 lines (81 loc) · 4.19 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html>
<head>
<title>Fieldset Devices</title>
<link rel="stylesheet" href="/css/style.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link rel="icon" href="/images/favicon.ico" type="image/x-icon" />
<script src="https://kit.fontawesome.com/663537bbd5.js" crossorigin="anonymous"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header class="header">
<nav class="navbar">
<div class="logo">
<a href="index.html"><img src="./images/company-logo-light.png" alt="Logo"></img></a>
<a href="index.html"><span>Fieldset Devices</span></a>
</div>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="shop.html">Products</a></li>
<li><a href="staff.html">The Team</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="https://web.facebook.com/?_rdc=1&_rdr" class="fa fa-facebook" target="_blank"></a></li>
<li><a href="https://www.instagram.com/" class="fa fa-instagram" target="_blank"></a></li>
</ul>
</nav>
<div class="top-section">
<img src="images/company-logo-light.png" alt="company-logo">
</div>
</header>
<div class="welcome">
<h1>Welcome to Fieldset Devices</h1>
</div>
<section class="message">
<p>At Fieldset Devices, we’re all about connecting you with the latest in mobile and computing technology.
Our goal is to offer a diverse selection of smartphones, laptops, and tablets that combine powerful performance, sleek design, and affordability.
Whether you’re a tech enthusiast, a professional, or just need reliable devices to stay connected and productive, we’ve got the right fit for you.
Explore our curated selection to find the perfect device for your lifestyle—packed with the features you love and the quality you trust. At Fieldset Devices, we help you stay ahead in today’s connected world.</p>
</section>
<hr class="divider"">
<section class="about">
<h1>About us</h1>
<h2>We deliver innovation and value</h2>
<p>
At Fieldset Devices, we’re all about quality tech with a personal touch.
We carefully select smartphones, laptops, and tablets that balance top features and reliable performance, aiming to make tech accessible and hassle-free.
With a passion for technology and a commitment to great service, we’re here to give you a better shopping experience.
</p>
</section>
<hr class="divider">
<section class="shortcut">
<p>Explore our wide range of products, from
<a href="shop.html#phones-section">phones</a> to
<a href="shop.html#laptops-section">laptops</a> to top of the line
<a href="shop.html#tablets-section">tablets</a>, that will elevate you to the next level.
</p>
</section>
<footer class="footer">
<div class="footer-content">
<div class="footer-logo">
<a href="index.html"><img src="images/company-logo-light.png" alt="Logo"></a></img>
<a href="index.html"><span>Fieldset Devices</span></a>
</div>
<ul class="footer-links">
<li><a href="#privacy">Privacy Policy</a></li>
<li><a href="#terms">Terms of Service</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
<div class="footer-bottom">
<p>© 2024 Fieldset Devices. All Rights Reserved.</p>
<div class="social-media">
<a href="https://facebook.com" target="_blank">Facebook</a>
<a href="https://twitter.com" target="_blank">Twitter</a>
<a href="https://instagram.com" target="_blank">Instagram</a>
</div>
</div>
</footer>
</body>
</html>