-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
96 lines (95 loc) · 4.8 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
<html>
<head>
<title>
Sport Club || Home
</title>
<link rel="stylesheet" href="Css/index.css" type="text/css"/>
<script src="https://kit.fontawesome.com/a2e111ef51.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="container">
<div class="menu">
<ul>
<li><i class="fas fa-home"></i> <a href="index.html" class="active"> Home </a></li>
<li><i class="far fa-images"></i><a href ="Image-gallery.html"> Gllery</a></li>
<li><i class="fas fa-user-alt"></i><a href="About.html"> About us</a></li>
<li><i class="fae fa-"></i><a href="Login-page.html" class="login"><span>Login</span></a></li>
</ul>
</div>
<div class="banner">
<div class="intro-text">
<h1>The Sky has no limits ! <br> Neither should you.</h1>
<p>First impression really do count and this is certainly when you're welcoming new faces to the field
WELCOME to the Sports Club Program at the university . We offer a board spectrum of clubs including
different varieties of acitivities depending on the intrest of the members. The Program is a part of
the department of recreational sports under the division of student affairs. Each Club is formed ,developed
,goverened and administered by the student members of that particular club. So take a hope on the ride if you are interested !</p>
</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="image">
<img src="Image/side-banner.png">
</div>
<div class="grid-container">
<div class="grid-item">
<a href="Rugby.html"><img src ="Image/rubgny.gif">
<h1>Rugby</h1></a>
</div>
<div class="grid-item">
<a href="cricket.html"><img src ="Image/cricket.gif">
<h1>Cricket</h1></a>
</div>
<div class="grid-item">
<a href="Boxing.html"><img src ="Image/boxing.gif">
<h1>Boxing</h1></a>
</div>
<div class="grid-item">
<a href="Basketball-homepage.html"><img src ="Image/basketbal1.gif">
<h1>Basket Ball</h1></a>
</div>
<div class="grid-item">
<a href="vollyeball.html"><img src ="Image/volly.gif">
<h1>Vollye Ball</h1></a>
</div>
<div class="grid-item">
<a href="swimming.html"><img src ="Image/swimming.gif">
<h1>Swimming</h1></a>
</div>
</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>
<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>
</htm>