-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·290 lines (275 loc) · 11.5 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>blackcatdev.io</title>
<meta property="og:type" content="website">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link rel="stylesheet" href="css/styles.css?v=1.5" type="text/css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="icon" type="image/png" href="/assets/icons/swirl-logo.png">
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&family=Sen&family=Space+Grotesk:wght@300;400;700&display=swap"
rel="stylesheet" />
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<script src="https://cdn.jsdelivr.net/gh/LieutenantPeacock/SmoothScroll@1.2.0/src/smoothscroll.min.js"
integrity="sha384-UdJHYJK9eDBy7vML0TvJGlCpvrJhCuOPGTc7tHbA+jHEgCgjWpPbmMvmd/2bzdXU"
crossorigin="anonymous"></script>
<script defer src="https://umami.blackcatdev.io/script.js"
data-website-id="57056b63-a67f-4526-9d7b-9494e8a5f2b9"></script>
<style>
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
</style>
</head>
<body>
<!-- Hero Section -->
<header id="home-header">
<!-- Desktop Nav -->
<nav class="desktop-only">
<div class="nav-wrap">
<div class="link-column">
<a href="#hero-section">
<img src="/assets/icons/swirl-logo.png" alt="swirl logo">
blackcatdev.io
</a>
<div class="social-icons">
<a href="https://www.linkedin.com/in/loren-aguey-51827947/" target="_blank"><img
src="assets/images/linkedin-black-on-white.png" alt="LinkedIn Logo"></a>
<a href="https://github.com/BlackCatDev-IO" target="_blank"><img
src="assets/images/github-black-on-white.png" alt="Github Logo"></a>
<a href="https://medium.com/@loren.aguey" target="_blank"><img src="assets/images/medium-black-on-white.png"
alt="Medium Logo"></a>
</div>
</div>
<ul class="nav-menu fade-underline">
<li><a href="#projects" class="nav-link ">Projects</a></li>
<li><a href="#about" class="nav-link ">About</a></li>
<li><a href="https://blog.blackcatdev.io" class="nav-link ">Blog</a></li>
<li><a href="#contact" class="nav-link ">Contact</a></li>
</ul>
</div>
</nav>
<!-- Mobile Nav Menu -->
<nav class="mobile-only" role="navigation">
<div id="mobile-nav">
<div class="link-column">
<a href="#hero-section">
<img src="/assets/icons/swirl-logo.png" alt="swirl logo">
blackcatdev.io
</a>
<div class="social-icons">
<a href="https://www.linkedin.com/in/loren-aguey-51827947/" target="_blank"><img
src="assets/images/linkedin-black-on-white.png" alt="LinkedIn Logo"></a>
<a href="https://github.com/BlackCatDev-IO" target="_blank"><img
src="assets/images/github-black-on-white.png" alt="Github Logo"></a>
<a href="https://medium.com/@loren.aguey" target="_blank"><img src="assets/images/medium-black-on-white.png"
alt="Medium Logo"></a>
</div>
</div>
<div id="menu-toggle">
<input type="checkbox" id="menu-button">
<label for="menu-button">
<div id="hamburger">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</label>
<ul id="mobile-menu">
<li><a href="#projects" class="nav-link close-menu">Projects</a></li>
<li><a href="#about" class="nav-link close-menu">About</a></li>
<li><a href="https://blog.blackcatdev.io" class="nav-link ">Blog</a></li>
<li><a href="#contact" class="nav-link close-menu">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- Main Site Header -->
<h1 id="header-text">
<span>b</span>
<span>l</span>
<span>a</span>
<span>c</span>
<span>k</span>
<span>c</span>
<span>a</span>
<span>t</span>
<span>d</span>
<span>e</span>
<span>v</span>
<span>.</span>
<span>i</span>
<span>o</span>
</h1>
<h2 id="sub-heading">Mobile App and Web Development</h2>
<a id="scroll-cta" href="#projects" aria-label="Scroll to projects section"><span class="desktop-only"></span></a>
</header>
<main>
<section id="projects" data-aos="fade-up">
<div class="section-title">
<h2>Personal Projects</h2>
<span></span>
</div>
<div class="project-container">
<img src="https://ik.imagekit.io/xxwk2reat/blackcatdev.io/landing-image.png?updatedAt=1723951789931"
alt="Promo banner image for Epic Skies weather app">
<div class="epic-skies">
<div class="epic-skies-title-row">
<div class="epic-skies-title">
<span>Epic</span> <span>Skies</span>
</div>
<img src="assets/icons/epic-skies-logo.png" alt="Logo for Epic Skies mobile app">
</div>
<p>Designed and built from the ground up</p>
<div class="app-store-button-row">
<a href="https://apps.apple.com/us/app/epic-skies/id1582309252" target="_blank">
<img src="https://ik.imagekit.io/xxwk2reat/general/appstore-download.webp" alt="app store download logo">
</a>
<a href="https://play.google.com/store/apps/details?id=com.blackcatdev.epic_skies" target="_blank">
<img src="https://ik.imagekit.io/xxwk2reat/general/google-play-download.webp"
alt="Google play store download logo">
</a>
</div>
</div>
</div>
<div class="section-title">
<h2>Client Projects</h2>
<span></span>
</div>
<div class="project-with-description">
<div class="project-card half-card">
<p>Talk Python Training</p>
<img src="assets/images/talk_python_logo.png" alt="">
<div class="app-store-button-row">
<a href="https://apps.apple.com/no/app/talk-python-training/id1460583670" target="_blank">
<img src="https://ik.imagekit.io/xxwk2reat/general/appstore-download.webp" alt="app store download logo">
</a>
<a href="https://play.google.com/store/apps/details?id=fm.talkpython.training.player&hl=en_US"
target="_blank">
<img src="https://ik.imagekit.io/xxwk2reat/general/google-play-download.webp"
alt="Google play store download logo">
</a>
</div>
</div>
<div class="project-description">
<h4>Official mobile app for <a href="https://training.talkpython.fm/apps" target="_blank">Talk Python
Training</a> </h4>
<ul>
<li>
Video course streaming, downloads and offline playback
</li>
<li>
Course progress & account settings sync with web application
</li>
</ul>
</div>
</div>
<span class="divider"></span>
<div class="project-with-description">
<div class="project-card half-card">
<p>Panelist Connect</p>
<img src="assets/images/panelist-connect-icon.png" alt="">
<div class="app-store-button-row">
<a href="https://apps.apple.com/us/app/panelist-connect/id1550642625" target="_blank">
<img src="https://ik.imagekit.io/xxwk2reat/general/appstore-download.webp" alt="app store download logo">
</a>
<a href="https://play.google.com/store/search?q=panelist+connect&c=apps&hl=en_US" target="_blank">
<img src="https://ik.imagekit.io/xxwk2reat/general/google-play-download.webp"
alt="Google play store download logo">
</a>
</div>
</div>
<div class="project-description">
<h4>Official mobile app for <a href="https://www.tvisioninsights.com/" target="_blank">TVision Insights</a>
</h4>
<ul>
<li>
Allows for setup and management of TVision Intel Nuc Devices over bluetooth
</li>
<li>
Full interactive setup wizard
</li>
</ul>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" data-aos="fade-up">
<div class="section-title">
<h2>About</h2>
<span></span>
</div>
<div class="about-top-section">
<div class="about-box">
<h4 data-aos="fade-up">software developer</h4>
<h4 data-aos="fade-up">sound engineer</h4>
<h4 data-aos="fade-up"><a class="blog-link" href="https://medium.com/p/e93faa8571a5" target="_blank">black
cat
dad</a></h4>
</div>
<img class="avatar" src="/assets/images/avatar-pic.png" alt="">
</div>
<p data-aos="fade-up">
My name is Loren Aguey. Following 18 years as a global live sound engineer, in 2020, I decided to pursue my new
passion in software development. Since making the transition, I have built/revamped four mobile apps available
for iOS and Android.
</p>
<p data-aos="fade-up">
My previous
career
was highly technically demanding, including performing complex audio calculations for large-scale sound
systems and
coordinating radio frequencies for wireless microphone and communication systems.
</p>
<p data-aos="fade-up">
I have translated the skills
of
problem solving, task management, and staying on top of emerging technologies into my current role as a
software
engineer.
</p>
</section>
<section id="contact" data-aos="fade-up">
<div class="section-title">
<h2>Contact</h2>
<span></span>
</div>
<div class="blur-background">
<div class="contact-wrapper" data-aos="fade-in">
<div class="contact-text-wrapper">
<h3>Have a project? </h3>
<h3>Get in touch</h3>
</div>
<form id="contact-form" action="https://email.blackcatdev.io/" method="POST">
<label for="name" class="sr-only">Name</label>
<input id="name" name="name" type="text" class="tab-focus" placeholder="Name" required>
<label for="email" class="sr-only">Email</label>
<input id="email" name="email" type="email" class="tab-focus" placeholder="Email" required>
<label for="message" class="sr-only">Message</label>
<textarea id="message" name="message" type="text" class="tab-focus" placeholder="Message"
required></textarea>
<button id="contact-submit-button" class="form-button" type="submit">Submit Message</button>
</form>
<dialog id="email-dialog">
<p>Your message has been sent!</p>
<button class="form-button" autofocus>Close</button>
</dialog>
</div>
</div>
</section>
</main>
<footer>
</footer>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script src="https://cdn.jsdelivr.net/gh/LieutenantPeacock/SmoothScroll@1.2.0/src/smoothscroll.min.js"
integrity="sha384-UdJHYJK9eDBy7vML0TvJGlCpvrJhCuOPGTc7tHbA+jHEgCgjWpPbmMvmd/2bzdXU"
crossorigin="anonymous"></script>
<script src="js/index.js"></script>
<script src="js/email.js"></script>
</body>
</html>