-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
85 lines (62 loc) · 2.56 KB
/
contact.html
File metadata and controls
85 lines (62 loc) · 2.56 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
---
title: Contact FAQ
keywords: contacts, information, faq, developers
category: basics
url: contact.html
---
<!doctype html>
<html lang="en">
<head>
<title>Contact & FAQ</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="assets/css/main.css">
<link rel="shortcut icon" href="images/headers_footer/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/headers_footer/favicon.ico" type="image/x-icon">
</head>
<body class="palette-navy">
<div id="page" class="site">
{% include header.html pre_link=" " %}
<main id="content" class="site-content">
<article class="post post-full">
<header class="post-header has-gradient outer">
<div class="bg-img" style="background-image: url('images/headers_footer/fig_header.png')"></div>
<div class="inner-sm">
<h1 id="title" class="post-title">Contact & FAQ</h1>
</div>
</header>
<div class="inner-md outer">
<div class="post-content">
<h2 id="contact">Contact:</h2>
<p>Kristofer Döös <a href="https://www.su.se/english/profiles/d/doos">webpage</a></p>
<h2 id="Contributers">Contributers:</h2>
<ul>
<li>Aitor Aldama Campino</li>
<li>Joakim Kjellsson</li>
<li>Bror Jönsson</li>
<li>Sara Berglund</li>
<li>Jakob Dörr</li>
<li>Oliver Tooth</li>
<li>Depanjan Dey</li>
<li>Jēkabs Nelsons</li>
</ul>
<hr />
<h3 id="faq">FAQ</h3>
<p>If you have further questions or need community support, please check out our <a
href="https://github.com/TRACMASS/Tracmass">GitHub repository</a>. While we
cannot guarantee a direct response from the main developers, other community members are often available
to help!</p>
<p>Detailed and extensive help might be arrange through research project support from your side. Contact
Kristofer Döös for further details.</p>
</div><!-- .post-content -->
</div><!-- .inner-md -->
</article><!-- .post -->
</main><!-- .site-content -->
{% include footer.html %}
</div><!-- .site -->
</body>
</html>