-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBoxing.html
116 lines (114 loc) · 5.26 KB
/
Boxing.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
<html>
<head>
<title> Boxing Club</title>
<link rel="stylesheet" href="Css/Sports-page.css" type="text/css">
<script src="https://kit.fontawesome.com/a2e111ef51.js" crossorigin="anonymous"></script>
<script type="text/javascript" src="JS/Validate-form.js"></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="Image-gallery.html"><li><i class="fas fa-images"></i> Galery</li></a>
<a href="Boxing-Team.html"><li><i class="fas fa-users"></i> Team</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/1.jpg" alt="Rubgby header">
<div class="patternbreaker">
<img src="Image/ru.jpg">
<h1><img src="Image/icon.png" alt="icon" id="Boxing"></i>Boxing</h1>
</div>
<div class="content">
<hr id="hor-line">
<p>The LPU Amateur Boxing Club (UWABC) is one of the youngest clubs at Warwick, having only been founded in 2015. However, although we are still a young club, we've come a long way in the last year and are continuing to grow.
</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/boxing1.jpg" alt="Satnam bhamara" height="200px" width="200px">
<p>Occasion was 3rd Elite Women's National Boxing Championships held in Vijayanagara (Karnataka).</p>
<a href="https://www.lpu.in/FullNewsRelease/LPU-Boxer-won-National-Gold-Medal-May-represent-India-at-Olympics-2020.php"><input type="button" value="Learn More" class="learn-more-2"></a>
</div>
<div class="event-2">
<img src="Image/boxing2.jpg" alt="BSc 1st Year LPU student Manju Rani grabbed ‘Gold’ in her maiden attempt" height="200px" width="200px">
<p>BSc 1st Year LPU student Manju Rani grabbed ‘Gold’ in her maiden attempt</p>
<a href="https://www.lpu.in/FullNewsRelease/LPU-Boxer-won-National-Gold-Medal-May-represent-India-at-Olympics-2020.php"><input type="button" value="Learn More" class="learn-more-2"></a>
</div>
<div class="event-3">
<img src="Image/boxing3.jpg" alt="Boxing provides me strength to keep going ahead in life', shares Manju." height="200px" width="200px">
<p>Boxing provides me strength to keep going ahead in life", shares Manju.</p>
<a href="https://www.lpu.in/FullNewsRelease/LPU-Boxer-won-National-Gold-Medal-May-represent-India-at-Olympics-2020.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/boxingLogo.png"></span>
<div class="social-media" style="padding-right:40px; margin-left: -160px;">
<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" style="margin-left: 60px;">
</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>