-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
33 lines (28 loc) · 1.94 KB
/
about.html
File metadata and controls
33 lines (28 loc) · 1.94 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="about.css">
<title>Niruta Neupane</title>
</head>
<body>
<div class="header-section">
<h1>Designer</h1>
</div>
<div class="designer">
<div class="image-container">
<img src="Niruta.JPG" alt="Image">
</div>
<div class="about-box">
<h3>About Me</h3>
<p>I am Niruta Neupane, a dedicated 4th year undergraduate student pursuing a Bachelor’s degree in Geomatics Engineering at Kathmandu University. Through this project, I have gained valuable insights into traverse computation and honed my skills in HTML, CSS, and JavaScript. This experience has deepened my understanding of geospatial data processing and sparked a strong desire to explore more innovative solutions in the field. I am enthusiastic about applying what I’ve learned to future projects and continuing to grow as a geomatics professional.</p>
</div>
<div class="about-box">
<h3>About the computation form</h3>
<p>This Traverse Computation Form is an interactive tool designed to assist surveyors and geomatics engineers in computing traverse adjustments and related data. The form includes default values for initial coordinates, observed angles, and station lengths, which can be easily edited by the user. After entering the number of stations and the known bearing, the form dynamically generates input fields for each station. Upon submission, it calculates bearing corrections, coordinate changes (ΔE, ΔN), height differences (Δh), and provides the closing error and linear accuracy, offering a user-friendly way to perform accurate traverse computations.</p>
</div>
</div>
</body>
</html>