-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
205 lines (187 loc) · 10.2 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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Metadata files -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<!-- CSS file -->
<link rel="stylesheet" href="styles.css">
<!-- Google fonts -->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap" rel="stylesheet">
<!-- Title -->
<title>LSports</title>
</head>
<body>
<!-- Header - Navbar -->
<header>
<nav class="navbar navbar-expand-lg navbar-dark navigation-bar">
<!-- Brand -->
<a class="navbar-brand" href="#">
<img src="Images/lsports.svg" width="35" height="35" alt="">
Sports
</a>
<!-- Toggler Button Responsive For Mobile, Tablet, Desktop -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation" >
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item nav-item-content">
<a class="nav-link active" href="#">HOME</a>
</li>
<li class="nav-item nav-item-content">
<a class="nav-link" href="#">ABOUT</a>
</li>
<li class="nav-item nav-item-content">
<a class="nav-link" href="#">CONTACTS</a>
</li>
</ul>
</div>
</nav>
</header>
<!-- Hero / Main Image -->
<div>
<div class="hero-img-container">
<div>
<div class="main-heading-div">
<h1 class="text-center main-heading">SPORTS</h1>
</div>
<div class="social-media">
<hr class="vl-1" />
<hr class="vl-2" />
<div class="social-media-inner">
<img src="Images/facebook.svg" width="20" height="20" class="social-media-icons" alt="">
<img src="Images/instagram.svg" width="20" height="20" class="social-media-icons" alt="">
<img src="Images/twitter.svg" width="20" height="20" class="social-media-icons" alt="">
</div>
</div>
</div>
<div class="overlay-hero-img">
<img src="Images/hero1-min.jpg" class="img-fluid max-width: 100% hero-img" alt="">
</div>
</div>
</div>
<!-- About Us -->
<div class="container grid-container-div">
<div class="section-div">
<h2 class="section-heading">ABOUT US</h2>
</div>
<div class="row justify-content-center align-items-center">
<div class="col-md-6 d-flex">
<div class="about-grid-container ">
<div class="item-1">
<img src="./Images/about1-min.jpg" class="about-img" alt="">
</div>
<div class="item-2">
<img src="./Images/about2-min.jpg" class="about-img" alt="">
</div>
</div>
</div>
<div class="col-md-5 d-flex justify-content-center">
<div>
<h3>LIGHTENING SPORTS</h3>
<br>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.
</p>
</div>
</div>
</div>
<!-- Services -->
<hr class="seperate-secion-hr" /> <!-- Seperate the section with "hr line" -->
<div class="section-div">
<h2 class="section-heading">SERVICES</h2>
</div>
<div class="row">
<div class="service-grid-container">
<div class="service-desc">
<div class="service-desc-inner-div">
<h4>BOXING</h4>
<br>
<p class="service-desc-text">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.
</p>
<span class="extra-space"></span>
</div>
</div>
<div class="service-img1">
<img src="Images/service1a-min.jpg" class="service-img-a" alt="">
</div>
<div class="service-img2">
<img src="Images/service1b-min.jpg" class="service-img-b" alt="">
</div>
</div>
</div>
<!-- Contacts -->
<hr class="seperate-secion-hr" /> <!-- Seperate the section with "hr line" -->
<div class="section-div">
<h2 class="section-heading">CONTACTS</h2>
</div>
<div class="row grid-item">
<div class="contact-container">
<div class="contact-white-box">
</div>
<div class="contact-info">
<div class="row">
<div class="col-md-6">
<input type="text" class="form-control contact-info-input" placeholder="NAME">
</div>
<div class="col-md-6">
<input type="text" class="form-control contact-info-input" placeholder="EMAIL">
</div>
</div>
<div class="row">
<div class="col-md-12">
<input class="form-control contact-info-input-area" type="text" placeholder="MESSAGE">
</div>
</div>
<button class="btn my-btn">Send</button>
</div>
<div class="contact-text">
<h1 class="contact-text-heading">SPORTS</h1>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer>
<div class="container footer-container">
<div class="row align-items-center justify-content-around">
<div class="col-md-5 grid-item footer-copyright align-self-end">
<p class="">COPYRIGHT © 2020 ZILLBOY. ALL RIGHTS RESERVED.</p>
</div class>
<div class="col-md-4 grid-item">
<h3>Contact Info</h3>
<br>
<div class="d-flex footer-contact-info-flex">
<img src="Images/place.svg" alt="">
<p class="footer-contact-para">285 Lexington Ave, New York</p>
</div>
<div class="d-flex footer-contact-info-flex">
<img src="Images/call.svg" alt="">
<p class="footer-contact-para">+123 345 5678 </p>
</div>
<div class="d-flex footer-contact-info-flex">
<img src="Images/mail.svg" alt="">
<p class="footer-contact-para">[email protected]</p>
</div>
</div>
</div>
<hr class="footer-seperate-secion-hr" /> <!-- Seperate the section with "hr line" -->
<div class="row">
<div class="col-12 d-flex justify-content-center">
<img src="Images/facebook.svg" class="footer-icons" width="20" height="20" alt="">
<img src="Images/twitter.svg" class="footer-icons" width="20" height="20" alt="">
<img src="Images/instagram.svg" class="footer-icons" width="20" height="20" alt="">
</div>
</div>
</div>
</footer>
<!-- JS, Popper.js, and jQuery -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
</body>
</html>