forked from FOSSClubSIT/OfficialWebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathevents.html
More file actions
163 lines (149 loc) · 6.5 KB
/
Copy pathevents.html
File metadata and controls
163 lines (149 loc) · 6.5 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Events | FOSS Club</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/animations.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
</head>
<body>
<header class="header">
<nav class="navbar">
<a href="./index.html" class="logo">
<img src="./assets/Images/logo.svg" alt="FOSS Logo">
<span>FOSS</span>
</a>
<button id="open-menu" onclick="opensidebar()"><img src="assets/Images/menu_24dp_E3E3E3_FILL0_wght400_GRAD0_opsz24.png" height="50px" width="50px" alt=""></button>
<ul class="nav-links">
<li><button id="close-menu" onclick="closesidebar()"><img src="assets/Images/close_24dp_E3E3E3_FILL0_wght400_GRAD0_opsz24.png" height="50px" width="50px" alt=""></button></li>
<li><a href="./index.html" >Home</a></li>
<li><a href="./about.html">About</a></li>
<li><a href="./projects.html">Projects</a></li>
<li><a href="./events.html" class="active" >Events</a></li>
<li><a href="./team.html" >Team</a></li>
<li><a href="./contact.html">Contact</a></li>
</ul>
</nav>
</header>
<div id="overlay" onclick="closesidebar()" aria-hidden="true"></div>
<section class="page-banner parallax">
<div class="page-banner-content fade-in-up">
<h1 class="glitch-text" data-text="Events">Events</h1>
<p>Join us in our upcoming events and workshops</p>
</div>
</section>
<div class="events-container">
<div class="events-section upcoming">
<h2 class="section-title">Upcoming Events</h2>
<div class="event-card">
<div class="event-date">
<span class="date">25</span>
<span class="month">MAR</span>
</div>
<div class="event-content">
<div class="event-tag">Featured</div>
<h3>Open Source Workshop</h3>
<p>Learn how to contribute to open source projects and make your first PR.</p>
<div class="event-meta">
<span><i class="fas fa-clock"></i> 2:00 PM - 5:00 PM</span>
<span><i class="fas fa-map-marker-alt"></i> Room 42, Tech Block</span>
</div>
<div class="event-actions">
<a href="#" class="register-btn">Register Now</a>
<button class="add-calendar-btn">
<i class="fas fa-calendar-plus"></i>
Add to Calendar
</button>
</div>
</div>
</div>
</div>
<div class="events-section completed">
<h2 class="section-title">Completed Events</h2>
<div class="event-card completed">
<div class="event-date past">
<span class="date">15</span>
<span class="month">MAR</span>
</div>
<div class="event-content">
<h3>Git & GitHub Basics</h3>
<p>Master the fundamentals of version control with Git and GitHub.</p>
<div class="event-meta">
<span><i class="fas fa-clock"></i> 3:00 PM - 5:00 PM</span>
<span><i class="fas fa-map-marker-alt"></i> Online</span>
</div>
<div class="event-actions">
<a href="#" class="resources-btn">View Resources</a>
<a href="#" class="recording-btn">Watch Recording</a>
</div>
</div>
</div>
<div class="event-card completed">
<div class="event-date past">
<span class="date">27</span>
<span class="month">July, 2024</span>
</div>
<div class="event-content">
<h3>FOSS Hack</h3>
<p>Annual large scale open-source hackathon</p>
<div class="event-meta">
<span><i class="fas fa-clock"></i> 36 Hours </span>
<span><i class="fas fa-map-marker-alt"></i> Offline/Online</span>
</div>
<div class="event-actions">
<a href="#" class="resources-btn">View Resources</a>
<a href="#" class="recording-btn">Watch Recording</a>
</div>
</div>
</div>
<div class="event-card completed">
<div class="event-date past">
<span class="date">19</span>
<span class="month">April, 2024</span>
</div>
<div class="event-content">
<h3>Workshop of Foss in AI</h3>
<p>Using Reinforcement Learning in Games</p>
<div class="event-meta">
<span><i class="fas fa-clock"></i> 1:40 PM - 3:00 PM </span>
<span><i class="fas fa-map-marker-alt"></i> Offline</span>
</div>
<div class="event-actions">
<a href="#" class="resources-btn">View Resources</a>
<a href="#" class="recording-btn">Watch Recording</a>
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="footer-content">
<div class="logo-section" style="justify-content: flex-start; margin-left: 10px;">
<img src="assets\Images\logo_full.png" alt="FOSS Club Logo" class="club-logo" style="width: 160px; height: auto;">
</div>
<div class="secondary-menu" style="text-align: center;">
<a href="./index.html" class="menu-link">Home</a>
<a href="./about.html" class="menu-link">About</a>
<a href="./projects.html" class="menu-link">Projects</a>
<a href="./events.html" class="menu-link">Events</a>
<a href="./team.html" class="menu-link">Team</a>
<a href="./contact.html" class="menu-link">Contact</a>
</div>
<div class="social-links" style="display: flex; justify-content: flex-end; gap: 10px;">
<a href="https://www.linkedin.com/company/foss-club-sitp/posts/?feedView=all" class="social-icon" style="width: 60px; height: 60px;"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/FOSSClubSIT" class="social-icon" style="width: 60px; height: 60px;"><i class="fab fa-github"></i></a>
<a href="https://www.instagram.com/fossclubsit/" class="social-icon" style="width: 60px; height: 60px;"><i class="fab fa-instagram"></i></a>
<a href="https://www.youtube.com/@FOSSClubSIT" class="social-icon" style="width: 60px; height: 60px;"><i class="fab fa-youtube"></i></a>
</div>
</div>
<div class="footer-links">
</div>
</footer>
<script src="js/script.js"></script>
<script src="./js/navigation.js"></script>
</body>
</html>