forked from aarushiborkar/polar25
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
155 lines (132 loc) · 5.79 KB
/
404.html
File metadata and controls
155 lines (132 loc) · 5.79 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
<!DOCTYPE HTML>
<html>
<head>
<title>Page Not Found - POLAR @ SemEval-2026</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<style>
.centered-image {
display: block; /* Makes the image a block-level element */
margin: 0 auto; /* Centers the block-level image horizontally */
}
</style>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Header -->
<header id="header">
<a href="/" class="logo"><strong>POLAR</strong> @ SemEval-2026</a>
<ul class="icons">
<li><a href="https://discord.gg/K5uhEF2jPN" class="icon brands fa-discord"><span class="label">Discord</span></a></li>
<li><a href="https://groups.google.com/g/polarization-semeval-2026-participants" class="icon solid fa-envelope"><span class="label">Google Group</span></a></li>
<li><a href="https://github.com/Polar-SemEval/trial-data" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
</ul>
</header>
<!-- Content -->
<section>
<header class="main">
<h1>Page Not Found</h1>
</header>
<div style="text-align: center; margin: 3em 0;">
<span class="icon solid fa-exclamation-triangle" style="font-size: 4em; color: #f56a6a; margin-bottom: 1em; display: block;"></span>
<h2 style="color: #3d4449; margin-bottom: 1em;">404 Error</h2>
<p style="font-size: 1.1em; color: #7f888f; margin-bottom: 2em;">The page you're looking for doesn't exist or may have been moved.</p>
</div>
<hr class="major" />
<h2>What you can do:</h2>
<ul>
<li>Check the URL for typos or errors</li>
<li>Go back to the <a href="/">homepage</a></li>
<li>Browse our main sections using the navigation menu</li>
<li>Search for what you need using the links below</li>
</ul>
<hr class="major" />
<h2>Popular Pages</h2>
<div class="features">
<article>
<span class="icon solid fa-tasks"></span>
<div class="content">
<h3><a href="tasks.html">Subtasks</a></h3>
<p>Learn about polarization detection, type classification, and manifestation identification across 22 languages.</p>
</div>
</article>
<article>
<span class="icon solid fa-user-plus"></span>
<div class="content">
<h3><a href="participation.html">How to Participate</a></h3>
<p>Step-by-step guide to joining the competition, including rules and submission guidelines.</p>
</div>
</article>
<article>
<span class="icon solid fa-calendar"></span>
<div class="content">
<h3><a href="dates.html">Important Dates</a></h3>
<p>Keep track of key milestones from data release to the final workshop.</p>
</div>
</article>
<article>
<span class="icon solid fa-question-circle"></span>
<div class="content">
<h3><a href="faq.html">FAQs</a></h3>
<p>Find answers to common questions about participation, data usage, and system papers.</p>
</div>
</article>
</div>
<hr class="major" />
<h2>Need Help?</h2>
<p>If you believe this page should exist or you're experiencing technical difficulties:</p>
<ul>
<li>Join our <a href="https://discord.gg/K5uhEF2jPN" target="_blank">Discord server</a> for community support</li>
<li>Contact organizers via our <a href="https://groups.google.com/g/polarization-semeval-2026-organisers" target="_blank">Google Group</a></li>
<li>Check our <a href="communication.html">communication channels</a> for more ways to reach us</li>
</ul>
<div class="box">
<p><strong>Tip:</strong> You can always return to the <a href="/">homepage</a> and navigate from there, or use the menu in the sidebar to find what you're looking for.</p>
</div>
<ul class="actions special">
<li><a href="/" class="button primary large">Go to Homepage</a></li>
<li><a href="javascript:history.back()" class="button large">Go Back</a></li>
</ul>
</section>
<!-- Footer -->
<footer id="footer">
<p>© 2026 POLAR Shared Task. All rights reserved. Adapted from Editorial Template by <a href="https://html5up.net">HTML5 UP</a></p>
</footer>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<!-- Menu -->
<nav id="menu">
<img class="centered-image" src="assets/POLAR.png" alt="POLAR Task Banner" height="200" width="200"/>
<header class="major">
<h2>Menu</h2>
</header>
<ul>
<li><a href="/">Homepage</a></li>
<li><a href="tasks.html">Subtasks</a></li>
<li><a href="participation.html">How to Participate</a></li>
<li><a href="faq.html">FAQs</a></li>
<li><a href="dates.html">Important Dates</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="communication.html">Communication</a></li>
<li><a href="organizers.html">Organizers</a></li>
</ul>
</nav>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>