-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
204 lines (175 loc) · 7.68 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Alliance_Project</title>
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" />
<link rel="stylesheet" href="style.css">
<script src="https://code.jquery.com/jquery-3.7.1.js" integrity="sha256-eKhayi8LEQwp4NKxN+CfCh+3qOVUtJn3QNZ0TciWLP4=" crossorigin="anonymous"></script>
</head>
<body>
<!-- Navigation -->
<nav>
<div class="logo-container">
<img src="images/Kong_logo.png" alt="">
<h2>Alliance University</h2>
</div>
<div class="navigation">
<ul>
<i id="menu-close" class="fas fa-times"></i>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Academics</a></li>
<li><a href="#">Faculty</a></li>
<li><a href="#">Placements</a></li>
</ul>
<img id="menu-btn" src="images/menu.png" alt="">
</div>
</nav>
<!-- Home -->
<section id="home">
<h2>Enhance Your Future With Alliance!</h2>
<p>Alliance follows a curriculum meticulously designed to combine an emphasis on fundamentals coupled with a dynamic flexibility that responds to the state of the art of each discipline. In addition to a tangible set of transferable skills unique to every discipline, students are exposed to research as a way of thinking which gives them the intellectual courage to transcend the norms and boundaries of their chosen specializations. This kind of rigorous exposure makes them prepared for adapting to the vagaries of a highly competitive global job market.
</p>
<div class="btn">
<a class="blue" href="#">Learn More</a>
<a class="yellow" href="#">Visit Courses</a>
</div>
</section>
<!-- features -->
<section id="features">
<h1>Ranking and Accolades</h1>
<div class="fea-base">
<div class="fea-box">
<i class="fas fa-graduation-cap"></i>
<h3>Ranked #3</h3>
<p>Best Business School in South India</p>
</div>
<div class="fea-box">
<i class="fas fa-graduation-cap"></i>
<h3>Ranked #11</h3>
<p>Among the Top 100 B-Schools (including IIMs and other government-run business schools) in India</p>
</div>
<div class="fea-box">
<i class="fas fa-graduation-cap"></i>
<h3>Ranked #18</h3>
<p>Among Top Law Schools in India by NIRF Rankings 2024</p>
</div>
</div>
</section>
<!-- Courses -->
<!-- Registration -->
<!-- Registration Section -->
<section id="registration">
<h1>Student Registration Form</h1>
<p>Please fill in the details below to apply for admission.</p>
<form id="registrationForm" action="https://script.google.com/macros/s/AKfycbw_eHGrYnoiXpARbhIC1ZYMdEkT6oi3Ylrlh8yC4GKbsVtamjdgh93tiSq5pgVaAJhp/exec" method="POST">
<div class="form-group">
<label for="fullName">Full Name</label>
<input type="text" id="fullName" name="fullName" placeholder="Enter your full name" required>
</div>
<div class="form-group">
<label for="email">Email</label>
<input type="email" id="email" name="email" placeholder="Enter your email address" required>
</div>
<div class="form-group">
<label for="phone">Phone Number</label>
<input type="tel" id="phone" name="phone" placeholder="Enter your phone number" required>
</div>
<div class="form-group">
<label for="dob">Date of Birth</label>
<input type="date" id="dob" name="dob" required>
</div>
<div class="form-group">
<label for="address">Address</label>
<textarea id="address" name="address" placeholder="Enter your address" required></textarea>
</div>
<div class="form-group">
<label for="course">Select Course</label>
<select id="course" name="course" required>
<option value="" disabled selected>Select your course</option>
<option value="BBA">BBA</option>
<option value="MBA">MBA</option>
<option value="Engineering">Engineering</option>
<option value="Law">Law</option>
<option value="Other">Other</option>
</select>
</div>
<div class="form-group">
<button type="submit" class="btn-submit">Submit Application</button>
</div>
</form>
</section>
<!-- Profiles -->
<!-- Footer -->
<footer id="footer">
<div class="footer-container">
<div class="footer-row">
<!-- Company Information -->
<div class="footer-column">
<h3>About Us</h3>
<p>
Alliance University is a Private University established in Karnataka State by Act No.34 of year 2010 and is recognized by the University Grants Commission (UGC), New Delhi
</p>
</div>
<!-- Quick Links -->
<div class="footer-column">
<h3>Quick Links</h3>
<ul class="footer-links">
<li><a href="#">The University</a></li>
<li><a href="#">Ranking and Accolades</a></li>
<li><a href="#">University officers</a></li>
<li><a href="#">News and events</a></li>
<li><a href="#">Our schools</a></li>
</ul>
</div>
<!-- Contact Information -->
<div class="footer-column">
<h3>Contact Us</h3>
<ul class="footer-contact">
<li><i class="fas fa-map-marker-alt"></i> Alliance University - Central Campus, Chikkahadage Cross Chandapura-Anekal, Main Road, Bengaluru, Karnataka 562106</li>
<li><i class="fas fa-phone-alt"></i> +91 123 456 7890</li>
<li><i class="fas fa-envelope"></i> chancellor@alliance.edu.in</li>
</ul>
</div>
<!-- Newsletter Subscription -->
<div class="footer-column">
<h3>Subscribe to Our Newsletter</h3>
<form action="#" method="POST" class="footer-newsletter">
<input
type="email"
name="newsletter_email"
placeholder="Enter your email"
required
/>
<button type="submit">Subscribe</button>
</form>
<div class="footer-social">
<h4>Follow Us</h4>
<ul class="footer-social-icons">
<li><a href="#"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="#"><i class="fab fa-twitter"></i></a></li>
<li><a href="#"><i class="fab fa-linkedin-in"></i></a></li>
<li><a href="#"><i class="fab fa-instagram"></i></a></li>
</ul>
</div>
</div>
</div>
<!-- Bottom Footer -->
<div class="footer-bottom">
<p>© 2024 Alliance University. All rights reserved.</p>
</div>
</div>
</footer>
<script>
$('#menu-btn').click(function() {
$('nav .navigation ul').addClass('active')
});
$('#menu-close').click(function() {
$('nav .navigation ul').removeClass('active')
});
</script>
</body>
</html>