-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheventDetails.html
289 lines (261 loc) · 11.7 KB
/
eventDetails.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
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
<!DOCTYPE html>
<html lang="en">
<head>
<!-- redirects to new website -->
<meta http-equiv="refresh" content="0; URL='https://www.aceserc.org/'" />
<script>
window.location.href = "https://www.aceserc.org/";
</script>
<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>Events - ACES</title>
<meta content="ACES offers you interactive webinars,
workshops, competition and much more.
So, this are the most exiticing events we have organized so far." name="description" />
<meta content="ACES, Techfest, society, nepal,Computer, association , Computer Engineering Students, Students, Engineering, ACES launched, help students, Competition, Events, Training, Skill, Support, Hackathon" name="keywords" />
<!-- This tag tells the web crawler all pages will be indexed and to crawl them. -->
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<!-- OG for displaying links in social media -->
<meta property="og:title" content="Association of Computer Engineering Students (ACES)- Events" />
<meta property="og:type" content="student society" />
<meta property="og:description" content="ACES offers you interactive webinars,
workshops, competition and much more.
So, this are the most exiticing events we have organized so far." />
<meta property="og:image" content="assets/img/aces_logo.png" />
<meta property="og:site_name" content="Association of Computer Engineering Students (ACES)" />
<meta property="og:url" content="https://aces.ioepc.edu.np/gallery.html">
<!-- twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Association of Computer Engineering Students (ACES)- Events">
<meta name="twitter:description" content="ACES is a youth-led organization, a collaborative effort of Computer Engineering students from IOEPC.">
<meta name="twitter:image" content="assets/img/aces_logo.png" />
<!-- <meta name="twitter:site" content="@techsathinp"> -->
<!-- twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Association of Computer Engineering Students (ACES)- Events">
<meta name="twitter:description" content="ACES is a youth-led organization, a collaborative effort of Computer Engineering students from IOEPC.">
<meta name="twitter:image" content="assets/img/aces_logo.png" />
<meta name="twitter:site" content="@AcesSociety">
<!-- Favicons -->
<link href="assets/img/aces_logo.png" rel="icon">
<!-- <link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon"> -->
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Krub:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Article -->
<meta property="article:author" content="https://www.facebook.com/acesdharan">
<meta property="article:publisher" content="https://www.facebook.com/acesdharan">
<meta property="article:tag" content="ACES">
<meta property="article:tag" content="ACES Techfest 5.0">
<meta property="article:tag" content="Association of computer engineering students">
<meta property="article:tag" content="Events">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<style>
#event-container {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
background-color: #f0f0f0;
font-family: Arial, sans-serif;
flex-direction: row;
}
#event-image {
width: 50%;
height: auto;
object-fit: cover;
border-radius: 5px;
}
#event-details {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
margin-left: 2vw;
padding: 5vh 2vw;
background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%);
color: #fff;
border-radius: 5px;
}
#event-registration-link {
display: inline-block;
padding: 10px 20px;
background-color: #007BFF;
color: white;
text-decoration: none;
border-radius: 5px;
transition: background-color 0.3s ease;
}
#event-registration-link:hover {
background-color: #0056b3;
}
.event-container {
display: flex;
flex-wrap: wrap;
}
</style>
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top">
<div class="container d-flex align-items-center justify-content-between">
<!-- <h1 class="logo"><a title="" href="index.html">Bikin</a></h1> -->
<!-- Uncomment below if you prefer to use an image logo -->
<a title="logo" href="index.html" class="logo"
><img src="assets/img/aces_logo.png" alt="aces_logo" class="img-fluid"
/></a>
<nav id="navbar" class="navbar bg-light">
<ul>
<li><a title="home" class="nav-link scrollto" href="index.html#hero">Home</a></li>
<li><a title="about" class="nav-link scrollto" href="index.html#about">About</a></li>
<li><a title="event" class="nav-link scrollto active" href="index.html#event">Events</a></li>
<li><a title="gallery" class="nav-link scrollto" href="gallery.html">Gallery</a></li>
<li><a title="testimonial" class="nav-link scrollto" href="index.html#testimonials">Testimonials</a></li>
<!-- <li><a title="" class="nav-link scrollto" href="index.html#contact">Contact</a></li> -->
<li>
<a title="upcoming-events" class="getstarted scrollto" href="https://discord.gg/7SfAtB3Jym">Join Our Discord</a>
</li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav>
<!-- .navbar -->
</div>
</header>
<!-- End Header -->
<!-- ======= Breadcrumbs ======= -->
<section id="breadcrumbs" class="breadcrumbs">
<div class="container">
<ol>
<li><a title="home" href="index.html">Home</a></li>
<li>Events</li>
</ol>
</div>
</section>
<!-- End Breadcrumbs -->
<!-- ======= Events ======= -->
<div id="event-container">
<img id="event-image" src="" alt="Event Image">
<div id="event-details">
<h1 id="event-name"></h1>
<p>Deadline: <span id="event-deadline"></span></p>
<a id="event-registration-link" href="">Register</a>
</div>
</div>
<!-- End Events -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-12 footer-contact">
<h3>ACES- Association Of Computer Engineering Students</h3>
<p itemprop="event">
56700 Gangalal Marga Tinkune, <br />
Dharan-8, Sunsari,<br />
Nepal. <br /><br />
<!-- <strong>Phone:</strong> +1 5589 55488 55<br /> -->
<strong>Email:</strong>
<p itemprop="event">
<a title="email" target="_blank" href="mailto:[email protected]">[email protected]</a>
</p><br />
</p>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Quick Access</h4>
<ul>
<li>
<i class="bx bx-chevron-right"></i> <a title="home" href="index.html#hero">Home</a>
</li>
<li>
<i class="bx bx-chevron-right"></i> <a title="about" href="index.html#about">About</a>
</li>
<li>
<i class="bx bx-chevron-right"></i> <a title="upcoming-events" href="#upcoming_event">Upcoming Events</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a title="event" href="index.html#event">Events</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a title="testimonial" href="index.html#testimonials">Testimonials</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>About Event</h4>
<ul>
<li>
<i class="bx bx-chevron-right"></i>
<a title="social-links" itemprop="url" href="https://www.facebook.com/acesdharan">Social Media</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a title="rulebooks" itemprop="url" href="https://drive.google.com/drive/folders/1IvYqB6oW_YfXC_w9WudpMjzcVwohERFM?usp=sharing">Rulebooks</a>
</li>
<li>
<i class="bx bx-chevron-right"></i> <a title="form" href="https://techfest.mypay.com.np/?fbclid=IwAR2IwfJIT9JPjCFRevjwFFZTDWmY1Om3nYwYCIpvCo5EGOzpj_w-3FG0WCY">Forms</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="container d-md-flex py-4">
<div class="social-links text-center text-md-right pt-3 pt-md-0">
<!-- <a title="" href="#" class="twitter"><i class="bx bxl-twitter"></i></a> -->
<a title="facebook itemprop="url" target="_blank" href="https://www.facebook.com/acesdharan" class="facebook"><i
class="bx bxl-facebook"></i></a>
<!-- <a title="" target="_blank" href="https://www.instagram.com/eduhub_community/" class="instagram"><i
class="bx bxl-instagram"></i></a> -->
<a title="youtube" itemprop="url" target="_blank" href="https://www.youtube.com/@aceserc5372" class="google-plus"><i
class="bx bxl-youtube"></i></a>
<a title="linkedin" itemprop="url" target="_blank" href="https://www.linkedin.com/company/acesioepc/" class="linkedin"><i
class="bx bxl-linkedin"></i></a>
<a title="discord" itemprop="url" target="_blank" href="https://discord.gg/Dx8XUPgtpg" class="twitter"><i class="bx bxl-discord"></i></a>
</div>
</div>
</footer>
<!-- End Footer -->
<div id="preloader"></div>
<a title="back-to-top" href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script>
// Get the event name from the URL
const urlParams = new URLSearchParams(window.location.search);
const eventName = decodeURIComponent(urlParams.get('eventName'));
// Fetch the events.json file
fetch('events.json')
.then(response => response.json())
.then(events => {
// Find the event with the matching name
const event = events.find(event => event.eventName === eventName);
// Display the event details
document.getElementById('event-name').textContent = event.eventName;
document.getElementById('event-image').src = event.imageLocation;
document.getElementById('event-deadline').textContent = event.deadline;
document.getElementById('event-registration-link').href = event.registrationLink;
});
</script>
</script>
</body>
</html>