Skip to content

Commit 3283d3d

Browse files
committed
Add upload page
1 parent e4aafaa commit 3283d3d

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

website/templates/upload.html

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{% include "header.html" %}
2+
<!--=== Start Banner Section ===-->
3+
<section class="bg-color-fff1f2">
4+
<div class="container community-header">
5+
<div class="row">
6+
<div class="col-lg-12">
7+
<div class="banner-section">
8+
<div class="side-border side-border-inner wow fadeInUp delay-0-4s"></div>
9+
<div class="banner-content">
10+
<h1 class="wow fadeInUp delay-0-2s"> Upload </h1>
11+
<h2 class="up-title wow fadeInUp delay-0-4s"> Share files for private bugreporting </h2>
12+
</div>
13+
</div>
14+
<p>
15+
If you have a private file to share in regards to an issue, you can upload it via this <a href="https://forms.gle/hmeWGHCSydeuB9nJ6">Google Forms link</a>. Your private file will be accessible only to core IfcOpenShell developers, and will be deleted after the issue is resolved.
16+
<script type="text/javascript">window.location.replace("https://forms.gle/hmeWGHCSydeuB9nJ6");</script>
17+
</p>
18+
</div>
19+
</div>
20+
</section>
21+
<!--=== End Banner Section ===-->
22+
{% include "footer.html" %}

website/website.py

+1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ def make_dict(result):
115115
"ifcopenshell": {
116116
"index": "IfcOpenShell - The open source IFC toolkit and geometry engine",
117117
"downloads": "Downloads - IfcOpenShell C++, Python, and utilities",
118+
"upload": "Upload - Private filesharing for issues",
118119
},
119120
"bonsaibim": {
120121
"blender": "Bonsai - beautiful, detailed, and data-rich OpenBIM",

0 commit comments

Comments
 (0)