forked from baesy0/onset-pricing
-
Notifications
You must be signed in to change notification settings - Fork 1
/
onset-pricing-eng.html
223 lines (205 loc) · 9.92 KB
/
onset-pricing-eng.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
<html>
<head>
<meta charset="utf-8">
<meta name="author" content="lazypic">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="img/onset-pricingicon.png">
<link rel="apple-touch-icon" href="img/onset-pricingicon.png">
<title>Onset-pricing</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css" integrity="sha384-Smlep5jCw/wG7hdkwQ/Z5nLIefveQRIY9nfy6xoR1uRYBtpZgI6339F5dgvm/e9B" crossorigin="anonymous">
<!-- Custom fonts for this template -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.1/css/all.css" integrity="sha384-O8whS3fhG2OnA5Kas0Y9l3cfpmYjapjI0E4theH4iuMD+pLhbf6JI0jIMfYcK3yZ" crossorigin="anonymous">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<!-- Plugin CSS -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css" rel="stylesheet">
<!-- Font -->
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css">
<link rel="stylesheet" type="text/css" href="css/onset-pricing.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script>
</head>
<body class="p-3">
<div class="row text-center">
<div class="col-12 p-3">
<img src="http://75mm.studio/img/logo_v02.svg" width=250>
</div>
<h2 class="col-12 pt-4 pb-4">
Onset Data Acquisition Pricing
</h2>
</div>
<div class="container w-100">
<div class="">
<!--pricing start-->
<div class="row">
<div class="col-lg-1 col-sm-1"></div>
<div class="col-lg-5 col-sm-12">
<input type="radio" name="pricingModel" class="form-check-input" id="selectLidar" checked="checked" style="opacity:0; position:absolute;">
<div class="card inactive">
<label for="selectLidar">
<div class="card-body text-center">
<h3 class="card-title pt-3">Lidar Scan</h3>
<h1 class="col-12 pt-5 pb-1">
$5,000
</h1>
<h5 class="text-muted pb-5">per 30 spots / day</h5>
<h6 class="col-12 pb-5">
$100 per additional spot.<br>
</h6>
<hr>
<p class="card-text">
<br>
<br>
Lidar Scan<br>
Scan Registration<br>
Mesh Generation<br>
<br>
<br>
</p>
</div>
</label>
</div>
</div>
<div class="col-lg-5 col-sm-12">
<input type="radio" name="pricingModel" class="form-check-input" id="selectLidarTexture" style="opacity:0; position:absolute;">
<div class="card inactive">
<label for="selectLidarTexture">
<div class="card-body text-center">
<h3 class="card-title pt-3">Lidar Scan + Texture</h3>
<h1 class="col-12 pt-5 pb-1">
$10,000
</h1>
<h5 class="text-muted pb-5">per 30 spots / day</h5>
<h6 class="col-12 pb-5">
$150 per additional spot.
</h6>
<hr>
<p class="card-text">
Lidar Scan<br>
Scan Registration<br>
Mesh Generation<br>
+<br>
ReferencePhoto<br>
Registration<br>
Generating Object<br>
Generating Texture
</p>
</div>
</label>
</div>
</div>
</div>
<!--pricing end-->
<!--copyright issues start-->
<div class="text-center text-muted">
<div class="pt-5 text-dark">
$2,000 will be added per day as travel expense.
</div>
<div class="pt-2 text-dark">
Travel expense is subject to variation in the case of overseas on-set data acquisition.<br>
</div>
<div class="pt-5 text-center font-weight-bold text-danger">
<i class="fas fa-2x fa-exclamation-triangle text-danger pb-3"></i><br>
Lidar data can not be used or transfered to third-party company.<br>
75mm Studio Co., Ltd. holds the copyright on Lidar data.<br>
75mm Studio Co., Ltd. does not pay for site permission.
</div>
</div>
<!--copyright issues end-->
</div>
</div>
<!--client information start-->
<div class="text-center">
<h2 class="mt-3 pt-4 pb-3">
Request For Quotation *
</h2>
<div class="pb-5">
Please send us details of project.<br>
We will send you an estimate after reviewing the details.
</div>
</div>
<div class="container w-100">
<div class="row" id="document">
<div class="col-sm-9">
<div class="form-group row">
<div class="col-12 pb-1">
<input class="form-control" type="text" value="" id="author" placeholder="Company name">
</div>
<div class="col-12 pb-1">
<input class="form-control" type="email" value="" id="email" placeholder="Enter your email">
</div>
<div class="col-12 pb-2">
<input class="form-control" type="text" value="" id="project" placeholder="Project Information">
</div>
<div class="col-12 pb-0">
Location Information
</div>
<div class="col-8 pb-1">
<input class="form-control" type="text" value="" id="url" placeholder="Google Map URL">
</div>
<div class="col-4 pb-1">
<input class="form-check-input" type="checkbox" id="domestic" placeholder="domestic">
<lable class="form-check-label" for="domestic">Not Korea</lable>
</div>
<div class="col-12 pb-1">
<textarea class="form-control" rows="5" type="text" value="" id="description" placeholder="Description"></textarea>
</div>
<!--file upload start-->
<!--<div class="col-12 custom-file">
<input type="file" class="custom-file-input" id="validatedCustomFile" required>
<label class="custom-file-label" for="validatedCustomFile">Choose file...</label>
<div class="invalid-feedback">Example invalid custom file feedback</div>
</div>-->
<!--file upload end-->
<div class="col-12 pb-0">
Shooting Date ( StartDate ~ EndDate )
</div>
<div class="col-6 pb-1">
<input class="form-control" type="date" value="YYYY-MM-DD" id="startdate" placeholder="YYYY-MM-DD">
</div>
<div class="col-6 pb-1">
<input class="form-control" type="date" value="YYYY-MM-DD" id="enddate" placeholder="YYYY-MM-DD">
</div>
</div>
<div class="form-group row pl-4">
<div class="col-12">
<input class="form-check-input" type="checkbox" id="privacy">
<label class="form-check-label" for="privacy">
Acquisition of personal information
</label>
</div>
<div class="col-12">
<a class="text-dark" href="https://75mm.studio/terms.html" target="_blank" rel="noopener noreferrer">Terms of Service</a><br>
<a class="text-dark" href="https://75mm.studio/privacy.html" target="_blank" rel="noopener noreferrer">Privacy policy</a>
</div>
</div>
<!--client information end-->
</div>
<!--Bucket(Right)-->
<div class="col-sm-3">
<div>
<button type="button" class="btn btn-dark btn-block" onclick="sendToEmail()"><i class="far fa-envelope"></i> Send to 75mm Studio</button>
</div>
<div class="pt-3 pb-3">
<button type="button" class="btn btn-dark btn-block" onclick="printMode()"><i class="fas fa-print"></i> Print this document</button>
</div>
<div class="pt-3 pb-3">
<button type="button" class="btn btn-dark btn-block" onclick="resetForm()">Reset</button>
</div>
<div class="pt-3 pb-3 comment">
VAT is included
</div>
</div>
</div>
</div>
<div class="p-3 text-center">
<div class="row">
<div class="col-12 text-center" id="copyright">
ⓒ 2019 75mm Studio Co., Ltd. All rights reserved.
</div>
</div>
</div>
</body>
<script src="js/onset-pricing.js"></script>
</html>