-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio-aldras.html
286 lines (285 loc) · 10.4 KB
/
portfolio-aldras.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
<!doctype html>
<html>
<head>
<title>Noah - Aldras</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<meta
name="description"
content="Noah's Work Experience @ Aldras | Founder and Software Engineer | Inspiration • Application • Business"
/>
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="icon" href="./images/icons/favicon_50_w.webp" />
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<div id="headers"></div>
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/3.2.1/css/font-awesome.min.css"
media="all"
rel="stylesheet"
type="text/css"
lazyload
/>
<!-- Main -->
<div id="main">
<div class="inner subpage">
<img
srcset="./images/portfolio/aldras/logo_200_w.webp 200w"
sizes="7vw"
loading="lazy"
decoding="async"
src="./images/portfolio/aldras/logo.png"
alt="Aldras Logo"
style="
width: 7%;
min-width: 100px;
display: block;
margin: auto;
margin-top: 2em;
margin-bottom: 20px;
"
/>
<h2 class="align-center subpage" style="margin-top: 0">
Aldras Automation
</h2>
<h5 class="align-center subpage" style="margin-bottom: 1em">
Founder and Software Engineer, <i>2019 - 2021</i>
</h5>
<div
style="
padding: 56.25% 0 0 0;
position: relative;
max-width: 40em;
margin: auto;
min-height: 40vh;
"
>
<iframe
src="https://player.vimeo.com/video/453110523?title=0&byline=0&portrait=0"
style="
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
max-height: 70vh;
"
frameborder="0"
allow="autoplay; fullscreen"
></iframe>
</div>
<script src="https://player.vimeo.com/api/player.js"></script>
<div class="row" style="align-items: flex-end">
<div class="half_text_column">
<img
srcset="./images/portfolio/aldras/inspiration_200_w.webp 200w"
sizes="(max-width: 980px) 14vw, 7vw"
loading="lazy"
decoding="async"
src="./images/portfolio/aldras/inspiration.png"
alt="Aldras Inspiration"
style="
width: 15%;
display: block;
margin: auto;
position: relative;
top: initial;
transform: none;
"
/>
<br />
<h3>The Inspiration</h3>
<p>
Working in my engineering and sales internships and co-ops, I
saw firsthand how much mindless repetitive tasks were part of
everyday routines. Naturally, these processes are very important
but I was inspired to use my technical background to automate as
much as I could. <br /><br />
I started with specialized scripts coded for specific tasks like
standard work documentation or data processing. As I saw more
demand from coworkers and friends, I began to consider how to
make this kind of automation available everywhere.
</p>
</div>
<div class="half_image_column">
<a href="https://aldras.netlify.com/about" target="_blank">
<img
srcset="
./images/portfolio/aldras/programming_400_w.webp 400w,
./images/portfolio/aldras/programming_1000_w.webp 800w
"
sizes="(max-width: 980px) 100vw, 55vw"
loading="lazy"
decoding="async"
src="./images/portfolio/aldras/programming.png"
alt="Aldras Programming"
/>
</a>
</div>
</div>
<br />
<hr class="mobile_only" />
<br />
<div class="row reverse_on_desktop" style="align-items: flex-end">
<div class="half_text_column">
<img
srcset="
./images/portfolio/aldras/application_icon_200_w.webp 200w
"
sizes="(max-width: 980px) 14vw, 7vw"
loading="lazy"
decoding="async"
src="./images/portfolio/aldras/application_icon.png"
alt="Aldras App Icon"
style="
width: 15%;
display: block;
margin: auto;
position: relative;
top: initial;
transform: none;
"
/>
<br />
<h3>The Application</h3>
<p>
Since my main goal was to democratize software automation, I
knew a graphical user interface was nonnegotiable. A significant
barrier to entry to others using my approach of specialized
scripts is the knowledge and experience with coding that I
possessed. <br /><br />
I worked on the logic and distribution mechanisms for months,
resulting in a powerful full-stack application that can work on
any Windows computer and can even record workflow actions for
later execution.
</p>
</div>
<div class="half_image_column" style="display: flex">
<div style="width: 90%; margin: auto">
<a href="https://aldras.netlify.com/features" target="_blank">
<img
srcset="
./images/portfolio/aldras/application_400_w.webp 400w,
./images/portfolio/aldras/application_1000_w.webp 800w
"
sizes="(max-width: 980px) 100vw, 55vw"
loading="lazy"
decoding="async"
src="./images/portfolio/aldras/application.PNG"
alt="Aldras Application"
/>
</a>
</div>
</div>
</div>
<br />
<hr class="mobile_only" />
<br />
<div class="row" style="align-items: flex-end">
<div class="half_text_column">
<img
srcset="./images/portfolio/aldras/business_200_w.webp 200w"
sizes="(max-width: 980px) 14vw, 7vw"
loading="lazy"
decoding="async"
src="./images/portfolio/aldras/business.png"
alt="Aldras Business"
style="
width: 15%;
display: block;
margin: auto;
position: relative;
top: initial;
transform: none;
"
/>
<br />
<h3>The Business</h3>
<p>
I also worked on the business side, creating the business
entity, establishing our financial systems, creating the legal
documents, and determining the short term and long term
strategies. <br /><br />
I created the business website, integrated payment processing,
and designed the education and customer service backend systems.
Finally, I directed to formation of our marketing campaigns
including our defining introductory video above.
</p>
</div>
<div class="half_image_column">
<a href="https://aldras.netlify.com/pricing" target="_blank">
<img
srcset="
./images/portfolio/aldras/website_400_w.webp 400w,
./images/portfolio/aldras/website_1000_w.webp 800w
"
sizes="(max-width: 980px) 100vw, 55vw"
loading="lazy"
decoding="async"
src="./images/portfolio/aldras/website.png"
alt="Aldras Website"
/>
</a>
</div>
</div>
<hr class="mobile_only" />
<br />
</div>
<a href="https://sites.northwestern.edu/asme/" target="_blank">
<h5 class="align-center">Learn more about Aldras on the website</h5>
</a>
<br />
<section class="tiles" style="margin: 0">
<article
class="aldras_contact"
id="solo_contact"
style="margin: auto; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12)"
>
<span class="image full_opacity">
<img src="images/contact/contact_aldras_background.png" alt="" />
</span>
<a
href="https://aldras.netlify.com/"
target="_blank"
style="opacity: 1"
>
<div class="content">
<h2>Aldras Automation</h2>
</div>
</a>
</article>
</section>
<div class="row">
<a href="#top" style="margin-left: 90vw">
<img
srcset="
./images/icons/icon_scroll_up_25_w.webp 25w,
./images/icons/icon_scroll_up_50_w.webp 1000w
"
sizes="1.5em"
loading="lazy"
decoding="async"
src="./images/icons/icon_scroll_up.png"
class="scroll_icon"
alt="Scroll Up"
style="position: inherit"
/>
</a>
</div>
</div>
<!-- Footer -->
<footer id="footer"></footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.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>