forked from ugbasawo/devops-challenge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlearnmore.html
84 lines (74 loc) · 2.69 KB
/
learnmore.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
<!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">
<title>Projet</title>
<script src="https://kit.fontawesome.com/9a6ad59c4f.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<section id="header">
<a href="#"><img onclick="window.location.href='index.html';"src="img/logo.png" class="logo" alt=""></a>
<div>
<ul id="navbar">
<li><a href="index.html" >Home</a></li>
<li><a href="shop.html">Shop</a></li>
<li><a class="active" href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="cart.html"><i class="fa-solid fa-bag-shopping"></i></a></li>
</ul>
</div>
</section>
<section id="sm-banner" class="section-p1">
<div class="banner-box">
<h3 id="hamid">Wahd Lik W Wahd Li 3ziz 3lik !!!</h3><br>
<h2 id="hamids">buy 1 get 1 for free</h2><br>
<span id="hamidss">The best deals only at Swi9a</span><br>
</div>
<div>
<p style="font-size: 25px;padding-top: 20px;">World has become pretty expensive isnt it ?, with swi9a we give you the best deals u can buy 1 item and get 1 for free .
</p>
<p style="font-size: 25px;padding-top: 5px;">dowload swi9a application for more informations .</p>
</div>
</section>
<footer class="section-p1">
<div clas="col">
<img src="img/logo.png" id="logo1" alt="">
<h4>contact :</h4>
<p><strong>Adress : </strong> Rue STOKHOLM APPT 6 OCEAN RABAT</p>
<p><strong>Phone : </strong>+212642660196</p>
<p><strong>hours : </strong> 10:00 AM - 06:00 PM, MON - SAT</p>
<div class="follow "><br>
<h4>Follow us :</h4>
<div class="icon">
<i class="fab fa-facebook-f"></i>
<i class="fab fa-twitter"></i>
<i class="fab fa-instagram"></i>
<i class="fab fa-youtube"></i>
</div>
</div>
</div>
<div id="about" class="col">
<h4>About :</h4>
<a href="#">About us</a>
<a href="#">Delivery information</a>
<a href="#">Privacy Policy</a>
<a href="#">Terms & Conditions</a>
<a href="#">Contact us</a>
</div>
<div id="myacc" class="col">
<h4>My Account:</h4>
<a href="#">Sign in</a>
<a href="#">View Cart</a>
<a href="#">My Wishlist</a>
<a href="#">Track My Order</a>
<a href="#">Help</a><br>
<p id="xdd">Secured Payement Gateways</p><br>
<img src="img/pay.jpg">
</div>
</footer>
<script src="index.js"></script>
</body>
</html>