-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
154 lines (151 loc) · 7.29 KB
/
contact.html
File metadata and controls
154 lines (151 loc) · 7.29 KB
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css">
<link rel="stylesheet" href="./css/style.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<title>Cara Shop</title>
</head>
<body>
<!-- ___________page container___________ -->
<div class="pageContent">
<a href="#"><span id="to-Top" title="Back To Top"><i class="fa-solid fa-arrow-up"></i></span></a>
<!-- ___________landing page_____________ -->
<div class="landingContact">
<nav>
<a href="./index.html"><img src="./images/logo.png" alt="logo"></a>
<i class="fa-solid fa-bars" id="hamberger"></i>
<ul>
<li><a href="./index.html" class="active">home</a></li>
<li><a href="./shop.html">shop</a></li>
<li><a href="./blog.html">blog</a></li>
<li><a href="./about.html">about</a></li>
<li><a href="./contact.html">contact</a></li>
<li><a href="./cart.html" title="check your purchases"><i class="fa-solid fa-cart-shopping"></i></li>
</ul>
<a href="./signUp.html" title="Sign Up" class="signUp"><i class="fa-solid fa-user"></i></a>
</nav>
<div class="container">
<div class="contactDesc">
<h1>#let's_Talk</h1>
<p>Leave a message.We love to hear from you!</p>
</div>
</div>
</div>
<!-- ___________contact____________ -->
<div class="contactPage">
<div class="container contactContainer">
<div class="getInTouch">
<p>get in touch</p>
<h1>Visit one of our agency locations or contact us today</h1>
<h3>head office</h3>
<div class="location">
<i class="fa-solid fa-map-location-dot"></i>
<p>casablanca morocco 1949</p>
</div>
<div class="mail">
<i class="fa-solid fa-envelope"></i>
<p>moslihbadr2@gmail.com</p>
</div>
<div class="phone">
<i class="fa-solid fa-phone"></i>
<p>+212 617024337</p>
</div>
<div class="hours">
<i class="fa-solid fa-clock"></i>
<p>monday to saturday ,9:00 to 18:00</p>
</div>
</div>
<div class="map">
<iframe width="100%" height="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?width=100%25&height=600&hl=en&q=casablanca%20madinat%20arrahma%20cafe%20TheFamillyCoffee+(My%20Business%20Name)&t=&z=14&ie=UTF8&iwloc=B&output=embed"></iframe>
</div>
</div>
<div class="messageContainer container">
<div class="message">
<p>leave a message</p>
<h1>We love to hear from you</h1>
<form action="">
<input type="text" placeholder="You Name">
<input type="email" placeholder="E-mail" required>
<input type="text" placeholder="Subject">
<textarea name="message" cols="30" rows="10" placeholder="Your Message" required></textarea>
<div class="btnContainer">
<input type="submit" value="Submit" id="readButton">
</div>
</form>
</div>
</div>
</div>
<!-- ___________newsLetter___________ -->
<div class="newsLetter">
<div class="newsLetterDesc">
<h1>sign up for newsletters</h1>
<p>Get E-mail updates about our latest shop and <span>special offers.</span></p>
</div>
<form>
<input type="email" placeholder="example@gmail.com" required>
<input type="submit" name="sign up">
</form>
</div>
<!-- ___________footer___________ -->
<footer class="container text-center">
<div class="row">
<div class="contact col">
<h4>contact</h4>
<div class="contDesc">
<h6>address</h6>
<p> : 1949 casablanca morocco</p>
</div>
<div class="contDesc">
<h6>phone</h6>
<p> : +212 617024337</p>
</div>
<div class="contDesc">
<h6>houres</h6>
<p> : 10:00-18:00 Man-Sat</p>
</div>
<div class="media col">
<h4>follow us</h4>
<i class="fa-brands fa-facebook-f"></i>
<i class="fa-brands fa-twitter"></i>
<i class="fa-brands fa-instagram"></i>
<i class="fa-brands fa-google"></i>
</div>
</div>
<div class="about col">
<h4>about</h4>
<h6>about us</h6>
<h6>delivery informations</h6>
<h6>privacy policy</h6>
<h6>teams & conditions</h6>
<h6>contact us</h6>
</div>
<div class="account col">
<h4>my account</h4>
<h6>sign in</h6>
<h6>view cart</h6>
<h6>my wishlist</h6>
<h6>tarck my order</h6>
<h6>help</h6>
</div>
<div class="install col">
<h4>install app</h4>
<p>From App Store or Google Play</p>
<img src="./images/pay/app.jpg" alt="appStore">
<img src="./images/pay/play.jpg" alt="googlePlay">
<p>secured payement gateways</p>
<img src="./images/pay/pay.png" alt="">
</div>
</div>
</footer>
<div class="rights">
<span >created by <strong style="color: #088178"><i>badr moslih</i></strong> all rights reserved 2023 © </span>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script src="./main.js"></script>
</body>
</html>