-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathupload.html
175 lines (161 loc) · 8.89 KB
/
upload.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
<!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.png">
<title>Upload - Private filesharing for issues</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/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="downloads.html" class="nav-link">downloads<span></span></a>
</li>
<li class="nav-item">
<a href="https://github.com/IfcOpenShell/IfcOpenShell/discussions" class="nav-link">forums<span></span></a>
</li>
<li class="nav-item">
<a href="http://blog.ifcopenshell.org" class="nav-link">blog<span></span></a>
</li>
<li class="nav-item">
<a href="https://docs.ifcopenshell.org" class="nav-link">documentation<span></span></a>
</li>
</ul>
<div class="menu-right-options ms-auto">
<p>
<strong class="amount-raised" style="margin-right: 5px;">$</strong> / $5,000 funded
<a href="https://opencollective.com/opensourcebim">
<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/aothms" 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/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="downloads.html" class="nav-link">downloads<span></span></a>
</li>
<li class="nav-item">
<a href="https://github.com/IfcOpenShell/IfcOpenShell/discussions" class="nav-link">forums<span></span></a>
</li>
<li class="nav-item">
<a href="http://blog.ifcopenshell.org" class="nav-link">blog<span></span></a>
</li>
<li class="nav-item">
<a href="https://docs.ifcopenshell.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-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 ===-->
<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"><a href="https://ifcopenshell.org"><span> IfcOpenShell </span></a> is a free software project by amazing volunteers. You can <a href="https://github.com/ifcopenshell/ifcopenshell/"><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>