-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvollyeball.html
117 lines (116 loc) · 5.41 KB
/
vollyeball.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
<html>
<head>
<title> VollyBall Club</title>
<link rel="stylesheet" href="Css/Sports-page.css" type="text/css">
<script type="text/javascript" src="JS/Validate-form.js"></script>
<script src="https://kit.fontawesome.com/a2e111ef51.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="header">
<div class="menu">
<ul>
<a href="index.html"><li class="active"><i class="fas fa-home"></i> Home</li></a>
<a href="Volleyball-Team.html"><li><i class="fas fa-users"></i> Team</li></a>
<a href="Image-gallery.html"><li><i class="fas fa-images"></i> Galery</li></a>
<a href="About.html"><li><i class="fas fa-user-alt"></i> About us</li></a>
</ul>
</div>
</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" >
<img src="Image/vol2.jpg" alt="cricket header">
<div class="patternbreaker">
<img src="Image/ru.jpg">
<h1><img src="Image/volly-logo.png" alt="icon" id="Boxing"></i>Volleyball</h1>
</div>
<div class="content">
<hr id="hor-line">
<p>Its not about winning ... its about participating ! Vollyball is the sports of the comming era..
We try our best to teach you all sort of skills and methods to have an outstanding career or
experience in the field. The drive will be taken on test matches only ! SO be sure you apply for it!s
</p>
<hr id="hor-line">
</div>
<div class="con">
<div class="events">
<p id="events-info-1">Upcomming Events</p>
<hr>
<p id="events-info-2"> No Upcomming Events</p>
</div>
<p id="event-done-till-now"><u><span>E</span>vents <span>D</span>one <span>T</span>ill <span>N</span>ow</u> </p>
<div class="event-done">
<div class="event-1">
<img src="Image/vol1.jpg" alt="National Volleyball Championship inaugurated at LPU" height="200px" width="200px">
<p>National Volleyball Championship inaugurated at LPU</p>
<a href="https://www.lpu.in/FullNewsRelease/National-Volleyball-Championship-inaugurated-at-LPU.php"><input type="button" value="Learn More" class="learn-more-2"></a>
</div>
<div class="event-2">
<img src="Image/vol2.jpg" alt=" Sports icons, International Cricketer Chetan Sharma & former Volley-Ball Captain of India Om Parkash motivated the young players" height="200px" width="200px">
<p> Sports icons, International Cricketer Chetan Sharma & former Volley-Ball Captain of India Om Parkash motivated the young players</p>
<a href="https://www.lpu.in/FullNewsRelease/National-Volleyball-Championship-inaugurated-at-LPU.php"><input type="button" value="Learn More" class="learn-more-2"></a>
</div>
<div class="event-3">
<img src="Image/vol3.jpg" alt=" Different contingents comprising 200 players and officials from across the country are participating in it" height="200px" width="200px">
<p> Different contingents comprising 200 players and officials from across the country are participating in it</p>
<a href="https://www.lpu.in/FullNewsRelease/National-Volleyball-Championship-inaugurated-at-LPU.php"><input type="button" value="Learn More" class="learn-more-2"></a>
</div>
</div>
</div>
</div>
<div class="bottom-con">
<div class="Join">
<h1>Provide Your details !</h1>
<div class="textbox">
<form name="detail" onsubmit="return validateform()">
<p> Email :<input class="textbox error" type="text" name="email" ></p>
<p> Name:<input class="textbox error" type="text" name="name"></p>
<p><input class="button" type="submit" value="Submit" > </p>
<p><input class="button" type="reset" value="Reset"> </p>
</form>
</div>
<div class="follow">
<span><img src="image/vollyIcon.png" /></span>
<div class="social-media">
<img src="Image/instagram.png">
<img src="Image/facebook.png">
<img src="Image/twitter.png"><br>
<input class="button" type="button" value="Join us" id="reg">
</div>
</div>
<div class="clear"></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>
<br>
<p id="copy"><i class="far fa-copyright"></i> Sports Club</p>
</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>
</body>
</html>