-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathcontact.html
More file actions
67 lines (47 loc) · 3.15 KB
/
Copy pathcontact.html
File metadata and controls
67 lines (47 loc) · 3.15 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
<!DOCTYPE HTML>
<!--
Spectral by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Rucio - Scientific Data Management :: Communication</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" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<link rel="me" href="https://fosstodon.org/@rucio" />
</head>
<body class="landing">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<div id="header-container"></div>
<section id="communication" class="wrapper style5" style="margin-top: 4em;">
<div class="inner">
<header class="major" style="margin-bottom: 1em;">
<h2>Contact us</h2>
<p>We know getting started can be difficult, which is why our developers are always happy to help out! Reach out to us on any of the below channels for any assistance with Rucio.</p>
</header>
<h2>Chat with us <a class="icon solid fa-comments" href="https://rucio.cern.ch/documentation/join_rucio_mattermost"></a></h2>
<p>We have a dedicated Mattermost team for questions, support, news, development updates and all things Rucio and you can be a part of it too! <a href="https://rucio.cern.ch/documentation/join_rucio_mattermost">Join our Mattermost</a>.</p>
<h2>Weekly Rucio meeting <a class="icon solid fa-calendar" href="https://indico.cern.ch/category/10588/"></a></h2>
<p>The Rucio community gathers for a meeting every Thursday at 3 PM CEST to discuss community news, operational issues and questions, as well as ongoing & further contributions by the development team. The meeting is open to the public and you can view the schedule <a href="https://indico.cern.ch/category/10588/">here</a>.</p>
<h2>Rucio news mailing list <a class="icon solid fa-envelope" href="mailto:rucio-news@cern.ch"></a></h2>
<p>We have a dedicated news mailing list for general announcements (<10 eMails per year) for the Rucio community. You can subscribe to <a href="mailto:rucio-news@cern.ch">rucio-news@cern.ch</a> directly with a CERN account, for external subscribers please send an eMail to <a href="mailto:rucio-news-subscribe@cern.ch">rucio-news-subscribe@cern.ch</a>.</p>
<h2>Email us <a class="icon solid fa-envelope" href="mailto:rucio-contact@cern.ch"></a></h2>
<p>We'd love to hear from you! Get in contact with us directly via email at <a href="mailto:rucio-contact@cern.ch">rucio-contact@cern.ch</a></p>
<h2>Social Media <a class="icon brands fa-mastodon" href="https://fosstodon.org/@rucio"></a></h2>
<p>Follow us on <a href="https://fosstodon.org/@rucio">Mastodon</a> to stay updated with the latest on Rucio!</p>
</div>
<!-- Footer -->
<div id="footer-container"></div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/header.js"></script>
<script src="assets/js/footer.js"></script>
<script src="assets/js/scripts.js"></script>
</body>
</html>