-
Notifications
You must be signed in to change notification settings - Fork 2
/
join-us-page.html
179 lines (157 loc) · 6.2 KB
/
join-us-page.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
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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!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>Nike Membership. Nike IN</title>
<link rel="stylesheet" href="join-us-page.css">
<link href="Pictures/favicon-32x32.png" rel="icon" type="image/x-icon" />
</head>
<body>
<!-- icon-script-web (https://ionic.io/ionicons) -->
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
<div id="container">
<!-- Header part till slideshow -->
<div id="top-header">
<!-- header -1 -->
<div id="above-nav">
<img src="Pictures/jordan.png" alt="">
<p>Help</p>
<p>|</p>
<p>Join us</p>
<p>|</p>
<p>Sign in</p>
</div>
<!-- header -2 -->
<nav>
<img src="Pictures/nike-logo.png" class="logo">
<div id="nav-text">
<p>Men</p>
<a href="womens.html" style="text-decoration:none; color:black;">
<p>Women</p>
</a>
<p>Kids</p>
<p>Customise</p>
<p>Sale</p>
<p>SNKRS</p>
</div>
<ul>
<li>
<ion-icon name="search-outline" class="search-icon"></ion-icon>
</li>
<li>
<ion-icon name="heart-outline" class="heart"></ion-icon>
</li>
<li>
<ion-icon name="bag-outline" class="bag-icon"></ion-icon>
</li>
<!-- <li> <img src="nav.png" class="nav-icon"></li> -->
</ul>
</nav>
<!-- <hr> -->
<!-- slideShow (Dynamic) -->
<!-- <div class="slide">
<p id="f1"> FREE DELIVERY</p>
<p id="f2"> Applies to order of $1400 or more. <u>View details </u></p>
</div> -->
</div>
<!-- Header part till End -->
<div class="content-header">
<p>Nike Membership</p>
</div>
<div id="video">
<!--autoplay="autoplay" loop="loop" -->
<video width="1240" height="720" loop="loop" controls="controls" muted="muted" poster="video-cover.jpeg">
<source src="Nike Membership. Nike IN.mp4" type="video/mp4">
</video>
</div>
<div class="content-text">
<p id="text1"> Where All Atheletes Belong</p>
<div>
<p>Trying Something new is never pretty. But it pretty awesome.</p>
<p>Because no matter how many times you fall down, you're stil comming out.</p>
<p>on top. Trying new things is always a win.</p>
</div>
<div>
<p>Join the Nike community as we Play New. As a Member, you'll</p>
<p>have access to inspiration, the latest Nike products and a community</p>
<p>od people who are trying something new, just like you.</p>
</div>
<div id="two-btn">
<div> <a href="join.html"> <button>Join us</button> </a></div>
<div><a href="log-in.html"> <button> Sign In</button> </a> </div>
</div>
</div>
<div class="content-header2">
<p>Don't Miss</p>
</div>
<div id="first-img"><img src="Pictures/membership.jpeg" id="first-img-id" alt=""> </div>
<!-- footer part start -->
<div id="footer">
<div class="fotter-div">
<div class="fotter-text">
<a style="color:white; text-decoration:none;" href="findaStore.html">
<p>FIND A STORE</p>
</a>
<p>BECOME A MEMBER</p>
<p>SIGN UP FOR EMAIL</p>
<p>STUDENT DISCOUNTS</p>
<p>SEND US FEEDBACK</p>
</div>
<div class="fotter-text-1">
<p>GET HELP</p>
<p>Order Status</p>
<p>Delivery</p>
<p>Return</p>
<p>Payment Options</p>
<p>Contact Us on Nike.com Inquiries</p>
<p>Contact Us On All Other Inquiries</p>
</div>
<div class="fotter-text-1">
<p>ABOUT NIKE</p>
<p>News</p>
<p>Careers</p>
<p>Investors</p>
<p>Sustainability</p>
</div>
<div id="fotter-icon">
<div>
<ion-icon name="logo-twitter"></ion-icon>
</div>
<div>
<ion-icon name="logo-facebook"></ion-icon>
</div>
<div>
<ion-icon name="logo-youtube"></ion-icon>
</div>
<div>
<ion-icon name="logo-instagram"></ion-icon>
</div>
</div>
</div>
<hr id="footer-hr">
<div id="copyright-section">
<div>
<p id="india">
<ion-icon name="location-outline" id="location-icon"></ion-icon>India
</p>
<p>© 2021 Nike, inc. All Rights
Reserved</p>
</div>
<!-- <span>
<ion-icon name="heart"></ion-icon>
</span> -->
<div id="content-last">
<p>Guides</p>
<p>Terms of Sale</p>
<p>Terms of use</p>
<p>Nike Privacy Policy</p>
</div>
</div>
</div>
<!-- footer part End -->
</div>
</body>
</html>