-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
304 lines (263 loc) · 14.5 KB
/
Copy pathindex.html
File metadata and controls
304 lines (263 loc) · 14.5 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
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
303
304
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<meta property='og:title' content='Eric Martin - Personal Website'/>
<!-- <meta property='og:image' content='public/img/banner.png'/> -->
<meta property='og:description' content='mechanical engineer | energy modeler | programmer'/>
<meta property='og:url' content='https://ericmartinpe.github.io/'/>
<title>Eric Martin, PE</title>
<!-- Bootstrap core CSS -->
<link href="public/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="public/vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
<!-- favicon -->
<link rel="shortcut icon" href="public/img/cbecc.ico" type="image/x-icon">
<link rel="icon" href="public/img/cbecc.ico" type="image/x-icon">
<!-- Custom styles for this template -->
<link href="public/stylesheets/grayscale.css" rel="stylesheet">
<!-- <link href="public/stylesheets/grayscale.min.css" rel="stylesheet"> -->
<style>
</style>
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">Home</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About Me</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="resume.html">Resume</a>
</li>
<li class="nav-item" id="resume-button-li">
<a id="resume-button" class="js-scroll-trigger" href="blog/blog_home.html">Blog</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header class="masthead">
<div class="container d-flex h-100 align-items-center">
<div class="mx-auto text-center">
<br><br><br><br><br>
<h1 class="mx-auto my-0 text-uppercase">Eric Martin, PE</h1>
<h2 class="text-white-50 mx-auto mt-2 mb-5">mechanical engineer | energy modeler | programmer </h2>
<a id="moreButton" href="#about" class="btn btn-primary js-scroll-trigger">About Me</a>
<a id="moreButton" href="#skills" class="btn btn-primary js-scroll-trigger">Skills</a>
<a id="moreButton" href="#contact" class="btn btn-primary js-scroll-trigger">Contact</a>
</div>
</div>
</header>
<!-- About Section -->
<section class="about-section text-center">
<div id = "about" class="container">
<br><br>
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-white mb-4">Enhancing the built environment. </h2>
<p class="text-white-50"> Leading practitioner of building science, creating large-scale environmental impacts in the global movement towards clean energy and sustainable design. <br /> <br />
Unique combination of experience in mechanical engineering, energy modeling, and software development, with the ability to leverage programming and data science to facilitate analysis and task automation. <br /> <br />
Comprehensive environmental consulant, with expertise in high-performance building design, green building certifications, energy codes and standards, and alternative energy systems. <br /> <br />
<br><br><br><br><br><br>
</p>
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section class="projects-section bg-light">
<div id = "skills" class="container">
<div class="container">
<h2 class="text-black mb-4 text-center">Skills</h2>
</div>
<div class="bg-black"> <!-- this div hides the weird white spaces between some projects in mobile -->
<!-- Energy Modeling-->
<div class="row justify-content-center no-gutters mb-5 mb-lg-0">
<div class="col-lg-6 bg-black">
<img style="width:100%; height:100%; object-fit:fill;" src="public/img/energy_model.jpg" alt="Energy Model">
</div>
<div class="col-lg-6">
<div class="bg-black text-center h-100 project">
<div class="d-flex h-100">
<div class="project-text w-100 my-auto text-center text-lg-left">
<h4 class="text-white">Energy Modeling</h4>
<p class="mb-0 text-white-50">Comprehensive building energy modeling, from preliminary design optimization to detailed performance modeling and code compliance. Specializing in large-scale, parametric energy modeling, to facilitate micro- and macro-scale analyses. Expertise in the EnergyPlus simulation engine, open-source software, and scripting.</p>
<p class="mb-0 text-white-50" style="font-size:12px;"> <br>image: <span> <a href="https://www.kw-engineering.com/best-practices-successful-building-energy-modeling-energyplus/">kW engineering</a></span>
</div>
</div>
</div>
</div>
</div>
<!-- Sustainable Design -->
<div class="row justify-content-center no-gutters">
<div class="col-lg-6 bg-black">
<img style="width:100%; height:100%; object-fit:fill;" src="public/img/sonoma.jpg" alt="sustainable-design">
</div>
<div class="col-lg-6 order-lg-first">
<div class="bg-black text-center h-100 project">
<div class="d-flex h-100">
<div class="project-text w-100 my-auto text-center text-lg-left">
<h4 class="text-white">Sustainable Design</h4>
<p class="mb-0 text-left text-white-50">Sustainable design consulting, with extensive knowledge and experience in LEED, Living Building Challenge, Passivhaus, earthships, biophilic designs, plant system integration, alternative energy systems, and cutting edge building technologies.</p>
<p class="mb-0 text-white-50" style="font-size:12px;"> <br>image: <span> <a href="https://www.xlconstruction.com/wp-content/uploads/180310-21-1-929x550.jpg">XL Construction</a></span>
</div>
</div>
</div>
</div>
</div>
<!-- LEED Certification-->
<div class="row justify-content-center no-gutters mb-5 mb-lg-0">
<div class="col-lg-6 bg-black">
<img style="width:100%; height:100%; object-fit:fill;" src="public/img/leed.jpg" alt="LEED">
</div>
<div class="col-lg-6">
<div class="bg-black text-center h-100 project">
<div class="d-flex h-100">
<div class="project-text w-100 my-auto text-center text-lg-left">
<h4 class="text-white">LEED Certification</h4>
<p class="mb-0 text-white-50">Leadership in Energy and Environmental Design (LEED) green building certification project management and credit support. Specializing in energy modeling with compliance to ASHRAE 90.1 Appendix G Performance Rating Method. LEED Accredited Professional (Building Design + Construction).</p>
<p class="mb-0 text-white-50" style="font-size:12px;"> <br>image: <span> <a href="https://southern-energy.com/wp-content/uploads/NovelSouthCapitol-LEED-Cover-1024x551.jpg">Southern Energy</a></span>
</div>
</div>
</div>
</div>
</div>
<!-- Code Compliance -->
<div class="row justify-content-center no-gutters">
<div class="col-lg-6 bg-black">
<img style="width:100%; height:100%; object-fit:fill; border-style: solid; border-color: rgba(13, 103, 137, 0.9);" src="public/img/energy-codes.jpg" alt="code-compliance">
</div>
<div class="col-lg-6 order-lg-first">
<div class="bg-black text-center h-100 project">
<div class="d-flex h-100">
<div class="project-text w-100 my-auto text-center text-lg-left">
<h4 class="text-white">Code Compliance</h4>
<p class="mb-0 text-left text-white-50">Expertise in state and federal building codes, appliance standards, and product ratings. Specializing in performance-based compliance with the California Building Energy Code Compliance (CBECC) software platforms (Residential and Non-Residential), ASHRAE Standards, and the International Energy Conservation Code (IECC).</p>
<p class="mb-0 text-white-50" style="font-size:12px;"> <br>image: <span> <a href="https://www.builderonline.com/building/code/the-future-of-energy-codes_o">Builder Online</a></span>
</div>
</div>
</div>
</div>
</div>
<!-- Data Analytics -->
<div class="row justify-content-center no-gutters mb-5 mb-lg-0">
<div class="col-lg-6 bg-black">
<img style="width:100%; height:100%; object-fit:fill;" src="public/img/data.jpg" alt="data">
</div>
<div class="col-lg-6">
<div class="bg-black text-center h-100 project">
<div class="d-flex h-100">
<div class="project-text w-100 my-auto text-center text-lg-left">
<h4 class="text-white">Data Analytics</h4>
<p class="mb-0 text-white-50">Leveraging data science and statistical models to derive meaning, reveal trends, and draw conclusions through parsing raw data. Utilizing Excel VBA and Python data analysis libraries to manipulate and visualize complex datasets.</p>
<p class="mb-0 text-white-50" style="font-size:12px;"> <br>image: <span> <a href="https://flextrade.com/wp-content/uploads/2019/09/Fotolia_257957753_Subscription_Monthly_M.jpg">Flextrade</a></span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="contact-section bg-black">
<div class="container">
<div class="row">
<div class="col-md-10 col-lg-8 mx-auto text-center">
<i class="far fa-paper-plane fa-2x mb-2 text-white"></i>
<h2 class="text-white mb-5">Let's connect</h2>
<br><br>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-4 mb-3 mb-md-0">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-envelope text-primary mb-2"></i>
<h4 class="text-uppercase m-0">Email</h4>
<hr class="my-4">
<div class="small text-black-50">
<a href="mailto:eric@ericmartinpe.com">eric@ericmartinpe.com</a>
</div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-user-friends text-primary mb-2"></i>
<h4 class="text-uppercase m-0">Socials</h4>
<hr class="my-4">
<div class="social">
<a href="https://www.linkedin.com/in/eric-martin-9b949a2b/" class="mx-2">
<i class="fab fa-linkedin iconbig"></i>
</a>
<a href="https://github.com/ericmartinpe" class="mx-2">
<i class="fab fa-github iconbig"></i>
</a>
<a href="https://unmethours.com/users/3926/ericmartinpe/" class="mx-2">
<i class="fab fa-uniregistry iconbig"></i>
</a>
<a href="https://www.youtube.com/channel/UCC5PPuSI2QT6HqARWIL_JIg" class="mx-2">
<i class="fab fa-youtube iconbig"></i>
</a>
</div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-mobile-alt text-primary mb-2"></i>
<h4 class="text-uppercase m-0">Phone</h4>
<hr class="my-4">
<div class="small text-black-50">
+1 (617) 245-8688
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-black small text-center text-white-50">
<div class="container">
© 2024 Eric Martin<br>
</div>
<p style="text-align:center;">image: <a href="https://www.reddit.com/r/interestingasfuck/comments/2zn9uh/greenlands_elephant_foot_glacier/">mike_pants</a></p>
<p style="text-align:center;">source code: <a href="https://github.com/ericmartinpe/ericmartinpe.github.io">ericmartinpe.github.io</a></p>
</footer>
</div>
<!-- Bootstrap core JavaScript -->
<script src="public/vendor/jquery/jquery.min.js"></script>
<script src="public/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="public/vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<!-- <script src="public/js/grayscale.min.js"></script> -->
<script src="public/js/grayscale.js"></script>
<script>
$("#resume-button").css('visibility','visible')
</script>
</body>
</html>