This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
old-welcome.html
316 lines (307 loc) · 17.5 KB
/
old-welcome.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
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
---
redirect_from: "/community/welcome.html"
---
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Lato&display=swap" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/[email protected]/dist/semantic.min.css" />
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.2/css/all.min.css"><link href="digitalrebar.ico" rel="SHORTCUT ICON" />
<meta name="google-site-verification" content="zCf79OnCmnSaInCAHjC8bfWcYvMXXzTfjx_fG_k-6AM" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link href="style.css" rel="stylesheet" type="text/css" />
<title>Digital Rebar</title>
</head>
<body>
<div class="navigation">
<div class="navigation-bar container">
<a class="logo" href="https://rebar.digital" target="_blank">
<img src="images/logo.png"/>
<span class="digital">Digital</span><span class="rebar">Rebar</span>
</a>
<div class="links">
<a class="link" target="_blank" href="https://provision.readthedocs.io/en/latest/">
<span>Docs</span>
</a>
<a class="link" href="#resources">
<span>Resources</span>
</a>
<a class="link" href="#code_of_conduct">
<span>Code of Conduct</span>
</a>
<a class="link" href="https://rebar.digital">
<span>Home</span>
</a>
<a class="link" href="https://rackn.com">
<span>Sponsor</span>
</a>
<a class="link" href="https://github.com/digitalrebar">
<i class="fab fa-github"></i>
</a>
</div>
<div class="ui dropdown simple">
<div class="nav-container" onclick="">
<i class="ui icon bars"></i>
</div>
<div class="menu">
<a class="item" target="_blank" href="https://provision.readthedocs.io/en/latest/">
<i class="ui icon book"></i>
<span>Docs</span>
</a>
<a class="item" href="#resources">
<i class="ui icon info"></i>
<span>Resources</span>
</a>
<a class="item" href="#code_of_conduct">
<i class="ui icon handshake"></i>
<span>Code of Conduct</span>
</a>
<a class="item" href="https://rebar.digital">
<i class="ui icon group"></i>
<span>Home</span>
</a>
<a class="item" href="https://rackn.com">
<i class="ui icon heart"></i>
<span>Sponsor</span>
</a>
<a class="item" href="https://github.com/digitalrebar">
<i class="ui icon github"></i>
Source
</a>
</div>
</div>
</div>
</div>
<div class="try-out">
<div class="container">
<div>
<div class="welcome">
<p>
<span>
Welcome to the
</span>
<span class="logo">
<span class="digital">Digital</span>
<span class="rebar">Rebar</span>
</span>
<span>
community!
</span>
</p>
<p>
We look forward to your participation in our community conversations, and hope that your participation will be both rewarding for you, and also provide value to our community. Participation at all levels within the community is encouraged!
</p>
</div>
</div>
<div>
<div class="install-options">
<div class="welcome">
Join us on Slack and get talking to other members of the community!
</div>
<a class="ui button primary" href="https://www.rackn.com/support/slack/">
Join Slack
</a>
</div>
</div>
</div>
</div>
<section class="container">
<h1 class="ui header">Participation</h1>
<div class="key-features">
<div class="feature">
<i class="fa fa-question"></i>
<span>
Get Help - The community is here for you
</span>
</div>
<div class="feature">
<i class="fa fa-hands-helping"></i>
<span>
Give Help - Your expertise is invaluable
</span>
</div>
<div class="feature">
<i class="fa fa-people-carry"></i>
<span>
Provide Feedback - Help us improve the product
</span>
</div>
<div class="feature">
<i class="fa fa-paper-plane"></i>
<span>
Identify Issues - Let us know of any <a href="https://github.com/digitalrebar/provision/issues/new">technical issues</a>
</span>
</div>
<div class="feature">
<i class="fa fa-book"></i>
<span>
Request Updates - Keep up to date with latest documentation and features
</span>
</div>
<div class="feature">
<i class="far fa-smile"></i>
<span>
Have Fun!
</span>
</div>
</div>
</section>
<div class="inverted">
<section class="container paragraph-section">
<a class="anchor" name="code_of_conduct"></a>
<h1 class="ui header">Code of Conduct</h1>
<p>
The purpose of our Community Code of Conduct is to ensure that all participants in the Digital Rebar community have the best possible experience. We are all here to help each other learn, grow our skillsets, and have a good time!
</p>
<p>
The Digital Rebar Community Code of Conduct covers our behavior as members of the Digital Rebar community, in any forum, mailing list, wiki, web site, code repository, IRC channel, private correspondence, or public meetings.
</p>
<p>
As a worldwide community, diversity is one of our huge strengths, but it can also lead to communication issues and unhappiness. To that end, we have a few ground rules that we ask people to adhere to, to ensure that the Digital Rebar community continues to be an excellent space in which to communicate, collaborate, and contribute.
</p>
<p>
This isn't an exhaustive list of things that you can't do. Rather, take it in the spirit in which it's intended — a guide to make it easier to be excellent to each other. We expect it to be followed in spirit as much as in the letter.
</p>
<ul>
<li>
<strong>Be considerate.</strong> Your work will be used by other people, and you in turn will depend on the work of others. Any decision you take will affect users and colleagues, and you should take those consequences into account when making decisions.</li>
<li>
<strong>Be patient.</strong> This mostly applies to forums, mailing lists, and code contributions (i.e. asynchronous forms of communication). Communities are often built on volunteer time both from participants and organizers. It is possible that your question or code contribution or suggestion might not receive an immediate response. Be patient and consider the norms of the community. One reminder ping is welcome, many reminder pings in rapid succession are not a good display of patience. Similarly, posting the same question in multiple threads is frowned upon and should not be done.</li>
<li>
<strong>Be respectful.</strong> Not all of us will agree all the time, but disagreement is no excuse for poor behavior and poor manners. We might all experience some frustration now and then, but we cannot allow that frustration to turn into a personal attack. It's important to remember that a community where people feel uncomfortable or threatened is not a productive one. We expect members of the Digital Rebar community to be respectful when communicating with other community members, as well as with people outside the Digital Rebar community.</li>
<li>
<strong>Be nice.</strong> Everyone in the Digital Rebar community should feel welcome, regardless of their background. Please be courteous, respectful and polite to fellow community members. No offensive comments related to gender, gender identity or expression, sexual orientation, disability, physical appearance, body size, race, religion; no sexual images in public spaces, real or implied violence, intimidation, oppression, stalking, following, harassing photography or recording, sustained disruption of talks or other events, inappropriate physical contact, or unwelcome sexual attention will be tolerated.</li>
<li>
<strong>Communicate effectively.</strong> We don't all speak the same language at the same skill level. Clear communication can help to avoid misunderstandings, as can remembering that our interpretations of words can be different depending on our backgrounds. Having context is important. It's better to ask for clarification than to make assumptions. Disagreements, social and technical, are normal, but we expect participants in the project to resolve disagreements constructively — so please avoid flamewars, trolling, personal attacks, and repetitive arguments. Resources for how to most effectively engage with Digital Rebar's various forums for project participation and communication — including forums, IRC, and more — are shown <a href="/community">here</a>.</li>
<li>
<strong>Ask for help when unsure.</strong> Nobody is expected to be perfect in this community. Asking questions early avoids many problems later, so questions are encouraged, though they may be directed to the appropriate forum. Those who are asked should be responsive and helpful.</li>
</ul>
<p>
In addition to this Code of Conduct, all Digital Rebar events are governed by the following policy. All attendees, speakers, sponsors and volunteers, including the event organizing team, are required to follow this policy. Organizers are expected to enforce this policy throughout the event. We expect cooperation from all participants to help ensure a safe environment for everyone.
</p>
<div>
<div class="ui divider horizontal">Policy</div>
<p>Harassment includes offensive verbal comments related to gender, age, sexual orientation, disability, physical appearance, body size, race, religion, sexual images in public spaces, deliberate intimidation, stalking, following, harassing photography or recording, sustained disruption of talks or other events, inappropriate physical contact, and unwelcome sexual attention.
</p>
<p>Participants asked to stop any harassing behavior are expected to comply immediately. Sponsors are also subject to the anti-harassment policy. In particular, sponsors should not use sexualized images, activities, or other material. Meetup organizing staff and other volunteer organizers should not use sexualized clothing/uniforms/costumes, or otherwise create a sexualized environment.
</p>
<p>If a participant engages in harassing behavior, the meetup organizers may take any action they deem appropriate, including warning the offender or expulsion from the event.
</p>
<p>If you are being harassed, notice that someone else is being harassed, or have any other concerns, please follow the directions in the "If You Need Help" section, directly below this policy.
</p>
<p>Organizers will be happy to help participants contact security or local law enforcement, provide escorts to an alternate location, or otherwise assist those experiencing harassment to feel safe for the duration of the meetup. We value your attendance.
</p>
<p>We expect participants to follow these rules at our all of our event venues and event-related social events.
</p>
<div class="ui divider horizontal">If You Need Help</div>
<p>Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting <a href="mailto:[email protected]">[email protected]</a>, to any channel operator in the community Slack channels or to the local organizers of an event. As a company, we take our community's health seriously and want to ensure everyone has a good experience, so please contact us at <a href="mailto:[email protected]">[email protected]</a> if there is an issue so we can help address it.
</p>
<p><em>The Digital Rebar Community Code of Conduct is licensed under the <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 license</a>. Our Code of Conduct was inspired by and borrows content from Codes of Conduct of other open source projects, including:</em>
</p>
<ul>
<li><a href="http://contributor-covenant.org/">Contributor Covenant</a></li>
<li><a href="https://getfedora.org/code-of-conduct">The Fedora Project</a></li>
<li><a href="https://www.openstack.org/legal/community-code-of-conduct/">OpenStack</a></li>
<li><a href="https://docs.puppetlabs.com/community/community_guidelines.html">Puppet Labs</a></li>
<li><a href="http://www.ubuntu.com/about/about-ubuntu/conduct" target="_blank">Ubuntu</a></li>
<li><a href="https://www.elastic.co/community/codeofconduct" target="_blank">Elastic</a></li>
</ul>
</p>
</section>
</div>
<section class="container">
<a class="anchor" name="resources"></a>
<h1 class="ui header">Resources</h1>
<div class="resource-grid">
<a class="resource" href="https://www.youtube.com/playlist?list=PLXPBeIrpXjfilUi7Qj1Sl0UhjxNRSC7nx">
<i class="fa fa-video"></i>
<div class="text">
<span class="header">Demo Videos</span>
<span class="subheader">Browse dozens of in depth demonstrations</span>
</div>
</a>
<div class="ui dropdown resource simple">
<i class="fa fa-book"></i>
<div class="text" onclick="">
<span class="header">Documentation</span>
<span class="subheader">Learn more about the API and product</span>
</div>
<div class="menu">
<a class="item" href="http://provision.readthedocs.org/en/latest/">
<i class="ui icon book"></i>
Full Documentation
</a>
<a class="item" href="http://provision.readthedocs.io/en/latest/doc/install.html">
<i class="ui icon download"></i>
Install Guide
</a>
<a class="item" href="http://provision.readthedocs.io/en/latest/doc/quickstart.html">
<i class="ui icon paper plane"></i>
Quick Start
</a>
<a class="item" href="https://rackn.com/wp-content/uploads/2018/06/6-18-digital-rebar-community-welcome-guide_web_links2.pdf">
<i class="ui icon group"></i>
Welcome Guide
</a>
</div>
</div>
<a class="resource" href="https://rackn.com/support/slack">
<i class="fab fa-slack"></i>
<div class="text">
<span class="header">Slack Community</span>
<span class="subheader">Talk with other members of the Digital Rebar Community</span>
</div>
</a>
<a class="resource" href="slack/html/index.html">
<i class="fa fa-archive"></i>
<div class="text">
<span class="header">Public Archive</span>
<span class="subheader">Read the #community Slack channel history</span>
</div>
</a>
<a class="resource" href="https://www.youtube.com/playlist?list=PLXPBeIrpXjfjsiMkDn2SJuTPYTotESpL2">
<i class="fab fa-youtube"></i>
<div class="text">
<span class="header">Online Meetups</span>
<span class="subheader">Watch our previous online meetup recordings</span>
</div>
</a>
<a class="resource" href="https://github.com/digitalrebar/provision">
<i class="fab fa-github"></i>
<div class="text">
<span class="header">Source</span>
<span class="subheader">Read available open source material</span>
</div>
</a>
<a class="resource" href="https://github.com/digitalrebar/provision/issues">
<i class="fa fa-map-signs"></i>
<div class="text">
<span class="header">Issues & Roadmap</span>
<span class="subheader">Visit our issue tracker</span>
</div>
</a>
<a class="resource" href="https://portal.rackn.io/#/">
<i class="fa fa-tools"></i>
<div class="text">
<span class="header">RackN Portal</span>
<span class="subheader">Connect to an existing DRP Endpoint</span>
</div>
</a>
</div>
</section>
<section class="footer">
<footer>
© 2019 RackN, Inc.<br/>
<a href="http://provision.readthedocs.org/en/latest/">Documentation</a> | <a href="http://github.com/digitalrebar/provision">Source</a> | <a href="http://rackn.com">Sponsor</a> | <a href="http://portal.rackn.io">Portal</a>
</footer>
</section>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55489714-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>