-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcollaborators.html
More file actions
48 lines (48 loc) · 1.71 KB
/
collaborators.html
File metadata and controls
48 lines (48 loc) · 1.71 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="refresh" content="0; url=about.html" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Collaborators | Open TOPAS</title>
<link rel="stylesheet" href="assets/styles.css" />
</head>
<body>
<header>
<div class="navbar">
<h1>
<a class="logo-mark" href="index.html" aria-label="Open TOPAS home">
<img src="assets/img/Logo.png" alt="" />
</a>
</h1>
<button class="menu-toggle" type="button" aria-label="Toggle navigation" aria-expanded="false">
<span></span>
<span></span>
<span></span>
</button>
<nav id="primary-nav" class="nav-links" aria-label="Main navigation">
<a href="about.html">About</a>
<a href="download.html">Download</a>
<a href="documentation.html">Documentation</a>
<a href="https://github.com/OpenTOPAS/OpenTOPAS/discussions" target="_blank" rel="noopener">
User Forum <span class="external-icon" aria-hidden="true">↗</span>
</a>
<a href="publications.html">Publications</a>
<a href="contact.html">Contact</a>
</nav>
</div>
</header>
<main>
<section class="section-inner" style="padding:4rem 1.5rem 3rem;">
<h2>Page Moved</h2>
<p>
Collaborators are now featured on the <a href="about.html">About page</a>. You will be redirected automatically.
</p>
</section>
</main>
<footer>
<small>© <span id="year"></span> The TOPAS Collaboration</small>
</footer>
<script src="assets/site.js"></script>
</body>
</html>