-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
84 lines (72 loc) · 3.25 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="header">
<div class="left-header">
<img src="./a821629507501.560d4c2a6b211.png" alt="" width="200" height="50">
</div>
<div class="right-header">
<ul >
<li>My Projects</li>
<li><a href="https://github.com/DoiMayank/CafeMgmt">CafeMgmt App.net Core </li>
<li><a href="https://github.com/DoiMayank/Menu">Food Menu App .net Core</li>
<li><a href="https://github.com/DoiMayank/DisplayAMap-ArcGIS-.NET-SDK">ArcGIS SDK App</li>
</ul>
</div>
</div>
<div class="second">
<div class="left">
This is the website resume of <h1>Mayank Doi</h1>
I am an IT professional with knowledge of GIS and Petroleum.<br>
<br>
<button>Contact</button>
</div>
<div class="right">
<img src="./Untitled.jpeg" alt="">
</div>
</div>
<div class="third">
<h1 class="align">Career Experience</h1>
<div class="exp">
<div class="info">
<img src="./gre.png" alt="" width="100">
<div class="text">I worked as GIS Intern at Genesis Ray Energy.CReated Database for GEnRay EXplorer App.</div>
</div>
<div class="info">
<img src="./ev.jpeg" alt="" width="100">
<div class="text">I started as Trainee and then moved up the ladder to Geomatics Technician and then Sr. Geomatics Technician. Took care of Operations</div>
</div>
<div class="info">
<img src="./la.jpeg" alt="" width="100">
<div class="text">I started here as Software DEveloper (GIS) and worked on .net core Flight MOdule. Also provided support for migration to react</div>
</div>
<div class="info">
<img src="./aero.jpeg" alt="" width="100">
<div class="text">I started here as Integrated Quality and Support Specialist. Worked on 3D modelling , and connected with offshore clients. Also created JIra tickets as per design requirement.</div>
</div>
</div>
</div>
<div class="fourth">
<h1 class="align">Career Objective</h1>
Data has always piqued my interest.
It pointed me in the right direction using it in many fields.With the arrival of new technology , it is being implemented into all aspects of life.
I want to use my understanding of IT and apply in different field to generate better models.
</div>
<div class="fifth">
<div class="flex-container">
If interested do reach out to me on LinkedIN
<a href="https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://in.linkedin.com/in/mayank-doi&ved=2ahUKEwiul-Kh6pGHAxWbz6ACHUlyFFIQFnoECBIQAQ&usg=AOvVaw2yjt8i5UYXGGd3kb4O9EQQ">
<button>LinkedIN</button> </a>
</div>
</div>
<div class="footer">
<h1>copyright @ The Odin Project 2021</h1>
</div>
</body>
</html>