-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcommunity.html
282 lines (256 loc) · 15.7 KB
/
community.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="assets/css/normalize.css">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/icofont.min.css">
<link rel="stylesheet" href="assets/css/animate.min.css">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/responsive.css">
<link rel="icon" type="image/png" href="assets/images/favicon-blender.png" />
<title>Community - provide support, share your work, and learn together</title>
</head>
<body class="home-page">
<!--=== Start Header Section ===-->
<header class="header-section">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="assets/images/blender/blender-logo.png" alt="Logo">
</a>
<a href="javascript:void(0);" class="mobile-menu">
<div class="mobile-menu-btn">
<i class="icofont-lg icofont-navigation-menu"></i>
</div>
</a>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a href="index.html" class="nav-link">home<span></span></a>
</li>
<li class="nav-item">
<a href="download.html" class="nav-link">download<span></span></a>
</li>
<li class="nav-item">
<a href="community.html" class="nav-link active">community<span></span></a>
</li>
<li class="nav-item">
<a href="https://docs.bonsaibim.org" class="nav-link">documentation<span></span></a>
</li>
<li class="nav-item">
<a href="https://bonsaibim.org/search-ifc-class.html" class="nav-link">search ifc class<span></span></a>
</li>
</ul>
<div class="menu-right-options ms-auto">
<p>
<a href="https://opencollective.com/opensourcebim" target="_blank" title="Fund on Open Collective" class="fund">
<strong class="amount-raised" style="margin-right: 5px;">$</strong> / $5,000 funded
<span class="border-1">
<span class="progress-bar" id="progress-bar" data-status="0%" aria-label="Progress bar."></span>
</span>
</a>
</p>
<ul class="social-media-links">
<li>
<a href="https://twitter.com/BonsaiBIM" target="_blank" class="btn btn-primary">
<i class="icofont-twitter"></i>
</a>
</li>
<li class="github-icon">
<a href="https://github.com/ifcopenshell/ifcopenshell" target="_blank" class="">Github Icon</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
</header>
<!--=== Start Menu Slide Bar ===-->
<aside class="menu-slide-bar">
<div class="close-mobile-menu">
<div class="mobile-logo">
<a href="index.html" class="mobile-logo">
<img src="assets/images/blender/blender-logo.png" alt="Logo">
</a>
</div>
<a href="javascript:void(0);" class="close-btn">
<i class="icofont-close-line"></i>
</a>
</div>
<nav class="side-mobile-menu">
<ul id="mobile-menu-active">
<li class="nav-item">
<a href="index.html" class="nav-link">home<span></span></a>
</li>
<li class="nav-item">
<a href="download.html" class="nav-link">download<span></span></a>
</li>
<li class="nav-item">
<a href="community.html" class="nav-link active">community<span></span></a>
</li>
<li class="nav-item">
<a href="https://docs.bonsaibim.org" class="nav-link">documentation<span></span></a>
</li>
</ul>
</nav>
</aside>
<div class="body-overlay"></div>
<!--=== End Menu Slide Bar ===-->
<!--=== Start Banner Section ===-->
<section class="bg-color-fff1f2">
<div class="container community-header">
<div class="row">
<div class="col-lg-9">
<div class="banner-section">
<div class="side-border side-border-inner wow fadeInUp delay-0-4s"></div>
<div class="banner-content">
<h1 class="wow fadeInUp delay-0-2s"> Community </h1>
<h2 class="up-title wow fadeInUp delay-0-4s"> Built by you, free for the world </h2>
</div>
</div>
<p class="industry">
You can help change the industry. Make high quality, international standards BIM available for all. Every bug you report, every question you ask, tutorial you make, content you translate, social media post you share, or even just by telling us what you enjoy helps make a difference.
</p>
<p> Join the Open Source Architecture community today. </p><br>
<div class="banner-content community-butn-section">
<div class="banner-btn">
<a href="https://github.com/ifcopenshell/ifcopenshell/issues" class="main-btn wow fadeInUp delay-0-8s ">
<span class="btn-style">
<i class="icofont-md icofont-bug"></i> Report a bug
</span>
</a>
<a href="https://community.osarch.org/" class="main-btn wow fadeInUp delay-0-8s">
<span class="btn-style">
<i class="icofont-md icofont-question-square"></i> Ask a question
</span>
</a>
<a href="https://osarch.org/chat/" class="main-btn wow fadeInUp delay-0-8s">
<span class="btn-style">
<i class="icofont-md icofont-chat"></i> Chat live
</span>
</a>
</div>
</div>
<!-- .banner-content -->
<p>
Our software is built by everyone*. You can even edit this website. Whether or not you're an experienced programmer or just playing around, we can teach you how to get started with development.
</p>
<p>
If you don't have time for code, please help donate so we can crowdfund a core team of developers.
</p><br>
<div class="banner-content community-butn-section">
<div class="banner-btn">
<a href="https://opencollective.com/opensourcebim/" class="main-btn wow fadeInUp delay-0-8s">
<span class="btn-style">
<i class="icofont-md icofont-money"></i> Donate Now
</span>
</a>
<a href="https://github.com/ifcopenshell/ifcopenshell" class="main-btn wow fadeInUp delay-0-8s">
<span class="btn-style">
<i class="icofont-md icofont-code-alt"></i> Write code
</span>
</a>
</div>
</div>
<p>
Bonsai is made possible by the work of the buildingSMART community and the Blender community. buildingSMART has worked for over 20 years to develop IFC, BCF, bSDD, and IDS, technologies that allow computers to understand the data and relationships in our built environment, Blender has helped bring the freedom to create 3D graphics for almost 30 years to the world.
</p>
<p class="paragraph">
Like the giants we stand upon, we believe that our digital environment, like the built environment, is a public good and everyone should have the freedom to investigate it, and tweak it, and own it.
</p>
<p><small>*well, currently about 195 people but still</small></p>
</div>
<!-- .col-ms-9 -->
<div class="col-lg-3 sidebar-section">
<h3 class=""> Latest code updates </h3>
<ul id="commits" class="latest-code"></ul>
<script>
let liTemplate = '<li><img src="_THUMBNAIL_" class="post-thumbnail" alt="Avatar" /><p class="post-paragraph"><a href="_LINK_">_TITLE_</a> by <a href="_AUTHORURL_"><span class="author-name">@_AUTHORNAME_</span></a> <span class="post-date">_UPDATED_</span></p></li>'
const apiUrl = 'https://api.github.com/repos/IfcOpenShell/IfcOpenShell/commits';
fetch(apiUrl)
.then(response => response.json())
.then(commits => {
console.log('we got');
console.log(commits);
const commitsList = document.getElementById('commits');
for (let i = 0; i < 10; i++) {
let commit = commits[i];
var data = {
'_TITLE_': commit.commit.message,
'_UPDATED_': commit.commit.author.date.split('T')[0],
'_LINK_': commit.html_url,
'_THUMBNAIL_': commit.author.avatar_url,
'_AUTHORNAME_': commit.author.login,
'_AUTHORURL_': commit.author.html_url
};
var innerHTML = liTemplate;
for (var key in data) {
innerHTML = innerHTML.replace(key, data[key]);
}
var li = document.createElement('li');
li.innerHTML = innerHTML;
commitsList.appendChild(li);
}
})
.catch(error => console.error('Error fetching commits:', error));
</script>
<a href="https://bonsaibim.org/" class="view-more"> View more </a>
<h3 class="">Tweet twoot</h3>
<!-- Twitter embeds are broken -->
<a href="https://twitter.com/BonsaiBIM">Check out Tweets by BonsaiBIM</a>
<!--
<h3 class="">Videos</h3>
<div class="embed">
<iframe width="560" height="315" src="https://www.youtube.com/embed/g_qpzGtK10g" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
-->
</div>
</div>
</section>
<!--=== End Banner Section ===-->
<div class="footer-section copy-wrap">
<div class="container">
<div>
<div class="back-to-top text-center">
<i class="icofont-simple-up"></i>
</div>
<div class="text-center">
<img src="assets/images/partner/partner-11.png" alt="Partner" class="" />
</div>
<div class="row">
<div class="col-lg-8">
<p class="footer-left-text">
Blender is Free Software made by the community of <a href="https://blender.org"><span>Blender.org</span></a>.
<br /><br />
Bonsai is built with ♥ on the <a href="https://ifcopenshell.org"><span>IfcOpenShell</span></a> project by amazing volunteers.
<br /><br />
You can <a href="community.html"><span> be one too! </span></a>
</p>
</div>
<div class="col-lg-4 text-right">
<img src="assets/images/footer-logo.png" alt="Footer Logo" class="footer-logo" />
<div class="pull-right">
<h5><a href="https://ifcopenshell.org">IfcOpenShell</a></h5>
<p>
The open source IFC toolkit <br> and geometry engine
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!--=== End Footer Section ===-->
<!--=== JS Link ===-->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/owl.carousel.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/mobile-menu.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/main.js"></script>
<!-- jquery end -->
</body>
</html>