-
Notifications
You must be signed in to change notification settings - Fork 0
/
survey.html
302 lines (206 loc) · 9.08 KB
/
survey.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
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SATLAB</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<section class="sub-header">
<nav>
<a href="index.html"><img src="images/NSTC logo.png"></a>
<div class="nav-links" id="navLinks">
<i class="fa fa-times" onclick="hideMenu()"></i>
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="ruide.html">RUIDE</a></li>
<li><a href="satlab.html">SATLAB</a></li>
<li><a href="survey.html">SURVEY & SERVICES</a></li>
<li><a href="contact.html">CONTACT</a></li>
</ul>
</div>
<i class="fa fa-bars" onclick="showMenu()"></i>
</nav>
<h1>OUR SURVEY AND SERVICES</h1>
</section>
<!---------------Survey Content------------------->
<section class="survey-content">
<div class="row">
<div class="survey-left">
<img src="images/add.jpeg" alt="">
<h2>OUR SURVEY AND SERVICES</h2>
<p><b>NS Technology and Consultant is authorized to calibrate and repair all kinds of Surveying Instrument. We also have Authorization to provide servicing for RUIDE and SATLAB surveying Instrument in INDIA. We Repair, Calibrate and Provide After-Sale Service to all Civil Surveying Instruments for which we give Original Certificate of Authentication to Our Customers.
Our Service Centre have state-of-the-art facilities that are fully equipped with modern technology and latest test equipment which is required for any Civil Instrument of the industry.
Our Service Centre are built as per Equipment Manufacturer guidelines and equipped with all the Original Tools required to build an Instrument. We have modern tools and fixtures to Repair and Calibrate Manual and Robotic (Motorised or Motor Driven) Total Station, DGPS/RTK, Electronic Theodolites, Digital Theodolites, Auto Level and other Surveying Equipment in India.
We know the value of money of our clients. So we provide Post-Repair Training of their Instrument to satisfy our clients.
NSTC have technically qualified ProfessionalTeam of Engineers with Years of Experience in this field to provide prompt and efficient “Pre and Post Sales Service and Support” to Our Customers.
</b> </p>
</div>
<div class="survey-right">
<h3>Project Status </h3>
<div>
<span><i><b>Projects which we have successfully Done </b></i></span>
<span>613</span>
</div>
<div>
<span></span>
<span></span>
</div>
<div>
<span><i><b>On going Projects</b></i></span>
<span>21</span>
</div>
</section>
<section class="facilities">
<h1>Our Services</h1>
<p>Better Performance on GPS RTK with External Antenna in the Forests</p>
<div class="row">
<div class="facilities-col">
<img src="images/sb.png" >
<h3> DGPS and Total Station Survey </h3>
<p>• Topographic Mapping and Surface Modeling
• DGPS control stations/GCP
• PPK and RTK survey
• Sections and Profile survey
• Digital Mapping
• As Built Survey
• Layout and Demarcation
• Level Survey/ BM Transfer
• Computerized drawings
• Area surveys and Contouring
• Any type of Engineering Survey
</p>
</div>
<div class="facilities-col">
<img src="images/sbb.png" >
<h3>Drone Survey</h3>
<p>• Engineering grade Aerial Survey
• Stereo Photogrammetry
• High Resolution Aerial Imagery
• Aerial Triangulation
• Digital Terrain Modeling
• 3D Topographic Mapping
• High Resolution Ortho photo mosaic
• Nadir (Straight-down) & Oblique Aerial Imagery
</p>
</div>
<div class="facilities-col">
<img src="images/sbbb.png" >
<h3>Hydrography Survey</h3>
<p>Lake and reservoir surveys
Environmental surveys
River and Ship Channel surveys
Dredging survey Pre and Post Dredge
Volume Calculations
Sedimentation
Erosion sites
Monitoring
</p>
</div>
<div class="facilities-col">
<img src="images/sc.png" >
<h3>Lidar Survey</h3>
<p>The application of LiDAR is in various fields including
• Highways and Roads – Design, Construction, Maintenance and Asset management
• Railways – Design, Construction, Maintenance and Asset management
• Public Health Engineering – Water Supply / Sewerage design and construction
• Industrial and Infrastructure Projects
• Irrigation Projects
• Smart Cities – Design, planning and construction
• Other civil Engineering projects
</p>
</div>
<div class="facilities-col">
<img src="images/scc.png" >
<h3>NSV Survey</h3>
<p>• Pavement Type
• Pavement Width
• Terrain
• Land Use
• Shoulder Type and Width
• Drain Type and Width
• Wayside Amenities
• Crash Barrier
• Signages
</p>
</div>
<div class="facilities-col">
<img src="images/sccc.png" >
<h3>Remote Sensing and GIS</h3>
<p>Land planning and management
Highway mapping
Event mapping – accidents, crime, fire etc.
Census mapping
Statical mapping
Environment impact studies and assessments
Transportation mapping and management
Urban planning and mapping
</p>
</div>
</div>
</section>
<section class="services">
<h1>Sector & Projects</h1>
<p>Employee benefits include non-wage compensation in addition to regular salary.</p>
<div class="row">
<div class="ruid-col">
<img src="images/rl.jpg" >
<div class="layer">
<h3> Railways </h3>
</div>
</div>
<div class="ruid-col">
<img src="images/hig.jpg" >
<div class="layer">
<h3>Highways</h3>
</div>
</div>
<div class="ruid-col">
<img src="images/air.jpg" >
<div class="layer">
<h3>Airports</h3>
</div>
</div>
<div class="ruid-col">
<img src="images/pub.jpg" >
<div class="layer">
<h3>Public Health and Water Supply</h3>
</div>
</div>
<div class="ruid-col">
<img src="images/tow.jpg" >
<div class="layer">
<h3>Towships Industrial and Infrastructure</h3>
</div>
</div>
</div>
</section>
<!-----------Footer-------------->
<section class="footer">
<h4>About Us</h4>
<p>We NS Technology & Consultants also known as "NSTC" established in the year 2012 .
We deals in sales of various civil and Surveying instruments & accessories, Soil testing
lab equipment and Various other Engineering products.</p>
<div class="icons">
<i class="fa fa-facebook"></i>
<i class="fa fa-twitter"></i>
<i class="fa fa-instagram"></i>
<i class="fa fa-linkedin"></i>
</div>
<p>Scroll up<i class="fa fa-heart-o"></i> for details</p>
</section>
<!-----------JavaScript for Toggle Menu------------------>
<script>
var navLinks = document.getElementById("navLinks");
function showMenu(){
navLinks.style.right = "0";
}
function hideMenu(){
navLinks.style.right = "-200px";
}
</script>
</body>
</html>