-
Notifications
You must be signed in to change notification settings - Fork 0
/
work.html
335 lines (321 loc) · 18.7 KB
/
work.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
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="PT Elliott is an artist, engineer, and developer in Raleigh, NC.">
<meta name="author" content="PT Elliott">
<meta name="Copyright" content="Copyright PT Elliott 2021">
<title>Portfolio</title>
<link rel="icon" href="images/green/myLogoP-20.png">
<!-- Bootstrap -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<!-- Style -->
<link href="css/cover.css" rel="stylesheet">
<!--- JavaScript-->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<script src="https://code.jquery.com/jquery-latest.js"></script>
<script src="js/functions.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/2.0.2/anime.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KJCMTKE3TT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-KJCMTKE3TT');
</script>
</head>
<body class="body-work">
<div class="container">
<header class="container-fluid masthead cover" style="padding:0">
<div class="inner">
<h3 class="masthead-brand align ml3"> PT Elliott</h3>
<nav class="nav nav-masthead justify-content-center">
<a class="nav-link" href="index.html">Home</a>
<a class="nav-link active" href="#">Work</a>
<a class="nav-link" href="play.html">Play</a>
<a class="nav-link" href="resume.html">About</a>
<a class="nav-link" href="contact.html">Contact</a>
</nav>
</div>
</header>
<div class="container">
<section class="row top-buffer-4 bottom-buffer-4">
<div class="col-sm-8 mr-auto">
<h3>Far worse it would be to under-engineer than to over-engineer.</h3>
<p>Check out what I've made, and how I've done it. Much of my work is oriented at solving a problem, and I strongly believe in the power of imagination.</p>
</div>
<div class="col-sm-4" style="text-align:center">
</div>
</section>
<section class="row top-buffer-2">
<div class="col-md-1"></div>
<div class="col-md-10">
<div class="card text-black bg-light mb-3">
<div class="card-body" style="text-align:center">
<p1 class="card-text">
During my professional career, all that I do is inspired by my creativity. When the opportunity arises and I have the autonomy to do things my way,
I break all the molds... to improve the product, make more efficient processes, and solve problems before they arise.<br><br>
My engineering work has taken me from manufacturing, to mechanical, to software; and design really does influence all that I do.
</p1>
</div>
</div>
</div>
<div class="col-md-1"></div>
</section>
<section class="row container-fluid">
<div class="py-5">
<div class="container">
<div class="row hidden-md-up">
<div class="col-md-4 flex-fill">
<div class="card text-black bg-light mb-3" style="max-width: 18rem;">
<div class="card-body">
<h4 class="card-title">Sentinel Re-Design</h4>
<p1 class="card-text">Given the task to completely redesign and rework our web-based product for internal and external users.</p1><br><br>
<button type="button" class="btn btn-card" data-toggle="modal" data-target="#modalOne">
I made this
</button>
<!-- Modal One -->
<div class="modal" id="modalOne">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h3 class="modal-title" style="color:#084E55;text-shadow:none;">Sentinel Re-Design</h3>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<div class="container-fluid">
<div class="row">
<div class="col-md-4">
<h4><img src="/images/icons/color/icon - trendsSquare.svg" alt="⌛" title="⌛"> Background</p4><br><br>
<p1>
CMS decided they needed to upgrade the looks of our product, as well as make it more user-accessible.
The priorities were to be mobile-friendly and scalable for future expansion.
</p1>
</div>
<div class="col-md-4">
<h4><img src="/images/icons/color/icon - trophy.svg" alt="🥅" title="🥅"> Goal</p4><br><br>
<p1>
Creating a user-friendly and accessible way to view analytics data for building management and mechanical services.
</p1>
</div>
<div class="col-md-4">
<h4><img src="/images/icons/color/icon - target.svg" alt="🔭" title="🔭"> Scope</p4><br><br>
<p1>
While used internally for interdepartmental collaboration, the focus use-cases needed to be the customers and the data analysts.
</p1>
</div>
<div class="row">
<div class="col-md-4"><br><br>
<h4><img src="" alt="🎥" title="🎥"> Highlight Reel</h4>
<p1>
Overall preview here, but feel free to check out the rest of the content published with Adobe XD.
</p1> <br><br>
<button type="button" class="btn btn-card">
<a target="_blank" rel="noopener noreferrer" href="https://xd.adobe.com/view/32e6b96e-74d5-4572-aadb-628ccf803cde-67b5/grid/">Case Study</a>
</button> <br><br><br>
</div>
<div class="col-md-6">
<!-- Carousel User Stories -->
<div id="carouselA1" class="carousel slide" data-ride="carousel" data-interval="false">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="content/Sentinel/project-cover.png" alt="Cover">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="content/Sentinel/Preview - Production – 15.png" alt="Production">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="content/Sentinel/Preview - Production – 10.png" alt="Production">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="content/Sentinel/Preview - Service – 1.png" alt="Service">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="content/Sentinel/Preview - Production – 13.png" alt="Service">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="content/Sentinel/Mobile - Production – 5.png" alt="Mobile-Production">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="content/Sentinel/Mobile - Production – 7.png" alt="Mobile-Production">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="content/Sentinel/Mobile - Production – 18.png" alt="Mobile-Service">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="content/Sentinel/Mobile - Production – 19.png" alt="Mobile-Service">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="content/Sentinel/Mobile - Production – 20.png" alt="Mobile-Service">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="content/Sentinel/stories-1.png" alt="Stories-Customer">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="content/Sentinel/stories-8.png" alt="Stories-Analyst">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="content/Sentinel/old-1 – 1.png" alt="Old-Product">
</div>
</div>
<a class="carousel-control-prev" href="#carouselA1" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselA1" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4 flex-fill">
<div class="card text-black bg-light mb-3" style="max-width: 18rem;">
<div class="card-body">
<h4 class="card-title">Building Graphics</h4>
<p1 class="card-text">When designing a front-end, I took the opportunity to build custom 3D modeled buildings for an entire campus.</p1><br><br>
<button type="button" class="btn btn-card" data-toggle="modal" data-target="#modalWPU">
I made this
</button>
<!-- Modal WPU -->
<div class="modal" id="modalWPU">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<!-- Modal Header -->
<div class="modal-header">
<h4 class="modal-title">3D Building Graphics</h4>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<!-- Modal body -->
<div class="modal-body">
<p1 class="card-text">
Using satellite images and photos taken onsite, I created 3D replicas of buildings at customer sites to be used in the front-end graphics.
</p1><br><br>
<!-- Carousel User Stories -->
<div id="carouselWPU" class="carousel slide" data-ride="carousel" data-interval="false">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="content/CMS/WPU/campus-3d.png" alt="Cover slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="content/CMS/WPU/davidson-3d-1_orig.png" alt="WPU-1">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="content/CMS/WPU/finch-3d-1_orig.png" alt="WPU-2">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="content/CMS/WPU/finly-3d-5_orig.png" alt="WPU-3">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="content/CMS/WPU/flowe-3d-8_orig.png" alt="WPU-4">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="content/CMS/WPU/ross-3d-1_orig.png" alt="WPU-5">
</div>
</div>
<a class="carousel-control-prev" href="#carouselWPU" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselWPU" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<!-- Modal close -->
<div class="modal-footer">
<button type="button" class="btn btn-card" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4 flex-fill">
<div class="card text-black bg-light mb-3" style="max-width: 18rem;">
<div class="card-body">
<h4 class="card-title">HVAC Dashboards</h4>
<p1 class="card-text">Designed and built many different types of dashboards for Building Automation systems.</p1><br><br>
<button type="button" class="btn btn-card" data-toggle="modal" data-target="#modalDash">
I made this
</button>
<!-- Modal Dash -->
<div class="modal" id="modalDash">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<!-- Modal Header -->
<div class="modal-header">
<h4 class="modal-title">HVAC Dashboards for Building Automation Systems</h4>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<!-- Modal body -->
<div class="modal-body">
<p1 class="card-text">
Designed and configured customer-facing front ends with native graphics in Niagara N4, and DGlux.
</p1><br><br>
<!-- Carousel User Stories -->
<div id="carouselDash" class="carousel slide" data-ride="carousel" data-interval="false">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="content/CMS/Dash/2019-05-15-08-39-36-distech-controls-ec-net-4-pro_orig.png" alt="Cover slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="content/CMS/Dash/2019-06-08-13-57-53-greenshot_orig.png" alt="WPU-1">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="content/CMS/Dash/2019-06-08-14-24-29-greenshot_orig.png" alt="WPU-2">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="content/CMS/Dash/tablet-home_orig.png" alt="WPU-3">
</div>
</div>
<a class="carousel-control-prev" href="#carouselDash" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselDash" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<!-- Modal close -->
<div class="modal-footer">
<button type="button" class="btn btn-card" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<footer class="row mastfoot mt-auto">
<div class="inner">
<p>Designed and built by <a target="_blank" rel="noopener noreferrer" style="text-decoration:underline;" href="https://github.com/NarcolepticEngineer">PT Elliott</a> © 2024</p>
</div>
</footer>
</div>
</body>
</html>