-
Notifications
You must be signed in to change notification settings - Fork 1
/
Volleyball-Team.html
115 lines (112 loc) · 4.23 KB
/
Volleyball-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
109
110
111
112
113
114
115
<!DOCTYPE html>
<html>
<head>
<title>
Team
</title>
<link rel="stylesheet" href="Css/Team.css" type="text/css">
<script src="https://kit.fontawesome.com/a2e111ef51.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="header-con">
<div class="icon">
<a href="index.html"> <img src="Image/volly-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="Volleyball-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/breadcrumb.png" alt="breadcrumb"> -->
<img src="Image/banner-volly.jpg">
<div class="banner-con">
<h1 style="color: black;">Our Players</h1>
<p style="color: black;">Home<span>/</span>Players</p>
</div>
</div>
<div class="teams">
<div class="team-detail">
<img src="Image/Team/Vollyeball/vol1.jpg" alt="Saeid Marouf">
<h4>Saeid Marouf</h4>
<p id="possition">setter</p>
</div>
<div class="team-detail">
<img src="Image/Team/Vollyeball/vol2.jpg" alt="Earvin Ngapeth">
<h4>Earvin Ngapeth</h4>
<p id="possition">Outside hitter</p>
</div>
<div class="team-detail">
<img src="Image/Team/Vollyeball/vol3.jpg" alt="Facundo Conte">
<h4>Facundo Conte</h4>
<p id="possition">Outside hitter</p>
</div>
<div class="team-detail">
<img src="Image/Team/Vollyeball/vol4.jpg" alt="Max Holt">
<h4>Max Holt</h4>
<p id="possition">Middle blocker
</p>
</div>
</div>
<div class="teams-2">
<div class="team-detail">
<img src="Image/Team/Vollyeball/vol5.jpg" alt="Ivan Zaytsev">
<h4>Ivan Zaytsev</h4>
<p id="possition">Right Side Hitter</p>
</div>
<div class="team-detail">
<img src="Image/Team/Vollyeball/vol6.jpg" alt="Mateusz Mika">
<h4>Mateusz Mika</h4>
<p id="possition"></p>
</div>
<div class="team-detail">
<img src="Image/Team/Vollyeball/vol7.jpg" alt="Pavel Kruglov">
<h4>Pavel Kruglov</h4>
<p id="possition">Opposite</p>
</div>
<div class="team-detail">
<img src="Image/Team/Vollyeball/vol8.jpg" alt="Ricardo Lucarelli">
<h4>Ricardo Lucarelli</h4>
<p id="possition">Outside hitter</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>