-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (71 loc) · 4.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Primary Meta Tags -->
<link rel="shortcut icon" href="https://cffstore.vercel.app/img/logo.png" type="image/x-icon">
<title>C F F | Cheikh Family Farm</title>
<meta name="title" content="C F F | Cheikh Family Farm" />
<meta name="description" content="C F F | Cheikh Family Farm Store " />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://ali-cheikh.github.io/" />
<meta property="og:title" content="C F F | Cheikh Family Farm" />
<meta property="og:description" content="Tichri mil site ili tawsil 3lina" />
<meta property="og:image" content="https://cffstore.vercel.app/img/logo.png" />
<!-- Twitter -->
<meta property="twitter:card" content="image-card" />
<meta property="twitter:url" content="https://eshop.ali-cheikh.com/" />
<meta property="twitter:title" content="C F F | Cheikh Family Farm" />
<meta property="twitter:description" content="C F F | Cheikh Family store" />
<meta property="twitter:image" content="https://cffstore.vercel.app/img/logo.png" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" integrity="sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@10"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container mt-5">
<center>
<button style="right:6%;top: 4%;z-index: +9999;position: fixed;display: none;" class="navbar-text btn btn-warning mt-2" onclick="openCart()" id="mybutton"><i class="fa fa-shopping-cart"></i></button>
<h2 style="float:left" class="navbar-text"> Cheikh Family Farm <i class="fa fa-leaf"></i></h2>
<br>
</center>
</div>
<div class="container mt-5">
<img src="img/image.jpg" width="100%" alt="">
<div class="container">
<hr><br>
<input class="form-control mr-sm-2" type="search" id="myInput" onkeyup="SearchFunction()" placeholder="Search For Products" title="Type in a name"><br>
<div id="product-list" class="row mt-6"></div>
<br>
</div>
<hr>
</div>
<div class="container mt-5">
<div style="display: flex; align-items: center;">
<div style="flex: 1;" >
<img src="img/logo-remove.png" class="foot-logo" alt="Logo">
</div>
<div class="foot" style="flex: 1;">
<h3><i class="fas fa-phone"></i> : Youssef <a href="tel:+21658000171"> +216 58 000 171</a></h3><br>
<h3><i class="fas fa-hands-helping"></i> : <a href="https://www.linkedin.com/in/hanen-benchikha-cheikh-6757b218a">Hanen</a> <a href="tel:+21697965725">+216 97 965 725</a></h3><br>
<h3><i class="fab fa-facebook"></i> : <a href="https://www.facebook.com/people/Cheikh-Family-Farm/100063483428963/">Cheikh Family Farm </a></h3><br>
</div>
</div>
<br>
<center>
<h3 class="text"><i class="fas fa-envelope-open-text"></i> : <a href="mailto:Cheikh.Family.Farm@gmail.com" style="color: red;">Cheikh.Family.Farm@gmail.com</a></h3><br>
</center>
</div><br>
<footer class="footer bg-warning">
<div class=" fixed-bottom">
<center><span class="text-muted">© 2025 <big>Cheikh Family Farm</big> . All rights reserved.</span></center>
</div>
</footer>
<script src="script.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
</body>
</html>