-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathpage_contact.html
More file actions
111 lines (108 loc) · 5.3 KB
/
page_contact.html
File metadata and controls
111 lines (108 loc) · 5.3 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
---
layout: page
title: Get in touch
permalink: /contact
---
<section class="contact-hero">
<div class="container contact-container" data-aos="fade-up">
<div class="contact-hero-content">
<div>
<!-- <p class="contact-eyebrow">Workflows Community Initiative</p> -->
<h1>Connect with the people building workflow science</h1>
<p class="contact-lead">
Join WCI to share tools, publish frameworks, or connect with community programs and working groups.
</p>
<div class="contact-hero-actions">
<a href="https://join.workflows.community" target="_blank" class="btn btn-primary contact-cta-btn">
Join WCI
</a>
<a href="/members" class="btn btn-outer">See members</a>
</div>
</div>
<div class="contact-hero-card">
<h3>Get in touch</h3>
<p>Reach the WCI leadership team and community channels.</p>
<div class="contact-methods">
<a class="contact-method" href="mailto:contact@workflows.community?subject=WCI Get Involved">
<span class="contact-method-icon"><i class="fas fa-envelope"></i></span>
<span>
<strong>Email</strong>
<span>contact@workflows.community</span>
</span>
</a>
<a class="contact-method" href="https://www.youtube.com/channel/UCqCnXqWqKe9vF6cqKOj1CYw" target="_blank">
<span class="contact-method-icon"><i class="fab fa-youtube"></i></span>
<span>
<strong>YouTube</strong>
<span>@WorkflowsCommunity</span>
</span>
</a>
<a class="contact-method"
href="https://join.slack.com/t/workflowscommunity/shared_invite/zt-1s8u3ocgm-gNdsgRJgy6O2GNSFUf9eDQ"
target="_blank">
<span class="contact-method-icon"><i class="fab fa-slack"></i></span>
<span>
<strong>Slack</strong>
<span>workflowscommunity.slack.com</span>
</span>
</a>
</div>
</div>
</div>
</div>
</section>
<section class="contact-section">
<div class="container contact-container" data-aos="fade-up">
<div class="row g-4">
<div class="col-lg-8">
<div class="contact-card">
<div class="contact-card-header">
<div>
<p class="contact-subhead">Contribute to the ecosystem</p>
<h2>Share your systems, frameworks, and registries</h2>
</div>
</div>
<p>
WCI curates open source workflow systems, research frameworks, and workflow registries. We also
highlight events, and working groups from across the community. Add your work and help
others discover it.
</p>
<div class="contact-contribute-grid">
<a class="contact-contribute-card" href="/systems/contribute">
<h3>Workflow systems</h3>
<p>Share actively maintained open source workflow systems.</p>
</a>
<a class="contact-contribute-card" href="/frameworks/contribute">
<h3>Research frameworks</h3>
<p>Highlight tools and frameworks that support workflow research.</p>
</a>
<a class="contact-contribute-card" href="/registries/contribute">
<h3>Workflow registries</h3>
<p>Show where workflows live and how the community finds them.</p>
</a>
</div>
</div>
</div>
<div class="col-lg-4">
<aside class="contact-sidebar">
<div class="contact-card">
<h3>Become a member</h3>
<p>
Membership is free for anyone who supports the WCI mission and wants to connect with the
workflows community.
</p>
<a href="https://forms.gle/ihiyRoZJMYeWXJid6" target="_blank" class="btn btn-primary contact-cta-btn">
Join as a member
</a>
<div class="contact-divider"></div>
<div class="contact-links">
<a href="/groups">Join a working group</a>
<a href="/members">Meet the community</a>
<a href="/about">About the initiative</a>
</div>
</div>
</aside>
</div>
</div>
</div>
</section>