-
Notifications
You must be signed in to change notification settings - Fork 0
/
maplePrecision.html
116 lines (98 loc) · 4.8 KB
/
maplePrecision.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
<!DOCTYPE HTML>
<html>
<head>
<title>Maple Precision</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo">Home</a>
</header>
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li><a href="index.html#targetMain">Home</a></li>
<li><a href= "capitalOne.html">Capital One</a></li>
<li class="active"><a>Maple Precision</a></li>
<li><a href="uwaft.html">GM EcoCar</a></li>
<li><a href="waterloop.html">SpaceX Hyperloop</a></li>
<li><a href="api.html">API</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
<ul class="icons">
<li><a href="https://www.youtube.com/channel/UCUWGmc7j02amnUItrbJW6Bw" class="icon brands fa-youtube" target="_blank"><span class="label">YouTube</span></a></li>
<li><a href="https://github.com/hank-w" class="icon brands fa-github" target="_blank"><span class="label">GitHub</span></a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Post -->
<section class="post">
<header class="major">
<span class="date"></span>
<h1>Maple<br />
Precision</h1>
<p>Software Engineer</p>
</header>
<div class="image main"><img src="images2/map1.png" alt="" /></div>
<p>Maple Precision is a geospatial mapping software startup that is located in the Velocity Garage as part of their accelerator program. I worked at Maple Precision for four months starting January 2020 as a software engineering. I was forunate to get the opportunity to learn and work on a varitey of technologies, from algorithims and databases, to cloud servers and frontend development. The tech stack that I have personally worked with include: Amazon Web Services, WebGL, Potree, Chart.js, React, Entwine, Java, and Python. I've also gained great experinece with software collaboration through using GitLab for source control, trello for agile scrum, and slack for team communication.
</p><p>
If your interested in trying out our software yourselves or reading more about our company, you can click the two buttons below. Working at Maple Precision has truly been an amazing experience thanks to the great team members that are all very passionate about the great work we do together, striving to improve with new, challenging and innovative features.
</p>
<ul class="actions special">
<li><a target="_blank" href = "https://maps.mapleprecision.com/" class="button">3D Mapping Software</a></li>
<li><a target="_blank" href = "https://www.mapleprecision.com/" class="button">Website</a></li>
</ul>
<div class="image main"><img src="images2/globe.png" alt="" /></div>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<section>
<!-- Calendly inline widget begin -->
<div class="calendly-inline-widget" data-url="https://calendly.com/hank-w/30min" style="min-width:320px;height:630px;"></div>
<script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js"></script>
<!-- Calendly inline widget end -->
</section>
<section class="split contact">
<section>
<h3>Email</h3>
<p align = "center"><a href="hank.j.wu@gmail.com"><font size = "3">hank.j.wu@gmail.com</font></a></br></p>
</section>
<section>
<h3>Phone</h3>
<ul class="icons alt">
<p>
<li><a href="" ><span class="label"></span></a></li>
<a href="#">+1 (519) 721-9529</a></p>
</ul>
</section>
<section>
<h3>Social</h3>
<ul class="icons alt">
<li><a href="https://www.youtube.com/channel/UCUWGmc7j02amnUItrbJW6Bw" class="icon brands fa-youtube"><span class="label">YouTube/span></a></li>
<li><a href="https://github.com/hank-w" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
</ul>
</section>
</section>
</footer>
<div id="emptyFooter">
<ul><li>© Untitled</li><li>Space <a href="#"></a></li></ul>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>