-
Notifications
You must be signed in to change notification settings - Fork 0
/
product-smartwatch.html
65 lines (57 loc) · 2.69 KB
/
product-smartwatch.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<title>smartwatches</title>
<link rel="stylesheet" href="styleproducts.css">
</head>
<body>
<header id="navbar">
<div id="headline">
<a href="index.html"><img src="logo-removebg-preview.png" width="150px" height="40px">
</a>
</div>
<div id="ul">
<ul>
<a href="index.html" class="li" onmouseenter="change_Bg(this)" onmouseleave="return_Bg(this)">
<li>HOME</li>
</a>
<a href="index.html" class="li" onmouseenter="change_Bg(this)" onmouseleave="return_Bg(this)">
<li>PRODUCTS</li>
</a>
<a href="contact us.html" class="li" onmouseenter="change_Bg(this)" onmouseleave="return_Bg(this)">
<li>CONTACTS</li>
</a>
<a href="Abuout.html" class="li" onmouseenter="change_Bg(this)" onmouseleave="return_Bg(this)">
<li >ABOUT</li>
</a>
</ul>
</div>
<div id="icons">
<a href="https://www.facebook.com"><i class="fa-brands fa-facebook"></i></a>
<a href="https://twitter.com"><i class="fa-brands fa-square-twitter"></i></a>
<a href="https://www.instagram.com"><i class="fa-brands fa-square-instagram"></i></a>
<a href="login.html"><i class="fa-solid fa-cart-shopping" ><span style=" font-size:10px; color: rgb(243, 241, 241);" class="increment" >0</span></i></a>
<a href="login.html"><i class="fa-regular fa-heart"></i></a>
<a href="login.html"><i class="fa-solid fa-user"></i></a>
</div>
</header>
<pre>
</pre>
<div class="card">
<img src="smart watches/3.jpg" style="width:100%">
<h1>Smart watch G8</h1>
<p class="price">3999.00 L.E</p>
<p>smart watch are known for their wireless connectivity options,
compatibility with different devices, seamless pairing processes,
sound quality, and convenience features,
such as Siri integration, touch controls, and long battery life.</p>
<button onclick="addToCard()"> Add to Cart </button>
</div>
<script src="project.js"></script>
</body>
</html>