-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
170 lines (161 loc) · 6.53 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
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
<!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>Sports News</title>
<link rel="stylesheet" href="assets/css/style.css" />
<link rel="stylesheet" href="assets/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<header>
<nav class="navbar navbar-light bg-light">
<div class="row m-1">
<a class="navbar-brand" href="#">
<img src="assets/img/logo.png" alt="" width="40" height="32" class="d-inline-block align-text-top">
SportsFans
</a>
</div>
<div class="dropdown text-end m-2">
<button
class="btn dropdown-toggle"
type="button"
id="dropdownMenuButton1"
data-bs-toggle="dropdown"
aria-expanded="false"
>
English
</button>
<ul class="dropdown-menu bg-primary" aria-labelledby="dropdownMenuButton1">
<li>
<a class="dropdown-item text-white" id="english" href="#" area-current="true"
>English</a
>
</li>
<li><a class="dropdown-item text-white" id="arabic" href="#">العربية</a></li>
</ul>
</div>
</nav>
</header>
<div class="alert alert-light m-0" id="alert" role="alert">
Welcome to Next Stage for Sports News.
<button type="button" class="btn-close" id="close" aria-label="Close"></button>
</div>
<div class="container-fluid">
<div class="row">
<div class="col">
<div id="video">
<video class="bg-video m-5" playsinline="playsinline" autoplay="autoplay" muted="muted" loop="loop"><source src="assets/video/Sports_Promo.mp4" type="video/mp4" /></video>
</div>
</div>
<div class="col text-center" id="col2">
<form>
<h2 id="subscribe_now">Subscribe Now</h2>
<h5 id="encourage">By subscribing, you will be with one of the first people who getting the latest news about several sports! </h5>
<div class="m-5">
<label id="mobile" for="inputMobile" class="form-label"
>Enter Your Mobile Number</label
>
<div class="icon-input-btn text-white">
<i class="fa fa-mobile"></i>
<input type="tel"name ="Mobile" class="btn btn " pattern=".{12}" oninput="check(this)" id="validationCustom08" required
placeholder="Example: 966xxxxxxxxx">
</div>
</div>
<div id="radio">
<input
type="radio"
class="btn-check"
name="options"
id="option1"
autocomplete="off"
/>
<label class="btn btn-primary" id="stc" for="option1">STC</label>
<input
type="radio"
class="btn-check"
name="options"
id="option2"
autocomplete="off"
checked
/>
<label class="btn" id="mobily" for="option2">Mobily</label>
<input
type="radio"
class="btn-check"
name="options"
id="option4"
autocomplete="off"
/>
<label class="btn btn-primary" id="zain" for="option4">Zain</label>
</div>
<div class = "d-grid gap-2 px-5 mt-4">
<a href="otp.html" type="submit" id="continue" class="btn btn-primary mb-2" >
Continue </a>
</div>
</form>
<p id="agree">Clicking the button means you are okay with <p><a href=""><span id="terms">Terms & Conditions</span></a></p></p> <br/>
<p id="para">Get text messages for the latest sports news by lower prices!</p>
</div>
</div>
<div class="slider">
<div id="carouselExampleSlidesOnly" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="assets/img/bicycles.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="assets/img/horse.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="assets/img/football.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="assets/img/adventure.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="assets/img/american-football.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="assets/img/running.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="assets/img/swimming.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="assets/img/women-basketball.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="assets/img/pexels-andrea-piacquadio-3764538.jpg" class="d-block w-100" alt="...">
</div>
</div>
</div>
</div>
<footer>
<div class="card text-center text-white" id="card">
<div class="card-header" id="developer">
A Full-Stack Software Developer.
</div>
<div class="card-body">
<p class="card-text text-dark" id="copyright">© Abdelqader - Next Stage</p>
<a id="linkedin" href="https://www.linkedin.com/in/abdelkader-al-omari/" class="btn btn-primary">LinkedIn</a>
<a id="github" href="https://github.com/abdelqader-alomari" class="btn btn-primary">GitHub</a>
</div>
</div>
</footer>
<script src="assets/js/script.js"></script>
<script
src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13"
crossorigin="anonymous"
></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js" integrity="sha512-bLT0Qm9VnAYZDflyKcBaQ2gg0hSYNQrJ8RilYldYQ1FxQYoCLtUjuuRuZo+fjqhx/qtq/1itJ0C2ejDxltZVFg==" crossorigin="anonymous"></script>
</body>
</html>