-
Notifications
You must be signed in to change notification settings - Fork 386
/
contribute.html
165 lines (146 loc) · 7.35 KB
/
contribute.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="author" content="">
<!-- not working -->
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<title>LoopBack 4</title>
<!-- Bootstrap core CSS -->
<link href="dist/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans" rel="stylesheet">
<link href="css/loopback.css" rel="stylesheet">
<link href="css/contribute.css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-150726441-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-150726441-2');
</script>
</head>
<body>
<!-- Navbar -->
<div id="navbar-template"></div>
<div class="r-masthead">
<div class="container-fluid"></div>
<div class="header-space"></div>
<h2>Help us make an impact.</h2>
<br>
<h5 style="font-weight: normal">LoopBack has an active and growing open-source community.</h5>
<div class="header-space"></div>
</div>
<hr class="hairline">
<!-- Contribute to LoopBack section -->
<section class="odd-section">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h3 class="section-heading" style="padding-top: 48px;">Contribute to LoopBack</h3>
<p>How do you wish to contribute?</p>
<p style="height:24px"></p>
</div>
</div>
<div class="row text-center" style="justify-content: center">
<div class="col-sm-12 col-md-6">
<a class="card-2" href=" doc/en/contrib/Reporting-issues.html">
<div class="row">
<div class="col-sm-3">
<img class="icon" src="images/contribute/issue-icon-1x.png" alt="Issues icon"/>
</div>
<div class="col-sm-9">
<h5 class="card-title">Report an issue</h5>
<p class="regular text-gray">A relatively easy way to contribute is by reporting new issues.
See our general guidelines for reporting.</p>
</div>
</div>
</a>
</div>
<div class="col-sm-12 col-md-6">
<a class="card-2" href="doc/en/contrib/code-contrib.html">
<div class="row">
<div class="col-sm-3">
<img class="icon" src="images/contribute/devgroup-icon-1x.png" alt="Contribute icon"/>
</div>
<div class="col-sm-9">
<h5 class="card-title">Contribute to code</h5>
<p class="regular text-gray">If you're interested in contribuing to the code, be sure to read
the code contribution guidelines first.</p>
</div>
</div>
</a>
</div>
</div>
<div class="row text-center" style="justify-content: center">
<div class="col-sm-12 col-md-6">
<a class="card-2" href="doc/en/contrib/doc-contrib.html">
<div class="row">
<div class="col-sm-3">
<img class="icon" src="images/contribute/contribute-icon-1x.png" alt="Contribute icon"/>
</div>
<div class="col-sm-9">
<h5 class="card-title">Contribute to documentation</h5>
<p class="regular text-gray">We welcome input and help with documentation.
Check out the documentation sources.</p>
</div>
</div>
</a>
</div>
<div class="col-sm-12 col-md-6">
<a class="card-2" href="https://groups.google.com/forum/#!forum/loopbackjs" target="_blank" rel="noopener noreferrer">
<div class="row">
<div class="col-sm-3">
<img class="icon" src="images/contribute/devchat-icon-1x.png" alt="Chat icon"/>
</div>
<div class="col-sm-9">
<h5 class="card-title">Participate in the community</h5>
<p class="regular text-gray">The LoopBack community carries on lively discussions in several places.
Feel free to learn and participate.</p>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<hr class="hairline">
<!-- Governance section -->
<section class="even-section">
<div class="container text-center">
<h3 class="section-heading" style="padding-top: 48px;">Governance</h3>
<p class="regular text-center">The LoopBack project governance model follows the sprint and tradition of open source.</p>
<p class="large" style="padding-left:190px;padding-right:190px;padding-top:32px;padding-bottom:24px;">
LoopBack is an open, inclusive, and tolerant community of people working together to build
a world-class Node framework and tools. We value diversity of individuals and opinions, and seek to operate on
consensus whenever possible. We strive to maintain a welcoming, inclusive, and harassment-free environment,
regardless of the form of communication. When consensus is not achievable, we defer to the owners of each
individual module; the powers of the individual owner are kept in check by the ability of the community to
fork and replace dependencies on the individual module and maintainer.</p>
<a class="btn btn-primary" role="button" style="padding-left:60px; padding-right:60px"
href="doc/en/contrib/Governance.html">See more details</a>
</div>
</section>
<hr class="hairline">
<!-- footer -->
<footer>
<div id="footer-template"></div>
</footer>
<script src="/dist/jquery/jquery-3.4.1.min.js" crossorigin="anonymous"></script>
<script src="dist/popper/1.14.0/umd/popper.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script src="dist/bootstrap/js/bootstrap.min.js"></script>
<!-- GitHub button -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<!-- Load the NavBar template -->
<script>
$(function(){
$("#navbar-template").load("navbar-template.html");
$("#footer-template").load("footer-template.html");
});
</script>
</body>
</html>