-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
326 lines (288 loc) · 13 KB
/
Copy path404.html
File metadata and controls
326 lines (288 loc) · 13 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
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
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Page Not Found | Nordic Thoracic Oncology Group</title>
<meta name="description" content="The requested page could not be found on the Nordic Thoracic Oncology Group website.">
<meta name="robots" content="noindex, follow">
<meta name="author" content="Nordic Thoracic Oncology Group (NTOG)">
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" href="/ntog-logo.svg" type="image/svg+xml">
<link rel="icon" href="/favicon-32x32.png" sizes="32x32" type="image/png">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="stylesheet" href="/css/bootstrap5.3.8/bootstrap.min.css">
<link rel="stylesheet" href="/css/fonts.css">
<link rel="stylesheet" href="/css/styles.css">
<link rel="stylesheet" href="/css/buttons.css">
<link rel="stylesheet" href="/css/hero.css">
<link rel="stylesheet" href="/css/nav.css">
<style>
body {
font-family: "Open Sans", Arial, sans-serif;
color: #1f2933;
background: #ffffff;
}
h1,
h2,
h3,
h4,
.navbar-brand {
font-family: "Montserrat", Arial, sans-serif;
}
.page-hero {
position: relative;
overflow: hidden;
color: #ffffff;
padding: 7rem 0 4.5rem;
margin-top: 56px;
}
.page-hero::after {
content: "";
position: absolute;
inset: 0;
background:
radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.14), transparent 24%),
radial-gradient(circle at 85% 30%, rgba(255, 255, 255, 0.10), transparent 22%);
pointer-events: none;
}
.page-hero .container {
position: relative;
z-index: 1;
}
.eyebrow {
display: inline-block;
margin-bottom: 1rem;
padding: 0.35rem 0.75rem;
border: 1px solid rgba(255, 255, 255, 0.45);
border-radius: 999px;
font-size: 0.82rem;
font-weight: 700;
letter-spacing: 0.06em;
text-transform: uppercase;
}
.lead-narrow {
max-width: 820px;
font-size: 1.18rem;
line-height: 1.7;
}
.section-block {
padding: 3.5rem 0;
}
.link-card {
height: 100%;
padding: 1.25rem;
border: 1px solid #e5e7eb;
border-radius: 1rem;
background: #ffffff;
box-shadow: 0 10px 25px rgba(15, 23, 42, 0.05);
transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.link-card:hover {
transform: translateY(-2px);
box-shadow: 0 14px 30px rgba(15, 23, 42, 0.09);
}
.link-card h2 {
font-size: 1.15rem;
margin-bottom: 0.75rem;
color: #102a43;
}
.link-card p {
margin-bottom: 0;
color: #52606d;
}
.link-card a {
text-decoration: none;
}
.error-code {
font-size: clamp(4rem, 14vw, 9rem);
line-height: 1;
font-weight: 800;
letter-spacing: -0.05em;
opacity: 0.2;
}
footer a {
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top">
<div class="container">
<a class="navbar-brand d-flex align-items-center gap-2" href="/">
<img src="/ntog-logo.svg" alt="" width="34" height="34" aria-hidden="true">
<span>NTOG</span>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item dropdown">
<a class="nav-link" href="/about.html">About Us</a>
<button type="button" class="nav-link nav-caret dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false" aria-label="About Us submenu"></button>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="/about.html">About Us</a></li>
<li><a class="dropdown-item" href="/mission.html">Mission</a></li>
<li><a class="dropdown-item" href="/history.html">History</a></li>
<li><a class="dropdown-item" href="/steering-committee.html">Steering Committee</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link" href="/research.html">Research</a>
<button type="button" class="nav-link nav-caret dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false" aria-label="Research submenu"></button>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="/research.html">Research Overview</a></li>
<li><a class="dropdown-item" href="/ongoing-projects.html">Ongoing Projects</a></li>
<li><a class="dropdown-item" href="/publications.html">Publications</a></li>
<li><a class="dropdown-item" href="/collaborations.html">Research Collaborations</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link" href="/upcoming-events.html">Events</a>
<button type="button" class="nav-link nav-caret dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false" aria-label="Events submenu"></button>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="/ntog2027/">Nordic Lung Cancer Symposium 2027</a></li>
<li><a class="dropdown-item" href="/ntog2027/programme.html">Programme</a></li>
<li><a class="dropdown-item" href="/ntog2027/call-for-abstracts.html">Call for Abstracts</a></li>
<li><a class="dropdown-item" href="/ntog2027/travel.html">Travel & Accommodation</a></li>
<li><a class="dropdown-item" href="/ntog2027/sponsors.html">Sponsorship & Exhibition</a></li>
<li><a class="dropdown-item" href="/upcoming-events.html">Upcoming Events</a></li>
<li><a class="dropdown-item" href="/past-events.html">Past Events</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link" href="/guidelines.html">Clinical Resources</a>
<button type="button" class="nav-link nav-caret dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false" aria-label="Clinical Resources submenu"></button>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="/guidelines.html">Clinical Guidelines</a></li>
<li><a class="dropdown-item" href="/guidelines/nodule-management.html">Nodule Management</a></li>
<li><a class="dropdown-item" href="/protocols.html">Protocols</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link" href="/tools.html">Tools</a>
<button type="button" class="nav-link nav-caret dropdown-toggle" data-bs-toggle="dropdown" data-bs-display="static" aria-expanded="false" aria-label="Tools submenu"></button>
<div class="dropdown-menu dropdown-menu-end mega-menu">
<div class="mega-grid">
<div class="mega-col">
<h6 class="mega-head">MDT & pathway</h6>
<a class="dropdown-item" href="/mdt-structured-v3_1.html">MDT structured form (v3.1)</a>
<a class="dropdown-item" href="/mdt-structured-mini.html">MDT structured (mini)</a>
<a class="dropdown-item" href="/mdt.html">MDT free-text form</a>
</div>
<div class="mega-col">
<h6 class="mega-head">Screening & nodule risk</h6>
<a class="dropdown-item" href="/ntog_lungrisk_static_tools_v3.html">LungRisk hub</a>
<a class="dropdown-item" href="/nordic-nodule-pathway-sandbox-v3.html">Nodule pathway sandbox</a>
<a class="dropdown-item" href="/screening-risk-explained.html">Screening risk explained</a>
</div>
<div class="mega-col">
<h6 class="mega-head">Treatment value & follow-up</h6>
<a class="dropdown-item" href="/decision-tools.html">Understanding treatment value</a>
<a class="dropdown-item" href="/decision-tool-v2.html">Treatment value discussion compass</a>
<a class="dropdown-item" href="/decision-tool-structured.html">Structured treatment value profile</a>
<a class="dropdown-item" href="/surveillance-yield-calculator.html">Surveillance yield (NNS)</a>
</div>
<div class="mega-col">
<h6 class="mega-head">Research builders</h6>
<a class="dropdown-item" href="/study-builder.html">Study design builder</a>
<a class="dropdown-item" href="/federated-dataset-builder.html">Federated dataset builder</a>
</div>
</div>
<div class="mega-foot"><a href="/tools.html">View all tools →</a></div>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link" href="/volunteer.html">Get Involved</a>
<button type="button" class="nav-link nav-caret dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false" aria-label="Get Involved submenu"></button>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="/expert.html">Expert Network</a></li>
<li><a class="dropdown-item" href="/collaboration.html">Collaboration Opportunities</a></li>
<li><a class="dropdown-item" href="/volunteer.html">Volunteer</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/news.html">Research News</a>
</li>
</ul>
</div>
</div>
</nav>
<header class="page-hero">
<div class="container">
<span class="eyebrow">404 error</span>
<div class="error-code" aria-hidden="true">404</div>
<h1 class="display-5 fw-bold mb-3">Page not found</h1>
<p class="lead-narrow mb-4">
The page may have been moved, renamed, or removed. Use the links below to return to the main NTOG content.
</p>
<div class="d-flex flex-column flex-sm-row gap-3">
<a href="/" class="btn btn-light btn-lg">Go to homepage</a>
<a href="/research.html" class="btn btn-outline-light btn-lg">View research overview</a>
</div>
</div>
</header>
<main>
<section class="section-block">
<div class="container">
<div class="row g-4">
<div class="col-md-6 col-xl-3">
<div class="link-card">
<h2><a href="/research.html">Research</a></h2>
<p>Review NTOG research areas, ongoing projects, publications, and collaborations.</p>
</div>
</div>
<div class="col-md-6 col-xl-3">
<div class="link-card">
<h2><a href="/guidelines.html">Clinical resources</a></h2>
<p>Find Nordic guideline links, protocols, tools, and clinical reference material.</p>
</div>
</div>
<div class="col-md-6 col-xl-3">
<div class="link-card">
<h2><a href="/upcoming-events.html">Events</a></h2>
<p>See upcoming NTOG meetings, symposia, and Nordic thoracic oncology events.</p>
</div>
</div>
<div class="col-md-6 col-xl-3">
<div class="link-card">
<h2><a href="mailto:info@ntog.org">Contact</a></h2>
<p>Contact NTOG if you were looking for a specific page or document.</p>
</div>
</div>
</div>
<div class="mt-5">
<p class="mb-1"><strong>Common destinations</strong></p>
<p class="mb-0">
<a href="/about.html">About NTOG</a> ·
<a href="/steering-committee.html">Steering Committee</a> ·
<a href="/publications.html">Publications</a> ·
<a href="/expert.html">Expert Network</a> ·
<a href="/volunteer.html">Volunteer</a>
</p>
</div>
</div>
</section>
</main>
<footer class="bg-dark text-white py-4 mt-0">
<div class="container text-center">
<a href="/" class="footer-logo-link" aria-label="NTOG home">
<img src="/ntog-logo.svg" alt="Nordic Thoracic Oncology Group logo" width="56" height="56" loading="lazy">
</a>
<p class="mb-2">© 2026 Nordic Thoracic Oncology Group</p>
<p class="mb-0">
<a href="/copyright.html" class="text-white me-3">Copyright & Licensing</a>
<a href="/privacy-policy.html" class="text-white me-3">Privacy Policy</a>
<a href="/terms-of-service.html" class="text-white me-3">Terms of Service</a>
<a href="/accessibility.html" class="text-white">Accessibility</a>
</p>
</div>
</footer>
<script src="/js/bootstrap5.3.8/bootstrap.bundle.min.js" defer></script>
<script src="/js/scripts.js" defer></script>
</body>
</html>