-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBoxing-Team.html
108 lines (105 loc) · 4.26 KB
/
Boxing-Team.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
<!DOCTYPE html>
<html>
<head>
<title>
Team
</title>
<link rel="stylesheet" href="Css/Team.css">
<script src="https://kit.fontawesome.com/a2e111ef51.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="header-con">
<div class="icon">
<a href="home_page.html"> <img src="Image/boxing-logo.png" alt="Logo" class="logo"></a>
<hr id="logo-hr">
</div>
<ul>
<a href="index.html"><li><i class="fas fa-home"></i> Home</li></a>
<a href="Image-gallery.html"> <li><i class="fas fa-images"></i> gallery</li></a>
<a href="About.html"> <li><i class="fas fa-user-alt"></i> About Us</li></a>
<a href="Boxing-Team.html"><li id="team"><i class="fas fa-users"></i> Team</li></a>
</ul>
</div>
<div class="icon-bar">
<a class="active-1" href="index.html"><i class="fa fa-home"></i></a>
<a href="login.html"><i class="fa fa-sign-in-alt"></i></a>
<a href="About.html"><i class="fas fa-user-alt"></i></a>
<a href="Image-gallery.html"><i class="fa fa-images"></i></a>
</div>
<div class="main">
<div class="banner">
<img src="Image/boxing-bg.jpg" alt="breadcrumb">
<div class="banner-con">
<h1>Our Players</h1>
<p>Home<span>/</span>Players</p>
</div>
</div>
<div class="teams">
<div class="team-detail">
<img src="Image/Team/Boxing/box1.jpg" alt="Vijender Singh">
<h4>Vijender Singh</h4>
<p id="possition"></p>
</div>
<div class="team-detail">
<img src="Image/Team/Boxing/box2.jpg" alt="Mary Kom">
<h4>Mary Kom</h4>
<p id="possition"></p>
</div>
<div class="team-detail">
<img src="Image/Team/Boxing/box3.jpg" alt="Akhil Kumar">
<h4>Akhil Kumar</h4>
<p id="possition"></p>
</div>
<div class="team-detail">
<img src="Image/Team/Boxing/box4.jpg" alt="Jitendra Kumar">
<h4>Jitendra Kumar</h4>
<p id="possition"></p>
</div>
</div>
<div class="teams-2">
<div class="team-detail">
<img src="Image/Team/Boxing/box5.jpg" alt="Devendro Singh">
<h4>Devendro Singh</h4>
<p id="possition"></p>
</div>
<div class="team-detail">
<img src="Image/Team/Boxing/box6.jpg" alt="Hawa Singh">
<h4>Hawa Singh</h4>
<p id="possition"></p>
</div>
<div class="team-detail">
<img src="Image/Team/Boxing/box7.jpg" alt="Shiva Thapa">
<h4>Shiva Thapa</h4>
<p id="possition"></p>
</div>
</div>
<div class="footer">
<div class="footer-content">
<p> <big>Sports club Community</big><br>
<br>Sports Club is a division of New
<br>Lpu Sports Association,Inc. a not-for-profit corporation.
<br>Sports Club Community has carving skills of many in our communitiess
<br>independent nonprofit Organisation.</p>
<br>
<br>
<i class="far fa-copyright"></i> Sports Club
</div>
<div class="Contact-us">
<p><big><i class="fas fa-map-marked-alt"></i> CONTACT US </big><br><br>
main gate<br>
Pahgwada<br>
1-877-486-9414<br>
Lpu University<br><p>
</div>
<div class="Get-connected">
<p><big><i class="fas fa-link"></i> GET CONNECTED</big><br><br>
<i class="fab fa-facebook"></i> Facebook<br>
<i class="fab fa-twitter"></i> Twitter<br>
<i class="fab fa-youtube"></i> YouTube<br>
<i class="fab fa-instagram"></i> Instagram<br></p>
</div>
<hr>
</div>
</div>
</body>
</html>