-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
128 lines (116 loc) · 7.36 KB
/
index.html
File metadata and controls
128 lines (116 loc) · 7.36 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Pepsi page</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Anta&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Navigation Bar -->
<nav class="navbar navbar-expand-lg bg-primary sticky-top">
<div class="container-fluid">
<img class="nav-logo rounded-circle" src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/68/Pepsi_2023.svg/1200px-Pepsi_2023.svg.png" alt="Pepsi Logo">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarContent" aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0 mx-5">
<li class="nav-item fs-4 fw-medium">
<a class="nav-link active text-white" aria-current="page" href="#">View Product</a>
</li>
<li class="nav-item fs-4 fw-medium">
<a class="nav-link text-white" href="#">Contact Us</a>
</li>
</ul>
<span class="navbar-text border-5 text-white fs-4 mx-4">
Buy Pepsi Product
</span>
</div>
</div>
</nav>
<!-- Video Section -->
<div class="video-section">
<iframe width="100%" height="800" src="https://www.youtube.com/embed/7oBZ8sBjdyQ?si=5nQlVK0BFGTNsSrJ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
<!-- Promo Image Section -->
<div class="promo-section position-relative">
<img class="promo-img" src="https://contact.pepsico.com/files/pepsi/documents/1701962330/pepsi_lineup.jpg" alt="Pepsi Products">
<span class="highlight-text fw-bold position-absolute top-50 start-50 translate-middle lead">GET WILD WITH <br>PEPSI WILD CHERRY</span>
</div>
<!-- Product Highlight Section -->
<div class="highlight-section position-relative">
<img class="highlight-bg-img" src="https://contact.pepsico.com/files/pepsi/documents/1701962330/pepsi_lineup.jpg" alt="Pepsi Highlight">
<div class="highlight-product-images position-absolute top-50 start-50 translate-middle d-flex">
<img class="highlight-product-img1" src="https://i.pinimg.com/564x/db/57/fd/db57fd384977cc49524d0ba04f1833b7.jpg" alt="Pepsi Cherry">
<img class="highlight-product-img2" src="https://i.pinimg.com/474x/b2/8c/63/b28c63bb8b5bf371580ffc9712148c7c.jpg" alt="Pepsi Cherry 2">
</div>
</div>
<!-- Second Video Section -->
<div class="video-section">
<iframe width="100%" height="800" src="https://www.youtube.com/embed/7oBZ8sBjdyQ?si=5nQlVK0BFGTNsSrJ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
<!-- Social Media Section -->
<div class="social-section text-center">
<div class="social-title mb-4">Stay on the pulse. Follow Pepsi</div>
<div class="social-images d-flex justify-content-center mt-5">
<img class="social-img" src="https://i.pinimg.com/564x/9a/8f/e2/9a8fe27452d29b8284430cf25656ee1d.jpg" alt="Pepsi Social 1">
<img class="social-img" src="https://i.pinimg.com/564x/db/57/fd/db57fd384977cc49524d0ba04f1833b7.jpg" alt="Pepsi Social 2">
<img class="social-img" src="https://i.pinimg.com/564x/01/f4/6d/01f46d5334b056d9c4cc8d41ed1226ac.jpg" alt="Pepsi Social 3">
<img class="social-img" src="https://i.pinimg.com/564x/af/b3/8c/afb38c0d1dbd65e1392a268d3f350992.jpg" alt="Pepsi Social 4">
<img class="social-img" src="https://i.pinimg.com/564x/18/b0/6b/18b06bbb6e5ab0e2d8b9fb12538988e7.jpg" alt="Pepsi Social 5">
</div>
</div>
<!-- Footer -->
<footer class="bg-dark text-white mt-5">
<div class="container p-4">
<div class="row">
<!-- Pepsi Image -->
<div class="col-lg-3 col-md-6 mb-4 mb-md-0 text-center">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/68/Pepsi_2023.svg/1200px-Pepsi_2023.svg.png" alt="Pepsi Logo" class="img-fluid rounded-circle footer-logo">
</div>
<!-- Quick Links -->
<div class="col-lg-3 col-md-6 mb-4 mb-md-0">
<h5 class="text-uppercase">Quick Links</h5>
<ul class="list-unstyled mb-0">
<li><a href="#" class="text-white">Contact Us</a></li>
<li><a href="#" class="text-white">Terms and Conditions</a></li>
<li><a href="#" class="text-white">Privacy Policy</a></li>
</ul>
</div>
<!-- Info Links -->
<div class="col-lg-3 col-md-6 mb-4 mb-md-0">
<h5 class="text-uppercase">Info</h5>
<ul class="list-unstyled mb-0">
<li><a href="#" class="text-white">© 2024 PepsiCo</a></li>
<li><a href="#" class="text-white">Products</a></li>
<li><a href="#" class="text-white">Store</a></li>
</ul>
</div>
<!-- About Pepsi Links -->
<div class="col-lg-3 col-md-6 mb-4 mb-md-0">
<h5 class="text-uppercase">About Pepsi</h5>
<ul class="list-unstyled mb-0">
<li><a href="#" class="text-white">Serve Pepsi</a></li>
<li><a href="#" class="text-white">About</a></li>
<li><a href="#" class="text-white">Careers</a></li>
</ul>
</div>
</div>
<!-- Social Media Links -->
<div class="social-icons text-center mt-4">
<a href="#" class="text-white me-4"><i class="fab fa-facebook fa-2x"></i></a>
<a href="#" class="text-white me-4"><i class="fab fa-twitter fa-2x"></i></a>
<a href="#" class="text-white me-4"><i class="fab fa-instagram fa-2x"></i></a>
<a href="#" class="text-white me-4"><i class="fab fa-youtube fa-2x"></i></a>
<a href="#" class="text-white me-4"><i class="fab fa-linkedin fa-2x"></i></a>
</div>
</div>
</footer>
</body>
</html>