Skip to content

Commit

Permalink
Add upload page
Browse files Browse the repository at this point in the history
  • Loading branch information
Moult committed Jan 20, 2025
1 parent e4aafaa commit 3283d3d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions website/templates/upload.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{% include "header.html" %}
<!--=== Start Banner Section ===-->
<section class="bg-color-fff1f2">
<div class="container community-header">
<div class="row">
<div class="col-lg-12">
<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"> Upload </h1>
<h2 class="up-title wow fadeInUp delay-0-4s"> Share files for private bugreporting </h2>
</div>
</div>
<p>
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.
<script type="text/javascript">window.location.replace("https://forms.gle/hmeWGHCSydeuB9nJ6");</script>
</p>
</div>
</div>
</section>
<!--=== End Banner Section ===-->
{% include "footer.html" %}
1 change: 1 addition & 0 deletions website/website.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def make_dict(result):
"ifcopenshell": {
"index": "IfcOpenShell - The open source IFC toolkit and geometry engine",
"downloads": "Downloads - IfcOpenShell C++, Python, and utilities",
"upload": "Upload - Private filesharing for issues",
},
"bonsaibim": {
"blender": "Bonsai - beautiful, detailed, and data-rich OpenBIM",
Expand Down

0 comments on commit 3283d3d

Please sign in to comment.