-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdhruva.html
107 lines (101 loc) · 4.79 KB
/
dhruva.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="dhruva.css">
</head>
<body>
<header>
<img id="logo-dhruva" src="https://www.kcedhruva.in/assets/img/logo-white.png" alt="logo">
<a href="#home">Home</a>
<a href="#about">About</a>
<a href="#team">Events</a>
<a href="#pass">Glimpse</a>
<a href="#pass">Contact</a>
</header>
<div class="nanum-gothic-coding-bold " id="home">
<h1 >DHRUVA 25</h1>
</div>
<div class="event-details">
<p class="hidden">1M+ price pool</p>
<p class="hidden">10K+ Students Expected</p>
<p class="hidden">100+ Events</p>
</div>
<hr/>
<section id="events">
<h1 class="event-header hidden">Events</h1>
<h2 class="event-date hidden">Techniacal Event</h2>
<div class="event-list">
<a class="list-group-item hidden " href="#" ><h2>Sample Event</h2>
<p >This event is to see wheather this works good<br><strong>Venue :</strong> LBS Hall<br><strong>Timing :</strong> 8:30 am - 11:00 pm<br><strong>Co-ordinator :</strong> Karthik Kiran R</p>
</a>
<hr/>
<a class="list-group-item hidden " href="#" ><h2>Sample Event</h2>
<p >This event is to see wheather this works good<br><strong>Venue :</strong> LBS Hall<br><strong>Timing :</strong> 8:30 am - 11:00 pm<br><strong>Co-ordinator :</strong> Karthik Kiran R</p>
</a>
<hr/>
<a class="list-group-item hidden " href="#" ><h2>Sample Event</h2>
<p >This event is to see wheather this works good<br><strong>Venue :</strong> LBS Hall<br><strong>Timing :</strong> 8:30 am - 11:00 pm<br><strong>Co-ordinator :</strong> Karthik Kiran R</p>
</a>
<hr/>
<a class="list-group-item hidden " href="#" ><h2>Sample Event</h2>
<p >This event is to see wheather this works good<br><strong>Venue :</strong> LBS Hall<br><strong>Timing :</strong> 8:30 am - 11:00 pm<br><strong>Co-ordinator :</strong> Karthik Kiran R</p>
</a>
<hr/>
</div>
<h2 class="event-date hidden">Cultural Event</h2>
<div class="event-list">
<a class="list-group-item hidden " href="#" ><h2>Sample Event</h2>
<p >This event is to see wheather this works good<br><strong>Venue :</strong> LBS Hall<br><strong>Timing :</strong> 8:30 am - 11:00 pm<br><strong>Co-ordinator :</strong> Karthik Kiran R</p>
</a>
<hr/>
<a class="list-group-item hidden " href="#" ><h2>Sample Event</h2>
<p >This event is to see wheather this works good<br><strong>Venue :</strong> LBS Hall<br><strong>Timing :</strong> 8:30 am - 11:00 pm<br><strong>Co-ordinator :</strong> Karthik Kiran R</p>
</a>
<hr/>
<a class="list-group-item hidden " href="#" ><h2>Sample Event</h2>
<p >This event is to see wheather this works good<br><strong>Venue :</strong> LBS Hall<br><strong>Timing :</strong> 8:30 am - 11:00 pm<br><strong>Co-ordinator :</strong> Karthik Kiran R</p>
</a>
<hr/>
</div>
</section>
<section class="register-trick">
<button class="hidden">Register Now</button>
</section>
<!-- <footer class="Contact">
<h1>Contact Us</h1>
<div class="contact-details">
</div>
</footer> -->
<div class="contact-container">
<h1>Contact Us</h1>
<div class="contact-info">
<div class="contact-item">
<i class="phone-icon">☎</i>
<span>Phone:</span>
<p>+919999999999</p>
</div>
<div class="contact-item">
<i class="email-icon">✉</i>
<span>Email:</span>
<p>[email protected]</p>
</div>
<div class="contact-item">
<i class="location-icon">📌</i>
<span>Location:</span>
<p>Coimbatore</p>
</div>
</div>
<div class="social-icons">
<a href="#"><i class="fab fa-facebook"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-youtube"></i></a>
</div>
</div>
</body>
</html>
<script src="dhruva.js"></script>
</body>
</html>