-
Notifications
You must be signed in to change notification settings - Fork 35
/
raj.html
104 lines (82 loc) · 2.87 KB
/
raj.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>College Website</title>
<link rel="stylesheet" href="shyam.css">
</head>
</head>
<body>
<header>
<nav>
<ul>
<strong> <li><a href="#">Home</a></li></strong></strong>
<strong><li><a href="#">About Us</a></li></strong>
<strong><li><a href="#">Events</a></li></strong>
<strong><li><a href="#">Notifications</a></li></strong>
<strong><li><a href="#">Contact Us</a></li></strong>
</ul>
</nav>
</header>
<main>
<h1>Welcome to Our College</h1>
<p>Stay updated on the latest happenings at our college!</p>
<div class="image-gallery">
<img src="campus.jpeg" alt="Image of college campus">
<img src="festival.jpeg" alt="Image of students studying in the library">
<img src="fest.jpeg" alt="Image of a college sports event">
<img src="dpg.jpeg" alt="Image of a college festival">
</div>
</main>
<main>
<h1>Welcome to Our College</h1>
<p>Stay updated on the latest happenings at our college!</p>
<div class="event-updates">
<h2>Upcoming Events</h2>
<ul>
<li>Festival A</li>
<li>Event B</li>
<li>Workshop C</li>
<li>holiday</li>
</ul>
</div>
</main>
<div class="login-form">
<div id="otpInput" style="display: none;">
<label for="otp">OTP:</label>
<input type="text" id="otp" name="otp" required>
<button type="submit">Verify OTP</button>
</div>
</div>
<div id="heart"></div>
<footer>
<p>© 2024 Your College</p>
<section class="social-links">
<a href="https://www.dpgitm.ac.in/" target="_self">
</a>
</section>
</footer>
<section id="feedback">
<h2>Give Us Feedback</h2>
<form id="feedbackForm">
<label for="name">Name:</label>
<input type="text" id="name" name="name" required>
<br>
<label for="email">Email:</label>
<input type="email"
id="email" name="email" required>
<br>
<label for="feedback">Feedback:</label>
<textarea id="feedback" name="feedback" required></textarea>
<br>
<button type="submit">Submit Feedback</button>
</form>
<div
id="feedbackSuccess" style="display: none;">
<h3>Thank you for your feedback!</h3>
</div>
</section>
<script src="jai.javaScript"></script>
</body>
</html>