-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcontact.html
51 lines (48 loc) · 2.35 KB
/
contact.html
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
---
layout: page
title: Contact
pageHeading: Contact Us
permalink: /contact.html
---
<main id="main">
<section class="contacts">
<div class="container">
<div class="section-title">
<h2>OpenC2 Members</h2>
<p class="section-subtitle"><i>OpenC2 TC membership is required to send to any of these lists.</i></p>
</div>
<div class="row">
<div class="col-md-6">
<div class="icon-box">
<i class="icofont-badge"></i>
<h4>OpenC2 <a href="mailto:OASIS-openc2@ConnectedCommunity.org" target="_blank">Technical Committee Discussion List</a></h4>
<p>TC members can post to the <a href="https://groups.oasis-open.org/communities/community-home/digestviewer?communitykey=a34c9baf-48b2-44c5-a567-018dc7d32296" target="_blank">OpenC2 TC discussion list</a>.</p>
</div>
</div>
</div>
<br><br>
<div class="section-title">
<h2>Non Members and General Information</h2>
<p class="section-subtitle"><i>All Members and non-members can request information using these lists.</i></p>
</div>
<div class="row">
<div class="col-md-6">
<div class="icon-box">
<i class="icofont-computer"></i>
<h4><a href="">Post comments about OpenC2 TC technical work</a></h4>
<p>Non-members can contribute comments on OpenC2 TC work products using the <a href="https://groups.oasis-open.org/communities/community-home?CommunityKey=9ae0f0f9-24b5-44ea-9fe7-018dce260e09" target="_blank">openc2-comment discussion list</a> (creation of an OASIS community platform account is required).</p>
</div>
</div>
<div class="col-md-6 mt-4 mt-lg-0">
<div class="icon-box">
<i class="icofont-card"></i>
<h4><a href="https://www.oasis-open.org/join-2/">Join OASIS or Contact Member Services</a></h4>
<p>For information about participation in OASIS visit their <a href="https://www.oasis-open.org/join-2/" target="_blank">Get Involved</a> page.</p>
</div>
</div>
</div>
<p></p><br>
<p class="section-subtitle">Both the TC and comment discussion lists are publicly viewable and include all content since the founding of the OpenC2 TC in June 2017.</p>
</div>
</section>
</main>